Skip to content

Commit

Permalink
html editor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shivajivarma committed Jan 24, 2025
1 parent 25df74b commit 7eae86a
Show file tree
Hide file tree
Showing 16 changed files with 507 additions and 93 deletions.
231 changes: 220 additions & 11 deletions astro-docs/src/_data/componentsDetails.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2025-01-24T05:29:15",
"timestamp": "2025-01-24T11:03:50",
"compiler": {
"name": "@stencil/core",
"version": "4.19.2",
Expand Down Expand Up @@ -233,7 +233,23 @@
"docsTags": []
}
],
"styles": [],
"styles": [
{
"name": "--goat-accordion-item-heading-background - Background color of the accordion item header",
"annotation": "prop",
"docs": ""
},
{
"name": "--goat-accordion-item-heading-background-hover - Background color of the accordion item header on hover",
"annotation": "prop",
"docs": ""
},
{
"name": "--goat-accordion-item-title-align - Alignment of the accordion title",
"annotation": "prop",
"docs": ""
}
],
"slots": [],
"parts": [
{
Expand Down Expand Up @@ -1265,7 +1281,58 @@
"docsTags": []
}
],
"styles": [],
"styles": [
{
"name": "--goat-button-border-radius",
"annotation": "prop",
"docs": "Button border radius."
},
{
"name": "--goat-button-border-style",
"annotation": "prop",
"docs": "Button border style."
},
{
"name": "--goat-button-color",
"annotation": "prop",
"docs": "Button filling color."
},
{
"name": "--goat-button-color-active",
"annotation": "prop",
"docs": "Button filling color on active."
},
{
"name": "--goat-button-color-hover",
"annotation": "prop",
"docs": "Button filling color on hover."
},
{
"name": "--goat-button-color-light",
"annotation": "prop",
"docs": "Button filling color for light variant."
},
{
"name": "--goat-button-padding",
"annotation": "prop",
"docs": "Button padding."
},
{
"name": "--goat-button-support-contrast-color",
"annotation": "prop",
"docs": "Button support color (text or border). Should be white or black based on weight of button filling color."
},
{
"name": "--goat-theme-button-border-radius",
"annotation": "prop",
"docs": "Theme level button border radius. (applies to all buttons)"
},
{
"name": "--goat-theme-button-border-style",
"annotation": "prop",
"docs": "Theme level button border style. (applies to all buttons)"
}
],
"slots": [],
"parts": [],
"listeners": [
Expand Down Expand Up @@ -4371,7 +4438,13 @@
],
"methods": [],
"events": [],
"styles": [],
"styles": [
{
"name": "--goat-code-highlighter-background",
"annotation": "prop",
"docs": "Code Highlighter background color"
}
],
"slots": [],
"parts": [],
"listeners": [],
Expand Down Expand Up @@ -5173,7 +5246,18 @@
],
"methods": [],
"events": [],
"styles": [],
"styles": [
{
"name": "--goat-divider-color",
"annotation": "prop",
"docs": "Color of the divider"
},
{
"name": "--goat-divider-padding",
"annotation": "prop",
"docs": "Padding of the divider"
}
],
"slots": [],
"parts": [],
"listeners": [],
Expand Down Expand Up @@ -5472,7 +5556,13 @@
}
],
"events": [],
"styles": [],
"styles": [
{
"name": "--goat-dropdown-menu-max-height",
"annotation": "prop",
"docs": "Maximum height of the menu"
}
],
"slots": [],
"parts": [],
"listeners": [],
Expand Down Expand Up @@ -6371,7 +6461,18 @@
],
"methods": [],
"events": [],
"styles": [],
"styles": [
{
"name": "--goat-header-height",
"annotation": "prop",
"docs": "Height of the header. Defaults to 3rem."
},
{
"name": "--goat-header-width",
"annotation": "prop",
"docs": "Width of the header. Defaults to 100%."
}
],
"slots": [],
"parts": [],
"listeners": [],
Expand Down Expand Up @@ -6947,7 +7048,7 @@
"resolved": "{ label: string; value: string; }[]",
"references": {}
},
"mutable": false,
"mutable": true,
"reflectToAttr": false,
"docs": "",
"docsTags": [],
Expand Down Expand Up @@ -7009,6 +7110,27 @@
"optional": false,
"required": false
},
{
"name": "placeholder",
"type": "string",
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"mutable": false,
"attr": "placeholder",
"reflectToAttr": false,
"docs": "The input field placeholder.",
"docsTags": [],
"values": [
{
"type": "string"
}
],
"optional": false,
"required": false
},
{
"name": "readonly",
"type": "boolean",
Expand Down Expand Up @@ -7053,6 +7175,28 @@
"optional": false,
"required": false
},
{
"name": "showSuggestionCharacter",
"type": "boolean",
"complexType": {
"original": "boolean",
"resolved": "boolean",
"references": {}
},
"mutable": false,
"attr": "show-suggestion-character",
"reflectToAttr": true,
"docs": "",
"docsTags": [],
"default": "true",
"values": [
{
"type": "boolean"
}
],
"optional": false,
"required": false
},
{
"name": "showToolbar",
"type": "boolean",
Expand All @@ -7075,6 +7219,28 @@
"optional": false,
"required": false
},
{
"name": "suggestionCharacter",
"type": "string",
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"mutable": false,
"attr": "suggestion-character",
"reflectToAttr": true,
"docs": "",
"docsTags": [],
"default": "'@'",
"values": [
{
"type": "string"
}
],
"optional": false,
"required": false
},
{
"name": "theme",
"type": "\"vs-dark\" | \"vs-light\"",
Expand Down Expand Up @@ -7341,7 +7507,13 @@
],
"methods": [],
"events": [],
"styles": [],
"styles": [
{
"name": "--goat-icon-size - The size of the icon (height and width)",
"annotation": "prop",
"docs": ""
}
],
"slots": [],
"parts": [],
"listeners": [],
Expand Down Expand Up @@ -8423,7 +8595,23 @@
}
],
"events": [],
"styles": [],
"styles": [
{
"name": "--goat-menu-background",
"annotation": "prop",
"docs": "Background color of the menu"
},
{
"name": "--goat-menu-max-height",
"annotation": "prop",
"docs": "Maximum height of the menu"
},
{
"name": "--goat-menu-shadow",
"annotation": "prop",
"docs": "Shadow of the menu"
}
],
"slots": [],
"parts": [],
"listeners": [
Expand Down Expand Up @@ -10406,7 +10594,28 @@
"props": [],
"methods": [],
"events": [],
"styles": [],
"styles": [
{
"name": "--goat-menu-shadow",
"annotation": "prop",
"docs": "Shadow of popover content"
},
{
"name": "--popover-content-background",
"annotation": "prop",
"docs": "Background color of the popover content"
},
{
"name": "--popover-content-border-radius",
"annotation": "prop",
"docs": "Border radius of the popover content"
},
{
"name": "--popover-padding",
"annotation": "prop",
"docs": "Padding of the popover content"
}
],
"slots": [],
"parts": [],
"listeners": [],
Expand Down
Loading

0 comments on commit 7eae86a

Please sign in to comment.