From 3bba13f8c93c20bfab7eff01c7061dae5af64ecb Mon Sep 17 00:00:00 2001 From: Shivaji Varma Pusapati Venkata Date: Sun, 26 Jan 2025 09:48:54 +0000 Subject: [PATCH] Release to docs --- astro-docs/src/_data/componentsDetails.json | 164 ++---------------- astro-docs/src/_data/site.json | 12 +- .../accordion/accordion-item/readme.md | 9 - .../application/code-highlighter/readme.md | 7 - .../application/header/header/readme.md | 8 - src/components/button/button/readme.md | 16 -- src/components/divider/readme.md | 8 - .../dropdown/dropdown-menu/readme.md | 7 - src/components/icon/readme.md | 7 - src/components/menu/menu/readme.md | 9 - .../popover/popover-content/readme.md | 10 -- 11 files changed, 16 insertions(+), 241 deletions(-) diff --git a/astro-docs/src/_data/componentsDetails.json b/astro-docs/src/_data/componentsDetails.json index b1b10041..545fc062 100644 --- a/astro-docs/src/_data/componentsDetails.json +++ b/astro-docs/src/_data/componentsDetails.json @@ -1,5 +1,5 @@ { - "timestamp": "2025-01-26T09:45:26", + "timestamp": "2025-01-26T09:48:53", "compiler": { "name": "@stencil/core", "version": "4.19.2", @@ -233,23 +233,7 @@ "docsTags": [] } ], - "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": "" - } - ], + "styles": [], "slots": [], "parts": [ { @@ -1281,58 +1265,7 @@ "docsTags": [] } ], - "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)" - } - ], + "styles": [], "slots": [], "parts": [], "listeners": [ @@ -4438,13 +4371,7 @@ ], "methods": [], "events": [], - "styles": [ - { - "name": "--goat-code-highlighter-background", - "annotation": "prop", - "docs": "Code Highlighter background color" - } - ], + "styles": [], "slots": [], "parts": [], "listeners": [], @@ -5246,18 +5173,7 @@ ], "methods": [], "events": [], - "styles": [ - { - "name": "--goat-divider-color", - "annotation": "prop", - "docs": "Color of the divider" - }, - { - "name": "--goat-divider-padding", - "annotation": "prop", - "docs": "Padding of the divider" - } - ], + "styles": [], "slots": [], "parts": [], "listeners": [], @@ -5556,13 +5472,7 @@ } ], "events": [], - "styles": [ - { - "name": "--goat-dropdown-menu-max-height", - "annotation": "prop", - "docs": "Maximum height of the menu" - } - ], + "styles": [], "slots": [], "parts": [], "listeners": [], @@ -6461,18 +6371,7 @@ ], "methods": [], "events": [], - "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%." - } - ], + "styles": [], "slots": [], "parts": [], "listeners": [], @@ -7507,13 +7406,7 @@ ], "methods": [], "events": [], - "styles": [ - { - "name": "--goat-icon-size - The size of the icon (height and width)", - "annotation": "prop", - "docs": "" - } - ], + "styles": [], "slots": [], "parts": [], "listeners": [], @@ -8595,23 +8488,7 @@ } ], "events": [], - "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" - } - ], + "styles": [], "slots": [], "parts": [], "listeners": [ @@ -10594,28 +10471,7 @@ "props": [], "methods": [], "events": [], - "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" - } - ], + "styles": [], "slots": [], "parts": [], "listeners": [], diff --git a/astro-docs/src/_data/site.json b/astro-docs/src/_data/site.json index 33fdb2cd..da14a87b 100644 --- a/astro-docs/src/_data/site.json +++ b/astro-docs/src/_data/site.json @@ -12,15 +12,15 @@ "github_project": "components", "npm_package": "@goatui/components", "prod": { - "script": "https://cdn.jsdelivr.net/npm/@goatui/components@2.25.4/dist/goatui/goatui.esm.js", - "themeCss": "https://cdn.jsdelivr.net/npm/@goatui/components@2.25.4/dist/goatui/assets/styles/theme.css", - "fallbackScript": "https://cdn.jsdelivr.net/npm/@goatui/components@2.25.3/dist/goatui/goatui.esm.js", - "fallbackThemeCss": "https://cdn.jsdelivr.net/npm/@goatui/components@2.25.3/dist/goatui/assets/styles/theme.css", - "version": "2.25.4" + "script": "https://cdn.jsdelivr.net/npm/@goatui/components@2.25.5/dist/goatui/goatui.esm.js", + "themeCss": "https://cdn.jsdelivr.net/npm/@goatui/components@2.25.5/dist/goatui/assets/styles/theme.css", + "fallbackScript": "https://cdn.jsdelivr.net/npm/@goatui/components@2.25.4/dist/goatui/goatui.esm.js", + "fallbackThemeCss": "https://cdn.jsdelivr.net/npm/@goatui/components@2.25.4/dist/goatui/assets/styles/theme.css", + "version": "2.25.5" }, "dev": { "script": "/assets/goatui-dev/build/goatui.esm.js", "themeCss": "/assets/goatui-dev/build/assets/styles/theme.css", - "version": "2.25.4" + "version": "2.25.5" } } \ No newline at end of file diff --git a/src/components/accordion/accordion-item/readme.md b/src/components/accordion/accordion-item/readme.md index ab1cb7ca..553df603 100644 --- a/src/components/accordion/accordion-item/readme.md +++ b/src/components/accordion/accordion-item/readme.md @@ -28,15 +28,6 @@ | `"title"` | | -## CSS Custom Properties - -| Name | Description | -| --------------------------------------------------------------------------------------------------------- | ----------- | -| `--goat-accordion-item-heading-background - Background color of the accordion item header` | | -| `--goat-accordion-item-heading-background-hover - Background color of the accordion item header on hover` | | -| `--goat-accordion-item-title-align - Alignment of the accordion title` | | - - ## Dependencies ### Depends on diff --git a/src/components/application/code-highlighter/readme.md b/src/components/application/code-highlighter/readme.md index 98fcf09a..50e84821 100644 --- a/src/components/application/code-highlighter/readme.md +++ b/src/components/application/code-highlighter/readme.md @@ -17,13 +17,6 @@ | `value` | `value` | The code snippet to highlight. | `string` | `''` | -## CSS Custom Properties - -| Name | Description | -| ------------------------------------ | --------------------------------- | -| `--goat-code-highlighter-background` | Code Highlighter background color | - - ## Dependencies ### Depends on diff --git a/src/components/application/header/header/readme.md b/src/components/application/header/header/readme.md index 12e47c19..da2a3a9c 100644 --- a/src/components/application/header/header/readme.md +++ b/src/components/application/header/header/readme.md @@ -14,14 +14,6 @@ | `float` | `float` | | `boolean` | `false` | -## CSS Custom Properties - -| Name | Description | -| ---------------------- | --------------------------------------- | -| `--goat-header-height` | Height of the header. Defaults to 3rem. | -| `--goat-header-width` | Width of the header. Defaults to 100%. | - - ---------------------------------------------- *Built with love!* diff --git a/src/components/button/button/readme.md b/src/components/button/button/readme.md index 2833bc73..bba084e6 100644 --- a/src/components/button/button/readme.md +++ b/src/components/button/button/readme.md @@ -71,22 +71,6 @@ Type: `Promise` -## CSS Custom Properties - -| Name | Description | -| -------------------------------------- | -------------------------------------------------------------------------------------------------------- | -| `--goat-button-border-radius` | Button border radius. | -| `--goat-button-border-style` | Button border style. | -| `--goat-button-color` | Button filling color. | -| `--goat-button-color-active` | Button filling color on active. | -| `--goat-button-color-hover` | Button filling color on hover. | -| `--goat-button-color-light` | Button filling color for light variant. | -| `--goat-button-padding` | Button padding. | -| `--goat-button-support-contrast-color` | Button support color (text or border). Should be white or black based on weight of button filling color. | -| `--goat-theme-button-border-radius` | Theme level button border radius. (applies to all buttons) | -| `--goat-theme-button-border-style` | Theme level button border style. (applies to all buttons) | - - ## Dependencies ### Used by diff --git a/src/components/divider/readme.md b/src/components/divider/readme.md index 5f2f26e5..0055ba38 100644 --- a/src/components/divider/readme.md +++ b/src/components/divider/readme.md @@ -12,14 +12,6 @@ | `vertical` | `vertical` | | `boolean` | `false` | -## CSS Custom Properties - -| Name | Description | -| ------------------------ | ---------------------- | -| `--goat-divider-color` | Color of the divider | -| `--goat-divider-padding` | Padding of the divider | - - ## Dependencies ### Used by diff --git a/src/components/dropdown/dropdown-menu/readme.md b/src/components/dropdown/dropdown-menu/readme.md index 9aea73fa..3131e68b 100644 --- a/src/components/dropdown/dropdown-menu/readme.md +++ b/src/components/dropdown/dropdown-menu/readme.md @@ -19,13 +19,6 @@ Type: `Promise` -## CSS Custom Properties - -| Name | Description | -| --------------------------------- | -------------------------- | -| `--goat-dropdown-menu-max-height` | Maximum height of the menu | - - ## Dependencies ### Depends on diff --git a/src/components/icon/readme.md b/src/components/icon/readme.md index 5189667d..fa9983a0 100644 --- a/src/components/icon/readme.md +++ b/src/components/icon/readme.md @@ -13,13 +13,6 @@ | `size` | `size` | The size of the icon. This can be specified in pixels (px) or rem units to control the icon's dimensions. If a number is provided, it will be treated as rem units. For example, '16px', '2rem', or 2 would be valid values. | `string` | `undefined` | -## CSS Custom Properties - -| Name | Description | -| ------------------------------------------------------------ | ----------- | -| `--goat-icon-size - The size of the icon (height and width)` | | - - ## Dependencies ### Used by diff --git a/src/components/menu/menu/readme.md b/src/components/menu/menu/readme.md index df4f2f42..0b1dfea7 100644 --- a/src/components/menu/menu/readme.md +++ b/src/components/menu/menu/readme.md @@ -32,15 +32,6 @@ Type: `Promise` -## CSS Custom Properties - -| Name | Description | -| ------------------------ | ---------------------------- | -| `--goat-menu-background` | Background color of the menu | -| `--goat-menu-max-height` | Maximum height of the menu | -| `--goat-menu-shadow` | Shadow of the menu | - - ## Dependencies ### Used by diff --git a/src/components/popover/popover-content/readme.md b/src/components/popover/popover-content/readme.md index 18496f68..22327a2c 100644 --- a/src/components/popover/popover-content/readme.md +++ b/src/components/popover/popover-content/readme.md @@ -5,16 +5,6 @@ -## CSS Custom Properties - -| Name | Description | -| --------------------------------- | --------------------------------------- | -| `--goat-menu-shadow` | Shadow of popover content | -| `--popover-content-background` | Background color of the popover content | -| `--popover-content-border-radius` | Border radius of the popover content | -| `--popover-padding` | Padding of the popover content | - - ## Dependencies ### Used by