@gardenerim/angularjs 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/LICENSE +21 -0
- package/README.md +33 -0
- package/dist/adapters.d.ts +3 -0
- package/dist/adapters.d.ts.map +1 -0
- package/dist/adapters.js +3 -0
- package/dist/adapters.js.map +1 -0
- package/dist/ai.css +1 -0
- package/dist/catalog.json +9022 -0
- package/dist/component-css/ai-compositions.css +1 -0
- package/dist/component-css/ai-extended.css +1 -0
- package/dist/component-css/ai.css +1 -0
- package/dist/component-css/auth-compositions.css +1 -0
- package/dist/component-css/basic.css +1 -0
- package/dist/component-css/catalog.css +1 -0
- package/dist/component-css/commerce-compositions.css +1 -0
- package/dist/component-css/content-compositions.css +1 -0
- package/dist/component-css/data-compositions.css +1 -0
- package/dist/component-css/data.css +1 -0
- package/dist/component-css/desktop-compositions.css +1 -0
- package/dist/component-css/desktop.css +1 -0
- package/dist/component-css/extended.css +1 -0
- package/dist/component-css/feedback.css +1 -0
- package/dist/component-css/form-compositions.css +1 -0
- package/dist/component-css/forms.css +1 -0
- package/dist/component-css/grid.css +1 -0
- package/dist/component-css/help.css +1 -0
- package/dist/component-css/layouts.css +1 -0
- package/dist/component-css/mobile-compositions.css +1 -0
- package/dist/component-css/navigation-compositions.css +1 -0
- package/dist/component-css/navigation.css +1 -0
- package/dist/component-css/page.css +1 -0
- package/dist/component-css/primitives.css +1 -0
- package/dist/component-css/recipes.css +1 -0
- package/dist/component-css/regions.css +1 -0
- package/dist/component-css/selection-compositions.css +1 -0
- package/dist/component-css/solution-compositions.css +1 -0
- package/dist/components.css +1 -0
- package/dist/core.css +1 -0
- package/dist/directives.d.ts +8 -0
- package/dist/directives.d.ts.map +1 -0
- package/dist/directives.js +185 -0
- package/dist/directives.js.map +1 -0
- package/dist/electron.d.ts +5 -0
- package/dist/electron.d.ts.map +1 -0
- package/dist/electron.js +4 -0
- package/dist/electron.js.map +1 -0
- package/dist/gardener-angularjs.min.js +2 -0
- package/dist/gardener-angularjs.min.js.map +7 -0
- package/dist/gardener-angularjs.performance.json +12 -0
- package/dist/generated/catalog.d.ts +7 -0
- package/dist/generated/catalog.d.ts.map +1 -0
- package/dist/generated/catalog.js +12230 -0
- package/dist/generated/catalog.js.map +1 -0
- package/dist/generated/components.d.ts +512 -0
- package/dist/generated/components.d.ts.map +1 -0
- package/dist/generated/components.js +1017 -0
- package/dist/generated/components.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -0
- package/dist/module.d.ts +4 -0
- package/dist/module.d.ts.map +1 -0
- package/dist/module.js +59 -0
- package/dist/module.js.map +1 -0
- package/dist/platform/desktop.css +1 -0
- package/dist/platform/electron.css +1 -0
- package/dist/platform/mobile.css +1 -0
- package/dist/platform/tauri.css +1 -0
- package/dist/platform/web.css +1 -0
- package/dist/services.d.ts +9 -0
- package/dist/services.d.ts.map +1 -0
- package/dist/services.js +30 -0
- package/dist/services.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/tauri.d.ts +5 -0
- package/dist/tauri.d.ts.map +1 -0
- package/dist/tauri.js +4 -0
- package/dist/tauri.js.map +1 -0
- package/dist/themes.css +1 -0
- package/dist/types.d.ts +65 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/utilities.css +1 -0
- package/docs/API.md +92 -0
- package/docs/components.md +512 -0
- package/docs/security.md +20 -0
- package/metadata/compatibility.json +2745 -0
- package/metadata/compatibility.schema.json +13 -0
- package/metadata/performance.schema.json +9 -0
- package/metadata/public-api.json +2166 -0
- package/metadata/public-api.schema.json +18 -0
- package/package.json +96 -0
|
@@ -0,0 +1,1017 @@
|
|
|
1
|
+
/** Generated AngularJS bindings for all Gardener components. */
|
|
2
|
+
import { createGardenerComponent } from "../directives.js";
|
|
3
|
+
export const GButtonDirective = /* @__PURE__ */ createGardenerComponent({ "name": "button", "exportName": "GButtonDirective", "directiveName": "gButton", "elementName": "g-button", "category": "basic", "type": "css", "selector": ".g-btn", "className": "g-btn", "tag": "button", "variants": ["primary", "outline", "ghost", "danger", "link", "sm", "lg", "icon", "block", "loading"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
4
|
+
export const GButtonGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "button-group", "exportName": "GButtonGroupDirective", "directiveName": "gButtonGroup", "elementName": "g-button-group", "category": "basic", "type": "css", "selector": ".g-btn-group", "className": "g-btn-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
5
|
+
export const GCardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "card", "exportName": "GCardDirective", "directiveName": "gCard", "elementName": "g-card", "category": "basic", "type": "css", "selector": ".g-card", "className": "g-card", "tag": "div", "variants": [], "states": [], "parts": ["g-card-header", "g-card-body", "g-card-footer", "g-card-title", "g-card-subtitle"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
6
|
+
export const GBadgeTagChipDirective = /* @__PURE__ */ createGardenerComponent({ "name": "badge-tag-chip", "exportName": "GBadgeTagChipDirective", "directiveName": "gBadgeTagChip", "elementName": "g-badge-tag-chip", "category": "basic", "type": "css", "selector": ".g-badge", "className": "g-badge", "tag": "div", "variants": [], "states": ["selected", "success", "warning", "danger", "info"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
7
|
+
export const GAvatarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "avatar", "exportName": "GAvatarDirective", "directiveName": "gAvatar", "elementName": "g-avatar", "category": "basic", "type": "css", "selector": ".g-avatar", "className": "g-avatar", "tag": "div", "variants": ["sm", "lg", "xl", "group"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
8
|
+
export const GAlertDirective = /* @__PURE__ */ createGardenerComponent({ "name": "alert", "exportName": "GAlertDirective", "directiveName": "gAlert", "elementName": "g-alert", "category": "feedback", "type": "css", "selector": ".g-alert", "className": "g-alert", "tag": "div", "variants": [], "states": ["success", "warning", "danger", "info"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
9
|
+
export const GProgressMeterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "progress-meter", "exportName": "GProgressMeterDirective", "directiveName": "gProgressMeter", "elementName": "g-progress-meter", "category": "feedback", "type": "css", "selector": ".g-progress", "className": "g-progress", "tag": "div", "variants": [], "states": ["determinate", "indeterminate"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
10
|
+
export const GSpinnerSkeletonDirective = /* @__PURE__ */ createGardenerComponent({ "name": "spinner-skeleton", "exportName": "GSpinnerSkeletonDirective", "directiveName": "gSpinnerSkeleton", "elementName": "g-spinner-skeleton", "category": "feedback", "type": "css", "selector": ".g-spinner", "className": "g-spinner", "tag": "div", "variants": [], "states": ["loading"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
11
|
+
export const GEmptyStateDirective = /* @__PURE__ */ createGardenerComponent({ "name": "empty-state", "exportName": "GEmptyStateDirective", "directiveName": "gEmptyState", "elementName": "g-empty-state", "category": "feedback", "type": "css", "selector": ".g-empty", "className": "g-empty", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
12
|
+
export const GInputDirective = /* @__PURE__ */ createGardenerComponent({ "name": "input", "exportName": "GInputDirective", "directiveName": "gInput", "elementName": "g-input", "category": "form", "type": "css", "selector": ".g-input", "className": "g-input", "tag": "input", "variants": [], "states": ["default", "hover", "focus", "disabled", "invalid"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
13
|
+
export const GTextareaDirective = /* @__PURE__ */ createGardenerComponent({ "name": "textarea", "exportName": "GTextareaDirective", "directiveName": "gTextarea", "elementName": "g-textarea", "category": "form", "type": "css", "selector": ".g-textarea", "className": "g-textarea", "tag": "textarea", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
14
|
+
export const GSelectDirective = /* @__PURE__ */ createGardenerComponent({ "name": "select", "exportName": "GSelectDirective", "directiveName": "gSelect", "elementName": "g-select", "category": "form", "type": "css", "selector": ".g-select", "className": "g-select", "tag": "select", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
15
|
+
export const GCheckboxRadioDirective = /* @__PURE__ */ createGardenerComponent({ "name": "checkbox-radio", "exportName": "GCheckboxRadioDirective", "directiveName": "gCheckboxRadio", "elementName": "g-checkbox-radio", "category": "form", "type": "css", "selector": ".g-check", "className": "g-check", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
16
|
+
export const GSwitchDirective = /* @__PURE__ */ createGardenerComponent({ "name": "switch", "exportName": "GSwitchDirective", "directiveName": "gSwitch", "elementName": "g-switch", "category": "form", "type": "css", "selector": ".g-switch", "className": "g-switch", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
17
|
+
export const GRangeColorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "range-color", "exportName": "GRangeColorDirective", "directiveName": "gRangeColor", "elementName": "g-range-color", "category": "form", "type": "css", "selector": ".g-range", "className": "g-range", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
18
|
+
export const GFileDropDirective = /* @__PURE__ */ createGardenerComponent({ "name": "file-drop", "exportName": "GFileDropDirective", "directiveName": "gFileDrop", "elementName": "g-file-drop", "category": "form", "type": "interactive", "selector": "[data-g-dropzone]", "cssSelector": ".g-file-drop", "className": "g-file-drop", "tag": "div", "variants": [], "states": ["default", "dragging", "uploading", "error"], "parts": [], "behaviors": ["dropzone"], "platforms": ["web", "mobile", "desktop"] });
|
|
19
|
+
export const GComboboxDirective = /* @__PURE__ */ createGardenerComponent({ "name": "combobox", "exportName": "GComboboxDirective", "directiveName": "gCombobox", "elementName": "g-combobox", "category": "form", "type": "interactive", "selector": "[data-g-combobox]", "className": "g-combobox", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["combobox"], "platforms": ["web", "mobile", "desktop"] });
|
|
20
|
+
export const GFormDirective = /* @__PURE__ */ createGardenerComponent({ "name": "form", "exportName": "GFormDirective", "directiveName": "gForm", "elementName": "g-form", "category": "form", "type": "css", "selector": ".g-form", "className": "g-form", "tag": "form", "variants": ["default", "bordered"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
21
|
+
export const GFormSectionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "form-section", "exportName": "GFormSectionDirective", "directiveName": "gFormSection", "elementName": "g-form-section", "category": "form", "type": "css", "selector": ".g-form-section", "className": "g-form-section", "tag": "div", "variants": [], "states": [], "parts": ["g-form-section-header", "g-form-section-title", "g-form-section-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
22
|
+
export const GFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "field", "exportName": "GFieldDirective", "directiveName": "gField", "elementName": "g-field", "category": "form", "type": "css", "selector": ".g-field", "className": "g-field", "tag": "div", "variants": [], "states": [], "parts": ["g-field-header", "g-field-meta", "g-field-required", "g-field-optional"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
23
|
+
export const GFieldsetDirective = /* @__PURE__ */ createGardenerComponent({ "name": "fieldset", "exportName": "GFieldsetDirective", "directiveName": "gFieldset", "elementName": "g-fieldset", "category": "form", "type": "css", "selector": ".g-fieldset", "className": "g-fieldset", "tag": "div", "variants": [], "states": [], "parts": ["g-fieldset-legend", "g-fieldset-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
24
|
+
export const GFormRowDirective = /* @__PURE__ */ createGardenerComponent({ "name": "form-row", "exportName": "GFormRowDirective", "directiveName": "gFormRow", "elementName": "g-form-row", "category": "form", "type": "css", "selector": ".g-form-row", "className": "g-form-row", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
25
|
+
export const GFormGridDirective = /* @__PURE__ */ createGardenerComponent({ "name": "form-grid", "exportName": "GFormGridDirective", "directiveName": "gFormGrid", "elementName": "g-form-grid", "category": "form", "type": "css", "selector": ".g-form-grid", "className": "g-form-grid", "tag": "div", "variants": ["two", "three", "four", "full-span"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
26
|
+
export const GHorizontalFormDirective = /* @__PURE__ */ createGardenerComponent({ "name": "horizontal-form", "exportName": "GHorizontalFormDirective", "directiveName": "gHorizontalForm", "elementName": "g-horizontal-form", "category": "form", "type": "css", "selector": ".g-form-horizontal", "className": "g-form-horizontal", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
27
|
+
export const GInlineFormDirective = /* @__PURE__ */ createGardenerComponent({ "name": "inline-form", "exportName": "GInlineFormDirective", "directiveName": "gInlineForm", "elementName": "g-inline-form", "category": "form", "type": "css", "selector": ".g-form-inline", "className": "g-form-inline", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
28
|
+
export const GCompactFormDirective = /* @__PURE__ */ createGardenerComponent({ "name": "compact-form", "exportName": "GCompactFormDirective", "directiveName": "gCompactForm", "elementName": "g-compact-form", "category": "form", "type": "css", "selector": ".g-form-compact", "className": "g-form-compact", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
29
|
+
export const GInputGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "input-group", "exportName": "GInputGroupDirective", "directiveName": "gInputGroup", "elementName": "g-input-group", "category": "form", "type": "css", "selector": ".g-input-group", "className": "g-input-group", "tag": "div", "variants": [], "states": [], "parts": ["g-input-addon"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
30
|
+
export const GInputAffixDirective = /* @__PURE__ */ createGardenerComponent({ "name": "input-affix", "exportName": "GInputAffixDirective", "directiveName": "gInputAffix", "elementName": "g-input-affix", "category": "form", "type": "css", "selector": ".g-input-affix", "className": "g-input-affix", "tag": "div", "variants": [], "states": [], "parts": ["g-input-affix-start", "g-input-affix-end"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
31
|
+
export const GSearchFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "search-field", "exportName": "GSearchFieldDirective", "directiveName": "gSearchField", "elementName": "g-search-field", "category": "form", "type": "css", "selector": ".g-search-field", "className": "g-search-field", "tag": "div", "variants": [], "states": [], "parts": ["g-search-field-icon", "g-search-field-action"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
32
|
+
export const GPasswordFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "password-field", "exportName": "GPasswordFieldDirective", "directiveName": "gPasswordField", "elementName": "g-password-field", "category": "form", "type": "interactive", "selector": "[data-g-password-toggle]", "cssSelector": ".g-password-field", "className": "g-password-field", "tag": "div", "variants": [], "states": [], "parts": ["g-password-field-action"], "behaviors": ["password-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
33
|
+
export const GClearableFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "clearable-field", "exportName": "GClearableFieldDirective", "directiveName": "gClearableField", "elementName": "g-clearable-field", "category": "form", "type": "interactive", "selector": "[data-g-clear-input]", "cssSelector": ".g-clearable-field", "className": "g-clearable-field", "tag": "div", "variants": [], "states": [], "parts": ["g-clearable-field-action"], "behaviors": ["clear-input"], "platforms": ["web", "mobile", "desktop"] });
|
|
34
|
+
export const GCharacterCounterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "character-counter", "exportName": "GCharacterCounterDirective", "directiveName": "gCharacterCounter", "elementName": "g-character-counter", "category": "form", "type": "interactive", "selector": "[data-g-character-count]", "cssSelector": ".g-character-field", "className": "g-character-field", "tag": "div", "variants": [], "states": ["default", "near-limit", "over-limit"], "parts": ["g-character-count"], "behaviors": ["character-count"], "platforms": ["web", "mobile", "desktop"] });
|
|
35
|
+
export const GValidationStateDirective = /* @__PURE__ */ createGardenerComponent({ "name": "validation-state", "exportName": "GValidationStateDirective", "directiveName": "gValidationState", "elementName": "g-validation-state", "category": "form", "type": "css", "selector": ".g-validation-state", "className": "g-validation-state", "tag": "div", "variants": [], "states": ["success", "warning", "danger", "error"], "parts": ["g-validation-message"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
36
|
+
export const GCheckboxGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "checkbox-group", "exportName": "GCheckboxGroupDirective", "directiveName": "gCheckboxGroup", "elementName": "g-checkbox-group", "category": "form", "type": "css", "selector": ".g-check-group", "className": "g-check-group", "tag": "div", "variants": ["stacked", "inline"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
37
|
+
export const GRadioGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "radio-group", "exportName": "GRadioGroupDirective", "directiveName": "gRadioGroup", "elementName": "g-radio-group", "category": "form", "type": "css", "selector": ".g-radio-group", "className": "g-radio-group", "tag": "div", "variants": ["stacked", "inline"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
38
|
+
export const GSwitchRowDirective = /* @__PURE__ */ createGardenerComponent({ "name": "switch-row", "exportName": "GSwitchRowDirective", "directiveName": "gSwitchRow", "elementName": "g-switch-row", "category": "form", "type": "css", "selector": ".g-switch-row", "className": "g-switch-row", "tag": "div", "variants": [], "states": [], "parts": ["g-switch-row-content", "g-switch-row-title", "g-switch-row-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
39
|
+
export const GChoiceCardGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "choice-card-group", "exportName": "GChoiceCardGroupDirective", "directiveName": "gChoiceCardGroup", "elementName": "g-choice-card-group", "category": "form", "type": "css", "selector": ".g-choice-group", "className": "g-choice-group", "tag": "div", "variants": [], "states": [], "parts": ["g-choice-card", "g-choice-card-title", "g-choice-card-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
40
|
+
export const GNameGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "name-group", "exportName": "GNameGroupDirective", "directiveName": "gNameGroup", "elementName": "g-name-group", "category": "form", "type": "css", "selector": ".g-name-group", "className": "g-name-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
41
|
+
export const GAddressGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "address-group", "exportName": "GAddressGroupDirective", "directiveName": "gAddressGroup", "elementName": "g-address-group", "category": "form", "type": "css", "selector": ".g-address-group", "className": "g-address-group", "tag": "div", "variants": [], "states": [], "parts": ["g-address-line", "g-address-city", "g-address-region", "g-address-postal"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
42
|
+
export const GPhoneGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "phone-group", "exportName": "GPhoneGroupDirective", "directiveName": "gPhoneGroup", "elementName": "g-phone-group", "category": "form", "type": "css", "selector": ".g-phone-group", "className": "g-phone-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
43
|
+
export const GMoneyGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "money-group", "exportName": "GMoneyGroupDirective", "directiveName": "gMoneyGroup", "elementName": "g-money-group", "category": "form", "type": "css", "selector": ".g-money-group", "className": "g-money-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
44
|
+
export const GDateRangeGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "date-range-group", "exportName": "GDateRangeGroupDirective", "directiveName": "gDateRangeGroup", "elementName": "g-date-range-group", "category": "form", "type": "css", "selector": ".g-date-range-group", "className": "g-date-range-group", "tag": "div", "variants": [], "states": [], "parts": ["g-range-separator"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
45
|
+
export const GTimeRangeGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "time-range-group", "exportName": "GTimeRangeGroupDirective", "directiveName": "gTimeRangeGroup", "elementName": "g-time-range-group", "category": "form", "type": "css", "selector": ".g-time-range-group", "className": "g-time-range-group", "tag": "div", "variants": [], "states": [], "parts": ["g-range-separator"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
46
|
+
export const GUnitFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "unit-field", "exportName": "GUnitFieldDirective", "directiveName": "gUnitField", "elementName": "g-unit-field", "category": "form", "type": "css", "selector": ".g-unit-field", "className": "g-unit-field", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
47
|
+
export const GRangeFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "range-field", "exportName": "GRangeFieldDirective", "directiveName": "gRangeField", "elementName": "g-range-field", "category": "form", "type": "css", "selector": ".g-range-field", "className": "g-range-field", "tag": "div", "variants": [], "states": [], "parts": ["g-range-field-output"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
48
|
+
export const GFileFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "file-field", "exportName": "GFileFieldDirective", "directiveName": "gFileField", "elementName": "g-file-field", "category": "form", "type": "css", "selector": ".g-file-field", "className": "g-file-field", "tag": "div", "variants": [], "states": [], "parts": ["g-file-field-control", "g-file-field-name"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
49
|
+
export const GRepeatableFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "repeatable-field", "exportName": "GRepeatableFieldDirective", "directiveName": "gRepeatableField", "elementName": "g-repeatable-field", "category": "form", "type": "interactive", "selector": "[data-g-repeatable-field]", "cssSelector": ".g-repeatable-field", "className": "g-repeatable-field", "tag": "div", "variants": [], "states": [], "parts": ["g-repeatable-list", "g-repeatable-item", "g-repeatable-content", "g-repeatable-actions"], "behaviors": ["repeatable-field"], "platforms": ["web", "mobile", "desktop"] });
|
|
50
|
+
export const GConditionalFieldDirective = /* @__PURE__ */ createGardenerComponent({ "name": "conditional-field", "exportName": "GConditionalFieldDirective", "directiveName": "gConditionalField", "elementName": "g-conditional-field", "category": "form", "type": "interactive", "selector": "[data-g-conditional-field]", "cssSelector": ".g-conditional-field", "className": "g-conditional-field", "tag": "div", "variants": [], "states": ["visible", "hidden"], "parts": [], "behaviors": ["conditional-field"], "platforms": ["web", "mobile", "desktop"] });
|
|
51
|
+
export const GFormActionsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "form-actions", "exportName": "GFormActionsDirective", "directiveName": "gFormActions", "elementName": "g-form-actions", "category": "form", "type": "css", "selector": ".g-form-actions", "className": "g-form-actions", "tag": "div", "variants": ["end", "start", "between", "sticky"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
52
|
+
export const GAutosaveStatusDirective = /* @__PURE__ */ createGardenerComponent({ "name": "autosave-status", "exportName": "GAutosaveStatusDirective", "directiveName": "gAutosaveStatus", "elementName": "g-autosave-status", "category": "form", "type": "css", "selector": ".g-autosave-status", "className": "g-autosave-status", "tag": "div", "variants": [], "states": ["idle", "saving", "saved", "error"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
53
|
+
export const GFormProgressDirective = /* @__PURE__ */ createGardenerComponent({ "name": "form-progress", "exportName": "GFormProgressDirective", "directiveName": "gFormProgress", "elementName": "g-form-progress", "category": "form", "type": "css", "selector": ".g-form-progress", "className": "g-form-progress", "tag": "div", "variants": [], "states": [], "parts": ["g-form-progress-meta", "g-form-progress-track", "g-form-progress-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
54
|
+
export const GFormReviewDirective = /* @__PURE__ */ createGardenerComponent({ "name": "form-review", "exportName": "GFormReviewDirective", "directiveName": "gFormReview", "elementName": "g-form-review", "category": "form", "type": "css", "selector": ".g-form-review", "className": "g-form-review", "tag": "div", "variants": [], "states": [], "parts": ["g-form-review-row", "g-form-review-label", "g-form-review-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
55
|
+
export const GConsentGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "consent-group", "exportName": "GConsentGroupDirective", "directiveName": "gConsentGroup", "elementName": "g-consent-group", "category": "form", "type": "css", "selector": ".g-consent-group", "className": "g-consent-group", "tag": "div", "variants": [], "states": [], "parts": ["g-consent-group-title", "g-consent-group-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
56
|
+
export const GNavbarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "navbar", "exportName": "GNavbarDirective", "directiveName": "gNavbar", "elementName": "g-navbar", "category": "navigation", "type": "css", "selector": ".g-navbar", "className": "g-navbar", "tag": "nav", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
57
|
+
export const GSidebarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sidebar", "exportName": "GSidebarDirective", "directiveName": "gSidebar", "elementName": "g-sidebar", "category": "navigation", "type": "css", "selector": ".g-sidebar", "className": "g-sidebar", "tag": "aside", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
58
|
+
export const GBreadcrumbDirective = /* @__PURE__ */ createGardenerComponent({ "name": "breadcrumb", "exportName": "GBreadcrumbDirective", "directiveName": "gBreadcrumb", "elementName": "g-breadcrumb", "category": "navigation", "type": "css", "selector": ".g-breadcrumb", "className": "g-breadcrumb", "tag": "nav", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
59
|
+
export const GTabsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tabs", "exportName": "GTabsDirective", "directiveName": "gTabs", "elementName": "g-tabs", "category": "navigation", "type": "interactive", "selector": "[data-g-tabs]", "className": "g-tabs", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["tabs"], "platforms": ["web", "mobile", "desktop"] });
|
|
60
|
+
export const GSegmentedControlDirective = /* @__PURE__ */ createGardenerComponent({ "name": "segmented-control", "exportName": "GSegmentedControlDirective", "directiveName": "gSegmentedControl", "elementName": "g-segmented-control", "category": "navigation", "type": "css", "selector": ".g-segmented", "className": "g-segmented", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
61
|
+
export const GPaginationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pagination", "exportName": "GPaginationDirective", "directiveName": "gPagination", "elementName": "g-pagination", "category": "navigation", "type": "css", "selector": ".g-pagination", "className": "g-pagination", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
62
|
+
export const GMenuDropdownDirective = /* @__PURE__ */ createGardenerComponent({ "name": "menu-dropdown", "exportName": "GMenuDropdownDirective", "directiveName": "gMenuDropdown", "elementName": "g-menu-dropdown", "category": "navigation", "type": "interactive", "selector": "[data-g-dropdown]", "cssSelector": ".g-dropdown", "className": "g-dropdown", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
63
|
+
export const GStepperDirective = /* @__PURE__ */ createGardenerComponent({ "name": "stepper", "exportName": "GStepperDirective", "directiveName": "gStepper", "elementName": "g-stepper", "category": "navigation", "type": "css", "selector": ".g-stepper", "className": "g-stepper", "tag": "div", "variants": [], "states": ["pending", "active", "complete", "error"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
64
|
+
export const GCommandPaletteDirective = /* @__PURE__ */ createGardenerComponent({ "name": "command-palette", "exportName": "GCommandPaletteDirective", "directiveName": "gCommandPalette", "elementName": "g-command-palette", "category": "navigation", "type": "interactive", "selector": "[data-g-command-palette]", "cssSelector": ".g-command-palette", "className": "g-command-palette", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["command-palette"], "platforms": ["web", "mobile", "desktop"] });
|
|
65
|
+
export const GPrimaryNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "primary-navigation", "exportName": "GPrimaryNavigationDirective", "directiveName": "gPrimaryNavigation", "elementName": "g-primary-navigation", "category": "navigation", "type": "css", "selector": ".g-primary-nav", "className": "g-primary-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-primary-nav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
66
|
+
export const GUtilityNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "utility-navigation", "exportName": "GUtilityNavigationDirective", "directiveName": "gUtilityNavigation", "elementName": "g-utility-navigation", "category": "navigation", "type": "css", "selector": ".g-utility-nav", "className": "g-utility-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-utility-nav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
67
|
+
export const GSubNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sub-navigation", "exportName": "GSubNavigationDirective", "directiveName": "gSubNavigation", "elementName": "g-sub-navigation", "category": "navigation", "type": "css", "selector": ".g-subnav", "className": "g-subnav", "tag": "div", "variants": [], "states": [], "parts": ["g-subnav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
68
|
+
export const GCollapsibleNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "collapsible-navigation", "exportName": "GCollapsibleNavigationDirective", "directiveName": "gCollapsibleNavigation", "elementName": "g-collapsible-navigation", "category": "navigation", "type": "interactive", "selector": "[data-g-nav-toggle]", "cssSelector": ".g-collapsible-nav", "className": "g-collapsible-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-collapsible-nav-header", "g-collapsible-nav-body"], "behaviors": ["nav-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
69
|
+
export const GNavigationRailDirective = /* @__PURE__ */ createGardenerComponent({ "name": "navigation-rail", "exportName": "GNavigationRailDirective", "directiveName": "gNavigationRail", "elementName": "g-navigation-rail", "category": "navigation", "type": "interactive", "selector": "[data-g-roving-nav]", "cssSelector": ".g-nav-rail", "className": "g-nav-rail", "tag": "div", "variants": [], "states": [], "parts": ["g-nav-rail-item"], "behaviors": ["roving-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
70
|
+
export const GActivityBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "activity-bar", "exportName": "GActivityBarDirective", "directiveName": "gActivityBar", "elementName": "g-activity-bar", "category": "navigation", "type": "css", "selector": ".g-activitybar", "className": "g-activitybar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
71
|
+
export const GMenuBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "menu-bar", "exportName": "GMenuBarDirective", "directiveName": "gMenuBar", "elementName": "g-menu-bar", "category": "navigation", "type": "css", "selector": ".g-menubar", "className": "g-menubar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
72
|
+
export const GContextMenuDirective = /* @__PURE__ */ createGardenerComponent({ "name": "context-menu", "exportName": "GContextMenuDirective", "directiveName": "gContextMenu", "elementName": "g-context-menu", "category": "navigation", "type": "interactive", "selector": "[data-g-context-menu]", "cssSelector": ".g-context-menu", "className": "g-context-menu", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["context-menu"], "platforms": ["web", "mobile", "desktop"] });
|
|
73
|
+
export const GTreeNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tree-navigation", "exportName": "GTreeNavigationDirective", "directiveName": "gTreeNavigation", "elementName": "g-tree-navigation", "category": "navigation", "type": "interactive", "selector": "[data-g-tree].g-tree-nav", "cssSelector": ".g-tree-nav", "className": "g-tree-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-tree-nav-group", "g-tree-nav-row", "g-tree-nav-toggle"], "behaviors": ["tree"], "platforms": ["web", "mobile", "desktop"] });
|
|
74
|
+
export const GVerticalTabsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "vertical-tabs", "exportName": "GVerticalTabsDirective", "directiveName": "gVerticalTabs", "elementName": "g-vertical-tabs", "category": "navigation", "type": "interactive", "selector": "[data-g-tabs].g-vertical-tabs", "cssSelector": ".g-vertical-tabs", "className": "g-vertical-tabs", "tag": "div", "variants": [], "states": [], "parts": ["g-vertical-tab-list", "g-vertical-tab", "g-vertical-tab-panel"], "behaviors": ["tabs"], "platforms": ["web", "mobile", "desktop"] });
|
|
75
|
+
export const GPillNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pill-navigation", "exportName": "GPillNavigationDirective", "directiveName": "gPillNavigation", "elementName": "g-pill-navigation", "category": "navigation", "type": "css", "selector": ".g-pill-nav", "className": "g-pill-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-pill-nav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
76
|
+
export const GScrollspyNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "scrollspy-navigation", "exportName": "GScrollspyNavigationDirective", "directiveName": "gScrollspyNavigation", "elementName": "g-scrollspy-navigation", "category": "navigation", "type": "interactive", "selector": "[data-g-scrollspy]", "cssSelector": ".g-scrollspy-nav", "className": "g-scrollspy-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-scrollspy-link"], "behaviors": ["scrollspy"], "platforms": ["web", "mobile", "desktop"] });
|
|
77
|
+
export const GCursorPaginationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "cursor-pagination", "exportName": "GCursorPaginationDirective", "directiveName": "gCursorPagination", "elementName": "g-cursor-pagination", "category": "navigation", "type": "css", "selector": ".g-cursor-pagination", "className": "g-cursor-pagination", "tag": "div", "variants": [], "states": [], "parts": ["g-cursor-pagination-info", "g-cursor-pagination-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
78
|
+
export const GLoadMoreNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "load-more-navigation", "exportName": "GLoadMoreNavigationDirective", "directiveName": "gLoadMoreNavigation", "elementName": "g-load-more-navigation", "category": "navigation", "type": "css", "selector": ".g-load-more-nav", "className": "g-load-more-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-load-more-status"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
79
|
+
export const GWizardNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "wizard-navigation", "exportName": "GWizardNavigationDirective", "directiveName": "gWizardNavigation", "elementName": "g-wizard-navigation", "category": "navigation", "type": "css", "selector": ".g-wizard-nav", "className": "g-wizard-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-wizard-nav-steps", "g-wizard-nav-step", "g-wizard-nav-label", "g-wizard-nav-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
80
|
+
export const GBackNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "back-navigation", "exportName": "GBackNavigationDirective", "directiveName": "gBackNavigation", "elementName": "g-back-navigation", "category": "navigation", "type": "css", "selector": ".g-back-nav", "className": "g-back-nav", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
81
|
+
export const GPreviousNextNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "previous-next-navigation", "exportName": "GPreviousNextNavigationDirective", "directiveName": "gPreviousNextNavigation", "elementName": "g-previous-next-navigation", "category": "navigation", "type": "css", "selector": ".g-prev-next-nav", "className": "g-prev-next-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-prev-next-link", "g-prev-next-direction"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
82
|
+
export const GSkipNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "skip-navigation", "exportName": "GSkipNavigationDirective", "directiveName": "gSkipNavigation", "elementName": "g-skip-navigation", "category": "navigation", "type": "css", "selector": ".g-skip-nav", "className": "g-skip-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-skip-nav-link"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
83
|
+
export const GMobileTopNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-top-navigation", "exportName": "GMobileTopNavigationDirective", "directiveName": "gMobileTopNavigation", "elementName": "g-mobile-top-navigation", "category": "navigation", "type": "css", "selector": ".g-mobile-top-nav", "className": "g-mobile-top-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-top-nav-title"], "behaviors": [], "platforms": ["mobile"] });
|
|
84
|
+
export const GBottomNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "bottom-navigation", "exportName": "GBottomNavigationDirective", "directiveName": "gBottomNavigation", "elementName": "g-bottom-navigation", "category": "navigation", "type": "css", "selector": ".g-bottom-nav", "className": "g-bottom-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-bottom-nav-item"], "behaviors": [], "platforms": ["mobile"] });
|
|
85
|
+
export const GMobileTabBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-tab-bar", "exportName": "GMobileTabBarDirective", "directiveName": "gMobileTabBar", "elementName": "g-mobile-tab-bar", "category": "navigation", "type": "css", "selector": ".g-mobile-tab-bar", "className": "g-mobile-tab-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-tab-item"], "behaviors": [], "platforms": ["mobile"] });
|
|
86
|
+
export const GDrawerNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "drawer-navigation", "exportName": "GDrawerNavigationDirective", "directiveName": "gDrawerNavigation", "elementName": "g-drawer-navigation", "category": "navigation", "type": "css", "selector": ".g-drawer-nav", "className": "g-drawer-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-drawer-nav-header", "g-drawer-nav-body", "g-drawer-nav-footer"], "behaviors": [], "platforms": ["mobile", "desktop"] });
|
|
87
|
+
export const GCommandNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "command-navigation", "exportName": "GCommandNavigationDirective", "directiveName": "gCommandNavigation", "elementName": "g-command-navigation", "category": "navigation", "type": "css", "selector": ".g-command-nav", "className": "g-command-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-command-nav-item", "g-command-nav-key"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
88
|
+
export const GJumpNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "jump-navigation", "exportName": "GJumpNavigationDirective", "directiveName": "gJumpNavigation", "elementName": "g-jump-navigation", "category": "navigation", "type": "interactive", "selector": "[data-g-jump-nav]", "cssSelector": ".g-jump-nav", "className": "g-jump-nav", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["jump-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
89
|
+
export const GQuickNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "quick-navigation", "exportName": "GQuickNavigationDirective", "directiveName": "gQuickNavigation", "elementName": "g-quick-navigation", "category": "navigation", "type": "css", "selector": ".g-quick-nav", "className": "g-quick-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-quick-nav-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
90
|
+
export const GLocaleNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "locale-navigation", "exportName": "GLocaleNavigationDirective", "directiveName": "gLocaleNavigation", "elementName": "g-locale-navigation", "category": "navigation", "type": "css", "selector": ".g-locale-nav", "className": "g-locale-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-locale-nav-trigger", "g-locale-nav-menu"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
91
|
+
export const GAccountNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "account-navigation", "exportName": "GAccountNavigationDirective", "directiveName": "gAccountNavigation", "elementName": "g-account-navigation", "category": "navigation", "type": "css", "selector": ".g-account-nav", "className": "g-account-nav", "tag": "div", "variants": [], "states": [], "parts": ["g-account-nav-trigger", "g-account-nav-menu"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
92
|
+
export const GDialogDirective = /* @__PURE__ */ createGardenerComponent({ "name": "dialog", "exportName": "GDialogDirective", "directiveName": "gDialog", "elementName": "g-dialog", "category": "overlay", "type": "interactive", "selector": "[data-g-dialog]", "className": "g-dialog-backdrop", "tag": "div", "variants": [], "states": ["closed", "open"], "parts": [], "behaviors": ["dialog"], "platforms": ["web", "mobile", "desktop"] });
|
|
93
|
+
export const GDrawerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "drawer", "exportName": "GDrawerDirective", "directiveName": "gDrawer", "elementName": "g-drawer", "category": "overlay", "type": "interactive", "selector": "[data-g-drawer]", "className": "g-drawer-backdrop", "tag": "div", "variants": [], "states": ["closed", "open"], "parts": [], "behaviors": ["drawer"], "platforms": ["web", "mobile", "desktop"] });
|
|
94
|
+
export const GPopoverDirective = /* @__PURE__ */ createGardenerComponent({ "name": "popover", "exportName": "GPopoverDirective", "directiveName": "gPopover", "elementName": "g-popover", "category": "overlay", "type": "interactive", "selector": "[data-g-popover]", "className": "g-popover", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["popover"], "platforms": ["web", "mobile", "desktop"] });
|
|
95
|
+
export const GTooltipDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tooltip", "exportName": "GTooltipDirective", "directiveName": "gTooltip", "elementName": "g-tooltip", "category": "overlay", "type": "interactive", "selector": "[data-g-tooltip]", "cssSelector": ".g-tooltip", "className": "g-tooltip", "tag": "div", "variants": ["top", "bottom", "start", "end", "start-aligned", "centered", "end-aligned"], "states": [], "parts": [], "behaviors": ["tooltip"], "platforms": ["web", "mobile", "desktop"] });
|
|
96
|
+
export const GToastDirective = /* @__PURE__ */ createGardenerComponent({ "name": "toast", "exportName": "GToastDirective", "directiveName": "gToast", "elementName": "g-toast", "category": "feedback", "type": "interactive", "selector": "[data-g-toast]", "className": "g-toast", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["toast"], "platforms": ["web", "mobile", "desktop"] });
|
|
97
|
+
export const GAccordionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "accordion", "exportName": "GAccordionDirective", "directiveName": "gAccordion", "elementName": "g-accordion", "category": "disclosure", "type": "interactive", "selector": "[data-g-accordion]", "className": "g-accordion", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["accordion"], "platforms": ["web", "mobile", "desktop"] });
|
|
98
|
+
export const GTableDirective = /* @__PURE__ */ createGardenerComponent({ "name": "table", "exportName": "GTableDirective", "directiveName": "gTable", "elementName": "g-table", "category": "data", "type": "css", "selector": ".g-table", "className": "g-table", "tag": "table", "variants": ["striped", "hover", "compact"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
99
|
+
export const GDataGridDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-grid", "exportName": "GDataGridDirective", "directiveName": "gDataGrid", "elementName": "g-data-grid", "category": "data", "type": "interactive", "selector": "[data-g-data-grid]", "className": "g-data-grid", "tag": "div", "variants": [], "states": ["loading", "empty", "error"], "parts": [], "behaviors": ["data-grid"], "platforms": ["web", "mobile", "desktop"] });
|
|
100
|
+
export const GKpiStatDirective = /* @__PURE__ */ createGardenerComponent({ "name": "kpi-stat", "exportName": "GKpiStatDirective", "directiveName": "gKpiStat", "elementName": "g-kpi-stat", "category": "dashboard", "type": "css", "selector": ".g-kpi", "className": "g-kpi", "tag": "div", "variants": [], "states": ["up", "down", "neutral"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
101
|
+
export const GDescriptionListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "description-list", "exportName": "GDescriptionListDirective", "directiveName": "gDescriptionList", "elementName": "g-description-list", "category": "data", "type": "css", "selector": ".g-description-list", "className": "g-description-list", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
102
|
+
export const GListGroupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "list-group", "exportName": "GListGroupDirective", "directiveName": "gListGroup", "elementName": "g-list-group", "category": "data", "type": "css", "selector": ".g-list-group", "className": "g-list-group", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
103
|
+
export const GTreeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tree", "exportName": "GTreeDirective", "directiveName": "gTree", "elementName": "g-tree", "category": "data", "type": "interactive", "selector": "[data-g-tree]", "className": "g-tree", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["tree"], "platforms": ["web", "mobile", "desktop"] });
|
|
104
|
+
export const GTimelineDirective = /* @__PURE__ */ createGardenerComponent({ "name": "timeline", "exportName": "GTimelineDirective", "directiveName": "gTimeline", "elementName": "g-timeline", "category": "data", "type": "css", "selector": ".g-timeline", "className": "g-timeline", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
105
|
+
export const GResponsiveTableDirective = /* @__PURE__ */ createGardenerComponent({ "name": "responsive-table", "exportName": "GResponsiveTableDirective", "directiveName": "gResponsiveTable", "elementName": "g-responsive-table", "category": "data", "type": "css", "selector": ".g-responsive-table", "className": "g-responsive-table", "tag": "div", "variants": ["scroll", "stacked", "sticky-columns"], "states": [], "parts": ["g-table-caption", "g-table-row", "g-table-cell-primary", "g-table-cell-secondary", "g-table-cell-sticky-start", "g-table-cell-sticky-end", "g-table-checkbox"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
106
|
+
export const GTableSortDirective = /* @__PURE__ */ createGardenerComponent({ "name": "table-sort", "exportName": "GTableSortDirective", "directiveName": "gTableSort", "elementName": "g-table-sort", "category": "data", "type": "interactive", "selector": "[data-g-table-sort]", "cssSelector": ".g-sort-button", "className": "g-sort-button", "tag": "div", "variants": [], "states": [], "parts": ["g-table-sort-indicator"], "behaviors": ["table-sort"], "platforms": ["web", "mobile", "desktop"] });
|
|
107
|
+
export const GRowSelectionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "row-selection", "exportName": "GRowSelectionDirective", "directiveName": "gRowSelection", "elementName": "g-row-selection", "category": "data", "type": "interactive", "selector": "[data-g-row-select]", "cssSelector": ".g-selection-summary", "className": "g-selection-summary", "tag": "div", "variants": [], "states": ["none", "partial", "all"], "parts": [], "behaviors": ["row-select"], "platforms": ["web", "mobile", "desktop"] });
|
|
108
|
+
export const GRowDisclosureDirective = /* @__PURE__ */ createGardenerComponent({ "name": "row-disclosure", "exportName": "GRowDisclosureDirective", "directiveName": "gRowDisclosure", "elementName": "g-row-disclosure", "category": "data", "type": "interactive", "selector": "[data-g-row-disclosure]", "cssSelector": ".g-row-disclosure", "className": "g-row-disclosure", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["row-disclosure"], "platforms": ["web", "mobile", "desktop"] });
|
|
109
|
+
export const GColumnToggleDirective = /* @__PURE__ */ createGardenerComponent({ "name": "column-toggle", "exportName": "GColumnToggleDirective", "directiveName": "gColumnToggle", "elementName": "g-column-toggle", "category": "data", "type": "interactive", "selector": "[data-g-column-toggle]", "cssSelector": ".g-column-chooser", "className": "g-column-chooser", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["column-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
110
|
+
export const GDataFilterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-filter", "exportName": "GDataFilterDirective", "directiveName": "gDataFilter", "elementName": "g-data-filter", "category": "data", "type": "interactive", "selector": "[data-g-data-filter]", "cssSelector": ".g-data-toolbar", "className": "g-data-toolbar", "tag": "div", "variants": [], "states": ["results", "empty"], "parts": [], "behaviors": ["data-filter"], "platforms": ["web", "mobile", "desktop"] });
|
|
111
|
+
export const GDataViewDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-view", "exportName": "GDataViewDirective", "directiveName": "gDataView", "elementName": "g-data-view", "category": "data", "type": "interactive", "selector": "[data-g-data-view]", "cssSelector": ".g-data-view-switcher", "className": "g-data-view-switcher", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["data-view"], "platforms": ["web", "mobile", "desktop"] });
|
|
112
|
+
export const GEditableGridDirective = /* @__PURE__ */ createGardenerComponent({ "name": "editable-grid", "exportName": "GEditableGridDirective", "directiveName": "gEditableGrid", "elementName": "g-editable-grid", "category": "data", "type": "interactive", "selector": "[data-g-data-grid].g-editable-grid", "cssSelector": ".g-editable-grid", "className": "g-editable-grid", "tag": "div", "variants": [], "states": ["default", "editing", "invalid"], "parts": ["g-editable-grid-row", "g-editable-grid-cell"], "behaviors": ["data-grid"], "platforms": ["web", "mobile", "desktop"] });
|
|
113
|
+
export const GTreeTableDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tree-table", "exportName": "GTreeTableDirective", "directiveName": "gTreeTable", "elementName": "g-tree-table", "category": "data", "type": "css", "selector": ".g-tree-table", "className": "g-tree-table", "tag": "div", "variants": [], "states": [], "parts": ["g-tree-table-row", "g-tree-table-toggle"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
114
|
+
export const GGroupedTableDirective = /* @__PURE__ */ createGardenerComponent({ "name": "grouped-table", "exportName": "GGroupedTableDirective", "directiveName": "gGroupedTable", "elementName": "g-grouped-table", "category": "data", "type": "css", "selector": ".g-grouped-table", "className": "g-grouped-table", "tag": "div", "variants": [], "states": [], "parts": ["g-table-group-row", "g-table-group-title"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
115
|
+
export const GExpandableTableDirective = /* @__PURE__ */ createGardenerComponent({ "name": "expandable-table", "exportName": "GExpandableTableDirective", "directiveName": "gExpandableTable", "elementName": "g-expandable-table", "category": "data", "type": "css", "selector": ".g-expandable-table", "className": "g-expandable-table", "tag": "div", "variants": [], "states": [], "parts": ["g-expandable-table-detail", "g-table-detail-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
116
|
+
export const GComparisonTableDirective = /* @__PURE__ */ createGardenerComponent({ "name": "comparison-table", "exportName": "GComparisonTableDirective", "directiveName": "gComparisonTable", "elementName": "g-comparison-table", "category": "data", "type": "css", "selector": ".g-comparison-table", "className": "g-comparison-table", "tag": "div", "variants": [], "states": ["highlighted"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
117
|
+
export const GKeyValueDirective = /* @__PURE__ */ createGardenerComponent({ "name": "key-value", "exportName": "GKeyValueDirective", "directiveName": "gKeyValue", "elementName": "g-key-value", "category": "data", "type": "css", "selector": ".g-key-value", "className": "g-key-value", "tag": "div", "variants": [], "states": [], "parts": ["g-key-value-row", "g-key-value-key", "g-key-value-value", "g-key-value-action"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
118
|
+
export const GRecordDetailDirective = /* @__PURE__ */ createGardenerComponent({ "name": "record-detail", "exportName": "GRecordDetailDirective", "directiveName": "gRecordDetail", "elementName": "g-record-detail", "category": "data", "type": "css", "selector": ".g-record-detail", "className": "g-record-detail", "tag": "div", "variants": [], "states": [], "parts": ["g-record-detail-header", "g-record-detail-main", "g-record-detail-title", "g-record-detail-sections", "g-record-detail-section"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
119
|
+
export const GMediaListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "media-list", "exportName": "GMediaListDirective", "directiveName": "gMediaList", "elementName": "g-media-list", "category": "data", "type": "css", "selector": ".g-media-list", "className": "g-media-list", "tag": "div", "variants": [], "states": [], "parts": ["g-media-list-item", "g-media-list-media", "g-media-list-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
120
|
+
export const GDenseListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "dense-list", "exportName": "GDenseListDirective", "directiveName": "gDenseList", "elementName": "g-dense-list", "category": "data", "type": "css", "selector": ".g-dense-list", "className": "g-dense-list", "tag": "div", "variants": [], "states": [], "parts": ["g-dense-list-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
121
|
+
export const GAuditLogCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "audit-log-composition", "exportName": "GAuditLogCompositionDirective", "directiveName": "gAuditLogComposition", "elementName": "g-audit-log-composition", "category": "data", "type": "css", "selector": ".g-audit-log", "className": "g-audit-log", "tag": "div", "variants": [], "states": [], "parts": ["g-audit-log-date", "g-audit-event"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
122
|
+
export const GStatListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "stat-list", "exportName": "GStatListDirective", "directiveName": "gStatList", "elementName": "g-stat-list", "category": "data", "type": "css", "selector": ".g-stat-list", "className": "g-stat-list", "tag": "div", "variants": [], "states": [], "parts": ["g-stat", "g-stat-value", "g-stat-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
123
|
+
export const GMetricCardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "metric-card", "exportName": "GMetricCardDirective", "directiveName": "gMetricCard", "elementName": "g-metric-card", "category": "data", "type": "css", "selector": ".g-metric-card", "className": "g-metric-card", "tag": "div", "variants": [], "states": [], "parts": ["g-metric-card-main", "g-metric-card-label", "g-metric-card-value", "g-metric-card-trend"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
124
|
+
export const GSparklineDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sparkline", "exportName": "GSparklineDirective", "directiveName": "gSparkline", "elementName": "g-sparkline", "category": "data", "type": "css", "selector": ".g-sparkline", "className": "g-sparkline", "tag": "div", "variants": [], "states": [], "parts": ["g-sparkline-bar", "g-sparkline-svg"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
125
|
+
export const GProgressStatsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "progress-stats", "exportName": "GProgressStatsDirective", "directiveName": "gProgressStats", "elementName": "g-progress-stats", "category": "data", "type": "css", "selector": ".g-progress-stats", "className": "g-progress-stats", "tag": "div", "variants": [], "states": [], "parts": ["g-progress-stat", "g-progress-stat-label", "g-progress-stat-track", "g-progress-stat-value", "g-progress-stat-number"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
126
|
+
export const GDataLegendDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-legend", "exportName": "GDataLegendDirective", "directiveName": "gDataLegend", "elementName": "g-data-legend", "category": "data", "type": "css", "selector": ".g-data-legend", "className": "g-data-legend", "tag": "div", "variants": [], "states": [], "parts": ["g-data-legend-item", "g-data-legend-swatch"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
127
|
+
export const GRankingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "ranking", "exportName": "GRankingDirective", "directiveName": "gRanking", "elementName": "g-ranking", "category": "data", "type": "css", "selector": ".g-ranking", "className": "g-ranking", "tag": "div", "variants": [], "states": [], "parts": ["g-ranking-item", "g-ranking-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
128
|
+
export const GStatusSummaryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "status-summary", "exportName": "GStatusSummaryDirective", "directiveName": "gStatusSummary", "elementName": "g-status-summary", "category": "data", "type": "css", "selector": ".g-status-summary", "className": "g-status-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-status-summary-item", "g-status-summary-value", "g-status-summary-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
129
|
+
export const GDataMatrixDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-matrix", "exportName": "GDataMatrixDirective", "directiveName": "gDataMatrix", "elementName": "g-data-matrix", "category": "data", "type": "css", "selector": ".g-data-matrix", "className": "g-data-matrix", "tag": "div", "variants": [], "states": [], "parts": ["g-data-matrix-grid", "g-data-matrix-cell"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
130
|
+
export const GHeatmapDirective = /* @__PURE__ */ createGardenerComponent({ "name": "heatmap", "exportName": "GHeatmapDirective", "directiveName": "gHeatmap", "elementName": "g-heatmap", "category": "data", "type": "css", "selector": ".g-heatmap", "className": "g-heatmap", "tag": "div", "variants": [], "states": [], "parts": ["g-heatmap-cell"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
131
|
+
export const GDataToolbarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-toolbar", "exportName": "GDataToolbarDirective", "directiveName": "gDataToolbar", "elementName": "g-data-toolbar", "category": "data", "type": "css", "selector": ".g-data-toolbar", "className": "g-data-toolbar", "tag": "div", "variants": [], "states": [], "parts": ["g-data-toolbar-start", "g-data-toolbar-center", "g-data-toolbar-end", "g-data-toolbar-result"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
132
|
+
export const GColumnChooserDirective = /* @__PURE__ */ createGardenerComponent({ "name": "column-chooser", "exportName": "GColumnChooserDirective", "directiveName": "gColumnChooser", "elementName": "g-column-chooser", "category": "data", "type": "css", "selector": ".g-column-chooser", "className": "g-column-chooser", "tag": "div", "variants": [], "states": [], "parts": ["g-column-chooser-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
133
|
+
export const GSavedViewsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "saved-views", "exportName": "GSavedViewsDirective", "directiveName": "gSavedViews", "elementName": "g-saved-views", "category": "interaction", "type": "interactive", "selector": "[data-g-saved-choice].g-saved-views", "cssSelector": ".g-saved-views", "className": "g-saved-views", "tag": "div", "variants": [], "states": [], "parts": ["g-saved-view"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
134
|
+
export const GExportPanelDirective = /* @__PURE__ */ createGardenerComponent({ "name": "export-panel", "exportName": "GExportPanelDirective", "directiveName": "gExportPanel", "elementName": "g-export-panel", "category": "data", "type": "css", "selector": ".g-export-panel", "className": "g-export-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-export-panel-header", "g-export-options", "g-export-option"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
135
|
+
export const GDataStateDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-state", "exportName": "GDataStateDirective", "directiveName": "gDataState", "elementName": "g-data-state", "category": "data", "type": "css", "selector": ".g-data-state", "className": "g-data-state", "tag": "div", "variants": [], "states": ["loading", "empty", "error", "offline"], "parts": ["g-data-state-visual", "g-data-state-title", "g-data-state-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
136
|
+
export const GDataViewSwitcherDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-view-switcher", "exportName": "GDataViewSwitcherDirective", "directiveName": "gDataViewSwitcher", "elementName": "g-data-view-switcher", "category": "data", "type": "css", "selector": ".g-data-view-switcher", "className": "g-data-view-switcher", "tag": "div", "variants": [], "states": [], "parts": ["g-data-view-button"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
137
|
+
export const GSelectionSummaryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "selection-summary", "exportName": "GSelectionSummaryDirective", "directiveName": "gSelectionSummary", "elementName": "g-selection-summary", "category": "data", "type": "css", "selector": ".g-selection-summary", "className": "g-selection-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-selection-summary-count", "g-selection-summary-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
138
|
+
export const GTableDensityDirective = /* @__PURE__ */ createGardenerComponent({ "name": "table-density", "exportName": "GTableDensityDirective", "directiveName": "gTableDensity", "elementName": "g-table-density", "category": "data", "type": "css", "selector": ".g-table-density", "className": "g-table-density", "tag": "div", "variants": [], "states": [], "parts": ["g-table-density-button"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
139
|
+
export const GFilterSummaryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "filter-summary", "exportName": "GFilterSummaryDirective", "directiveName": "gFilterSummary", "elementName": "g-filter-summary", "category": "data", "type": "css", "selector": ".g-filter-summary", "className": "g-filter-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-filter-summary-label", "g-filter-summary-chip", "g-filter-summary-clear"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
140
|
+
export const GSortBuilderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sort-builder", "exportName": "GSortBuilderDirective", "directiveName": "gSortBuilder", "elementName": "g-sort-builder", "category": "interaction", "type": "interactive", "selector": "[data-g-builder-list].g-sort-builder", "cssSelector": ".g-sort-builder", "className": "g-sort-builder", "tag": "div", "variants": [], "states": [], "parts": ["g-sort-rule", "g-sort-rule-handle"], "behaviors": ["builder-list"], "platforms": ["web", "mobile", "desktop"] });
|
|
141
|
+
export const GDataInspectorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "data-inspector", "exportName": "GDataInspectorDirective", "directiveName": "gDataInspector", "elementName": "g-data-inspector", "category": "data", "type": "css", "selector": ".g-data-inspector", "className": "g-data-inspector", "tag": "div", "variants": [], "states": [], "parts": ["g-data-inspector-header", "g-data-inspector-body", "g-data-inspector-footer"], "behaviors": [], "platforms": ["web", "desktop", "tauri", "electron"] });
|
|
142
|
+
export const GSelectionControlsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "selection-controls", "exportName": "GSelectionControlsDirective", "directiveName": "gSelectionControls", "elementName": "g-selection-controls", "category": "interaction", "type": "interactive", "selector": "[data-g-row-select].g-selection-scope", "cssSelector": ".g-selection-control", "className": "g-selection-control", "tag": "div", "variants": [], "states": ["none", "partial", "all"], "parts": ["g-select-all-control", "g-invert-selection-control", "g-range-selection-control", "g-selection-scope-header", "g-selection-scope-list", "g-selection-item"], "behaviors": ["row-select"], "platforms": ["web", "mobile", "desktop"] });
|
|
143
|
+
export const GBatchToolbarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "batch-toolbar", "exportName": "GBatchToolbarDirective", "directiveName": "gBatchToolbar", "elementName": "g-batch-toolbar", "category": "interaction", "type": "css", "selector": ".g-batch-toolbar", "className": "g-batch-toolbar", "tag": "div", "variants": [], "states": [], "parts": ["g-batch-toolbar-summary", "g-batch-toolbar-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
144
|
+
export const GDualListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "dual-list", "exportName": "GDualListDirective", "directiveName": "gDualList", "elementName": "g-dual-list", "category": "interaction", "type": "interactive", "selector": "[data-g-transfer].g-dual-list", "cssSelector": ".g-dual-list", "className": "g-dual-list", "tag": "div", "variants": [], "states": [], "parts": ["g-dual-list-pane", "g-dual-list-list"], "behaviors": ["transfer"], "platforms": ["web", "mobile", "desktop"] });
|
|
145
|
+
export const GTreeSelectDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tree-select", "exportName": "GTreeSelectDirective", "directiveName": "gTreeSelect", "elementName": "g-tree-select", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-tree-select", "cssSelector": ".g-tree-select", "className": "g-tree-select", "tag": "div", "variants": [], "states": [], "parts": ["g-picker-control", "g-picker-panel", "g-picker-option"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
146
|
+
export const GCascaderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "cascader", "exportName": "GCascaderDirective", "directiveName": "gCascader", "elementName": "g-cascader", "category": "interaction", "type": "interactive", "selector": "[data-g-cascader]", "cssSelector": ".g-cascader", "className": "g-cascader", "tag": "div", "variants": [], "states": [], "parts": ["g-cascader-path", "g-cascader-columns", "g-cascader-column", "g-cascader-option"], "behaviors": ["cascader"], "platforms": ["web", "mobile", "desktop"] });
|
|
147
|
+
export const GMentionPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mention-picker", "exportName": "GMentionPickerDirective", "directiveName": "gMentionPicker", "elementName": "g-mention-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-mention-picker", "cssSelector": ".g-mention-picker", "className": "g-mention-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-picker-avatar", "g-picker-option"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
148
|
+
export const GUserPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "user-picker", "exportName": "GUserPickerDirective", "directiveName": "gUserPicker", "elementName": "g-user-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-user-picker", "cssSelector": ".g-user-picker", "className": "g-user-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-picker-avatar", "g-picker-option"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
149
|
+
export const GOrganizationPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "organization-picker", "exportName": "GOrganizationPickerDirective", "directiveName": "gOrganizationPicker", "elementName": "g-organization-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-organization-picker", "cssSelector": ".g-organization-picker", "className": "g-organization-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
150
|
+
export const GResourcePickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "resource-picker", "exportName": "GResourcePickerDirective", "directiveName": "gResourcePicker", "elementName": "g-resource-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-resource-picker", "cssSelector": ".g-resource-picker", "className": "g-resource-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
151
|
+
export const GMediaPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "media-picker", "exportName": "GMediaPickerDirective", "directiveName": "gMediaPicker", "elementName": "g-media-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-media-picker", "cssSelector": ".g-media-picker", "className": "g-media-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-media-picker-thumb"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
152
|
+
export const GIconPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "icon-picker", "exportName": "GIconPickerDirective", "directiveName": "gIconPicker", "elementName": "g-icon-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-saved-choice].g-icon-picker", "cssSelector": ".g-icon-picker", "className": "g-icon-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-icon-picker-grid", "g-icon-picker-item"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
153
|
+
export const GColorPickerCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "color-picker-composition", "exportName": "GColorPickerCompositionDirective", "directiveName": "gColorPickerComposition", "elementName": "g-color-picker-composition", "category": "interaction", "type": "interactive", "selector": "[data-g-saved-choice].g-color-picker", "cssSelector": ".g-color-picker", "className": "g-color-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-color-picker-current", "g-color-picker-preview", "g-color-picker-swatches", "g-color-swatch"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
154
|
+
export const GDateRangePickerCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "date-range-picker-composition", "exportName": "GDateRangePickerCompositionDirective", "directiveName": "gDateRangePickerComposition", "elementName": "g-date-range-picker-composition", "category": "interaction", "type": "css", "selector": ".g-date-range-picker", "className": "g-date-range-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-range-picker-fields", "g-range-picker-presets", "g-range-picker-calendar", "g-range-picker-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
155
|
+
export const GTimeRangePickerCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "time-range-picker-composition", "exportName": "GTimeRangePickerCompositionDirective", "directiveName": "gTimeRangePickerComposition", "elementName": "g-time-range-picker-composition", "category": "interaction", "type": "css", "selector": ".g-time-range-picker", "className": "g-time-range-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-range-picker-fields", "g-range-picker-presets", "g-range-picker-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
156
|
+
export const GSavedFiltersDirective = /* @__PURE__ */ createGardenerComponent({ "name": "saved-filters", "exportName": "GSavedFiltersDirective", "directiveName": "gSavedFilters", "elementName": "g-saved-filters", "category": "interaction", "type": "interactive", "selector": "[data-g-saved-choice].g-saved-filters", "cssSelector": ".g-saved-filters", "className": "g-saved-filters", "tag": "div", "variants": [], "states": [], "parts": ["g-saved-filter", "g-saved-choice-meta"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
157
|
+
export const GGroupBuilderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "group-builder", "exportName": "GGroupBuilderDirective", "directiveName": "gGroupBuilder", "elementName": "g-group-builder", "category": "interaction", "type": "interactive", "selector": "[data-g-builder-list].g-group-builder", "cssSelector": ".g-group-builder", "className": "g-group-builder", "tag": "div", "variants": [], "states": [], "parts": ["g-group-rule", "g-group-rule-handle"], "behaviors": ["builder-list"], "platforms": ["web", "mobile", "desktop"] });
|
|
158
|
+
export const GEntityPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "entity-picker", "exportName": "GEntityPickerDirective", "directiveName": "gEntityPicker", "elementName": "g-entity-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-entity-picker", "cssSelector": ".g-entity-picker", "className": "g-entity-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-picker-control", "g-picker-value", "g-picker-panel", "g-picker-results", "g-picker-option", "g-picker-summary"], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
159
|
+
export const GTagPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tag-picker", "exportName": "GTagPickerDirective", "directiveName": "gTagPicker", "elementName": "g-tag-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-tag-picker", "cssSelector": ".g-tag-picker", "className": "g-tag-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
160
|
+
export const GRelationPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "relation-picker", "exportName": "GRelationPickerDirective", "directiveName": "gRelationPicker", "elementName": "g-relation-picker", "category": "interaction", "type": "interactive", "selector": "[data-g-picker].g-relation-picker", "cssSelector": ".g-relation-picker", "className": "g-relation-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
161
|
+
export const GBulkConfirmationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "bulk-confirmation", "exportName": "GBulkConfirmationDirective", "directiveName": "gBulkConfirmation", "elementName": "g-bulk-confirmation", "category": "interaction", "type": "css", "selector": ".g-bulk-confirmation", "className": "g-bulk-confirmation", "tag": "div", "variants": [], "states": [], "parts": ["g-bulk-confirmation-title", "g-bulk-confirmation-summary", "g-bulk-confirmation-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
162
|
+
export const GBulkProgressDirective = /* @__PURE__ */ createGardenerComponent({ "name": "bulk-progress", "exportName": "GBulkProgressDirective", "directiveName": "gBulkProgress", "elementName": "g-bulk-progress", "category": "interaction", "type": "css", "selector": ".g-bulk-progress", "className": "g-bulk-progress", "tag": "div", "variants": [], "states": [], "parts": ["g-bulk-progress-header", "g-bulk-progress-list", "g-bulk-progress-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
163
|
+
export const GFilterBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "filter-bar", "exportName": "GFilterBarDirective", "directiveName": "gFilterBar", "elementName": "g-filter-bar", "category": "dashboard", "type": "css", "selector": ".g-filter-bar", "className": "g-filter-bar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
164
|
+
export const GCodeBlockDirective = /* @__PURE__ */ createGardenerComponent({ "name": "code-block", "exportName": "GCodeBlockDirective", "directiveName": "gCodeBlock", "elementName": "g-code-block", "category": "content", "type": "css", "selector": ".g-code-block", "className": "g-code-block", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
165
|
+
export const GTerminalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "terminal", "exportName": "GTerminalDirective", "directiveName": "gTerminal", "elementName": "g-terminal", "category": "content", "type": "css", "selector": ".g-terminal", "className": "g-terminal", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
166
|
+
export const GDiffViewerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "diff-viewer", "exportName": "GDiffViewerDirective", "directiveName": "gDiffViewer", "elementName": "g-diff-viewer", "category": "content", "type": "css", "selector": ".g-diff", "className": "g-diff", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
167
|
+
export const GChartContainerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "chart-container", "exportName": "GChartContainerDirective", "directiveName": "gChartContainer", "elementName": "g-chart-container", "category": "dashboard", "type": "css", "selector": ".g-chart", "className": "g-chart", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
168
|
+
export const GGridSystemDirective = /* @__PURE__ */ createGardenerComponent({ "name": "grid-system", "exportName": "GGridSystemDirective", "directiveName": "gGridSystem", "elementName": "g-grid-system", "category": "layout", "type": "css", "selector": ".g-grid-24", "className": "g-grid-24", "tag": "div", "variants": ["24-column", "12-column", "responsive", "container-query", "subgrid", "rtl", "print"], "states": [], "parts": ["g-row", "g-grid-12", "g-col", "g-col-auto", "g-col-fill", "g-col-fill-from-*", "g-col-full"], "behaviors": [], "platforms": ["web", "mobile", "tablet", "desktop", "print"] });
|
|
169
|
+
export const GRegionLayoutSystemDirective = /* @__PURE__ */ createGardenerComponent({ "name": "region-layout-system", "exportName": "GRegionLayoutSystemDirective", "directiveName": "gRegionLayoutSystem", "elementName": "g-region-layout-system", "category": "layout", "type": "css", "selector": ".g-region-frame", "className": "g-region-frame", "tag": "div", "variants": ["top-main-bottom", "start-main-end", "five-region", "holy-grail", "sidebar-shell", "double-sidebar", "master-detail", "list-detail-inspector", "sticky-footer", "fixed-header", "fixed-sidebar", "sticky-aside", "dock", "split-view", "fullscreen-workspace", "mobile-layout"], "states": [], "parts": ["g-region-top", "g-region-start", "g-region-main", "g-region-end", "g-region-bottom", "g-master", "g-detail", "g-region-list", "g-region-inspector", "g-dock-top", "g-dock-start", "g-dock-main", "g-dock-end", "g-dock-bottom", "g-workspace-toolbar", "g-workspace-main", "g-workspace-status"], "behaviors": [], "platforms": ["web", "mobile", "tablet", "desktop", "tauri", "electron", "print"] });
|
|
170
|
+
export const GClassicLayoutPrimitivesDirective = /* @__PURE__ */ createGardenerComponent({ "name": "classic-layout-primitives", "exportName": "GClassicLayoutPrimitivesDirective", "directiveName": "gClassicLayoutPrimitives", "elementName": "g-classic-layout-primitives", "category": "layout", "type": "css", "selector": ".g-stack", "className": "g-stack", "tag": "div", "variants": ["stack", "cluster", "center", "sidebar", "switcher", "cover", "reel", "frame", "media-object", "grid-auto-fit", "grid-auto-fill", "bleed", "repel", "imposter", "overlay", "masonry", "bento", "aspect-ratio", "scroll-area", "scroll-snap", "safe-area", "sticky-region"], "states": [], "parts": ["g-media-object-media", "g-media-object-body", "g-media-object-action", "g-cover-center", "g-overlay-base", "g-overlay-layer", "g-scroll-snap-item"], "behaviors": [], "platforms": ["web", "mobile", "tablet", "desktop", "tauri", "electron", "print"] });
|
|
171
|
+
export const GPageHeaderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "page-header", "exportName": "GPageHeaderDirective", "directiveName": "gPageHeader", "elementName": "g-page-header", "category": "layout", "type": "css", "selector": ".g-page-header", "className": "g-page-header", "tag": "div", "variants": ["compact", "centered", "sticky"], "states": [], "parts": ["g-page-header-main", "g-page-header-eyebrow", "g-page-header-title", "g-page-header-description", "g-page-header-meta", "g-page-header-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
172
|
+
export const GSectionHeaderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "section-header", "exportName": "GSectionHeaderDirective", "directiveName": "gSectionHeader", "elementName": "g-section-header", "category": "layout", "type": "css", "selector": ".g-section-header", "className": "g-section-header", "tag": "div", "variants": ["default", "borderless"], "states": [], "parts": ["g-section-header-main", "g-section-header-title", "g-section-header-description", "g-section-header-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
173
|
+
export const GSubheaderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "subheader", "exportName": "GSubheaderDirective", "directiveName": "gSubheader", "elementName": "g-subheader", "category": "layout", "type": "css", "selector": ".g-subheader", "className": "g-subheader", "tag": "div", "variants": [], "states": [], "parts": ["g-subheader-title", "g-subheader-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
174
|
+
export const GToolbarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "toolbar", "exportName": "GToolbarDirective", "directiveName": "gToolbar", "elementName": "g-toolbar", "category": "navigation", "type": "css", "selector": ".g-toolbar", "className": "g-toolbar", "tag": "div", "variants": ["compact", "sticky", "scrollable"], "states": [], "parts": ["g-toolbar-start", "g-toolbar-center", "g-toolbar-end", "g-toolbar-title", "g-toolbar-separator"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
175
|
+
export const GActionBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "action-bar", "exportName": "GActionBarDirective", "directiveName": "gActionBar", "elementName": "g-action-bar", "category": "interaction", "type": "css", "selector": ".g-action-bar", "className": "g-action-bar", "tag": "div", "variants": ["default", "surface"], "states": [], "parts": ["g-action-bar-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
176
|
+
export const GStatusBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "status-bar", "exportName": "GStatusBarDirective", "directiveName": "gStatusBar", "elementName": "g-status-bar", "category": "feedback", "type": "css", "selector": ".g-status-bar", "className": "g-status-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-status-bar-section", "g-status-bar-text"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
177
|
+
export const GCommandBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "command-bar", "exportName": "GCommandBarDirective", "directiveName": "gCommandBar", "elementName": "g-command-bar", "category": "navigation", "type": "css", "selector": ".g-command-bar", "className": "g-command-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-command-bar-group", "g-command-bar-item", "g-command-bar-shortcut"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
178
|
+
export const GContextBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "context-bar", "exportName": "GContextBarDirective", "directiveName": "gContextBar", "elementName": "g-context-bar", "category": "feedback", "type": "css", "selector": ".g-context-bar", "className": "g-context-bar", "tag": "div", "variants": [], "states": ["info", "success", "warning", "danger"], "parts": ["g-context-bar-content", "g-context-bar-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
179
|
+
export const GBulkActionBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "bulk-action-bar", "exportName": "GBulkActionBarDirective", "directiveName": "gBulkActionBar", "elementName": "g-bulk-action-bar", "category": "interaction", "type": "css", "selector": ".g-bulk-action-bar", "className": "g-bulk-action-bar", "tag": "div", "variants": [], "states": ["active", "empty"], "parts": ["g-bulk-action-count", "g-bulk-action-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
180
|
+
export const GFooterBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "footer-bar", "exportName": "GFooterBarDirective", "directiveName": "gFooterBar", "elementName": "g-footer-bar", "category": "layout", "type": "css", "selector": ".g-footer-bar", "className": "g-footer-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-footer-bar-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
181
|
+
export const GFloatingActionBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "floating-action-bar", "exportName": "GFloatingActionBarDirective", "directiveName": "gFloatingActionBar", "elementName": "g-floating-action-bar", "category": "interaction", "type": "css", "selector": ".g-floating-action-bar", "className": "g-floating-action-bar", "tag": "div", "variants": ["center", "end", "contained"], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
182
|
+
export const GDividerWithTextDirective = /* @__PURE__ */ createGardenerComponent({ "name": "divider-with-text", "exportName": "GDividerWithTextDirective", "directiveName": "gDividerWithText", "elementName": "g-divider-with-text", "category": "basic", "type": "css", "selector": ".g-divider", "className": "g-divider", "tag": "div", "variants": ["center", "start", "end", "vertical"], "states": [], "parts": ["g-divider-text"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
183
|
+
export const GStickyActionsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sticky-actions", "exportName": "GStickyActionsDirective", "directiveName": "gStickyActions", "elementName": "g-sticky-actions", "category": "interaction", "type": "css", "selector": ".g-sticky-actions", "className": "g-sticky-actions", "tag": "div", "variants": [], "states": [], "parts": ["g-sticky-actions-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
184
|
+
export const GPageLoadingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "page-loading", "exportName": "GPageLoadingDirective", "directiveName": "gPageLoading", "elementName": "g-page-loading", "category": "feedback", "type": "css", "selector": ".g-page-loading", "className": "g-page-loading", "tag": "div", "variants": ["contained", "full", "overlay"], "states": [], "parts": ["g-page-loading-content", "g-page-loading-title", "g-page-loading-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
185
|
+
export const GPageStateSystemDirective = /* @__PURE__ */ createGardenerComponent({ "name": "page-state-system", "exportName": "GPageStateSystemDirective", "directiveName": "gPageStateSystem", "elementName": "g-page-state-system", "category": "feedback", "type": "css", "selector": ".g-page-state", "className": "g-page-state", "tag": "div", "variants": ["empty", "error", "403", "404", "500", "offline", "maintenance"], "states": [], "parts": ["g-page-state-content", "g-page-state-visual", "g-page-state-code", "g-page-state-title", "g-page-state-description", "g-page-state-details", "g-page-state-actions", "g-page-state-help"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
186
|
+
export const GTipDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tip", "exportName": "GTipDirective", "directiveName": "gTip", "elementName": "g-tip", "category": "help", "type": "css", "selector": ".g-tip", "className": "g-tip", "tag": "div", "variants": [], "states": ["default", "info", "success", "warning", "danger"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
187
|
+
export const GInlineHintDirective = /* @__PURE__ */ createGardenerComponent({ "name": "inline-hint", "exportName": "GInlineHintDirective", "directiveName": "gInlineHint", "elementName": "g-inline-hint", "category": "help", "type": "css", "selector": ".g-inline-hint", "className": "g-inline-hint", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
188
|
+
export const GHelpTextDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-text", "exportName": "GHelpTextDirective", "directiveName": "gHelpText", "elementName": "g-help-text", "category": "help", "type": "css", "selector": ".g-help-text", "className": "g-help-text", "tag": "div", "variants": [], "states": ["default", "success", "warning", "danger"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
189
|
+
export const GHelpTriggerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-trigger", "exportName": "GHelpTriggerDirective", "directiveName": "gHelpTrigger", "elementName": "g-help-trigger", "category": "help", "type": "css", "selector": ".g-help-trigger", "className": "g-help-trigger", "tag": "div", "variants": [], "states": ["default", "hover", "focus-visible"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
190
|
+
export const GRichTooltipDirective = /* @__PURE__ */ createGardenerComponent({ "name": "rich-tooltip", "exportName": "GRichTooltipDirective", "directiveName": "gRichTooltip", "elementName": "g-rich-tooltip", "category": "help", "type": "interactive", "selector": ".g-tooltip-rich", "className": "g-tooltip-rich", "tag": "div", "variants": [], "states": [], "parts": ["g-tooltip-title", "g-tooltip-description"], "behaviors": ["tooltip"], "platforms": ["web", "mobile", "desktop"] });
|
|
191
|
+
export const GHelpPopoverDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-popover", "exportName": "GHelpPopoverDirective", "directiveName": "gHelpPopover", "elementName": "g-help-popover", "category": "help", "type": "interactive", "selector": ".g-help-popover", "className": "g-help-popover", "tag": "div", "variants": [], "states": [], "parts": ["g-help-popover-header", "g-help-popover-title", "g-help-popover-body", "g-help-popover-actions"], "behaviors": ["popover"], "platforms": ["web", "mobile", "desktop"] });
|
|
192
|
+
export const GDefinitionHelpDirective = /* @__PURE__ */ createGardenerComponent({ "name": "definition-help", "exportName": "GDefinitionHelpDirective", "directiveName": "gDefinitionHelp", "elementName": "g-definition-help", "category": "help", "type": "css", "selector": ".g-definition", "className": "g-definition", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
193
|
+
export const GCalloutDirective = /* @__PURE__ */ createGardenerComponent({ "name": "callout", "exportName": "GCalloutDirective", "directiveName": "gCallout", "elementName": "g-callout", "category": "help", "type": "css", "selector": ".g-callout", "className": "g-callout", "tag": "div", "variants": [], "states": ["neutral", "info", "success", "warning", "danger"], "parts": ["g-callout-icon", "g-callout-title", "g-callout-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
194
|
+
export const GNoteDirective = /* @__PURE__ */ createGardenerComponent({ "name": "note", "exportName": "GNoteDirective", "directiveName": "gNote", "elementName": "g-note", "category": "help", "type": "css", "selector": ".g-note", "className": "g-note", "tag": "div", "variants": [], "states": [], "parts": ["g-note-label", "g-note-title", "g-note-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
195
|
+
export const GGuidancePairDirective = /* @__PURE__ */ createGardenerComponent({ "name": "guidance-pair", "exportName": "GGuidancePairDirective", "directiveName": "gGuidancePair", "elementName": "g-guidance-pair", "category": "help", "type": "css", "selector": ".g-guidance-pair", "className": "g-guidance-pair", "tag": "div", "variants": [], "states": [], "parts": ["g-guidance-do", "g-guidance-dont", "g-guidance-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
196
|
+
export const GKeyHintDirective = /* @__PURE__ */ createGardenerComponent({ "name": "key-hint", "exportName": "GKeyHintDirective", "directiveName": "gKeyHint", "elementName": "g-key-hint", "category": "help", "type": "css", "selector": ".g-key-hint", "className": "g-key-hint", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
197
|
+
export const GShortcutListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "shortcut-list", "exportName": "GShortcutListDirective", "directiveName": "gShortcutList", "elementName": "g-shortcut-list", "category": "help", "type": "css", "selector": ".g-shortcut-list", "className": "g-shortcut-list", "tag": "div", "variants": [], "states": [], "parts": ["g-shortcut-item", "g-shortcut-keys"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
198
|
+
export const GHelpCardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-card", "exportName": "GHelpCardDirective", "directiveName": "gHelpCard", "elementName": "g-help-card", "category": "help", "type": "css", "selector": ".g-help-card", "className": "g-help-card", "tag": "div", "variants": [], "states": [], "parts": ["g-help-card-icon", "g-help-card-title", "g-help-card-description", "g-help-card-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
199
|
+
export const GHelpPanelDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-panel", "exportName": "GHelpPanelDirective", "directiveName": "gHelpPanel", "elementName": "g-help-panel", "category": "help", "type": "css", "selector": ".g-help-panel", "className": "g-help-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-help-panel-header", "g-help-panel-title", "g-help-panel-body", "g-help-panel-footer"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
200
|
+
export const GHelpCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-center", "exportName": "GHelpCenterDirective", "directiveName": "gHelpCenter", "elementName": "g-help-center", "category": "help", "type": "css", "selector": ".g-help-center", "className": "g-help-center", "tag": "div", "variants": [], "states": [], "parts": ["g-help-center-header", "g-help-center-title", "g-help-center-description", "g-help-search"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
201
|
+
export const GHelpTopicsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-topics", "exportName": "GHelpTopicsDirective", "directiveName": "gHelpTopics", "elementName": "g-help-topics", "category": "help", "type": "css", "selector": ".g-help-topics", "className": "g-help-topics", "tag": "div", "variants": [], "states": [], "parts": ["g-help-topic", "g-help-topic-title", "g-help-topic-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
202
|
+
export const GFaqDirective = /* @__PURE__ */ createGardenerComponent({ "name": "faq", "exportName": "GFaqDirective", "directiveName": "gFaq", "elementName": "g-faq", "category": "help", "type": "interactive", "selector": ".g-faq", "className": "g-faq", "tag": "div", "variants": [], "states": [], "parts": ["g-faq-item", "g-faq-question", "g-faq-answer"], "behaviors": ["accordion"], "platforms": ["web", "mobile", "desktop"] });
|
|
203
|
+
export const GContextualHelpDirective = /* @__PURE__ */ createGardenerComponent({ "name": "contextual-help", "exportName": "GContextualHelpDirective", "directiveName": "gContextualHelp", "elementName": "g-contextual-help", "category": "help", "type": "css", "selector": ".g-contextual-help", "className": "g-contextual-help", "tag": "div", "variants": [], "states": [], "parts": ["g-contextual-help-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
204
|
+
export const GCoachMarkDirective = /* @__PURE__ */ createGardenerComponent({ "name": "coach-mark", "exportName": "GCoachMarkDirective", "directiveName": "gCoachMark", "elementName": "g-coach-mark", "category": "help", "type": "css", "selector": ".g-coach-mark", "className": "g-coach-mark", "tag": "div", "variants": [], "states": [], "parts": ["g-coach-mark-title", "g-coach-mark-description", "g-coach-mark-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
205
|
+
export const GSpotlightDirective = /* @__PURE__ */ createGardenerComponent({ "name": "spotlight", "exportName": "GSpotlightDirective", "directiveName": "gSpotlight", "elementName": "g-spotlight", "category": "help", "type": "css", "selector": ".g-spotlight", "className": "g-spotlight", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
206
|
+
export const GHotspotDirective = /* @__PURE__ */ createGardenerComponent({ "name": "hotspot", "exportName": "GHotspotDirective", "directiveName": "gHotspot", "elementName": "g-hotspot", "category": "help", "type": "css", "selector": ".g-hotspot", "className": "g-hotspot", "tag": "div", "variants": [], "states": [], "parts": ["g-hotspot-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
207
|
+
export const GFeatureHintDirective = /* @__PURE__ */ createGardenerComponent({ "name": "feature-hint", "exportName": "GFeatureHintDirective", "directiveName": "gFeatureHint", "elementName": "g-feature-hint", "category": "help", "type": "css", "selector": ".g-feature-hint", "className": "g-feature-hint", "tag": "div", "variants": [], "states": [], "parts": ["g-feature-hint-badge", "g-feature-hint-title", "g-feature-hint-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
208
|
+
export const GWhatsNewDirective = /* @__PURE__ */ createGardenerComponent({ "name": "whats-new", "exportName": "GWhatsNewDirective", "directiveName": "gWhatsNew", "elementName": "g-whats-new", "category": "help", "type": "css", "selector": ".g-whats-new", "className": "g-whats-new", "tag": "div", "variants": [], "states": [], "parts": ["g-whats-new-item", "g-whats-new-marker", "g-whats-new-title", "g-whats-new-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
209
|
+
export const GHelpChecklistDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-checklist", "exportName": "GHelpChecklistDirective", "directiveName": "gHelpChecklist", "elementName": "g-help-checklist", "category": "help", "type": "css", "selector": ".g-help-checklist", "className": "g-help-checklist", "tag": "div", "variants": [], "states": ["pending", "complete"], "parts": ["g-help-checklist-item", "g-help-checklist-marker"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
210
|
+
export const GTroubleshootingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "troubleshooting", "exportName": "GTroubleshootingDirective", "directiveName": "gTroubleshooting", "elementName": "g-troubleshooting", "category": "help", "type": "css", "selector": ".g-troubleshooting", "className": "g-troubleshooting", "tag": "div", "variants": [], "states": [], "parts": ["g-troubleshooting-step", "g-troubleshooting-number", "g-troubleshooting-title", "g-troubleshooting-description"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
211
|
+
export const GHelpFeedbackDirective = /* @__PURE__ */ createGardenerComponent({ "name": "help-feedback", "exportName": "GHelpFeedbackDirective", "directiveName": "gHelpFeedback", "elementName": "g-help-feedback", "category": "help", "type": "css", "selector": ".g-help-feedback", "className": "g-help-feedback", "tag": "div", "variants": [], "states": [], "parts": ["g-help-feedback-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
212
|
+
export const GAppShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "app-shell", "exportName": "GAppShellDirective", "directiveName": "gAppShell", "elementName": "g-app-shell", "category": "layout", "type": "css", "selector": ".g-app-shell", "className": "g-app-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tablet", "mobile"] });
|
|
213
|
+
export const GDashboardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "dashboard", "exportName": "GDashboardDirective", "directiveName": "gDashboard", "elementName": "g-dashboard", "category": "layout", "type": "css", "selector": ".g-dashboard", "className": "g-dashboard", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
214
|
+
export const GMobileShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-shell", "exportName": "GMobileShellDirective", "directiveName": "gMobileShell", "elementName": "g-mobile-shell", "category": "layout", "type": "css", "selector": ".g-mobile-shell", "className": "g-mobile-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
215
|
+
export const GChatDirective = /* @__PURE__ */ createGardenerComponent({ "name": "chat", "exportName": "GChatDirective", "directiveName": "gChat", "elementName": "g-chat", "category": "ai", "type": "css", "selector": ".g-chat", "className": "g-chat", "tag": "div", "variants": [], "states": ["empty", "loading", "streaming", "complete", "error"], "parts": ["g-chat-list", "g-ai-empty-chat"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
216
|
+
export const GMessageDirective = /* @__PURE__ */ createGardenerComponent({ "name": "message", "exportName": "GMessageDirective", "directiveName": "gMessage", "elementName": "g-message", "category": "ai", "type": "css", "selector": ".g-message", "className": "g-message", "tag": "div", "variants": ["user", "assistant", "system"], "states": [], "parts": ["g-message-avatar", "g-message-content", "g-message-meta", "g-message-author", "g-message-body", "g-message-actions", "g-message-branch", "g-message-feedback"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
217
|
+
export const GPromptComposerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "prompt-composer", "exportName": "GPromptComposerDirective", "directiveName": "gPromptComposer", "elementName": "g-prompt-composer", "category": "ai", "type": "interactive", "selector": "[data-g-ai-composer].g-composer", "cssSelector": ".g-composer", "className": "g-composer", "tag": "div", "variants": [], "states": [], "parts": ["g-composer-input", "g-composer-toolbar", "g-composer-tools", "g-composer-actions", "g-composer-status"], "behaviors": ["ai-composer"], "platforms": ["web", "mobile", "desktop"] });
|
|
218
|
+
export const GAttachmentDirective = /* @__PURE__ */ createGardenerComponent({ "name": "attachment", "exportName": "GAttachmentDirective", "directiveName": "gAttachment", "elementName": "g-attachment", "category": "ai", "type": "css", "selector": ".g-attachment", "className": "g-attachment", "tag": "div", "variants": [], "states": ["uploading", "ready", "error"], "parts": ["g-attachment-list", "g-attachment-preview", "g-attachment-name", "g-attachment-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
219
|
+
export const GThinkingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "thinking", "exportName": "GThinkingDirective", "directiveName": "gThinking", "elementName": "g-thinking", "category": "ai", "type": "interactive", "selector": "[data-g-accordion].g-thinking", "cssSelector": ".g-thinking", "className": "g-thinking", "tag": "div", "variants": [], "states": ["collapsed", "expanded", "streaming"], "parts": ["g-thinking-trigger", "g-thinking-content"], "behaviors": ["accordion"], "platforms": ["web", "mobile", "desktop"] });
|
|
220
|
+
export const GToolCallDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tool-call", "exportName": "GToolCallDirective", "directiveName": "gToolCall", "elementName": "g-tool-call", "category": "ai", "type": "interactive", "selector": "[data-g-accordion].g-tool-call", "cssSelector": ".g-tool-call", "className": "g-tool-call", "tag": "div", "variants": [], "states": ["queued", "running", "success", "error", "stopped"], "parts": ["g-tool-call-header", "g-tool-call-name", "g-tool-call-status", "g-tool-call-body", "g-tool-call-progress"], "behaviors": ["accordion"], "platforms": ["web", "mobile", "desktop"] });
|
|
221
|
+
export const GToolApprovalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tool-approval", "exportName": "GToolApprovalDirective", "directiveName": "gToolApproval", "elementName": "g-tool-approval", "category": "ai", "type": "interactive", "selector": "[data-g-ai-approval].g-approval", "cssSelector": ".g-approval", "className": "g-approval", "tag": "div", "variants": [], "states": ["pending", "approved", "rejected", "cancelled", "expired"], "parts": ["g-approval-title", "g-approval-description", "g-approval-scope", "g-approval-actions"], "behaviors": ["ai-approval"], "platforms": ["web", "mobile", "desktop"] });
|
|
222
|
+
export const GAgentStatusDirective = /* @__PURE__ */ createGardenerComponent({ "name": "agent-status", "exportName": "GAgentStatusDirective", "directiveName": "gAgentStatus", "elementName": "g-agent-status", "category": "ai", "type": "css", "selector": ".g-agent-status", "className": "g-agent-status", "tag": "div", "variants": [], "states": ["idle", "working", "waiting", "blocked", "complete", "failed"], "parts": ["g-agent-status-main", "g-agent-status-title", "g-agent-status-detail"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
223
|
+
export const GAgentPlanDirective = /* @__PURE__ */ createGardenerComponent({ "name": "agent-plan", "exportName": "GAgentPlanDirective", "directiveName": "gAgentPlan", "elementName": "g-agent-plan", "category": "ai", "type": "css", "selector": ".g-plan", "className": "g-plan", "tag": "div", "variants": [], "states": ["pending", "active", "complete", "failed"], "parts": ["g-plan-header", "g-plan-list", "g-plan-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
224
|
+
export const GSourcesCitationsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sources-citations", "exportName": "GSourcesCitationsDirective", "directiveName": "gSourcesCitations", "elementName": "g-sources-citations", "category": "ai", "type": "css", "selector": ".g-sources", "className": "g-sources", "tag": "div", "variants": [], "states": [], "parts": ["g-source-list", "g-source", "g-citation"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
225
|
+
export const GArtifactPanelDirective = /* @__PURE__ */ createGardenerComponent({ "name": "artifact-panel", "exportName": "GArtifactPanelDirective", "directiveName": "gArtifactPanel", "elementName": "g-artifact-panel", "category": "ai", "type": "interactive", "selector": "[data-g-tabs].g-artifact-panel", "cssSelector": ".g-artifact-panel", "className": "g-artifact-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-artifact-toolbar", "g-artifact-tabs", "g-artifact-tab", "g-artifact-content", "g-artifact-status"], "behaviors": ["tabs"], "platforms": ["desktop", "tablet", "mobile"] });
|
|
226
|
+
export const GModelSelectorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "model-selector", "exportName": "GModelSelectorDirective", "directiveName": "gModelSelector", "elementName": "g-model-selector", "category": "ai", "type": "interactive", "selector": "[data-g-dropdown].g-model-selector", "cssSelector": ".g-model-selector", "className": "g-model-selector", "tag": "div", "variants": [], "states": [], "parts": ["g-model-selector-trigger", "g-model-selector-menu", "g-model-option"], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
227
|
+
export const GContextMeterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "context-meter", "exportName": "GContextMeterDirective", "directiveName": "gContextMeter", "elementName": "g-context-meter", "category": "ai", "type": "css", "selector": ".g-context-meter", "className": "g-context-meter", "tag": "div", "variants": [], "states": [], "parts": ["g-context-meter-bar", "g-context-meter-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
228
|
+
export const GVoiceStateDirective = /* @__PURE__ */ createGardenerComponent({ "name": "voice-state", "exportName": "GVoiceStateDirective", "directiveName": "gVoiceState", "elementName": "g-voice-state", "category": "ai", "type": "css", "selector": ".g-voice-state", "className": "g-voice-state", "tag": "div", "variants": [], "states": ["idle", "listening", "processing", "speaking", "error"], "parts": ["g-voice-bar", "g-voice-state-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
229
|
+
export const GGenerationPlaceholderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "generation-placeholder", "exportName": "GGenerationPlaceholderDirective", "directiveName": "gGenerationPlaceholder", "elementName": "g-generation-placeholder", "category": "ai", "type": "css", "selector": ".g-generation-placeholder", "className": "g-generation-placeholder", "tag": "div", "variants": [], "states": ["queued", "generating", "partial", "complete", "failed"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
230
|
+
export const GAiWorkspaceDirective = /* @__PURE__ */ createGardenerComponent({ "name": "ai-workspace", "exportName": "GAiWorkspaceDirective", "directiveName": "gAiWorkspace", "elementName": "g-ai-workspace", "category": "ai", "type": "css", "selector": ".g-ai-shell", "className": "g-ai-shell", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-sidebar", "g-ai-sidebar-header", "g-ai-sidebar-footer", "g-ai-main", "g-ai-header"], "behaviors": [], "platforms": ["desktop", "tablet", "mobile"] });
|
|
231
|
+
export const GPromptStarterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "prompt-starter", "exportName": "GPromptStarterDirective", "directiveName": "gPromptStarter", "elementName": "g-prompt-starter", "category": "ai", "type": "interactive", "selector": "[data-g-prompt-fill].g-prompt-starter", "cssSelector": ".g-prompt-starter", "className": "g-prompt-starter", "tag": "div", "variants": [], "states": [], "parts": ["g-prompt-starter-header", "g-prompt-suggestions", "g-prompt-suggestion"], "behaviors": ["prompt-fill"], "platforms": ["web", "mobile", "desktop"] });
|
|
232
|
+
export const GAiCommandMenuDirective = /* @__PURE__ */ createGardenerComponent({ "name": "ai-command-menu", "exportName": "GAiCommandMenuDirective", "directiveName": "gAiCommandMenu", "elementName": "g-ai-command-menu", "category": "ai", "type": "interactive", "selector": "[data-g-roving-nav].g-ai-command-menu", "cssSelector": ".g-ai-command-menu", "className": "g-ai-command-menu", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-command-group", "g-ai-command-label", "g-ai-command-item", "g-mention", "g-slash-command"], "behaviors": ["roving-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
233
|
+
export const GStreamingResponseDirective = /* @__PURE__ */ createGardenerComponent({ "name": "streaming-response", "exportName": "GStreamingResponseDirective", "directiveName": "gStreamingResponse", "elementName": "g-streaming-response", "category": "ai", "type": "css", "selector": ".g-streaming-response", "className": "g-streaming-response", "tag": "div", "variants": [], "states": ["streaming", "paused", "stopped", "complete", "error"], "parts": ["g-streaming-response-header", "g-streaming-response-body", "g-streaming-response-actions", "g-stream-cursor"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
234
|
+
export const GMultiAgentBoardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "multi-agent-board", "exportName": "GMultiAgentBoardDirective", "directiveName": "gMultiAgentBoard", "elementName": "g-multi-agent-board", "category": "ai", "type": "css", "selector": ".g-agent-board", "className": "g-agent-board", "tag": "div", "variants": [], "states": [], "parts": ["g-agent-card", "g-agent-card-header", "g-agent-card-main", "g-agent-card-task"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
235
|
+
export const GAgentHandoffDirective = /* @__PURE__ */ createGardenerComponent({ "name": "agent-handoff", "exportName": "GAgentHandoffDirective", "directiveName": "gAgentHandoff", "elementName": "g-agent-handoff", "category": "ai", "type": "css", "selector": ".g-agent-handoff", "className": "g-agent-handoff", "tag": "div", "variants": [], "states": ["proposed", "accepted", "declined", "complete"], "parts": ["g-agent-handoff-main", "g-agent-handoff-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
236
|
+
export const GArtifactWorkspaceDirective = /* @__PURE__ */ createGardenerComponent({ "name": "artifact-workspace", "exportName": "GArtifactWorkspaceDirective", "directiveName": "gArtifactWorkspace", "elementName": "g-artifact-workspace", "category": "ai", "type": "css", "selector": ".g-artifact-layout", "className": "g-artifact-layout", "tag": "div", "variants": [], "states": [], "parts": ["g-artifact-panel", "g-preview-frame"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
237
|
+
export const GGenerationGalleryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "generation-gallery", "exportName": "GGenerationGalleryDirective", "directiveName": "gGenerationGallery", "elementName": "g-generation-gallery", "category": "ai", "type": "css", "selector": ".g-generation-grid", "className": "g-generation-grid", "tag": "div", "variants": [], "states": ["queued", "generating", "partial", "complete", "failed"], "parts": ["g-generation-card"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
238
|
+
export const GAiContextManagerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "ai-context-manager", "exportName": "GAiContextManagerDirective", "directiveName": "gAiContextManager", "elementName": "g-ai-context-manager", "category": "ai", "type": "css", "selector": ".g-ai-context-manager", "className": "g-ai-context-manager", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-context-header", "g-ai-memory-list", "g-ai-memory-item", "g-ai-memory-main", "g-ai-context-sources", "g-context-meter"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
239
|
+
export const GAiUsagePanelDirective = /* @__PURE__ */ createGardenerComponent({ "name": "ai-usage-panel", "exportName": "GAiUsagePanelDirective", "directiveName": "gAiUsagePanel", "elementName": "g-ai-usage-panel", "category": "ai", "type": "css", "selector": ".g-ai-usage-panel", "className": "g-ai-usage-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-usage-header", "g-ai-usage-grid", "g-ai-usage-metric", "g-ai-limit-status", "g-cost", "g-limit"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
240
|
+
export const GAiSafetyNoticeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "ai-safety-notice", "exportName": "GAiSafetyNoticeDirective", "directiveName": "gAiSafetyNotice", "elementName": "g-ai-safety-notice", "category": "ai", "type": "css", "selector": ".g-ai-safety-notice", "className": "g-ai-safety-notice", "tag": "div", "variants": [], "states": ["info", "warning", "blocked", "review-required"], "parts": ["g-ai-safety-icon", "g-ai-safety-main", "g-ai-safety-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
241
|
+
export const GAiFeedbackDirective = /* @__PURE__ */ createGardenerComponent({ "name": "ai-feedback", "exportName": "GAiFeedbackDirective", "directiveName": "gAiFeedback", "elementName": "g-ai-feedback", "category": "ai", "type": "interactive", "selector": "[data-g-ai-feedback].g-ai-feedback", "cssSelector": ".g-ai-feedback", "className": "g-ai-feedback", "tag": "div", "variants": [], "states": [], "parts": ["g-ai-feedback-question", "g-ai-feedback-options", "g-ai-feedback-option", "g-ai-feedback-detail"], "behaviors": ["ai-feedback"], "platforms": ["web", "mobile", "desktop"] });
|
|
242
|
+
export const GDatePickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "date-picker", "exportName": "GDatePickerDirective", "directiveName": "gDatePicker", "elementName": "g-date-picker", "category": "form", "type": "css", "selector": ".g-date-picker", "className": "g-date-picker", "tag": "div", "variants": [], "states": ["single", "range", "disabled"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
243
|
+
export const GTimePickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "time-picker", "exportName": "GTimePickerDirective", "directiveName": "gTimePicker", "elementName": "g-time-picker", "category": "form", "type": "css", "selector": ".g-time-picker", "className": "g-time-picker", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
244
|
+
export const GPinInputDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pin-input", "exportName": "GPinInputDirective", "directiveName": "gPinInput", "elementName": "g-pin-input", "category": "form", "type": "css", "selector": ".g-pin-input", "className": "g-pin-input", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
245
|
+
export const GRatingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "rating", "exportName": "GRatingDirective", "directiveName": "gRating", "elementName": "g-rating", "category": "form", "type": "css", "selector": ".g-rating", "className": "g-rating", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
246
|
+
export const GTransferListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "transfer-list", "exportName": "GTransferListDirective", "directiveName": "gTransferList", "elementName": "g-transfer-list", "category": "interaction", "type": "interactive", "selector": "[data-g-transfer]", "cssSelector": ".g-transfer", "className": "g-transfer", "tag": "div", "variants": [], "states": [], "parts": ["g-transfer-pane", "g-transfer-header", "g-transfer-list", "g-transfer-option", "g-transfer-actions"], "behaviors": ["transfer"], "platforms": ["web", "mobile", "desktop"] });
|
|
247
|
+
export const GValidationSummaryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "validation-summary", "exportName": "GValidationSummaryDirective", "directiveName": "gValidationSummary", "elementName": "g-validation-summary", "category": "form", "type": "css", "selector": ".g-validation-summary", "className": "g-validation-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-validation-summary-title", "g-validation-summary-list"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
248
|
+
export const GMegaMenuDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mega-menu", "exportName": "GMegaMenuDirective", "directiveName": "gMegaMenu", "elementName": "g-mega-menu", "category": "navigation", "type": "css", "selector": ".g-mega-menu", "className": "g-mega-menu", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
249
|
+
export const GAnchorNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "anchor-navigation", "exportName": "GAnchorNavigationDirective", "directiveName": "gAnchorNavigation", "elementName": "g-anchor-navigation", "category": "navigation", "type": "css", "selector": ".g-anchor-nav", "className": "g-anchor-nav", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
250
|
+
export const GTourSpotlightDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tour-spotlight", "exportName": "GTourSpotlightDirective", "directiveName": "gTourSpotlight", "elementName": "g-tour-spotlight", "category": "help", "type": "interactive", "selector": "[data-g-tour]", "cssSelector": ".g-tour", "className": "g-tour", "tag": "div", "variants": [], "states": [], "parts": ["g-tour-step", "g-tour-header", "g-tour-title", "g-tour-description", "g-tour-progress", "g-tour-actions", "g-spotlight"], "behaviors": ["tour"], "platforms": ["web", "mobile", "desktop"] });
|
|
251
|
+
export const GVirtualListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "virtual-list", "exportName": "GVirtualListDirective", "directiveName": "gVirtualList", "elementName": "g-virtual-list", "category": "data", "type": "css", "selector": ".g-virtual-list", "className": "g-virtual-list", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
252
|
+
export const GKanbanDirective = /* @__PURE__ */ createGardenerComponent({ "name": "kanban", "exportName": "GKanbanDirective", "directiveName": "gKanban", "elementName": "g-kanban", "category": "data", "type": "css", "selector": ".g-kanban", "className": "g-kanban", "tag": "div", "variants": [], "states": ["default", "dragging", "drop-target"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
253
|
+
export const GGanttShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "gantt-shell", "exportName": "GGanttShellDirective", "directiveName": "gGanttShell", "elementName": "g-gantt-shell", "category": "data", "type": "css", "selector": ".g-gantt", "className": "g-gantt", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
254
|
+
export const GQueryBuilderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "query-builder", "exportName": "GQueryBuilderDirective", "directiveName": "gQueryBuilder", "elementName": "g-query-builder", "category": "data", "type": "css", "selector": ".g-query-builder", "className": "g-query-builder", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
255
|
+
export const GCarouselDirective = /* @__PURE__ */ createGardenerComponent({ "name": "carousel", "exportName": "GCarouselDirective", "directiveName": "gCarousel", "elementName": "g-carousel", "category": "media", "type": "interactive", "selector": "[data-g-carousel]", "className": "g-carousel", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["carousel"], "platforms": ["web", "mobile", "desktop"] });
|
|
256
|
+
export const GGalleryLightboxDirective = /* @__PURE__ */ createGardenerComponent({ "name": "gallery-lightbox", "exportName": "GGalleryLightboxDirective", "directiveName": "gGalleryLightbox", "elementName": "g-gallery-lightbox", "category": "media", "type": "css", "selector": ".g-gallery", "className": "g-gallery", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
257
|
+
export const GMediaPlayerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "media-player", "exportName": "GMediaPlayerDirective", "directiveName": "gMediaPlayer", "elementName": "g-media-player", "category": "media", "type": "css", "selector": ".g-media-player", "className": "g-media-player", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
258
|
+
export const GDocumentViewerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "document-viewer", "exportName": "GDocumentViewerDirective", "directiveName": "gDocumentViewer", "elementName": "g-document-viewer", "category": "media", "type": "css", "selector": ".g-document-viewer", "className": "g-document-viewer", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
259
|
+
export const GSplitPaneDirective = /* @__PURE__ */ createGardenerComponent({ "name": "split-pane", "exportName": "GSplitPaneDirective", "directiveName": "gSplitPane", "elementName": "g-split-pane", "category": "interaction", "type": "interactive", "selector": "[data-g-split-pane]", "className": "g-split-pane", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["split-pane"], "platforms": ["web", "mobile", "desktop"] });
|
|
260
|
+
export const GDragSortDirective = /* @__PURE__ */ createGardenerComponent({ "name": "drag-sort", "exportName": "GDragSortDirective", "directiveName": "gDragSort", "elementName": "g-drag-sort", "category": "interaction", "type": "css", "selector": ".g-sortable-item", "className": "g-sortable-item", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
261
|
+
export const GInfiniteScrollDirective = /* @__PURE__ */ createGardenerComponent({ "name": "infinite-scroll", "exportName": "GInfiniteScrollDirective", "directiveName": "gInfiniteScroll", "elementName": "g-infinite-scroll", "category": "interaction", "type": "css", "selector": ".g-infinite-status", "className": "g-infinite-status", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
262
|
+
export const GPullRefreshDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pull-refresh", "exportName": "GPullRefreshDirective", "directiveName": "gPullRefresh", "elementName": "g-pull-refresh", "category": "interaction", "type": "css", "selector": ".g-pull-refresh", "className": "g-pull-refresh", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
263
|
+
export const GProductCardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "product-card", "exportName": "GProductCardDirective", "directiveName": "gProductCard", "elementName": "g-product-card", "category": "commerce", "type": "css", "selector": ".g-product-card", "className": "g-product-card", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
264
|
+
export const GCartItemDirective = /* @__PURE__ */ createGardenerComponent({ "name": "cart-item", "exportName": "GCartItemDirective", "directiveName": "gCartItem", "elementName": "g-cart-item", "category": "commerce", "type": "css", "selector": ".g-cart-item", "className": "g-cart-item", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
265
|
+
export const GPriceQuantityDirective = /* @__PURE__ */ createGardenerComponent({ "name": "price-quantity", "exportName": "GPriceQuantityDirective", "directiveName": "gPriceQuantity", "elementName": "g-price-quantity", "category": "commerce", "type": "css", "selector": ".g-price", "className": "g-price", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
266
|
+
export const GConversationListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "conversation-list", "exportName": "GConversationListDirective", "directiveName": "gConversationList", "elementName": "g-conversation-list", "category": "ai", "type": "css", "selector": ".g-conversation-list", "className": "g-conversation-list", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
267
|
+
export const GPromptLibraryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "prompt-library", "exportName": "GPromptLibraryDirective", "directiveName": "gPromptLibrary", "elementName": "g-prompt-library", "category": "ai", "type": "css", "selector": ".g-prompt-library", "className": "g-prompt-library", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
268
|
+
export const GMentionSlashCommandDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mention-slash-command", "exportName": "GMentionSlashCommandDirective", "directiveName": "gMentionSlashCommand", "elementName": "g-mention-slash-command", "category": "ai", "type": "css", "selector": ".g-mention", "className": "g-mention", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
269
|
+
export const GGenerationCardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "generation-card", "exportName": "GGenerationCardDirective", "directiveName": "gGenerationCard", "elementName": "g-generation-card", "category": "ai", "type": "css", "selector": ".g-generation-card", "className": "g-generation-card", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
270
|
+
export const GFileTreeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "file-tree", "exportName": "GFileTreeDirective", "directiveName": "gFileTree", "elementName": "g-file-tree", "category": "ai", "type": "css", "selector": ".g-file-tree", "className": "g-file-tree", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
271
|
+
export const GVersionHistoryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "version-history", "exportName": "GVersionHistoryDirective", "directiveName": "gVersionHistory", "elementName": "g-version-history", "category": "ai", "type": "css", "selector": ".g-version-list", "className": "g-version-list", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
272
|
+
export const GPermissionScopeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "permission-scope", "exportName": "GPermissionScopeDirective", "directiveName": "gPermissionScope", "elementName": "g-permission-scope", "category": "ai", "type": "css", "selector": ".g-permission-scope", "className": "g-permission-scope", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
273
|
+
export const GCostRateLimitDirective = /* @__PURE__ */ createGardenerComponent({ "name": "cost-rate-limit", "exportName": "GCostRateLimitDirective", "directiveName": "gCostRateLimit", "elementName": "g-cost-rate-limit", "category": "ai", "type": "css", "selector": ".g-cost", "className": "g-cost", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
274
|
+
export const GPrivacyNoticeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "privacy-notice", "exportName": "GPrivacyNoticeDirective", "directiveName": "gPrivacyNotice", "elementName": "g-privacy-notice", "category": "ai", "type": "css", "selector": ".g-privacy-notice", "className": "g-privacy-notice", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
275
|
+
export const GAuthenticationShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "authentication-shell", "exportName": "GAuthenticationShellDirective", "directiveName": "gAuthenticationShell", "elementName": "g-authentication-shell", "category": "auth", "type": "css", "selector": ".g-auth-shell", "className": "g-auth-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
276
|
+
export const GMobileCategoryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-category", "exportName": "GMobileCategoryDirective", "directiveName": "gMobileCategory", "elementName": "g-mobile-category", "category": "mobile", "type": "css", "selector": ".g-mobile-category", "className": "g-mobile-category", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
277
|
+
export const GCmsShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "cms-shell", "exportName": "GCmsShellDirective", "directiveName": "gCmsShell", "elementName": "g-cms-shell", "category": "cms", "type": "css", "selector": ".g-cms-shell", "className": "g-cms-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
278
|
+
export const GVisualBuilderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "visual-builder", "exportName": "GVisualBuilderDirective", "directiveName": "gVisualBuilder", "elementName": "g-visual-builder", "category": "cms", "type": "css", "selector": ".g-cms-canvas", "className": "g-cms-canvas", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
279
|
+
export const GRichEditorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "rich-editor", "exportName": "GRichEditorDirective", "directiveName": "gRichEditor", "elementName": "g-rich-editor", "category": "cms", "type": "css", "selector": ".g-editor", "className": "g-editor", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
280
|
+
export const GMediaLibraryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "media-library", "exportName": "GMediaLibraryDirective", "directiveName": "gMediaLibrary", "elementName": "g-media-library", "category": "cms", "type": "css", "selector": ".g-media-library", "className": "g-media-library", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
281
|
+
export const GContentWorkflowDirective = /* @__PURE__ */ createGardenerComponent({ "name": "content-workflow", "exportName": "GContentWorkflowDirective", "directiveName": "gContentWorkflow", "elementName": "g-content-workflow", "category": "cms", "type": "css", "selector": ".g-workflow", "className": "g-workflow", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
282
|
+
export const GLocalizationGridDirective = /* @__PURE__ */ createGardenerComponent({ "name": "localization-grid", "exportName": "GLocalizationGridDirective", "directiveName": "gLocalizationGrid", "elementName": "g-localization-grid", "category": "cms", "type": "css", "selector": ".g-localization-grid", "className": "g-localization-grid", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
283
|
+
export const GSiteHeaderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "site-header", "exportName": "GSiteHeaderDirective", "directiveName": "gSiteHeader", "elementName": "g-site-header", "category": "marketing", "type": "css", "selector": ".g-site-header", "className": "g-site-header", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
284
|
+
export const GHeroDirective = /* @__PURE__ */ createGardenerComponent({ "name": "hero", "exportName": "GHeroDirective", "directiveName": "gHero", "elementName": "g-hero", "category": "marketing", "type": "css", "selector": ".g-hero", "className": "g-hero", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
285
|
+
export const GPricingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pricing", "exportName": "GPricingDirective", "directiveName": "gPricing", "elementName": "g-pricing", "category": "marketing", "type": "css", "selector": ".g-pricing-grid", "className": "g-pricing-grid", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
286
|
+
export const GArticleLayoutDirective = /* @__PURE__ */ createGardenerComponent({ "name": "article-layout", "exportName": "GArticleLayoutDirective", "directiveName": "gArticleLayout", "elementName": "g-article-layout", "category": "content", "type": "css", "selector": ".g-article-shell", "className": "g-article-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
287
|
+
export const GProductDetailDirective = /* @__PURE__ */ createGardenerComponent({ "name": "product-detail", "exportName": "GProductDetailDirective", "directiveName": "gProductDetail", "elementName": "g-product-detail", "category": "commerce", "type": "css", "selector": ".g-product-detail", "className": "g-product-detail", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
288
|
+
export const GCheckoutDirective = /* @__PURE__ */ createGardenerComponent({ "name": "checkout", "exportName": "GCheckoutDirective", "directiveName": "gCheckout", "elementName": "g-checkout", "category": "commerce", "type": "css", "selector": ".g-checkout-layout", "className": "g-checkout-layout", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
289
|
+
export const GEnterpriseSettingsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "enterprise-settings", "exportName": "GEnterpriseSettingsDirective", "directiveName": "gEnterpriseSettings", "elementName": "g-enterprise-settings", "category": "enterprise", "type": "css", "selector": ".g-settings-shell", "className": "g-settings-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
290
|
+
export const GPermissionMatrixDirective = /* @__PURE__ */ createGardenerComponent({ "name": "permission-matrix", "exportName": "GPermissionMatrixDirective", "directiveName": "gPermissionMatrix", "elementName": "g-permission-matrix", "category": "enterprise", "type": "css", "selector": ".g-permission-matrix", "className": "g-permission-matrix", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
291
|
+
export const GAuditLogDirective = /* @__PURE__ */ createGardenerComponent({ "name": "audit-log", "exportName": "GAuditLogDirective", "directiveName": "gAuditLog", "elementName": "g-audit-log", "category": "enterprise", "type": "css", "selector": ".g-audit-event", "className": "g-audit-event", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
292
|
+
export const GDesktopShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-shell", "exportName": "GDesktopShellDirective", "directiveName": "gDesktopShell", "elementName": "g-desktop-shell", "category": "desktop", "type": "css", "selector": ".g-desktop-shell", "className": "g-desktop-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
293
|
+
export const GDesktopTitlebarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-titlebar", "exportName": "GDesktopTitlebarDirective", "directiveName": "gDesktopTitlebar", "elementName": "g-desktop-titlebar", "category": "desktop", "type": "interactive", "selector": ".g-titlebar", "className": "g-titlebar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
294
|
+
export const GDesktopWorkbenchDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-workbench", "exportName": "GDesktopWorkbenchDirective", "directiveName": "gDesktopWorkbench", "elementName": "g-desktop-workbench", "category": "desktop", "type": "css", "selector": ".g-workbench", "className": "g-workbench", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
295
|
+
export const GOnboardingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "onboarding", "exportName": "GOnboardingDirective", "directiveName": "gOnboarding", "elementName": "g-onboarding", "category": "workflow", "type": "css", "selector": ".g-onboarding", "className": "g-onboarding", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
296
|
+
export const GWizardLayoutDirective = /* @__PURE__ */ createGardenerComponent({ "name": "wizard-layout", "exportName": "GWizardLayoutDirective", "directiveName": "gWizardLayout", "elementName": "g-wizard-layout", "category": "workflow", "type": "css", "selector": ".g-wizard-layout", "className": "g-wizard-layout", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
297
|
+
export const GNotificationCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "notification-center", "exportName": "GNotificationCenterDirective", "directiveName": "gNotificationCenter", "elementName": "g-notification-center", "category": "communication", "type": "css", "selector": ".g-notification-center", "className": "g-notification-center", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
298
|
+
export const GInboxDirective = /* @__PURE__ */ createGardenerComponent({ "name": "inbox", "exportName": "GInboxDirective", "directiveName": "gInbox", "elementName": "g-inbox", "category": "communication", "type": "css", "selector": ".g-inbox", "className": "g-inbox", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
299
|
+
export const GSearchResultsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "search-results", "exportName": "GSearchResultsDirective", "directiveName": "gSearchResults", "elementName": "g-search-results", "category": "content", "type": "css", "selector": ".g-search-page", "className": "g-search-page", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
300
|
+
export const GCalendarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "calendar", "exportName": "GCalendarDirective", "directiveName": "gCalendar", "elementName": "g-calendar", "category": "data", "type": "css", "selector": ".g-calendar", "className": "g-calendar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
301
|
+
export const GAgendaDirective = /* @__PURE__ */ createGardenerComponent({ "name": "agenda", "exportName": "GAgendaDirective", "directiveName": "gAgenda", "elementName": "g-agenda", "category": "data", "type": "css", "selector": ".g-agenda", "className": "g-agenda", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
302
|
+
export const GFileManagerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "file-manager", "exportName": "GFileManagerDirective", "directiveName": "gFileManager", "elementName": "g-file-manager", "category": "data", "type": "css", "selector": ".g-file-manager", "className": "g-file-manager", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
303
|
+
export const GUploadQueueDirective = /* @__PURE__ */ createGardenerComponent({ "name": "upload-queue", "exportName": "GUploadQueueDirective", "directiveName": "gUploadQueue", "elementName": "g-upload-queue", "category": "form", "type": "css", "selector": ".g-upload-queue", "className": "g-upload-queue", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
304
|
+
export const GFormBuilderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "form-builder", "exportName": "GFormBuilderDirective", "directiveName": "gFormBuilder", "elementName": "g-form-builder", "category": "form", "type": "css", "selector": ".g-form-builder", "className": "g-form-builder", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
305
|
+
export const GFilterBuilderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "filter-builder", "exportName": "GFilterBuilderDirective", "directiveName": "gFilterBuilder", "elementName": "g-filter-builder", "category": "data", "type": "css", "selector": ".g-filter-builder", "className": "g-filter-builder", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
306
|
+
export const GPivotTableDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pivot-table", "exportName": "GPivotTableDirective", "directiveName": "gPivotTable", "elementName": "g-pivot-table", "category": "data", "type": "css", "selector": ".g-pivot", "className": "g-pivot", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
307
|
+
export const GOrganizationChartDirective = /* @__PURE__ */ createGardenerComponent({ "name": "organization-chart", "exportName": "GOrganizationChartDirective", "directiveName": "gOrganizationChart", "elementName": "g-organization-chart", "category": "data", "type": "css", "selector": ".g-org-chart", "className": "g-org-chart", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
308
|
+
export const GMapShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "map-shell", "exportName": "GMapShellDirective", "directiveName": "gMapShell", "elementName": "g-map-shell", "category": "data", "type": "css", "selector": ".g-map-shell", "className": "g-map-shell", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
309
|
+
export const GCommentThreadDirective = /* @__PURE__ */ createGardenerComponent({ "name": "comment-thread", "exportName": "GCommentThreadDirective", "directiveName": "gCommentThread", "elementName": "g-comment-thread", "category": "communication", "type": "css", "selector": ".g-comment-thread", "className": "g-comment-thread", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
310
|
+
export const GActivityFeedDirective = /* @__PURE__ */ createGardenerComponent({ "name": "activity-feed", "exportName": "GActivityFeedDirective", "directiveName": "gActivityFeed", "elementName": "g-activity-feed", "category": "communication", "type": "css", "selector": ".g-activity-feed", "className": "g-activity-feed", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
311
|
+
export const GReportInvoiceDirective = /* @__PURE__ */ createGardenerComponent({ "name": "report-invoice", "exportName": "GReportInvoiceDirective", "directiveName": "gReportInvoice", "elementName": "g-report-invoice", "category": "content", "type": "css", "selector": ".g-report", "className": "g-report", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
312
|
+
export const GCookieConsentDirective = /* @__PURE__ */ createGardenerComponent({ "name": "cookie-consent", "exportName": "GCookieConsentDirective", "directiveName": "gCookieConsent", "elementName": "g-cookie-consent", "category": "legal", "type": "css", "selector": ".g-cookie-banner", "className": "g-cookie-banner", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
313
|
+
export const GCopyActionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "copy-action", "exportName": "GCopyActionDirective", "directiveName": "gCopyAction", "elementName": "g-copy-action", "category": "interaction", "type": "interactive", "selector": "[data-g-copy]", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["copy"], "platforms": ["web", "mobile", "desktop"] });
|
|
314
|
+
export const GFullscreenActionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "fullscreen-action", "exportName": "GFullscreenActionDirective", "directiveName": "gFullscreenAction", "elementName": "g-fullscreen-action", "category": "interaction", "type": "interactive", "selector": "[data-g-fullscreen]", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["fullscreen"], "platforms": ["web", "mobile", "desktop"] });
|
|
315
|
+
export const GBackToTopDirective = /* @__PURE__ */ createGardenerComponent({ "name": "back-to-top", "exportName": "GBackToTopDirective", "directiveName": "gBackToTop", "elementName": "g-back-to-top", "category": "navigation", "type": "interactive", "selector": "[data-g-scroll-top]", "cssSelector": ".g-back-to-top", "className": "g-back-to-top", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["scroll-top"], "platforms": ["web", "mobile", "desktop"] });
|
|
316
|
+
export const GImageCropShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "image-crop-shell", "exportName": "GImageCropShellDirective", "directiveName": "gImageCropShell", "elementName": "g-image-crop-shell", "category": "media", "type": "css", "selector": ".g-image-crop", "className": "g-image-crop", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
317
|
+
export const GContentFileDropDirective = /* @__PURE__ */ createGardenerComponent({ "name": "content-file-drop", "exportName": "GContentFileDropDirective", "directiveName": "gContentFileDrop", "elementName": "g-content-file-drop", "category": "content", "type": "interactive", "selector": "[data-g-dropzone].g-file-drop", "cssSelector": ".g-file-drop", "className": "g-file-drop", "tag": "div", "variants": [], "states": ["default", "dragging", "disabled"], "parts": ["g-file-drop-icon", "g-file-drop-title", "g-file-drop-rules"], "behaviors": ["dropzone"], "platforms": ["web", "mobile", "desktop"] });
|
|
318
|
+
export const GContentFileListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "content-file-list", "exportName": "GContentFileListDirective", "directiveName": "gContentFileList", "elementName": "g-content-file-list", "category": "content", "type": "css", "selector": ".g-file-list", "className": "g-file-list", "tag": "div", "variants": [], "states": [], "parts": ["g-file-list-header", "g-file-row", "g-file-icon", "g-file-main", "g-file-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
319
|
+
export const GContentUploadQueueDirective = /* @__PURE__ */ createGardenerComponent({ "name": "content-upload-queue", "exportName": "GContentUploadQueueDirective", "directiveName": "gContentUploadQueue", "elementName": "g-content-upload-queue", "category": "content", "type": "interactive", "selector": "[data-g-upload-manager].g-upload-queue", "cssSelector": ".g-upload-queue", "className": "g-upload-queue", "tag": "div", "variants": [], "states": [], "parts": ["g-upload-queue-header", "g-upload-summary", "g-upload-item", "g-upload-actions"], "behaviors": ["upload-manager"], "platforms": ["web", "mobile", "desktop"] });
|
|
320
|
+
export const GChunkUploadDirective = /* @__PURE__ */ createGardenerComponent({ "name": "chunk-upload", "exportName": "GChunkUploadDirective", "directiveName": "gChunkUpload", "elementName": "g-chunk-upload", "category": "content", "type": "css", "selector": ".g-chunk-upload", "className": "g-chunk-upload", "tag": "div", "variants": [], "states": ["queued", "uploading", "paused", "success", "error"], "parts": ["g-chunk-map", "g-chunk"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
321
|
+
export const GUploadProgressCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "upload-progress-composition", "exportName": "GUploadProgressCompositionDirective", "directiveName": "gUploadProgressComposition", "elementName": "g-upload-progress-composition", "category": "content", "type": "interactive", "selector": "[data-g-upload-manager] .g-upload-progress", "cssSelector": ".g-upload-progress", "className": "g-upload-progress", "tag": "div", "variants": [], "states": [], "parts": ["g-upload-progress-bar", "g-upload-status"], "behaviors": ["upload-manager"], "platforms": ["web", "mobile", "desktop"] });
|
|
322
|
+
export const GFailedUploadDirective = /* @__PURE__ */ createGardenerComponent({ "name": "failed-upload", "exportName": "GFailedUploadDirective", "directiveName": "gFailedUpload", "elementName": "g-failed-upload", "category": "content", "type": "interactive", "selector": "[data-g-upload-manager] .g-failed-upload", "cssSelector": ".g-failed-upload", "className": "g-failed-upload", "tag": "div", "variants": [], "states": ["error", "retrying"], "parts": [], "behaviors": ["upload-manager"], "platforms": ["web", "mobile", "desktop"] });
|
|
323
|
+
export const GFileCardCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "file-card-composition", "exportName": "GFileCardCompositionDirective", "directiveName": "gFileCardComposition", "elementName": "g-file-card-composition", "category": "content", "type": "css", "selector": ".g-file-card", "className": "g-file-card", "tag": "div", "variants": [], "states": [], "parts": ["g-file-card-preview", "g-file-card-body", "g-file-card-footer", "g-file-card-grid"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
324
|
+
export const GFolderTreeCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "folder-tree-composition", "exportName": "GFolderTreeCompositionDirective", "directiveName": "gFolderTreeComposition", "elementName": "g-folder-tree-composition", "category": "content", "type": "css", "selector": ".g-folder-tree", "className": "g-folder-tree", "tag": "div", "variants": [], "states": [], "parts": ["g-folder-tree-item", "g-folder-tree-count"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
325
|
+
export const GFileBrowserCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "file-browser-composition", "exportName": "GFileBrowserCompositionDirective", "directiveName": "gFileBrowserComposition", "elementName": "g-file-browser-composition", "category": "content", "type": "interactive", "selector": "[data-g-file-browser].g-file-browser", "cssSelector": ".g-file-browser", "className": "g-file-browser", "tag": "div", "variants": [], "states": [], "parts": ["g-file-browser-header", "g-file-browser-tree", "g-file-browser-main", "g-file-browser-status"], "behaviors": ["file-browser"], "platforms": ["web", "mobile", "desktop"] });
|
|
326
|
+
export const GFilePreviewCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "file-preview-composition", "exportName": "GFilePreviewCompositionDirective", "directiveName": "gFilePreviewComposition", "elementName": "g-file-preview-composition", "category": "content", "type": "css", "selector": ".g-file-preview", "className": "g-file-preview", "tag": "div", "variants": [], "states": [], "parts": ["g-file-preview-toolbar", "g-file-preview-stage", "g-file-preview-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
327
|
+
export const GMediaLibraryCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "media-library-composition", "exportName": "GMediaLibraryCompositionDirective", "directiveName": "gMediaLibraryComposition", "elementName": "g-media-library-composition", "category": "content", "type": "interactive", "selector": "[data-g-file-browser].g-media-library", "cssSelector": ".g-media-library", "className": "g-media-library", "tag": "div", "variants": [], "states": [], "parts": ["g-media-library-main", "g-media-library-header", "g-media-details"], "behaviors": ["file-browser"], "platforms": ["web", "mobile", "desktop"] });
|
|
328
|
+
export const GMediaGridCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "media-grid-composition", "exportName": "GMediaGridCompositionDirective", "directiveName": "gMediaGridComposition", "elementName": "g-media-grid-composition", "category": "content", "type": "css", "selector": ".g-media-grid", "className": "g-media-grid", "tag": "div", "variants": [], "states": [], "parts": ["g-media-item", "g-media-thumb", "g-media-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
329
|
+
export const GMediaDetailsCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "media-details-composition", "exportName": "GMediaDetailsCompositionDirective", "directiveName": "gMediaDetailsComposition", "elementName": "g-media-details-composition", "category": "content", "type": "css", "selector": ".g-media-details", "className": "g-media-details", "tag": "div", "variants": [], "states": [], "parts": ["g-media-details-preview"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
330
|
+
export const GImageCropCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "image-crop-composition", "exportName": "GImageCropCompositionDirective", "directiveName": "gImageCropComposition", "elementName": "g-image-crop-composition", "category": "content", "type": "css", "selector": ".g-image-crop.g-content-image-crop", "className": "g-image-crop", "tag": "div", "variants": [], "states": [], "parts": ["g-image-tools", "g-image-stage", "g-crop-frame", "g-image-inspector"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
331
|
+
export const GImageAnnotationCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "image-annotation-composition", "exportName": "GImageAnnotationCompositionDirective", "directiveName": "gImageAnnotationComposition", "elementName": "g-image-annotation-composition", "category": "content", "type": "css", "selector": ".g-image-annotation", "className": "g-image-annotation", "tag": "div", "variants": [], "states": [], "parts": ["g-image-tools", "g-image-stage", "g-annotation-pin", "g-image-inspector"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
332
|
+
export const GDocumentViewerCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "document-viewer-composition", "exportName": "GDocumentViewerCompositionDirective", "directiveName": "gDocumentViewerComposition", "elementName": "g-document-viewer-composition", "category": "content", "type": "css", "selector": ".g-document-viewer.g-content-document-viewer", "className": "g-document-viewer", "tag": "div", "variants": [], "states": [], "parts": ["g-viewer-toolbar", "g-viewer-thumbnails", "g-viewer-thumbnail", "g-viewer-page", "g-document-page", "g-viewer-status"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
333
|
+
export const GPdfViewerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pdf-viewer", "exportName": "GPdfViewerDirective", "directiveName": "gPdfViewer", "elementName": "g-pdf-viewer", "category": "content", "type": "css", "selector": ".g-pdf-viewer", "className": "g-pdf-viewer", "tag": "div", "variants": [], "states": [], "parts": ["g-viewer-toolbar", "g-viewer-thumbnails", "g-viewer-page", "g-viewer-status"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
334
|
+
export const GVideoPlayerShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "video-player-shell", "exportName": "GVideoPlayerShellDirective", "directiveName": "gVideoPlayerShell", "elementName": "g-video-player-shell", "category": "content", "type": "css", "selector": ".g-video-player", "className": "g-video-player", "tag": "div", "variants": [], "states": [], "parts": ["g-video-stage", "g-media-controls", "g-media-timeline", "g-media-time"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
335
|
+
export const GAudioPlayerShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "audio-player-shell", "exportName": "GAudioPlayerShellDirective", "directiveName": "gAudioPlayerShell", "elementName": "g-audio-player-shell", "category": "content", "type": "css", "selector": ".g-audio-player", "className": "g-audio-player", "tag": "div", "variants": [], "states": [], "parts": ["g-audio-art", "g-media-controls", "g-media-timeline", "g-media-time"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
336
|
+
export const GCodeEditorShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "code-editor-shell", "exportName": "GCodeEditorShellDirective", "directiveName": "gCodeEditorShell", "elementName": "g-code-editor-shell", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell].g-code-editor", "cssSelector": ".g-code-editor", "className": "g-code-editor", "tag": "div", "variants": [], "states": [], "parts": ["g-code-editor-body", "g-code-gutter", "g-code-content", "g-editor-status"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
337
|
+
export const GRichTextEditorCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "rich-text-editor-composition", "exportName": "GRichTextEditorCompositionDirective", "directiveName": "gRichTextEditorComposition", "elementName": "g-rich-text-editor-composition", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell].g-rich-text-editor", "cssSelector": ".g-rich-text-editor", "className": "g-rich-text-editor", "tag": "div", "variants": [], "states": [], "parts": ["g-editor-toolbar", "g-editor-surface", "g-editor-status"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
338
|
+
export const GMarkdownEditorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "markdown-editor", "exportName": "GMarkdownEditorDirective", "directiveName": "gMarkdownEditor", "elementName": "g-markdown-editor", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell].g-markdown-editor", "cssSelector": ".g-markdown-editor", "className": "g-markdown-editor", "tag": "div", "variants": [], "states": [], "parts": ["g-markdown-source", "g-markdown-preview", "g-editor-status"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
339
|
+
export const GBlockEditorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "block-editor", "exportName": "GBlockEditorDirective", "directiveName": "gBlockEditor", "elementName": "g-block-editor", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell].g-block-editor", "cssSelector": ".g-block-editor", "className": "g-block-editor", "tag": "div", "variants": [], "states": [], "parts": ["g-block", "g-block-handle", "g-block-content"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
340
|
+
export const GRevisionCompareCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "revision-compare-composition", "exportName": "GRevisionCompareCompositionDirective", "directiveName": "gRevisionCompareComposition", "elementName": "g-revision-compare-composition", "category": "content", "type": "interactive", "selector": "[data-g-revision-compare].g-revision-compare", "cssSelector": ".g-revision-compare", "className": "g-revision-compare", "tag": "div", "variants": [], "states": [], "parts": ["g-revision-toolbar", "g-revision-panels", "g-revision-panel", "g-diff", "g-diff-line"], "behaviors": ["revision-compare"], "platforms": ["web", "mobile", "desktop"] });
|
|
341
|
+
export const GContentAutosaveIndicatorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "content-autosave-indicator", "exportName": "GContentAutosaveIndicatorDirective", "directiveName": "gContentAutosaveIndicator", "elementName": "g-content-autosave-indicator", "category": "content", "type": "interactive", "selector": "[data-g-autosave].g-autosave-indicator", "cssSelector": ".g-autosave-indicator", "className": "g-autosave-indicator", "tag": "div", "variants": [], "states": ["dirty", "saving", "saved", "error"], "parts": ["g-autosave-dot"], "behaviors": ["autosave"], "platforms": ["web", "mobile", "desktop"] });
|
|
342
|
+
export const GContentOutlineDirective = /* @__PURE__ */ createGardenerComponent({ "name": "content-outline", "exportName": "GContentOutlineDirective", "directiveName": "gContentOutline", "elementName": "g-content-outline", "category": "content", "type": "css", "selector": ".g-content-outline", "className": "g-content-outline", "tag": "div", "variants": [], "states": [], "parts": ["g-content-outline-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
343
|
+
export const GEditorToolbarCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "editor-toolbar-composition", "exportName": "GEditorToolbarCompositionDirective", "directiveName": "gEditorToolbarComposition", "elementName": "g-editor-toolbar-composition", "category": "content", "type": "interactive", "selector": "[data-g-editor-shell] .g-editor-toolbar", "cssSelector": ".g-editor-toolbar", "className": "g-editor-toolbar", "tag": "div", "variants": [], "states": [], "parts": ["g-editor-toolbar-group", "g-editor-tool"], "behaviors": ["editor-shell"], "platforms": ["web", "mobile", "desktop"] });
|
|
344
|
+
export const GFindReplaceDirective = /* @__PURE__ */ createGardenerComponent({ "name": "find-replace", "exportName": "GFindReplaceDirective", "directiveName": "gFindReplace", "elementName": "g-find-replace", "category": "content", "type": "css", "selector": ".g-find-replace", "className": "g-find-replace", "tag": "div", "variants": [], "states": [], "parts": ["g-find-replace-row"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
345
|
+
export const GCommentThreadCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "comment-thread-composition", "exportName": "GCommentThreadCompositionDirective", "directiveName": "gCommentThreadComposition", "elementName": "g-comment-thread-composition", "category": "content", "type": "css", "selector": ".g-comment-thread.g-content-comment-thread", "className": "g-comment-thread", "tag": "div", "variants": [], "states": [], "parts": ["g-comment", "g-comment-avatar", "g-comment-body", "g-comment-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
346
|
+
export const GVersionHistoryCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "version-history-composition", "exportName": "GVersionHistoryCompositionDirective", "directiveName": "gVersionHistoryComposition", "elementName": "g-version-history-composition", "category": "content", "type": "css", "selector": ".g-version-history", "className": "g-version-history", "tag": "div", "variants": [], "states": [], "parts": ["g-version-item", "g-version-dot"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
347
|
+
export const GFilePropertiesDirective = /* @__PURE__ */ createGardenerComponent({ "name": "file-properties", "exportName": "GFilePropertiesDirective", "directiveName": "gFileProperties", "elementName": "g-file-properties", "category": "content", "type": "css", "selector": ".g-file-properties", "className": "g-file-properties", "tag": "div", "variants": [], "states": [], "parts": ["g-file-property"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
348
|
+
export const GStorageMeterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "storage-meter", "exportName": "GStorageMeterDirective", "directiveName": "gStorageMeter", "elementName": "g-storage-meter", "category": "content", "type": "css", "selector": ".g-storage-meter", "className": "g-storage-meter", "tag": "div", "variants": [], "states": [], "parts": ["g-storage-header", "g-storage-track", "g-storage-value", "g-storage-legend"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
349
|
+
export const GAuthCenteredDirective = /* @__PURE__ */ createGardenerComponent({ "name": "auth-centered", "exportName": "GAuthCenteredDirective", "directiveName": "gAuthCentered", "elementName": "g-auth-centered", "category": "auth", "type": "css", "selector": ".g-auth-centered", "className": "g-auth-centered", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-container", "g-auth-panel", "g-auth-brand-row", "g-auth-header", "g-auth-form", "g-auth-footer"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
350
|
+
export const GAuthSplitDirective = /* @__PURE__ */ createGardenerComponent({ "name": "auth-split", "exportName": "GAuthSplitDirective", "directiveName": "gAuthSplit", "elementName": "g-auth-split", "category": "auth", "type": "css", "selector": ".g-auth-split", "className": "g-auth-split", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-split-aside", "g-auth-split-main", "g-auth-container", "g-auth-panel"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
351
|
+
export const GSignInCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sign-in-composition", "exportName": "GSignInCompositionDirective", "directiveName": "gSignInComposition", "elementName": "g-sign-in-composition", "category": "auth", "type": "css", "selector": ".g-sign-in", "className": "g-sign-in", "tag": "div", "variants": [], "states": [], "parts": ["g-sign-in-options", "g-auth-provider-list", "g-auth-divider"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
352
|
+
export const GRegistrationCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "registration-composition", "exportName": "GRegistrationCompositionDirective", "directiveName": "gRegistrationComposition", "elementName": "g-registration-composition", "category": "auth", "type": "css", "selector": ".g-registration", "className": "g-registration", "tag": "div", "variants": [], "states": [], "parts": ["g-registration-terms", "g-password-strength"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
353
|
+
export const GPasswordRecoveryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "password-recovery", "exportName": "GPasswordRecoveryDirective", "directiveName": "gPasswordRecovery", "elementName": "g-password-recovery", "category": "auth", "type": "css", "selector": ".g-password-recovery", "className": "g-password-recovery", "tag": "div", "variants": [], "states": [], "parts": ["g-password-recovery-methods", "g-auth-method"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
354
|
+
export const GPasswordResetDirective = /* @__PURE__ */ createGardenerComponent({ "name": "password-reset", "exportName": "GPasswordResetDirective", "directiveName": "gPasswordReset", "elementName": "g-password-reset", "category": "auth", "type": "css", "selector": ".g-password-reset", "className": "g-password-reset", "tag": "div", "variants": [], "states": [], "parts": ["g-password-strength", "g-password-rules"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
355
|
+
export const GEmailVerificationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "email-verification", "exportName": "GEmailVerificationDirective", "directiveName": "gEmailVerification", "elementName": "g-email-verification", "category": "auth", "type": "css", "selector": ".g-email-verification", "className": "g-email-verification", "tag": "div", "variants": [], "states": [], "parts": ["g-verification-icon", "g-verification-address", "g-auth-timer"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
356
|
+
export const GPhoneVerificationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "phone-verification", "exportName": "GPhoneVerificationDirective", "directiveName": "gPhoneVerification", "elementName": "g-phone-verification", "category": "auth", "type": "css", "selector": ".g-phone-verification", "className": "g-phone-verification", "tag": "div", "variants": [], "states": [], "parts": ["g-verification-icon", "g-verification-address", "g-otp-input"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
357
|
+
export const GMfaChallengeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mfa-challenge", "exportName": "GMfaChallengeDirective", "directiveName": "gMfaChallenge", "elementName": "g-mfa-challenge", "category": "auth", "type": "css", "selector": ".g-mfa-challenge", "className": "g-mfa-challenge", "tag": "div", "variants": [], "states": [], "parts": ["g-mfa-methods", "g-otp-input", "g-trusted-device"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
358
|
+
export const GOtpInputDirective = /* @__PURE__ */ createGardenerComponent({ "name": "otp-input", "exportName": "GOtpInputDirective", "directiveName": "gOtpInput", "elementName": "g-otp-input", "category": "auth", "type": "interactive", "selector": "[data-g-otp-input].g-otp-input", "cssSelector": ".g-otp-input", "className": "g-otp-input", "tag": "div", "variants": [], "states": ["complete", "invalid"], "parts": ["g-otp-cell"], "behaviors": ["otp-input"], "platforms": ["web", "mobile", "desktop"] });
|
|
359
|
+
export const GPasskeyCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "passkey-composition", "exportName": "GPasskeyCompositionDirective", "directiveName": "gPasskeyComposition", "elementName": "g-passkey-composition", "category": "auth", "type": "css", "selector": ".g-passkey", "className": "g-passkey", "tag": "div", "variants": [], "states": [], "parts": ["g-passkey-graphic", "g-passkey-device"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
360
|
+
export const GSsoCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sso-composition", "exportName": "GSsoCompositionDirective", "directiveName": "gSsoComposition", "elementName": "g-sso-composition", "category": "auth", "type": "css", "selector": ".g-sso", "className": "g-sso", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-provider-list", "g-auth-provider", "g-auth-provider-icon"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
361
|
+
export const GQrLoginDirective = /* @__PURE__ */ createGardenerComponent({ "name": "qr-login", "exportName": "GQrLoginDirective", "directiveName": "gQrLogin", "elementName": "g-qr-login", "category": "auth", "type": "interactive", "selector": "[data-g-auth-timer].g-qr-login", "cssSelector": ".g-qr-login", "className": "g-qr-login", "tag": "div", "variants": [], "states": [], "parts": ["g-qr-login-layout", "g-qr-code", "g-auth-timer"], "behaviors": ["auth-timer"], "platforms": ["web", "mobile", "desktop"] });
|
|
362
|
+
export const GMagicLinkDirective = /* @__PURE__ */ createGardenerComponent({ "name": "magic-link", "exportName": "GMagicLinkDirective", "directiveName": "gMagicLink", "elementName": "g-magic-link", "category": "auth", "type": "css", "selector": ".g-magic-link", "className": "g-magic-link", "tag": "div", "variants": [], "states": [], "parts": ["g-verification-icon", "g-verification-address"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
363
|
+
export const GInvitationCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "invitation-composition", "exportName": "GInvitationCompositionDirective", "directiveName": "gInvitationComposition", "elementName": "g-invitation-composition", "category": "auth", "type": "css", "selector": ".g-invitation", "className": "g-invitation", "tag": "div", "variants": [], "states": [], "parts": ["g-invitation-details", "g-invitation-row", "g-invitation-label"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
364
|
+
export const GFirstTimeSetupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "first-time-setup", "exportName": "GFirstTimeSetupDirective", "directiveName": "gFirstTimeSetup", "elementName": "g-first-time-setup", "category": "auth", "type": "css", "selector": ".g-first-time-setup", "className": "g-first-time-setup", "tag": "div", "variants": [], "states": [], "parts": ["g-profile-setup", "g-password-strength"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
365
|
+
export const GLockScreenDirective = /* @__PURE__ */ createGardenerComponent({ "name": "lock-screen", "exportName": "GLockScreenDirective", "directiveName": "gLockScreen", "elementName": "g-lock-screen", "category": "auth", "type": "css", "selector": ".g-lock-screen", "className": "g-lock-screen", "tag": "div", "variants": [], "states": [], "parts": ["g-lock-screen-panel", "g-lock-screen-time", "g-auth-user"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
366
|
+
export const GSessionExpiredDirective = /* @__PURE__ */ createGardenerComponent({ "name": "session-expired", "exportName": "GSessionExpiredDirective", "directiveName": "gSessionExpired", "elementName": "g-session-expired", "category": "auth", "type": "css", "selector": ".g-session-expired", "className": "g-session-expired", "tag": "div", "variants": [], "states": [], "parts": ["g-session-expired-panel", "g-auth-notice"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
367
|
+
export const GAccountChooserDirective = /* @__PURE__ */ createGardenerComponent({ "name": "account-chooser", "exportName": "GAccountChooserDirective", "directiveName": "gAccountChooser", "elementName": "g-account-chooser", "category": "auth", "type": "interactive", "selector": "[data-g-saved-choice].g-account-chooser", "cssSelector": ".g-account-chooser", "className": "g-account-chooser", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-choice-list", "g-auth-choice", "g-auth-avatar"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
368
|
+
export const GTenantChooserDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tenant-chooser", "exportName": "GTenantChooserDirective", "directiveName": "gTenantChooser", "elementName": "g-tenant-chooser", "category": "auth", "type": "interactive", "selector": "[data-g-saved-choice].g-tenant-chooser", "cssSelector": ".g-tenant-chooser", "className": "g-tenant-chooser", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-choice-list", "g-auth-choice"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
369
|
+
export const GIdentitySwitcherDirective = /* @__PURE__ */ createGardenerComponent({ "name": "identity-switcher", "exportName": "GIdentitySwitcherDirective", "directiveName": "gIdentitySwitcher", "elementName": "g-identity-switcher", "category": "auth", "type": "interactive", "selector": "[data-g-dropdown].g-identity-switcher", "cssSelector": ".g-identity-switcher", "className": "g-identity-switcher", "tag": "div", "variants": [], "states": [], "parts": ["g-identity-switcher-trigger", "g-identity-switcher-menu", "g-auth-choice"], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
370
|
+
export const GProfileSetupDirective = /* @__PURE__ */ createGardenerComponent({ "name": "profile-setup", "exportName": "GProfileSetupDirective", "directiveName": "gProfileSetup", "elementName": "g-profile-setup", "category": "auth", "type": "css", "selector": ".g-profile-setup", "className": "g-profile-setup", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-avatar", "g-auth-form", "g-auth-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
371
|
+
export const GAccountSecurityDirective = /* @__PURE__ */ createGardenerComponent({ "name": "account-security", "exportName": "GAccountSecurityDirective", "directiveName": "gAccountSecurity", "elementName": "g-account-security", "category": "auth", "type": "css", "selector": ".g-account-security", "className": "g-account-security", "tag": "div", "variants": [], "states": [], "parts": ["g-security-section", "g-security-section-header"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
372
|
+
export const GDeviceManagementDirective = /* @__PURE__ */ createGardenerComponent({ "name": "device-management", "exportName": "GDeviceManagementDirective", "directiveName": "gDeviceManagement", "elementName": "g-device-management", "category": "auth", "type": "css", "selector": ".g-device-management", "className": "g-device-management", "tag": "div", "variants": [], "states": [], "parts": ["g-device-item", "g-device-icon", "g-device-main", "g-device-current"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
373
|
+
export const GLoginActivityDirective = /* @__PURE__ */ createGardenerComponent({ "name": "login-activity", "exportName": "GLoginActivityDirective", "directiveName": "gLoginActivity", "elementName": "g-login-activity", "category": "auth", "type": "css", "selector": ".g-login-activity", "className": "g-login-activity", "tag": "div", "variants": [], "states": [], "parts": ["g-login-event", "g-login-event-icon", "g-login-event-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
374
|
+
export const GSecurityAlertDirective = /* @__PURE__ */ createGardenerComponent({ "name": "security-alert", "exportName": "GSecurityAlertDirective", "directiveName": "gSecurityAlert", "elementName": "g-security-alert", "category": "auth", "type": "css", "selector": ".g-security-alert", "className": "g-security-alert", "tag": "div", "variants": [], "states": [], "parts": ["g-security-alert-icon", "g-security-alert-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
375
|
+
export const GRecoveryCodesDirective = /* @__PURE__ */ createGardenerComponent({ "name": "recovery-codes", "exportName": "GRecoveryCodesDirective", "directiveName": "gRecoveryCodes", "elementName": "g-recovery-codes", "category": "auth", "type": "css", "selector": ".g-recovery-codes", "className": "g-recovery-codes", "tag": "div", "variants": [], "states": [], "parts": ["g-recovery-code-grid", "g-recovery-code"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
376
|
+
export const GTrustedDeviceDirective = /* @__PURE__ */ createGardenerComponent({ "name": "trusted-device", "exportName": "GTrustedDeviceDirective", "directiveName": "gTrustedDevice", "elementName": "g-trusted-device", "category": "auth", "type": "css", "selector": ".g-trusted-device", "className": "g-trusted-device", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
377
|
+
export const GConnectedAccountsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "connected-accounts", "exportName": "GConnectedAccountsDirective", "directiveName": "gConnectedAccounts", "elementName": "g-connected-accounts", "category": "auth", "type": "css", "selector": ".g-connected-accounts", "className": "g-connected-accounts", "tag": "div", "variants": [], "states": [], "parts": ["g-connected-account", "g-connected-account-icon", "g-connected-account-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
378
|
+
export const GPasswordStrengthDirective = /* @__PURE__ */ createGardenerComponent({ "name": "password-strength", "exportName": "GPasswordStrengthDirective", "directiveName": "gPasswordStrength", "elementName": "g-password-strength", "category": "auth", "type": "interactive", "selector": "[data-g-password-strength].g-password-strength", "cssSelector": ".g-password-strength", "className": "g-password-strength", "tag": "div", "variants": [], "states": [], "parts": ["g-password-strength-header", "g-password-strength-meter", "g-password-strength-value", "g-password-rules", "g-password-rule"], "behaviors": ["password-strength"], "platforms": ["web", "mobile", "desktop"] });
|
|
379
|
+
export const GAuthConsentDirective = /* @__PURE__ */ createGardenerComponent({ "name": "auth-consent", "exportName": "GAuthConsentDirective", "directiveName": "gAuthConsent", "elementName": "g-auth-consent", "category": "auth", "type": "css", "selector": ".g-auth-consent", "className": "g-auth-consent", "tag": "div", "variants": [], "states": [], "parts": ["g-auth-consent-scopes", "g-auth-consent-scope"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
380
|
+
export const GAuthResultDirective = /* @__PURE__ */ createGardenerComponent({ "name": "auth-result", "exportName": "GAuthResultDirective", "directiveName": "gAuthResult", "elementName": "g-auth-result", "category": "auth", "type": "css", "selector": ".g-auth-result", "className": "g-auth-result", "tag": "div", "variants": [], "states": ["success", "error", "pending"], "parts": ["g-auth-result-icon", "g-auth-status"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
381
|
+
export const GCommerceProductCardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-product-card", "exportName": "GCommerceProductCardDirective", "directiveName": "gCommerceProductCard", "elementName": "g-commerce-product-card", "category": "commerce", "type": "css", "selector": ".g-commerce-product-card", "className": "g-commerce-product-card", "tag": "div", "variants": [], "states": [], "parts": ["g-product-media", "g-product-card-badge", "g-product-card-body", "g-product-card-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
382
|
+
export const GCommerceProductListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-product-list", "exportName": "GCommerceProductListDirective", "directiveName": "gCommerceProductList", "elementName": "g-commerce-product-list", "category": "commerce", "type": "css", "selector": ".g-commerce-product-list", "className": "g-commerce-product-list", "tag": "div", "variants": [], "states": [], "parts": ["g-product-list-item", "g-product-list-media", "g-product-list-main", "g-product-list-action"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
383
|
+
export const GCommerceProductDetailDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-product-detail", "exportName": "GCommerceProductDetailDirective", "directiveName": "gCommerceProductDetail", "elementName": "g-commerce-product-detail", "category": "commerce", "type": "css", "selector": ".g-commerce-product-detail", "className": "g-commerce-product-detail", "tag": "div", "variants": [], "states": [], "parts": ["g-product-detail-summary", "g-product-detail-title", "g-product-vendor", "g-product-sku"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
384
|
+
export const GCommerceProductGalleryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-product-gallery", "exportName": "GCommerceProductGalleryDirective", "directiveName": "gCommerceProductGallery", "elementName": "g-commerce-product-gallery", "category": "commerce", "type": "interactive", "selector": "[data-g-carousel].g-commerce-product-gallery", "cssSelector": ".g-commerce-product-gallery", "className": "g-commerce-product-gallery", "tag": "div", "variants": [], "states": [], "parts": ["g-product-gallery-thumbs", "g-product-gallery-thumb", "g-product-gallery-stage"], "behaviors": ["carousel"], "platforms": ["web", "mobile", "desktop"] });
|
|
385
|
+
export const GSkuSelectorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sku-selector", "exportName": "GSkuSelectorDirective", "directiveName": "gSkuSelector", "elementName": "g-sku-selector", "category": "commerce", "type": "interactive", "selector": "[data-g-sku-selector].g-sku-selector", "cssSelector": ".g-sku-selector", "className": "g-sku-selector", "tag": "div", "variants": [], "states": ["incomplete", "complete", "disabled"], "parts": ["g-sku-group", "g-sku-options", "g-sku-option", "g-sku-selection"], "behaviors": ["sku-selector"], "platforms": ["web", "mobile", "desktop"] });
|
|
386
|
+
export const GCommerceQuantityStepperDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-quantity-stepper", "exportName": "GCommerceQuantityStepperDirective", "directiveName": "gCommerceQuantityStepper", "elementName": "g-commerce-quantity-stepper", "category": "commerce", "type": "interactive", "selector": "[data-g-quantity-stepper].g-quantity-stepper", "cssSelector": ".g-quantity-stepper", "className": "g-quantity-stepper", "tag": "div", "variants": [], "states": [], "parts": ["g-quantity-button", "g-quantity-input"], "behaviors": ["quantity-stepper"], "platforms": ["web", "mobile", "desktop"] });
|
|
387
|
+
export const GPriceDisplayDirective = /* @__PURE__ */ createGardenerComponent({ "name": "price-display", "exportName": "GPriceDisplayDirective", "directiveName": "gPriceDisplay", "elementName": "g-price-display", "category": "commerce", "type": "css", "selector": ".g-price-display", "className": "g-price-display", "tag": "div", "variants": [], "states": [], "parts": ["g-price-current", "g-price-original", "g-price-discount", "g-price-note"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
388
|
+
export const GCommerceCartItemDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-cart-item", "exportName": "GCommerceCartItemDirective", "directiveName": "gCommerceCartItem", "elementName": "g-commerce-cart-item", "category": "commerce", "type": "css", "selector": ".g-commerce-cart-item", "className": "g-commerce-cart-item", "tag": "div", "variants": [], "states": [], "parts": ["g-cart-item-media", "g-cart-item-main", "g-cart-item-side", "g-cart-item-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
389
|
+
export const GCommerceCartDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-cart", "exportName": "GCommerceCartDirective", "directiveName": "gCommerceCart", "elementName": "g-commerce-cart", "category": "commerce", "type": "interactive", "selector": "[data-g-cart].g-cart", "cssSelector": ".g-cart", "className": "g-cart", "tag": "div", "variants": [], "states": ["default", "empty"], "parts": ["g-commerce-cart-item", "g-cart-empty"], "behaviors": ["cart"], "platforms": ["web", "mobile", "desktop"] });
|
|
390
|
+
export const GMiniCartDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mini-cart", "exportName": "GMiniCartDirective", "directiveName": "gMiniCart", "elementName": "g-mini-cart", "category": "commerce", "type": "interactive", "selector": "[data-g-dropdown].g-mini-cart", "cssSelector": ".g-mini-cart", "className": "g-mini-cart", "tag": "div", "variants": [], "states": [], "parts": ["g-mini-cart-list", "g-mini-cart-item", "g-mini-cart-footer"], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
391
|
+
export const GCartSummaryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "cart-summary", "exportName": "GCartSummaryDirective", "directiveName": "gCartSummary", "elementName": "g-cart-summary", "category": "commerce", "type": "css", "selector": ".g-cart-summary", "className": "g-cart-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-cart-summary-row", "g-cart-summary-total"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
392
|
+
export const GCommerceCheckoutDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-checkout", "exportName": "GCommerceCheckoutDirective", "directiveName": "gCommerceCheckout", "elementName": "g-commerce-checkout", "category": "commerce", "type": "css", "selector": ".g-commerce-checkout", "className": "g-commerce-checkout", "tag": "div", "variants": [], "states": [], "parts": ["g-checkout-main", "g-checkout-section", "g-checkout-sidebar", "g-checkout-mobile-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
393
|
+
export const GCommerceCheckoutStepsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-checkout-steps", "exportName": "GCommerceCheckoutStepsDirective", "directiveName": "gCommerceCheckoutSteps", "elementName": "g-commerce-checkout-steps", "category": "commerce", "type": "css", "selector": ".g-checkout-steps", "className": "g-checkout-steps", "tag": "div", "variants": [], "states": [], "parts": ["g-checkout-step", "g-checkout-step-marker"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
394
|
+
export const GAddressSelectorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "address-selector", "exportName": "GAddressSelectorDirective", "directiveName": "gAddressSelector", "elementName": "g-address-selector", "category": "commerce", "type": "interactive", "selector": "[data-g-saved-choice].g-address-selector", "cssSelector": ".g-address-selector", "className": "g-address-selector", "tag": "div", "variants": [], "states": [], "parts": ["g-address-card", "g-address-main", "g-address-meta"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
395
|
+
export const GAddressCardDirective = /* @__PURE__ */ createGardenerComponent({ "name": "address-card", "exportName": "GAddressCardDirective", "directiveName": "gAddressCard", "elementName": "g-address-card", "category": "commerce", "type": "css", "selector": ".g-address-card", "className": "g-address-card", "tag": "div", "variants": [], "states": [], "parts": ["g-address-main", "g-address-meta"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
396
|
+
export const GShippingMethodDirective = /* @__PURE__ */ createGardenerComponent({ "name": "shipping-method", "exportName": "GShippingMethodDirective", "directiveName": "gShippingMethod", "elementName": "g-shipping-method", "category": "commerce", "type": "interactive", "selector": "[data-g-saved-choice].g-shipping-method", "cssSelector": ".g-shipping-method", "className": "g-shipping-method", "tag": "div", "variants": [], "states": [], "parts": ["g-shipping-option", "g-shipping-main", "g-shipping-price"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
397
|
+
export const GPickupSelectorDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pickup-selector", "exportName": "GPickupSelectorDirective", "directiveName": "gPickupSelector", "elementName": "g-pickup-selector", "category": "commerce", "type": "interactive", "selector": "[data-g-saved-choice].g-pickup-selector", "cssSelector": ".g-pickup-selector", "className": "g-pickup-selector", "tag": "div", "variants": [], "states": [], "parts": ["g-pickup-option", "g-pickup-main", "g-pickup-meta"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
398
|
+
export const GCouponDirective = /* @__PURE__ */ createGardenerComponent({ "name": "coupon", "exportName": "GCouponDirective", "directiveName": "gCoupon", "elementName": "g-coupon", "category": "commerce", "type": "interactive", "selector": "[data-g-coupon].g-coupon", "cssSelector": ".g-coupon", "className": "g-coupon", "tag": "div", "variants": [], "states": ["idle", "applied", "invalid"], "parts": ["g-coupon-row", "g-coupon-status"], "behaviors": ["coupon"], "platforms": ["web", "mobile", "desktop"] });
|
|
399
|
+
export const GPromotionListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "promotion-list", "exportName": "GPromotionListDirective", "directiveName": "gPromotionList", "elementName": "g-promotion-list", "category": "commerce", "type": "css", "selector": ".g-promotion-list", "className": "g-promotion-list", "tag": "div", "variants": [], "states": [], "parts": ["g-promotion-item", "g-promotion-code"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
400
|
+
export const GInvoiceInformationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "invoice-information", "exportName": "GInvoiceInformationDirective", "directiveName": "gInvoiceInformation", "elementName": "g-invoice-information", "category": "commerce", "type": "css", "selector": ".g-invoice-information", "className": "g-invoice-information", "tag": "div", "variants": [], "states": [], "parts": ["g-invoice-type", "g-invoice-fields"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
401
|
+
export const GPaymentMethodDirective = /* @__PURE__ */ createGardenerComponent({ "name": "payment-method", "exportName": "GPaymentMethodDirective", "directiveName": "gPaymentMethod", "elementName": "g-payment-method", "category": "commerce", "type": "interactive", "selector": "[data-g-saved-choice].g-payment-method", "cssSelector": ".g-payment-method", "className": "g-payment-method", "tag": "div", "variants": [], "states": [], "parts": ["g-payment-option", "g-payment-brand", "g-payment-main"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
402
|
+
export const GPaymentSheetDirective = /* @__PURE__ */ createGardenerComponent({ "name": "payment-sheet", "exportName": "GPaymentSheetDirective", "directiveName": "gPaymentSheet", "elementName": "g-payment-sheet", "category": "commerce", "type": "css", "selector": ".g-payment-sheet", "className": "g-payment-sheet", "tag": "div", "variants": [], "states": [], "parts": ["g-payment-sheet-total"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
403
|
+
export const GPaymentResultDirective = /* @__PURE__ */ createGardenerComponent({ "name": "payment-result", "exportName": "GPaymentResultDirective", "directiveName": "gPaymentResult", "elementName": "g-payment-result", "category": "commerce", "type": "css", "selector": ".g-payment-result", "className": "g-payment-result", "tag": "div", "variants": [], "states": ["success", "error", "pending"], "parts": ["g-payment-result-icon", "g-payment-result-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
404
|
+
export const GCommerceOrderSummaryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-order-summary", "exportName": "GCommerceOrderSummaryDirective", "directiveName": "gCommerceOrderSummary", "elementName": "g-commerce-order-summary", "category": "commerce", "type": "css", "selector": ".g-commerce-order-summary", "className": "g-commerce-order-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-order-summary-row", "g-order-summary-total"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
405
|
+
export const GCommerceOrderTimelineDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-order-timeline", "exportName": "GCommerceOrderTimelineDirective", "directiveName": "gCommerceOrderTimeline", "elementName": "g-commerce-order-timeline", "category": "commerce", "type": "css", "selector": ".g-commerce-order-timeline", "className": "g-commerce-order-timeline", "tag": "div", "variants": [], "states": [], "parts": ["g-order-timeline-item", "g-order-timeline-dot", "g-order-timeline-content"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
406
|
+
export const GOrderDetailDirective = /* @__PURE__ */ createGardenerComponent({ "name": "order-detail", "exportName": "GOrderDetailDirective", "directiveName": "gOrderDetail", "elementName": "g-order-detail", "category": "commerce", "type": "css", "selector": ".g-order-detail", "className": "g-order-detail", "tag": "div", "variants": [], "states": [], "parts": ["g-order-detail-header", "g-order-detail-section"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
407
|
+
export const GSubscriptionPlanDirective = /* @__PURE__ */ createGardenerComponent({ "name": "subscription-plan", "exportName": "GSubscriptionPlanDirective", "directiveName": "gSubscriptionPlan", "elementName": "g-subscription-plan", "category": "commerce", "type": "css", "selector": ".g-subscription-plan", "className": "g-subscription-plan", "tag": "div", "variants": [], "states": [], "parts": ["g-plan-price", "g-plan-price-value", "g-plan-features"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
408
|
+
export const GPricingComparisonDirective = /* @__PURE__ */ createGardenerComponent({ "name": "pricing-comparison", "exportName": "GPricingComparisonDirective", "directiveName": "gPricingComparison", "elementName": "g-pricing-comparison", "category": "commerce", "type": "css", "selector": ".g-pricing-comparison", "className": "g-pricing-comparison", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
409
|
+
export const GCommerceUsageMeterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "commerce-usage-meter", "exportName": "GCommerceUsageMeterDirective", "directiveName": "gCommerceUsageMeter", "elementName": "g-commerce-usage-meter", "category": "commerce", "type": "css", "selector": ".g-commerce-usage-meter", "className": "g-commerce-usage-meter", "tag": "div", "variants": [], "states": ["default", "warning", "danger"], "parts": ["g-usage-meter-header", "g-usage-meter-track", "g-usage-meter-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
410
|
+
export const GBillingHistoryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "billing-history", "exportName": "GBillingHistoryDirective", "directiveName": "gBillingHistory", "elementName": "g-billing-history", "category": "commerce", "type": "css", "selector": ".g-billing-history", "className": "g-billing-history", "tag": "div", "variants": [], "states": [], "parts": ["g-billing-history-header", "g-billing-history-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
411
|
+
export const GRefundStatusDirective = /* @__PURE__ */ createGardenerComponent({ "name": "refund-status", "exportName": "GRefundStatusDirective", "directiveName": "gRefundStatus", "elementName": "g-refund-status", "category": "commerce", "type": "css", "selector": ".g-refund-status", "className": "g-refund-status", "tag": "div", "variants": [], "states": [], "parts": ["g-refund-status-header", "g-refund-status-progress", "g-refund-status-step"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
412
|
+
export const GTaxSummaryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tax-summary", "exportName": "GTaxSummaryDirective", "directiveName": "gTaxSummary", "elementName": "g-tax-summary", "category": "commerce", "type": "css", "selector": ".g-tax-summary", "className": "g-tax-summary", "tag": "div", "variants": [], "states": [], "parts": ["g-tax-summary-row"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
413
|
+
export const GMobileSafeShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-safe-shell", "exportName": "GMobileSafeShellDirective", "directiveName": "gMobileSafeShell", "elementName": "g-mobile-safe-shell", "category": "mobile", "type": "css", "selector": ".g-mobile-safe-shell", "className": "g-mobile-safe-shell", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-safe-content"], "behaviors": [], "platforms": ["mobile", "pwa", "desktop-webview"] });
|
|
414
|
+
export const GMobileAppBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-app-bar", "exportName": "GMobileAppBarDirective", "directiveName": "gMobileAppBar", "elementName": "g-mobile-app-bar", "category": "mobile", "type": "css", "selector": ".g-mobile-app-bar", "className": "g-mobile-app-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-app-bar-start", "g-mobile-app-bar-title", "g-mobile-app-bar-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
415
|
+
export const GMobileBottomNavigationDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-bottom-navigation", "exportName": "GMobileBottomNavigationDirective", "directiveName": "gMobileBottomNavigation", "elementName": "g-mobile-bottom-navigation", "category": "mobile", "type": "css", "selector": ".g-mobile-bottom-navigation", "className": "g-mobile-bottom-navigation", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-bottom-navigation-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
416
|
+
export const GMobileBottomSheetDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-bottom-sheet", "exportName": "GMobileBottomSheetDirective", "directiveName": "gMobileBottomSheet", "elementName": "g-mobile-bottom-sheet", "category": "mobile", "type": "interactive", "selector": "[data-g-mobile-sheet].g-mobile-bottom-sheet", "cssSelector": ".g-mobile-bottom-sheet", "className": "g-mobile-bottom-sheet", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-sheet-panel", "g-mobile-sheet-handle", "g-mobile-sheet-header", "g-mobile-sheet-footer"], "behaviors": ["mobile-sheet"], "platforms": ["web", "mobile", "desktop"] });
|
|
417
|
+
export const GMobileActionSheetDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-action-sheet", "exportName": "GMobileActionSheetDirective", "directiveName": "gMobileActionSheet", "elementName": "g-mobile-action-sheet", "category": "mobile", "type": "interactive", "selector": "[data-g-mobile-sheet].g-mobile-action-sheet", "cssSelector": ".g-mobile-action-sheet", "className": "g-mobile-action-sheet", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-action-list", "g-mobile-action-item"], "behaviors": ["mobile-sheet"], "platforms": ["web", "mobile", "desktop"] });
|
|
418
|
+
export const GMobilePullRefreshDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-pull-refresh", "exportName": "GMobilePullRefreshDirective", "directiveName": "gMobilePullRefresh", "elementName": "g-mobile-pull-refresh", "category": "mobile", "type": "interactive", "selector": "[data-g-pull-refresh].g-mobile-pull-refresh", "cssSelector": ".g-mobile-pull-refresh", "className": "g-mobile-pull-refresh", "tag": "div", "variants": [], "states": ["pulling", "refreshing"], "parts": ["g-mobile-pull-refresh-indicator", "g-mobile-pull-refresh-content"], "behaviors": ["pull-refresh"], "platforms": ["web", "mobile", "desktop"] });
|
|
419
|
+
export const GMobileInfiniteLoadDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-infinite-load", "exportName": "GMobileInfiniteLoadDirective", "directiveName": "gMobileInfiniteLoad", "elementName": "g-mobile-infinite-load", "category": "mobile", "type": "interactive", "selector": "[data-g-infinite-load].g-mobile-infinite-load", "cssSelector": ".g-mobile-infinite-load", "className": "g-mobile-infinite-load", "tag": "div", "variants": [], "states": ["loading", "done"], "parts": [], "behaviors": ["infinite-load"], "platforms": ["web", "mobile", "desktop"] });
|
|
420
|
+
export const GMobileSwipeActionsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-swipe-actions", "exportName": "GMobileSwipeActionsDirective", "directiveName": "gMobileSwipeActions", "elementName": "g-mobile-swipe-actions", "category": "mobile", "type": "interactive", "selector": "[data-g-swipe-actions].g-mobile-swipe-actions", "cssSelector": ".g-mobile-swipe-actions", "className": "g-mobile-swipe-actions", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-swipe-actions-track", "g-mobile-swipe-actions-main", "g-mobile-swipe-actions-buttons", "g-mobile-swipe-action"], "behaviors": ["swipe-actions"], "platforms": ["web", "mobile", "desktop"] });
|
|
421
|
+
export const GMobileSwipeTabsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-swipe-tabs", "exportName": "GMobileSwipeTabsDirective", "directiveName": "gMobileSwipeTabs", "elementName": "g-mobile-swipe-tabs", "category": "mobile", "type": "interactive", "selector": "[data-g-tabs].g-mobile-swipe-tabs", "cssSelector": ".g-mobile-swipe-tabs", "className": "g-mobile-swipe-tabs", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-swipe-tab"], "behaviors": ["tabs"], "platforms": ["web", "mobile", "desktop"] });
|
|
422
|
+
export const GMobileCategoryViewDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-category-view", "exportName": "GMobileCategoryViewDirective", "directiveName": "gMobileCategoryView", "elementName": "g-mobile-category-view", "category": "mobile", "type": "css", "selector": ".g-mobile-category-view", "className": "g-mobile-category-view", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-category-rail", "g-mobile-category-link", "g-mobile-category-content", "g-mobile-category-grid", "g-mobile-category-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
423
|
+
export const GMobileFilterSheetDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-filter-sheet", "exportName": "GMobileFilterSheetDirective", "directiveName": "gMobileFilterSheet", "elementName": "g-mobile-filter-sheet", "category": "mobile", "type": "interactive", "selector": "[data-g-mobile-sheet].g-mobile-filter-sheet", "cssSelector": ".g-mobile-filter-sheet", "className": "g-mobile-filter-sheet", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-sheet-panel", "g-mobile-sheet-footer"], "behaviors": ["mobile-sheet"], "platforms": ["web", "mobile", "desktop"] });
|
|
424
|
+
export const GMobilePurchaseBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-purchase-bar", "exportName": "GMobilePurchaseBarDirective", "directiveName": "gMobilePurchaseBar", "elementName": "g-mobile-purchase-bar", "category": "mobile", "type": "css", "selector": ".g-mobile-purchase-bar", "className": "g-mobile-purchase-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-purchase-main", "g-mobile-purchase-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
425
|
+
export const GMobileSearchDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-search", "exportName": "GMobileSearchDirective", "directiveName": "gMobileSearch", "elementName": "g-mobile-search", "category": "mobile", "type": "interactive", "selector": "[data-g-clear-input].g-mobile-search", "cssSelector": ".g-mobile-search", "className": "g-mobile-search", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-search-field", "g-mobile-search-icon"], "behaviors": ["clear-input"], "platforms": ["web", "mobile", "desktop"] });
|
|
426
|
+
export const GMobilePickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-picker", "exportName": "GMobilePickerDirective", "directiveName": "gMobilePicker", "elementName": "g-mobile-picker", "category": "mobile", "type": "interactive", "selector": "[data-g-saved-choice].g-mobile-picker", "cssSelector": ".g-mobile-picker", "className": "g-mobile-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-picker-grid", "g-mobile-picker-option"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
427
|
+
export const GMobileWheelPickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-wheel-picker", "exportName": "GMobileWheelPickerDirective", "directiveName": "gMobileWheelPicker", "elementName": "g-mobile-wheel-picker", "category": "mobile", "type": "interactive", "selector": "[data-g-wheel-picker].g-mobile-wheel-picker", "cssSelector": ".g-mobile-wheel-picker", "className": "g-mobile-wheel-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-wheel-column", "g-mobile-wheel-option"], "behaviors": ["wheel-picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
428
|
+
export const GMobileFabDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-fab", "exportName": "GMobileFabDirective", "directiveName": "gMobileFab", "elementName": "g-mobile-fab", "category": "mobile", "type": "css", "selector": ".g-mobile-fab", "className": "g-mobile-fab", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
429
|
+
export const GMobileFullscreenDialogDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-fullscreen-dialog", "exportName": "GMobileFullscreenDialogDirective", "directiveName": "gMobileFullscreenDialog", "elementName": "g-mobile-fullscreen-dialog", "category": "mobile", "type": "interactive", "selector": "[data-g-dialog].g-mobile-fullscreen-dialog", "cssSelector": ".g-mobile-fullscreen-dialog", "className": "g-mobile-fullscreen-dialog", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["dialog"], "platforms": ["web", "mobile", "desktop"] });
|
|
430
|
+
export const GMobileKeyboardAvoidanceDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-keyboard-avoidance", "exportName": "GMobileKeyboardAvoidanceDirective", "directiveName": "gMobileKeyboardAvoidance", "elementName": "g-mobile-keyboard-avoidance", "category": "mobile", "type": "css", "selector": ".g-mobile-keyboard-avoidance", "className": "g-mobile-keyboard-avoidance", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
431
|
+
export const GMobileGestureHintDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-gesture-hint", "exportName": "GMobileGestureHintDirective", "directiveName": "gMobileGestureHint", "elementName": "g-mobile-gesture-hint", "category": "mobile", "type": "css", "selector": ".g-mobile-gesture-hint", "className": "g-mobile-gesture-hint", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-gesture-hint-line"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
432
|
+
export const GMobileOfflineBannerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-offline-banner", "exportName": "GMobileOfflineBannerDirective", "directiveName": "gMobileOfflineBanner", "elementName": "g-mobile-offline-banner", "category": "mobile", "type": "css", "selector": ".g-mobile-offline-banner", "className": "g-mobile-offline-banner", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
433
|
+
export const GMobileSegmentedControlDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-segmented-control", "exportName": "GMobileSegmentedControlDirective", "directiveName": "gMobileSegmentedControl", "elementName": "g-mobile-segmented-control", "category": "mobile", "type": "interactive", "selector": "[data-g-saved-choice].g-mobile-segmented-control", "cssSelector": ".g-mobile-segmented-control", "className": "g-mobile-segmented-control", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-segmented-item"], "behaviors": ["saved-choice"], "platforms": ["web", "mobile", "desktop"] });
|
|
434
|
+
export const GMobileFeedDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-feed", "exportName": "GMobileFeedDirective", "directiveName": "gMobileFeed", "elementName": "g-mobile-feed", "category": "mobile", "type": "css", "selector": ".g-mobile-feed", "className": "g-mobile-feed", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-feed-item", "g-mobile-feed-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
435
|
+
export const GMobileCardCarouselDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-card-carousel", "exportName": "GMobileCardCarouselDirective", "directiveName": "gMobileCardCarousel", "elementName": "g-mobile-card-carousel", "category": "mobile", "type": "interactive", "selector": "[data-g-carousel].g-mobile-card-carousel", "cssSelector": ".g-mobile-card-carousel", "className": "g-mobile-card-carousel", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["carousel"], "platforms": ["web", "mobile", "desktop"] });
|
|
436
|
+
export const GMobileFormDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-form", "exportName": "GMobileFormDirective", "directiveName": "gMobileForm", "elementName": "g-mobile-form", "category": "mobile", "type": "css", "selector": ".g-mobile-form", "className": "g-mobile-form", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-form-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
437
|
+
export const GMobileAuthDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-auth", "exportName": "GMobileAuthDirective", "directiveName": "gMobileAuth", "elementName": "g-mobile-auth", "category": "mobile", "type": "interactive", "selector": "[data-g-password-toggle].g-mobile-auth", "cssSelector": ".g-mobile-auth", "className": "g-mobile-auth", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-auth-actions"], "behaviors": ["password-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
438
|
+
export const GMobileCheckoutDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-checkout", "exportName": "GMobileCheckoutDirective", "directiveName": "gMobileCheckout", "elementName": "g-mobile-checkout", "category": "mobile", "type": "css", "selector": ".g-mobile-checkout", "className": "g-mobile-checkout", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-checkout-actions", "g-mobile-checkout-summary"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
439
|
+
export const GMobileMediaViewerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-media-viewer", "exportName": "GMobileMediaViewerDirective", "directiveName": "gMobileMediaViewer", "elementName": "g-mobile-media-viewer", "category": "mobile", "type": "interactive", "selector": "[data-g-dialog].g-mobile-media-viewer", "cssSelector": ".g-mobile-media-viewer", "className": "g-mobile-media-viewer", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-media-viewer-stage", "g-mobile-media-viewer-tools"], "behaviors": ["dialog"], "platforms": ["web", "mobile", "desktop"] });
|
|
440
|
+
export const GMobileKeyboardToolbarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-keyboard-toolbar", "exportName": "GMobileKeyboardToolbarDirective", "directiveName": "gMobileKeyboardToolbar", "elementName": "g-mobile-keyboard-toolbar", "category": "mobile", "type": "css", "selector": ".g-mobile-keyboard-toolbar", "className": "g-mobile-keyboard-toolbar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
441
|
+
export const GMobileSelectionModeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-selection-mode", "exportName": "GMobileSelectionModeDirective", "directiveName": "gMobileSelectionMode", "elementName": "g-mobile-selection-mode", "category": "mobile", "type": "interactive", "selector": "[data-g-row-select].g-mobile-selection-mode", "cssSelector": ".g-mobile-selection-mode", "className": "g-mobile-selection-mode", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-selection-main", "g-mobile-selection-actions"], "behaviors": ["row-select"], "platforms": ["web", "mobile", "desktop"] });
|
|
442
|
+
export const GMobileSnackbarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-snackbar", "exportName": "GMobileSnackbarDirective", "directiveName": "gMobileSnackbar", "elementName": "g-mobile-snackbar", "category": "mobile", "type": "interactive", "selector": "[data-g-toast].g-mobile-snackbar", "cssSelector": ".g-mobile-snackbar", "className": "g-mobile-snackbar", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-snackbar-main"], "behaviors": ["toast"], "platforms": ["web", "mobile", "desktop"] });
|
|
443
|
+
export const GMobilePermissionPromptDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-permission-prompt", "exportName": "GMobilePermissionPromptDirective", "directiveName": "gMobilePermissionPrompt", "elementName": "g-mobile-permission-prompt", "category": "mobile", "type": "css", "selector": ".g-mobile-permission-prompt", "className": "g-mobile-permission-prompt", "tag": "div", "variants": [], "states": [], "parts": ["g-mobile-permission-icon", "g-mobile-permission-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
444
|
+
export const GMobileStateDirective = /* @__PURE__ */ createGardenerComponent({ "name": "mobile-state", "exportName": "GMobileStateDirective", "directiveName": "gMobileState", "elementName": "g-mobile-state", "category": "mobile", "type": "css", "selector": ".g-mobile-state", "className": "g-mobile-state", "tag": "div", "variants": [], "states": ["empty", "error", "offline", "success"], "parts": ["g-mobile-state-icon", "g-mobile-state-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
445
|
+
export const GDesktopNativeTitlebarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-native-titlebar", "exportName": "GDesktopNativeTitlebarDirective", "directiveName": "gDesktopNativeTitlebar", "elementName": "g-desktop-native-titlebar", "category": "desktop", "type": "interactive", "selector": ".g-native-titlebar", "className": "g-native-titlebar", "tag": "div", "variants": [], "states": [], "parts": ["g-native-titlebar-start", "g-native-titlebar-title", "g-native-titlebar-end"], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
446
|
+
export const GDesktopWindowControlsCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-window-controls-composition", "exportName": "GDesktopWindowControlsCompositionDirective", "directiveName": "gDesktopWindowControlsComposition", "elementName": "g-desktop-window-controls-composition", "category": "desktop", "type": "interactive", "selector": ".g-desktop-window-controls", "className": "g-desktop-window-controls", "tag": "div", "variants": [], "states": ["minimize", "maximize", "restore", "close"], "parts": ["g-desktop-window-button"], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
447
|
+
export const GDesktopMenubarCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-menubar-composition", "exportName": "GDesktopMenubarCompositionDirective", "directiveName": "gDesktopMenubarComposition", "elementName": "g-desktop-menubar-composition", "category": "desktop", "type": "interactive", "selector": "[data-g-roving-nav].g-desktop-menubar", "cssSelector": ".g-desktop-menubar", "className": "g-desktop-menubar", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-menubar-item"], "behaviors": ["roving-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
448
|
+
export const GDesktopActivityBarCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-activity-bar-composition", "exportName": "GDesktopActivityBarCompositionDirective", "directiveName": "gDesktopActivityBarComposition", "elementName": "g-desktop-activity-bar-composition", "category": "desktop", "type": "interactive", "selector": "[data-g-roving-nav].g-desktop-activity-bar", "cssSelector": ".g-desktop-activity-bar", "className": "g-desktop-activity-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-activity-item"], "behaviors": ["roving-nav"], "platforms": ["web", "mobile", "desktop"] });
|
|
449
|
+
export const GDesktopDockPanelDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-dock-panel", "exportName": "GDesktopDockPanelDirective", "directiveName": "gDesktopDockPanel", "elementName": "g-desktop-dock-panel", "category": "desktop", "type": "interactive", "selector": ".g-desktop-dock-panel", "className": "g-desktop-dock-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-panel-header", "g-desktop-panel-body"], "behaviors": ["nav-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
450
|
+
export const GDesktopSplitPaneDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-split-pane", "exportName": "GDesktopSplitPaneDirective", "directiveName": "gDesktopSplitPane", "elementName": "g-desktop-split-pane", "category": "desktop", "type": "interactive", "selector": "[data-g-split-pane].g-desktop-split-pane", "cssSelector": ".g-desktop-split-pane", "className": "g-desktop-split-pane", "tag": "div", "variants": [], "states": [], "parts": ["g-split-panel", "g-split-handle"], "behaviors": ["split-pane"], "platforms": ["web", "mobile", "desktop"] });
|
|
451
|
+
export const GDesktopInspectorPanelDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-inspector-panel", "exportName": "GDesktopInspectorPanelDirective", "directiveName": "gDesktopInspectorPanel", "elementName": "g-desktop-inspector-panel", "category": "desktop", "type": "interactive", "selector": ".g-desktop-inspector-panel", "className": "g-desktop-inspector-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-panel-header", "g-desktop-panel-body"], "behaviors": ["nav-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
452
|
+
export const GDesktopStatusBarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-status-bar", "exportName": "GDesktopStatusBarDirective", "directiveName": "gDesktopStatusBar", "elementName": "g-desktop-status-bar", "category": "desktop", "type": "css", "selector": ".g-desktop-status-bar", "className": "g-desktop-status-bar", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-status-group", "g-desktop-status-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
453
|
+
export const GDesktopCommandPaletteDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-command-palette", "exportName": "GDesktopCommandPaletteDirective", "directiveName": "gDesktopCommandPalette", "elementName": "g-desktop-command-palette", "category": "desktop", "type": "interactive", "selector": "[data-g-command-palette].g-desktop-command-palette", "cssSelector": ".g-desktop-command-palette", "className": "g-desktop-command-palette", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["command-palette"], "platforms": ["web", "mobile", "desktop"] });
|
|
454
|
+
export const GShortcutRecorderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "shortcut-recorder", "exportName": "GShortcutRecorderDirective", "directiveName": "gShortcutRecorder", "elementName": "g-shortcut-recorder", "category": "desktop", "type": "interactive", "selector": "[data-g-shortcut-recorder].g-shortcut-recorder", "cssSelector": ".g-shortcut-recorder", "className": "g-shortcut-recorder", "tag": "div", "variants": [], "states": [], "parts": ["g-shortcut-recorder-control", "g-shortcut-recorder-keys", "g-shortcut-recorder-status"], "behaviors": ["shortcut-recorder"], "platforms": ["web", "mobile", "desktop"] });
|
|
455
|
+
export const GDesktopContextMenuDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-context-menu", "exportName": "GDesktopContextMenuDirective", "directiveName": "gDesktopContextMenu", "elementName": "g-desktop-context-menu", "category": "desktop", "type": "interactive", "selector": "[data-g-context-menu] .g-desktop-context-menu", "cssSelector": ".g-desktop-context-menu", "className": "g-desktop-context-menu", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-menu-item", "g-desktop-menu-separator"], "behaviors": ["context-menu"], "platforms": ["web", "mobile", "desktop"] });
|
|
456
|
+
export const GDesktopDocumentTabsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-document-tabs", "exportName": "GDesktopDocumentTabsDirective", "directiveName": "gDesktopDocumentTabs", "elementName": "g-desktop-document-tabs", "category": "desktop", "type": "interactive", "selector": "[data-g-desktop-tabs].g-desktop-document-tabs", "cssSelector": ".g-desktop-document-tabs", "className": "g-desktop-document-tabs", "tag": "div", "variants": [], "states": ["active", "dirty", "pinned"], "parts": ["g-desktop-document-tab", "g-desktop-document-tab-close"], "behaviors": ["desktop-tabs"], "platforms": ["web", "mobile", "desktop"] });
|
|
457
|
+
export const GDesktopDragRegionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-drag-region", "exportName": "GDesktopDragRegionDirective", "directiveName": "gDesktopDragRegion", "elementName": "g-desktop-drag-region", "category": "desktop", "type": "interactive", "selector": ".g-desktop-drag-region", "className": "g-desktop-drag-region", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-no-drag"], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
458
|
+
export const GWindowLoadingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "window-loading", "exportName": "GWindowLoadingDirective", "directiveName": "gWindowLoading", "elementName": "g-window-loading", "category": "desktop", "type": "css", "selector": ".g-window-loading", "className": "g-window-loading", "tag": "div", "variants": [], "states": [], "parts": ["g-window-loading-icon", "g-window-loading-progress"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
459
|
+
export const GUpdateAvailableDirective = /* @__PURE__ */ createGardenerComponent({ "name": "update-available", "exportName": "GUpdateAvailableDirective", "directiveName": "gUpdateAvailable", "elementName": "g-update-available", "category": "desktop", "type": "css", "selector": ".g-update-available", "className": "g-update-available", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notice-main", "g-desktop-notice-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
460
|
+
export const GDesktopPermissionRequestDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-permission-request", "exportName": "GDesktopPermissionRequestDirective", "directiveName": "gDesktopPermissionRequest", "elementName": "g-desktop-permission-request", "category": "desktop", "type": "css", "selector": ".g-desktop-permission-request", "className": "g-desktop-permission-request", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notice-icon", "g-desktop-notice-main", "g-desktop-notice-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
461
|
+
export const GNativeFilePickerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "native-file-picker", "exportName": "GNativeFilePickerDirective", "directiveName": "gNativeFilePicker", "elementName": "g-native-file-picker", "category": "desktop", "type": "interactive", "selector": "[data-g-native-file-picker].g-native-file-picker", "cssSelector": ".g-native-file-picker", "className": "g-native-file-picker", "tag": "div", "variants": [], "states": [], "parts": ["g-native-file-picker-value"], "behaviors": ["native-file-picker"], "platforms": ["web", "mobile", "desktop"] });
|
|
462
|
+
export const GTrayMenuShellDirective = /* @__PURE__ */ createGardenerComponent({ "name": "tray-menu-shell", "exportName": "GTrayMenuShellDirective", "directiveName": "gTrayMenuShell", "elementName": "g-tray-menu-shell", "category": "desktop", "type": "interactive", "selector": "[data-g-dropdown] .g-tray-menu", "cssSelector": ".g-tray-menu", "className": "g-tray-menu", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["dropdown"], "platforms": ["web", "mobile", "desktop"] });
|
|
463
|
+
export const GMultiWindowPlaceholderDirective = /* @__PURE__ */ createGardenerComponent({ "name": "multi-window-placeholder", "exportName": "GMultiWindowPlaceholderDirective", "directiveName": "gMultiWindowPlaceholder", "elementName": "g-multi-window-placeholder", "category": "desktop", "type": "css", "selector": ".g-multi-window-placeholder", "className": "g-multi-window-placeholder", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-state-icon", "g-desktop-state-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
464
|
+
export const GDesktopWorkspaceCompositionDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-workspace-composition", "exportName": "GDesktopWorkspaceCompositionDirective", "directiveName": "gDesktopWorkspaceComposition", "elementName": "g-desktop-workspace-composition", "category": "desktop", "type": "css", "selector": ".g-desktop-workspace", "className": "g-desktop-workspace", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-workspace-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
465
|
+
export const GDesktopWindowSwitcherDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-window-switcher", "exportName": "GDesktopWindowSwitcherDirective", "directiveName": "gDesktopWindowSwitcher", "elementName": "g-desktop-window-switcher", "category": "desktop", "type": "interactive", "selector": "[data-g-window-switcher].g-desktop-window-switcher", "cssSelector": ".g-desktop-window-switcher", "className": "g-desktop-window-switcher", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-window-switcher-panel", "g-desktop-window-list", "g-desktop-window-item", "g-desktop-window-main"], "behaviors": ["window-switcher"], "platforms": ["web", "mobile", "desktop"] });
|
|
466
|
+
export const GRecentDocumentsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "recent-documents", "exportName": "GRecentDocumentsDirective", "directiveName": "gRecentDocuments", "elementName": "g-recent-documents", "category": "desktop", "type": "css", "selector": ".g-recent-documents", "className": "g-recent-documents", "tag": "div", "variants": [], "states": [], "parts": ["g-recent-document", "g-recent-document-main", "g-recent-document-path"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
467
|
+
export const GDesktopToolbarDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-toolbar", "exportName": "GDesktopToolbarDirective", "directiveName": "gDesktopToolbar", "elementName": "g-desktop-toolbar", "category": "desktop", "type": "css", "selector": ".g-desktop-toolbar", "className": "g-desktop-toolbar", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-toolbar-group", "g-desktop-toolbar-separator"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
468
|
+
export const GDesktopBottomPanelDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-bottom-panel", "exportName": "GDesktopBottomPanelDirective", "directiveName": "gDesktopBottomPanel", "elementName": "g-desktop-bottom-panel", "category": "desktop", "type": "interactive", "selector": ".g-desktop-bottom-panel", "className": "g-desktop-bottom-panel", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-panel-header", "g-desktop-panel-body"], "behaviors": ["nav-toggle"], "platforms": ["web", "mobile", "desktop"] });
|
|
469
|
+
export const GBackgroundTaskCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "background-task-center", "exportName": "GBackgroundTaskCenterDirective", "directiveName": "gBackgroundTaskCenter", "elementName": "g-background-task-center", "category": "desktop", "type": "css", "selector": ".g-background-task-center", "className": "g-background-task-center", "tag": "div", "variants": [], "states": [], "parts": ["g-background-task", "g-background-task-main", "g-background-task-progress"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
470
|
+
export const GDesktopNotificationCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "desktop-notification-center", "exportName": "GDesktopNotificationCenterDirective", "directiveName": "gDesktopNotificationCenter", "elementName": "g-desktop-notification-center", "category": "desktop", "type": "css", "selector": ".g-desktop-notification-center", "className": "g-desktop-notification-center", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notification", "g-desktop-notification-main"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
471
|
+
export const GSyncStatusDirective = /* @__PURE__ */ createGardenerComponent({ "name": "sync-status", "exportName": "GSyncStatusDirective", "directiveName": "gSyncStatus", "elementName": "g-sync-status", "category": "desktop", "type": "css", "selector": ".g-sync-status", "className": "g-sync-status", "tag": "div", "variants": [], "states": ["syncing", "synced", "offline", "error"], "parts": ["g-sync-status-dot"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
472
|
+
export const GUpdateProgressDirective = /* @__PURE__ */ createGardenerComponent({ "name": "update-progress", "exportName": "GUpdateProgressDirective", "directiveName": "gUpdateProgress", "elementName": "g-update-progress", "category": "desktop", "type": "css", "selector": ".g-update-progress", "className": "g-update-progress", "tag": "div", "variants": [], "states": [], "parts": ["g-update-progress-header", "g-update-progress-track", "g-update-progress-value"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
473
|
+
export const GCrashRecoveryDirective = /* @__PURE__ */ createGardenerComponent({ "name": "crash-recovery", "exportName": "GCrashRecoveryDirective", "directiveName": "gCrashRecovery", "elementName": "g-crash-recovery", "category": "desktop", "type": "css", "selector": ".g-crash-recovery", "className": "g-crash-recovery", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-state-icon", "g-desktop-state-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
474
|
+
export const GSingleInstanceNoticeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "single-instance-notice", "exportName": "GSingleInstanceNoticeDirective", "directiveName": "gSingleInstanceNotice", "elementName": "g-single-instance-notice", "category": "desktop", "type": "css", "selector": ".g-single-instance-notice", "className": "g-single-instance-notice", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notice-main", "g-desktop-notice-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
475
|
+
export const GDeepLinkHandlerDirective = /* @__PURE__ */ createGardenerComponent({ "name": "deep-link-handler", "exportName": "GDeepLinkHandlerDirective", "directiveName": "gDeepLinkHandler", "elementName": "g-deep-link-handler", "category": "desktop", "type": "css", "selector": ".g-deep-link-handler", "className": "g-deep-link-handler", "tag": "div", "variants": [], "states": [], "parts": ["g-desktop-notice-main", "g-desktop-notice-actions"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
476
|
+
export const GAboutDialogDirective = /* @__PURE__ */ createGardenerComponent({ "name": "about-dialog", "exportName": "GAboutDialogDirective", "directiveName": "gAboutDialog", "elementName": "g-about-dialog", "category": "desktop", "type": "interactive", "selector": "[data-g-dialog].g-about-dialog", "cssSelector": ".g-about-dialog", "className": "g-about-dialog", "tag": "div", "variants": [], "states": [], "parts": ["g-about-dialog-icon"], "behaviors": ["dialog"], "platforms": ["web", "mobile", "desktop"] });
|
|
477
|
+
export const GSolutionProductLandingDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-product-landing", "exportName": "GSolutionProductLandingDirective", "directiveName": "gSolutionProductLanding", "elementName": "g-solution-product-landing", "category": "solution", "type": "css", "selector": ".g-product-landing", "className": "g-product-landing", "tag": "div", "variants": [], "states": [], "parts": ["g-solution-container", "g-landing-hero", "g-landing-copy", "g-landing-title", "g-landing-visual", "g-landing-proof", "g-solution-section"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
478
|
+
export const GSolutionCorporateHomeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-corporate-home", "exportName": "GSolutionCorporateHomeDirective", "directiveName": "gSolutionCorporateHome", "elementName": "g-solution-corporate-home", "category": "solution", "type": "css", "selector": ".g-corporate-home", "className": "g-corporate-home", "tag": "div", "variants": [], "states": [], "parts": ["g-solution-container", "g-corporate-hero", "g-corporate-copy", "g-corporate-title", "g-corporate-visual", "g-corporate-trust", "g-solution-section"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
479
|
+
export const GSolutionPersonalHomeDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-personal-home", "exportName": "GSolutionPersonalHomeDirective", "directiveName": "gSolutionPersonalHome", "elementName": "g-solution-personal-home", "category": "solution", "type": "css", "selector": ".g-personal-home", "className": "g-personal-home", "tag": "div", "variants": [], "states": [], "parts": ["g-solution-container", "g-personal-intro", "g-personal-copy", "g-personal-title", "g-personal-portrait", "g-personal-links", "g-personal-timeline"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
480
|
+
export const GSolutionPortfolioPageDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-portfolio-page", "exportName": "GSolutionPortfolioPageDirective", "directiveName": "gSolutionPortfolioPage", "elementName": "g-solution-portfolio-page", "category": "solution", "type": "css", "selector": ".g-portfolio-page", "className": "g-portfolio-page", "tag": "div", "variants": [], "states": [], "parts": ["g-portfolio-hero", "g-portfolio-copy", "g-portfolio-title", "g-portfolio-featured", "g-portfolio-grid", "g-portfolio-project", "g-portfolio-project-media", "g-portfolio-project-body"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
481
|
+
export const GSolutionBlogIndexDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-blog-index", "exportName": "GSolutionBlogIndexDirective", "directiveName": "gSolutionBlogIndex", "elementName": "g-solution-blog-index", "category": "solution", "type": "css", "selector": ".g-blog-index", "className": "g-blog-index", "tag": "div", "variants": [], "states": [], "parts": ["g-blog-index-header", "g-blog-categories", "g-blog-grid-page", "g-blog-entry", "g-blog-entry-media", "g-blog-entry-body"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
482
|
+
export const GSolutionArticlePageDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-article-page", "exportName": "GSolutionArticlePageDirective", "directiveName": "gSolutionArticlePage", "elementName": "g-solution-article-page", "category": "solution", "type": "css", "selector": ".g-article-page", "className": "g-article-page", "tag": "div", "variants": [], "states": [], "parts": ["g-article-page-layout", "g-article-page-body", "g-article-page-toc", "g-article-page-meta"], "behaviors": [], "platforms": ["web", "mobile", "print"] });
|
|
483
|
+
export const GSolutionDocsPortalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-docs-portal", "exportName": "GSolutionDocsPortalDirective", "directiveName": "gSolutionDocsPortal", "elementName": "g-solution-docs-portal", "category": "solution", "type": "css", "selector": ".g-docs-portal", "className": "g-docs-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-docs-layout", "g-docs-sidebar", "g-docs-main", "g-docs-toc"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
484
|
+
export const GSolutionHelpCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-help-center", "exportName": "GSolutionHelpCenterDirective", "directiveName": "gSolutionHelpCenter", "elementName": "g-solution-help-center", "category": "solution", "type": "css", "selector": ".g-help-center-page", "className": "g-help-center-page", "tag": "div", "variants": [], "states": [], "parts": ["g-help-center-hero", "g-help-center-search", "g-help-center-layout", "g-help-center-sidebar", "g-help-center-main", "g-help-center-aside"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
485
|
+
export const GSolutionSearchResultsDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-search-results", "exportName": "GSolutionSearchResultsDirective", "directiveName": "gSolutionSearchResults", "elementName": "g-solution-search-results", "category": "solution", "type": "css", "selector": ".g-search-results-page", "className": "g-search-results-page", "tag": "div", "variants": [], "states": [], "parts": ["g-search-results-layout", "g-search-filters", "g-search-results-list", "g-search-result"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
486
|
+
export const GSolutionContactPageDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-contact-page", "exportName": "GSolutionContactPageDirective", "directiveName": "gSolutionContactPage", "elementName": "g-solution-contact-page", "category": "solution", "type": "css", "selector": ".g-contact-page", "className": "g-contact-page", "tag": "div", "variants": [], "states": [], "parts": ["g-contact-layout", "g-contact-details", "g-contact-form"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
487
|
+
export const GSolutionPricingPageDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-pricing-page", "exportName": "GSolutionPricingPageDirective", "directiveName": "gSolutionPricingPage", "elementName": "g-solution-pricing-page", "category": "solution", "type": "css", "selector": ".g-pricing-page", "className": "g-pricing-page", "tag": "div", "variants": [], "states": [], "parts": ["g-pricing-page-header", "g-pricing-page-grid", "g-pricing-page-card"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
488
|
+
export const GSolutionDashboardOverviewDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-dashboard-overview", "exportName": "GSolutionDashboardOverviewDirective", "directiveName": "gSolutionDashboardOverview", "elementName": "g-solution-dashboard-overview", "category": "solution", "type": "css", "selector": ".g-dashboard-overview", "className": "g-dashboard-overview", "tag": "div", "variants": [], "states": [], "parts": ["g-dashboard-overview-header", "g-solution-header", "g-dashboard-metrics", "g-dashboard-layout", "g-dashboard-panel", "g-solution-stat"], "behaviors": [], "platforms": ["web", "desktop", "tablet"] });
|
|
489
|
+
export const GSolutionAdminListDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-admin-list", "exportName": "GSolutionAdminListDirective", "directiveName": "gSolutionAdminList", "elementName": "g-solution-admin-list", "category": "solution", "type": "css", "selector": ".g-admin-list-page", "className": "g-admin-list-page", "tag": "div", "variants": [], "states": [], "parts": ["g-admin-list-header", "g-admin-list-content", "g-admin-list-filters", "g-solution-toolbar"], "behaviors": [], "platforms": ["web", "desktop", "tablet"] });
|
|
490
|
+
export const GSolutionRecordDetailDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-record-detail", "exportName": "GSolutionRecordDetailDirective", "directiveName": "gSolutionRecordDetail", "elementName": "g-solution-record-detail", "category": "solution", "type": "css", "selector": ".g-record-detail-page", "className": "g-record-detail-page", "tag": "div", "variants": [], "states": [], "parts": ["g-record-detail-header", "g-record-detail-layout", "g-record-detail-main", "g-record-detail-aside", "g-record-detail-section"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
491
|
+
export const GSolutionSettingsCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-settings-center", "exportName": "GSolutionSettingsCenterDirective", "directiveName": "gSolutionSettingsCenter", "elementName": "g-solution-settings-center", "category": "solution", "type": "css", "selector": ".g-settings-center", "className": "g-settings-center", "tag": "div", "variants": [], "states": [], "parts": ["g-settings-center-header", "g-settings-center-layout", "g-settings-center-nav", "g-settings-center-content", "g-settings-center-section"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
492
|
+
export const GSolutionUserCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-user-center", "exportName": "GSolutionUserCenterDirective", "directiveName": "gSolutionUserCenter", "elementName": "g-solution-user-center", "category": "solution", "type": "css", "selector": ".g-user-center", "className": "g-user-center", "tag": "div", "variants": [], "states": [], "parts": ["g-user-center-header", "g-user-center-layout", "g-user-center-nav", "g-user-center-content", "g-user-center-section"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
493
|
+
export const GSolutionNotificationCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-notification-center", "exportName": "GSolutionNotificationCenterDirective", "directiveName": "gSolutionNotificationCenter", "elementName": "g-solution-notification-center", "category": "solution", "type": "css", "selector": ".g-notification-center-page", "className": "g-notification-center-page", "tag": "div", "variants": [], "states": [], "parts": ["g-notification-center-header", "g-notification-groups", "g-notification-group", "g-notification-row"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
494
|
+
export const GSolutionOnboardingFlowDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-onboarding-flow", "exportName": "GSolutionOnboardingFlowDirective", "directiveName": "gSolutionOnboardingFlow", "elementName": "g-solution-onboarding-flow", "category": "solution", "type": "css", "selector": ".g-onboarding-flow", "className": "g-onboarding-flow", "tag": "div", "variants": [], "states": [], "parts": ["g-onboarding-aside", "g-onboarding-main", "g-onboarding-step", "g-onboarding-progress", "g-onboarding-progress-item"], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
495
|
+
export const GSolutionCrmWorkspaceDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-crm-workspace", "exportName": "GSolutionCrmWorkspaceDirective", "directiveName": "gSolutionCrmWorkspace", "elementName": "g-solution-crm-workspace", "category": "solution", "type": "css", "selector": ".g-crm-workspace", "className": "g-crm-workspace", "tag": "div", "variants": [], "states": [], "parts": ["g-crm-header", "g-crm-layout", "g-crm-nav", "g-crm-main", "g-crm-inspector", "g-crm-pipeline", "g-crm-stage"], "behaviors": [], "platforms": ["web", "desktop", "tauri", "electron"] });
|
|
496
|
+
export const GSolutionProjectWorkspaceDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-project-workspace", "exportName": "GSolutionProjectWorkspaceDirective", "directiveName": "gSolutionProjectWorkspace", "elementName": "g-solution-project-workspace", "category": "solution", "type": "css", "selector": ".g-project-workspace", "className": "g-project-workspace", "tag": "div", "variants": [], "states": [], "parts": ["g-project-header", "g-project-layout", "g-project-nav", "g-project-main", "g-project-inspector", "g-project-board", "g-project-column"], "behaviors": [], "platforms": ["web", "desktop", "tauri", "electron"] });
|
|
497
|
+
export const GSolutionSupportCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-support-center", "exportName": "GSolutionSupportCenterDirective", "directiveName": "gSolutionSupportCenter", "elementName": "g-solution-support-center", "category": "solution", "type": "css", "selector": ".g-support-center", "className": "g-support-center", "tag": "div", "variants": [], "states": [], "parts": ["g-support-header", "g-support-layout", "g-support-nav", "g-support-main", "g-support-inspector", "g-support-thread", "g-support-messages", "g-support-reply"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
498
|
+
export const GSolutionApprovalCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-approval-center", "exportName": "GSolutionApprovalCenterDirective", "directiveName": "gSolutionApprovalCenter", "elementName": "g-solution-approval-center", "category": "solution", "type": "css", "selector": ".g-approval-center", "className": "g-approval-center", "tag": "div", "variants": [], "states": [], "parts": ["g-approval-header", "g-approval-layout", "g-approval-nav", "g-approval-main", "g-approval-inspector", "g-approval-queue", "g-approval-column"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
499
|
+
export const GSolutionKnowledgeBaseDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-knowledge-base", "exportName": "GSolutionKnowledgeBaseDirective", "directiveName": "gSolutionKnowledgeBase", "elementName": "g-solution-knowledge-base", "category": "solution", "type": "css", "selector": ".g-knowledge-base", "className": "g-knowledge-base", "tag": "div", "variants": [], "states": [], "parts": ["g-knowledge-hero", "g-knowledge-search", "g-knowledge-layout", "g-knowledge-sidebar", "g-knowledge-main", "g-knowledge-aside"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
500
|
+
export const GSolutionLearningPortalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-learning-portal", "exportName": "GSolutionLearningPortalDirective", "directiveName": "gSolutionLearningPortal", "elementName": "g-solution-learning-portal", "category": "solution", "type": "css", "selector": ".g-learning-portal", "className": "g-learning-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-learning-layout", "g-learning-sidebar", "g-learning-main", "g-course-grid", "g-course-card", "g-course-card-body"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
501
|
+
export const GSolutionEventPortalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-event-portal", "exportName": "GSolutionEventPortalDirective", "directiveName": "gSolutionEventPortal", "elementName": "g-solution-event-portal", "category": "solution", "type": "css", "selector": ".g-event-portal", "className": "g-event-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-event-hero", "g-event-grid", "g-event-card", "g-event-card-body"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
502
|
+
export const GSolutionBookingPortalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-booking-portal", "exportName": "GSolutionBookingPortalDirective", "directiveName": "gSolutionBookingPortal", "elementName": "g-solution-booking-portal", "category": "solution", "type": "css", "selector": ".g-booking-portal", "className": "g-booking-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-booking-layout", "g-booking-results", "g-booking-summary"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
503
|
+
export const GSolutionHealthcarePortalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-healthcare-portal", "exportName": "GSolutionHealthcarePortalDirective", "directiveName": "gSolutionHealthcarePortal", "elementName": "g-solution-healthcare-portal", "category": "solution", "type": "css", "selector": ".g-healthcare-portal", "className": "g-healthcare-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-healthcare-layout", "g-industry-portal-nav", "g-industry-portal-main", "g-healthcare-summary", "g-healthcare-record", "g-industry-alert"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
504
|
+
export const GSolutionFinancePortalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-finance-portal", "exportName": "GSolutionFinancePortalDirective", "directiveName": "gSolutionFinancePortal", "elementName": "g-solution-finance-portal", "category": "solution", "type": "css", "selector": ".g-finance-portal", "className": "g-finance-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-finance-layout", "g-industry-portal-nav", "g-industry-portal-main", "g-finance-summary", "g-finance-account", "g-industry-alert"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
505
|
+
export const GSolutionPublicServicePortalDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-public-service-portal", "exportName": "GSolutionPublicServicePortalDirective", "directiveName": "gSolutionPublicServicePortal", "elementName": "g-solution-public-service-portal", "category": "solution", "type": "css", "selector": ".g-public-service-portal", "className": "g-public-service-portal", "tag": "div", "variants": [], "states": [], "parts": ["g-public-service-layout", "g-industry-portal-nav", "g-industry-portal-main", "g-public-service-summary", "g-public-service-item", "g-industry-alert"], "behaviors": [], "platforms": ["web", "desktop", "mobile"] });
|
|
506
|
+
export const GSolutionMarketplacePageDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-marketplace-page", "exportName": "GSolutionMarketplacePageDirective", "directiveName": "gSolutionMarketplacePage", "elementName": "g-solution-marketplace-page", "category": "solution", "type": "css", "selector": ".g-marketplace-page", "className": "g-marketplace-page", "tag": "div", "variants": [], "states": [], "parts": ["g-marketplace-hero", "g-marketplace-layout", "g-marketplace-filters", "g-marketplace-grid", "g-marketplace-card", "g-marketplace-card-body"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
507
|
+
export const GSolutionCommunityPageDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-community-page", "exportName": "GSolutionCommunityPageDirective", "directiveName": "gSolutionCommunityPage", "elementName": "g-solution-community-page", "category": "solution", "type": "css", "selector": ".g-community-page", "className": "g-community-page", "tag": "div", "variants": [], "states": [], "parts": ["g-community-hero", "g-community-layout", "g-community-feed", "g-community-sidebar", "g-community-post", "g-community-grid", "g-community-card"], "behaviors": [], "platforms": ["web", "mobile"] });
|
|
508
|
+
export const GSolutionStatusCenterDirective = /* @__PURE__ */ createGardenerComponent({ "name": "solution-status-center", "exportName": "GSolutionStatusCenterDirective", "directiveName": "gSolutionStatusCenter", "elementName": "g-solution-status-center", "category": "solution", "type": "css", "selector": ".g-status-center-page", "className": "g-status-center-page", "tag": "div", "variants": [], "states": [], "parts": ["g-status-center-header", "g-status-overall", "g-status-services", "g-status-service", "g-status-history", "g-status-incident"], "behaviors": [], "platforms": ["web", "mobile", "print"] });
|
|
509
|
+
export const gardenerDirectives = {
|
|
510
|
+
gButton: GButtonDirective,
|
|
511
|
+
gButtonGroup: GButtonGroupDirective,
|
|
512
|
+
gCard: GCardDirective,
|
|
513
|
+
gBadgeTagChip: GBadgeTagChipDirective,
|
|
514
|
+
gAvatar: GAvatarDirective,
|
|
515
|
+
gAlert: GAlertDirective,
|
|
516
|
+
gProgressMeter: GProgressMeterDirective,
|
|
517
|
+
gSpinnerSkeleton: GSpinnerSkeletonDirective,
|
|
518
|
+
gEmptyState: GEmptyStateDirective,
|
|
519
|
+
gInput: GInputDirective,
|
|
520
|
+
gTextarea: GTextareaDirective,
|
|
521
|
+
gSelect: GSelectDirective,
|
|
522
|
+
gCheckboxRadio: GCheckboxRadioDirective,
|
|
523
|
+
gSwitch: GSwitchDirective,
|
|
524
|
+
gRangeColor: GRangeColorDirective,
|
|
525
|
+
gFileDrop: GFileDropDirective,
|
|
526
|
+
gCombobox: GComboboxDirective,
|
|
527
|
+
gForm: GFormDirective,
|
|
528
|
+
gFormSection: GFormSectionDirective,
|
|
529
|
+
gField: GFieldDirective,
|
|
530
|
+
gFieldset: GFieldsetDirective,
|
|
531
|
+
gFormRow: GFormRowDirective,
|
|
532
|
+
gFormGrid: GFormGridDirective,
|
|
533
|
+
gHorizontalForm: GHorizontalFormDirective,
|
|
534
|
+
gInlineForm: GInlineFormDirective,
|
|
535
|
+
gCompactForm: GCompactFormDirective,
|
|
536
|
+
gInputGroup: GInputGroupDirective,
|
|
537
|
+
gInputAffix: GInputAffixDirective,
|
|
538
|
+
gSearchField: GSearchFieldDirective,
|
|
539
|
+
gPasswordField: GPasswordFieldDirective,
|
|
540
|
+
gClearableField: GClearableFieldDirective,
|
|
541
|
+
gCharacterCounter: GCharacterCounterDirective,
|
|
542
|
+
gValidationState: GValidationStateDirective,
|
|
543
|
+
gCheckboxGroup: GCheckboxGroupDirective,
|
|
544
|
+
gRadioGroup: GRadioGroupDirective,
|
|
545
|
+
gSwitchRow: GSwitchRowDirective,
|
|
546
|
+
gChoiceCardGroup: GChoiceCardGroupDirective,
|
|
547
|
+
gNameGroup: GNameGroupDirective,
|
|
548
|
+
gAddressGroup: GAddressGroupDirective,
|
|
549
|
+
gPhoneGroup: GPhoneGroupDirective,
|
|
550
|
+
gMoneyGroup: GMoneyGroupDirective,
|
|
551
|
+
gDateRangeGroup: GDateRangeGroupDirective,
|
|
552
|
+
gTimeRangeGroup: GTimeRangeGroupDirective,
|
|
553
|
+
gUnitField: GUnitFieldDirective,
|
|
554
|
+
gRangeField: GRangeFieldDirective,
|
|
555
|
+
gFileField: GFileFieldDirective,
|
|
556
|
+
gRepeatableField: GRepeatableFieldDirective,
|
|
557
|
+
gConditionalField: GConditionalFieldDirective,
|
|
558
|
+
gFormActions: GFormActionsDirective,
|
|
559
|
+
gAutosaveStatus: GAutosaveStatusDirective,
|
|
560
|
+
gFormProgress: GFormProgressDirective,
|
|
561
|
+
gFormReview: GFormReviewDirective,
|
|
562
|
+
gConsentGroup: GConsentGroupDirective,
|
|
563
|
+
gNavbar: GNavbarDirective,
|
|
564
|
+
gSidebar: GSidebarDirective,
|
|
565
|
+
gBreadcrumb: GBreadcrumbDirective,
|
|
566
|
+
gTabs: GTabsDirective,
|
|
567
|
+
gSegmentedControl: GSegmentedControlDirective,
|
|
568
|
+
gPagination: GPaginationDirective,
|
|
569
|
+
gMenuDropdown: GMenuDropdownDirective,
|
|
570
|
+
gStepper: GStepperDirective,
|
|
571
|
+
gCommandPalette: GCommandPaletteDirective,
|
|
572
|
+
gPrimaryNavigation: GPrimaryNavigationDirective,
|
|
573
|
+
gUtilityNavigation: GUtilityNavigationDirective,
|
|
574
|
+
gSubNavigation: GSubNavigationDirective,
|
|
575
|
+
gCollapsibleNavigation: GCollapsibleNavigationDirective,
|
|
576
|
+
gNavigationRail: GNavigationRailDirective,
|
|
577
|
+
gActivityBar: GActivityBarDirective,
|
|
578
|
+
gMenuBar: GMenuBarDirective,
|
|
579
|
+
gContextMenu: GContextMenuDirective,
|
|
580
|
+
gTreeNavigation: GTreeNavigationDirective,
|
|
581
|
+
gVerticalTabs: GVerticalTabsDirective,
|
|
582
|
+
gPillNavigation: GPillNavigationDirective,
|
|
583
|
+
gScrollspyNavigation: GScrollspyNavigationDirective,
|
|
584
|
+
gCursorPagination: GCursorPaginationDirective,
|
|
585
|
+
gLoadMoreNavigation: GLoadMoreNavigationDirective,
|
|
586
|
+
gWizardNavigation: GWizardNavigationDirective,
|
|
587
|
+
gBackNavigation: GBackNavigationDirective,
|
|
588
|
+
gPreviousNextNavigation: GPreviousNextNavigationDirective,
|
|
589
|
+
gSkipNavigation: GSkipNavigationDirective,
|
|
590
|
+
gMobileTopNavigation: GMobileTopNavigationDirective,
|
|
591
|
+
gBottomNavigation: GBottomNavigationDirective,
|
|
592
|
+
gMobileTabBar: GMobileTabBarDirective,
|
|
593
|
+
gDrawerNavigation: GDrawerNavigationDirective,
|
|
594
|
+
gCommandNavigation: GCommandNavigationDirective,
|
|
595
|
+
gJumpNavigation: GJumpNavigationDirective,
|
|
596
|
+
gQuickNavigation: GQuickNavigationDirective,
|
|
597
|
+
gLocaleNavigation: GLocaleNavigationDirective,
|
|
598
|
+
gAccountNavigation: GAccountNavigationDirective,
|
|
599
|
+
gDialog: GDialogDirective,
|
|
600
|
+
gDrawer: GDrawerDirective,
|
|
601
|
+
gPopover: GPopoverDirective,
|
|
602
|
+
gTooltip: GTooltipDirective,
|
|
603
|
+
gToast: GToastDirective,
|
|
604
|
+
gAccordion: GAccordionDirective,
|
|
605
|
+
gTable: GTableDirective,
|
|
606
|
+
gDataGrid: GDataGridDirective,
|
|
607
|
+
gKpiStat: GKpiStatDirective,
|
|
608
|
+
gDescriptionList: GDescriptionListDirective,
|
|
609
|
+
gListGroup: GListGroupDirective,
|
|
610
|
+
gTree: GTreeDirective,
|
|
611
|
+
gTimeline: GTimelineDirective,
|
|
612
|
+
gResponsiveTable: GResponsiveTableDirective,
|
|
613
|
+
gTableSort: GTableSortDirective,
|
|
614
|
+
gRowSelection: GRowSelectionDirective,
|
|
615
|
+
gRowDisclosure: GRowDisclosureDirective,
|
|
616
|
+
gColumnToggle: GColumnToggleDirective,
|
|
617
|
+
gDataFilter: GDataFilterDirective,
|
|
618
|
+
gDataView: GDataViewDirective,
|
|
619
|
+
gEditableGrid: GEditableGridDirective,
|
|
620
|
+
gTreeTable: GTreeTableDirective,
|
|
621
|
+
gGroupedTable: GGroupedTableDirective,
|
|
622
|
+
gExpandableTable: GExpandableTableDirective,
|
|
623
|
+
gComparisonTable: GComparisonTableDirective,
|
|
624
|
+
gKeyValue: GKeyValueDirective,
|
|
625
|
+
gRecordDetail: GRecordDetailDirective,
|
|
626
|
+
gMediaList: GMediaListDirective,
|
|
627
|
+
gDenseList: GDenseListDirective,
|
|
628
|
+
gAuditLogComposition: GAuditLogCompositionDirective,
|
|
629
|
+
gStatList: GStatListDirective,
|
|
630
|
+
gMetricCard: GMetricCardDirective,
|
|
631
|
+
gSparkline: GSparklineDirective,
|
|
632
|
+
gProgressStats: GProgressStatsDirective,
|
|
633
|
+
gDataLegend: GDataLegendDirective,
|
|
634
|
+
gRanking: GRankingDirective,
|
|
635
|
+
gStatusSummary: GStatusSummaryDirective,
|
|
636
|
+
gDataMatrix: GDataMatrixDirective,
|
|
637
|
+
gHeatmap: GHeatmapDirective,
|
|
638
|
+
gDataToolbar: GDataToolbarDirective,
|
|
639
|
+
gColumnChooser: GColumnChooserDirective,
|
|
640
|
+
gSavedViews: GSavedViewsDirective,
|
|
641
|
+
gExportPanel: GExportPanelDirective,
|
|
642
|
+
gDataState: GDataStateDirective,
|
|
643
|
+
gDataViewSwitcher: GDataViewSwitcherDirective,
|
|
644
|
+
gSelectionSummary: GSelectionSummaryDirective,
|
|
645
|
+
gTableDensity: GTableDensityDirective,
|
|
646
|
+
gFilterSummary: GFilterSummaryDirective,
|
|
647
|
+
gSortBuilder: GSortBuilderDirective,
|
|
648
|
+
gDataInspector: GDataInspectorDirective,
|
|
649
|
+
gSelectionControls: GSelectionControlsDirective,
|
|
650
|
+
gBatchToolbar: GBatchToolbarDirective,
|
|
651
|
+
gDualList: GDualListDirective,
|
|
652
|
+
gTreeSelect: GTreeSelectDirective,
|
|
653
|
+
gCascader: GCascaderDirective,
|
|
654
|
+
gMentionPicker: GMentionPickerDirective,
|
|
655
|
+
gUserPicker: GUserPickerDirective,
|
|
656
|
+
gOrganizationPicker: GOrganizationPickerDirective,
|
|
657
|
+
gResourcePicker: GResourcePickerDirective,
|
|
658
|
+
gMediaPicker: GMediaPickerDirective,
|
|
659
|
+
gIconPicker: GIconPickerDirective,
|
|
660
|
+
gColorPickerComposition: GColorPickerCompositionDirective,
|
|
661
|
+
gDateRangePickerComposition: GDateRangePickerCompositionDirective,
|
|
662
|
+
gTimeRangePickerComposition: GTimeRangePickerCompositionDirective,
|
|
663
|
+
gSavedFilters: GSavedFiltersDirective,
|
|
664
|
+
gGroupBuilder: GGroupBuilderDirective,
|
|
665
|
+
gEntityPicker: GEntityPickerDirective,
|
|
666
|
+
gTagPicker: GTagPickerDirective,
|
|
667
|
+
gRelationPicker: GRelationPickerDirective,
|
|
668
|
+
gBulkConfirmation: GBulkConfirmationDirective,
|
|
669
|
+
gBulkProgress: GBulkProgressDirective,
|
|
670
|
+
gFilterBar: GFilterBarDirective,
|
|
671
|
+
gCodeBlock: GCodeBlockDirective,
|
|
672
|
+
gTerminal: GTerminalDirective,
|
|
673
|
+
gDiffViewer: GDiffViewerDirective,
|
|
674
|
+
gChartContainer: GChartContainerDirective,
|
|
675
|
+
gGridSystem: GGridSystemDirective,
|
|
676
|
+
gRegionLayoutSystem: GRegionLayoutSystemDirective,
|
|
677
|
+
gClassicLayoutPrimitives: GClassicLayoutPrimitivesDirective,
|
|
678
|
+
gPageHeader: GPageHeaderDirective,
|
|
679
|
+
gSectionHeader: GSectionHeaderDirective,
|
|
680
|
+
gSubheader: GSubheaderDirective,
|
|
681
|
+
gToolbar: GToolbarDirective,
|
|
682
|
+
gActionBar: GActionBarDirective,
|
|
683
|
+
gStatusBar: GStatusBarDirective,
|
|
684
|
+
gCommandBar: GCommandBarDirective,
|
|
685
|
+
gContextBar: GContextBarDirective,
|
|
686
|
+
gBulkActionBar: GBulkActionBarDirective,
|
|
687
|
+
gFooterBar: GFooterBarDirective,
|
|
688
|
+
gFloatingActionBar: GFloatingActionBarDirective,
|
|
689
|
+
gDividerWithText: GDividerWithTextDirective,
|
|
690
|
+
gStickyActions: GStickyActionsDirective,
|
|
691
|
+
gPageLoading: GPageLoadingDirective,
|
|
692
|
+
gPageStateSystem: GPageStateSystemDirective,
|
|
693
|
+
gTip: GTipDirective,
|
|
694
|
+
gInlineHint: GInlineHintDirective,
|
|
695
|
+
gHelpText: GHelpTextDirective,
|
|
696
|
+
gHelpTrigger: GHelpTriggerDirective,
|
|
697
|
+
gRichTooltip: GRichTooltipDirective,
|
|
698
|
+
gHelpPopover: GHelpPopoverDirective,
|
|
699
|
+
gDefinitionHelp: GDefinitionHelpDirective,
|
|
700
|
+
gCallout: GCalloutDirective,
|
|
701
|
+
gNote: GNoteDirective,
|
|
702
|
+
gGuidancePair: GGuidancePairDirective,
|
|
703
|
+
gKeyHint: GKeyHintDirective,
|
|
704
|
+
gShortcutList: GShortcutListDirective,
|
|
705
|
+
gHelpCard: GHelpCardDirective,
|
|
706
|
+
gHelpPanel: GHelpPanelDirective,
|
|
707
|
+
gHelpCenter: GHelpCenterDirective,
|
|
708
|
+
gHelpTopics: GHelpTopicsDirective,
|
|
709
|
+
gFaq: GFaqDirective,
|
|
710
|
+
gContextualHelp: GContextualHelpDirective,
|
|
711
|
+
gCoachMark: GCoachMarkDirective,
|
|
712
|
+
gSpotlight: GSpotlightDirective,
|
|
713
|
+
gHotspot: GHotspotDirective,
|
|
714
|
+
gFeatureHint: GFeatureHintDirective,
|
|
715
|
+
gWhatsNew: GWhatsNewDirective,
|
|
716
|
+
gHelpChecklist: GHelpChecklistDirective,
|
|
717
|
+
gTroubleshooting: GTroubleshootingDirective,
|
|
718
|
+
gHelpFeedback: GHelpFeedbackDirective,
|
|
719
|
+
gAppShell: GAppShellDirective,
|
|
720
|
+
gDashboard: GDashboardDirective,
|
|
721
|
+
gMobileShell: GMobileShellDirective,
|
|
722
|
+
gChat: GChatDirective,
|
|
723
|
+
gMessage: GMessageDirective,
|
|
724
|
+
gPromptComposer: GPromptComposerDirective,
|
|
725
|
+
gAttachment: GAttachmentDirective,
|
|
726
|
+
gThinking: GThinkingDirective,
|
|
727
|
+
gToolCall: GToolCallDirective,
|
|
728
|
+
gToolApproval: GToolApprovalDirective,
|
|
729
|
+
gAgentStatus: GAgentStatusDirective,
|
|
730
|
+
gAgentPlan: GAgentPlanDirective,
|
|
731
|
+
gSourcesCitations: GSourcesCitationsDirective,
|
|
732
|
+
gArtifactPanel: GArtifactPanelDirective,
|
|
733
|
+
gModelSelector: GModelSelectorDirective,
|
|
734
|
+
gContextMeter: GContextMeterDirective,
|
|
735
|
+
gVoiceState: GVoiceStateDirective,
|
|
736
|
+
gGenerationPlaceholder: GGenerationPlaceholderDirective,
|
|
737
|
+
gAiWorkspace: GAiWorkspaceDirective,
|
|
738
|
+
gPromptStarter: GPromptStarterDirective,
|
|
739
|
+
gAiCommandMenu: GAiCommandMenuDirective,
|
|
740
|
+
gStreamingResponse: GStreamingResponseDirective,
|
|
741
|
+
gMultiAgentBoard: GMultiAgentBoardDirective,
|
|
742
|
+
gAgentHandoff: GAgentHandoffDirective,
|
|
743
|
+
gArtifactWorkspace: GArtifactWorkspaceDirective,
|
|
744
|
+
gGenerationGallery: GGenerationGalleryDirective,
|
|
745
|
+
gAiContextManager: GAiContextManagerDirective,
|
|
746
|
+
gAiUsagePanel: GAiUsagePanelDirective,
|
|
747
|
+
gAiSafetyNotice: GAiSafetyNoticeDirective,
|
|
748
|
+
gAiFeedback: GAiFeedbackDirective,
|
|
749
|
+
gDatePicker: GDatePickerDirective,
|
|
750
|
+
gTimePicker: GTimePickerDirective,
|
|
751
|
+
gPinInput: GPinInputDirective,
|
|
752
|
+
gRating: GRatingDirective,
|
|
753
|
+
gTransferList: GTransferListDirective,
|
|
754
|
+
gValidationSummary: GValidationSummaryDirective,
|
|
755
|
+
gMegaMenu: GMegaMenuDirective,
|
|
756
|
+
gAnchorNavigation: GAnchorNavigationDirective,
|
|
757
|
+
gTourSpotlight: GTourSpotlightDirective,
|
|
758
|
+
gVirtualList: GVirtualListDirective,
|
|
759
|
+
gKanban: GKanbanDirective,
|
|
760
|
+
gGanttShell: GGanttShellDirective,
|
|
761
|
+
gQueryBuilder: GQueryBuilderDirective,
|
|
762
|
+
gCarousel: GCarouselDirective,
|
|
763
|
+
gGalleryLightbox: GGalleryLightboxDirective,
|
|
764
|
+
gMediaPlayer: GMediaPlayerDirective,
|
|
765
|
+
gDocumentViewer: GDocumentViewerDirective,
|
|
766
|
+
gSplitPane: GSplitPaneDirective,
|
|
767
|
+
gDragSort: GDragSortDirective,
|
|
768
|
+
gInfiniteScroll: GInfiniteScrollDirective,
|
|
769
|
+
gPullRefresh: GPullRefreshDirective,
|
|
770
|
+
gProductCard: GProductCardDirective,
|
|
771
|
+
gCartItem: GCartItemDirective,
|
|
772
|
+
gPriceQuantity: GPriceQuantityDirective,
|
|
773
|
+
gConversationList: GConversationListDirective,
|
|
774
|
+
gPromptLibrary: GPromptLibraryDirective,
|
|
775
|
+
gMentionSlashCommand: GMentionSlashCommandDirective,
|
|
776
|
+
gGenerationCard: GGenerationCardDirective,
|
|
777
|
+
gFileTree: GFileTreeDirective,
|
|
778
|
+
gVersionHistory: GVersionHistoryDirective,
|
|
779
|
+
gPermissionScope: GPermissionScopeDirective,
|
|
780
|
+
gCostRateLimit: GCostRateLimitDirective,
|
|
781
|
+
gPrivacyNotice: GPrivacyNoticeDirective,
|
|
782
|
+
gAuthenticationShell: GAuthenticationShellDirective,
|
|
783
|
+
gMobileCategory: GMobileCategoryDirective,
|
|
784
|
+
gCmsShell: GCmsShellDirective,
|
|
785
|
+
gVisualBuilder: GVisualBuilderDirective,
|
|
786
|
+
gRichEditor: GRichEditorDirective,
|
|
787
|
+
gMediaLibrary: GMediaLibraryDirective,
|
|
788
|
+
gContentWorkflow: GContentWorkflowDirective,
|
|
789
|
+
gLocalizationGrid: GLocalizationGridDirective,
|
|
790
|
+
gSiteHeader: GSiteHeaderDirective,
|
|
791
|
+
gHero: GHeroDirective,
|
|
792
|
+
gPricing: GPricingDirective,
|
|
793
|
+
gArticleLayout: GArticleLayoutDirective,
|
|
794
|
+
gProductDetail: GProductDetailDirective,
|
|
795
|
+
gCheckout: GCheckoutDirective,
|
|
796
|
+
gEnterpriseSettings: GEnterpriseSettingsDirective,
|
|
797
|
+
gPermissionMatrix: GPermissionMatrixDirective,
|
|
798
|
+
gAuditLog: GAuditLogDirective,
|
|
799
|
+
gDesktopShell: GDesktopShellDirective,
|
|
800
|
+
gDesktopTitlebar: GDesktopTitlebarDirective,
|
|
801
|
+
gDesktopWorkbench: GDesktopWorkbenchDirective,
|
|
802
|
+
gOnboarding: GOnboardingDirective,
|
|
803
|
+
gWizardLayout: GWizardLayoutDirective,
|
|
804
|
+
gNotificationCenter: GNotificationCenterDirective,
|
|
805
|
+
gInbox: GInboxDirective,
|
|
806
|
+
gSearchResults: GSearchResultsDirective,
|
|
807
|
+
gCalendar: GCalendarDirective,
|
|
808
|
+
gAgenda: GAgendaDirective,
|
|
809
|
+
gFileManager: GFileManagerDirective,
|
|
810
|
+
gUploadQueue: GUploadQueueDirective,
|
|
811
|
+
gFormBuilder: GFormBuilderDirective,
|
|
812
|
+
gFilterBuilder: GFilterBuilderDirective,
|
|
813
|
+
gPivotTable: GPivotTableDirective,
|
|
814
|
+
gOrganizationChart: GOrganizationChartDirective,
|
|
815
|
+
gMapShell: GMapShellDirective,
|
|
816
|
+
gCommentThread: GCommentThreadDirective,
|
|
817
|
+
gActivityFeed: GActivityFeedDirective,
|
|
818
|
+
gReportInvoice: GReportInvoiceDirective,
|
|
819
|
+
gCookieConsent: GCookieConsentDirective,
|
|
820
|
+
gCopyAction: GCopyActionDirective,
|
|
821
|
+
gFullscreenAction: GFullscreenActionDirective,
|
|
822
|
+
gBackToTop: GBackToTopDirective,
|
|
823
|
+
gImageCropShell: GImageCropShellDirective,
|
|
824
|
+
gContentFileDrop: GContentFileDropDirective,
|
|
825
|
+
gContentFileList: GContentFileListDirective,
|
|
826
|
+
gContentUploadQueue: GContentUploadQueueDirective,
|
|
827
|
+
gChunkUpload: GChunkUploadDirective,
|
|
828
|
+
gUploadProgressComposition: GUploadProgressCompositionDirective,
|
|
829
|
+
gFailedUpload: GFailedUploadDirective,
|
|
830
|
+
gFileCardComposition: GFileCardCompositionDirective,
|
|
831
|
+
gFolderTreeComposition: GFolderTreeCompositionDirective,
|
|
832
|
+
gFileBrowserComposition: GFileBrowserCompositionDirective,
|
|
833
|
+
gFilePreviewComposition: GFilePreviewCompositionDirective,
|
|
834
|
+
gMediaLibraryComposition: GMediaLibraryCompositionDirective,
|
|
835
|
+
gMediaGridComposition: GMediaGridCompositionDirective,
|
|
836
|
+
gMediaDetailsComposition: GMediaDetailsCompositionDirective,
|
|
837
|
+
gImageCropComposition: GImageCropCompositionDirective,
|
|
838
|
+
gImageAnnotationComposition: GImageAnnotationCompositionDirective,
|
|
839
|
+
gDocumentViewerComposition: GDocumentViewerCompositionDirective,
|
|
840
|
+
gPdfViewer: GPdfViewerDirective,
|
|
841
|
+
gVideoPlayerShell: GVideoPlayerShellDirective,
|
|
842
|
+
gAudioPlayerShell: GAudioPlayerShellDirective,
|
|
843
|
+
gCodeEditorShell: GCodeEditorShellDirective,
|
|
844
|
+
gRichTextEditorComposition: GRichTextEditorCompositionDirective,
|
|
845
|
+
gMarkdownEditor: GMarkdownEditorDirective,
|
|
846
|
+
gBlockEditor: GBlockEditorDirective,
|
|
847
|
+
gRevisionCompareComposition: GRevisionCompareCompositionDirective,
|
|
848
|
+
gContentAutosaveIndicator: GContentAutosaveIndicatorDirective,
|
|
849
|
+
gContentOutline: GContentOutlineDirective,
|
|
850
|
+
gEditorToolbarComposition: GEditorToolbarCompositionDirective,
|
|
851
|
+
gFindReplace: GFindReplaceDirective,
|
|
852
|
+
gCommentThreadComposition: GCommentThreadCompositionDirective,
|
|
853
|
+
gVersionHistoryComposition: GVersionHistoryCompositionDirective,
|
|
854
|
+
gFileProperties: GFilePropertiesDirective,
|
|
855
|
+
gStorageMeter: GStorageMeterDirective,
|
|
856
|
+
gAuthCentered: GAuthCenteredDirective,
|
|
857
|
+
gAuthSplit: GAuthSplitDirective,
|
|
858
|
+
gSignInComposition: GSignInCompositionDirective,
|
|
859
|
+
gRegistrationComposition: GRegistrationCompositionDirective,
|
|
860
|
+
gPasswordRecovery: GPasswordRecoveryDirective,
|
|
861
|
+
gPasswordReset: GPasswordResetDirective,
|
|
862
|
+
gEmailVerification: GEmailVerificationDirective,
|
|
863
|
+
gPhoneVerification: GPhoneVerificationDirective,
|
|
864
|
+
gMfaChallenge: GMfaChallengeDirective,
|
|
865
|
+
gOtpInput: GOtpInputDirective,
|
|
866
|
+
gPasskeyComposition: GPasskeyCompositionDirective,
|
|
867
|
+
gSsoComposition: GSsoCompositionDirective,
|
|
868
|
+
gQrLogin: GQrLoginDirective,
|
|
869
|
+
gMagicLink: GMagicLinkDirective,
|
|
870
|
+
gInvitationComposition: GInvitationCompositionDirective,
|
|
871
|
+
gFirstTimeSetup: GFirstTimeSetupDirective,
|
|
872
|
+
gLockScreen: GLockScreenDirective,
|
|
873
|
+
gSessionExpired: GSessionExpiredDirective,
|
|
874
|
+
gAccountChooser: GAccountChooserDirective,
|
|
875
|
+
gTenantChooser: GTenantChooserDirective,
|
|
876
|
+
gIdentitySwitcher: GIdentitySwitcherDirective,
|
|
877
|
+
gProfileSetup: GProfileSetupDirective,
|
|
878
|
+
gAccountSecurity: GAccountSecurityDirective,
|
|
879
|
+
gDeviceManagement: GDeviceManagementDirective,
|
|
880
|
+
gLoginActivity: GLoginActivityDirective,
|
|
881
|
+
gSecurityAlert: GSecurityAlertDirective,
|
|
882
|
+
gRecoveryCodes: GRecoveryCodesDirective,
|
|
883
|
+
gTrustedDevice: GTrustedDeviceDirective,
|
|
884
|
+
gConnectedAccounts: GConnectedAccountsDirective,
|
|
885
|
+
gPasswordStrength: GPasswordStrengthDirective,
|
|
886
|
+
gAuthConsent: GAuthConsentDirective,
|
|
887
|
+
gAuthResult: GAuthResultDirective,
|
|
888
|
+
gCommerceProductCard: GCommerceProductCardDirective,
|
|
889
|
+
gCommerceProductList: GCommerceProductListDirective,
|
|
890
|
+
gCommerceProductDetail: GCommerceProductDetailDirective,
|
|
891
|
+
gCommerceProductGallery: GCommerceProductGalleryDirective,
|
|
892
|
+
gSkuSelector: GSkuSelectorDirective,
|
|
893
|
+
gCommerceQuantityStepper: GCommerceQuantityStepperDirective,
|
|
894
|
+
gPriceDisplay: GPriceDisplayDirective,
|
|
895
|
+
gCommerceCartItem: GCommerceCartItemDirective,
|
|
896
|
+
gCommerceCart: GCommerceCartDirective,
|
|
897
|
+
gMiniCart: GMiniCartDirective,
|
|
898
|
+
gCartSummary: GCartSummaryDirective,
|
|
899
|
+
gCommerceCheckout: GCommerceCheckoutDirective,
|
|
900
|
+
gCommerceCheckoutSteps: GCommerceCheckoutStepsDirective,
|
|
901
|
+
gAddressSelector: GAddressSelectorDirective,
|
|
902
|
+
gAddressCard: GAddressCardDirective,
|
|
903
|
+
gShippingMethod: GShippingMethodDirective,
|
|
904
|
+
gPickupSelector: GPickupSelectorDirective,
|
|
905
|
+
gCoupon: GCouponDirective,
|
|
906
|
+
gPromotionList: GPromotionListDirective,
|
|
907
|
+
gInvoiceInformation: GInvoiceInformationDirective,
|
|
908
|
+
gPaymentMethod: GPaymentMethodDirective,
|
|
909
|
+
gPaymentSheet: GPaymentSheetDirective,
|
|
910
|
+
gPaymentResult: GPaymentResultDirective,
|
|
911
|
+
gCommerceOrderSummary: GCommerceOrderSummaryDirective,
|
|
912
|
+
gCommerceOrderTimeline: GCommerceOrderTimelineDirective,
|
|
913
|
+
gOrderDetail: GOrderDetailDirective,
|
|
914
|
+
gSubscriptionPlan: GSubscriptionPlanDirective,
|
|
915
|
+
gPricingComparison: GPricingComparisonDirective,
|
|
916
|
+
gCommerceUsageMeter: GCommerceUsageMeterDirective,
|
|
917
|
+
gBillingHistory: GBillingHistoryDirective,
|
|
918
|
+
gRefundStatus: GRefundStatusDirective,
|
|
919
|
+
gTaxSummary: GTaxSummaryDirective,
|
|
920
|
+
gMobileSafeShell: GMobileSafeShellDirective,
|
|
921
|
+
gMobileAppBar: GMobileAppBarDirective,
|
|
922
|
+
gMobileBottomNavigation: GMobileBottomNavigationDirective,
|
|
923
|
+
gMobileBottomSheet: GMobileBottomSheetDirective,
|
|
924
|
+
gMobileActionSheet: GMobileActionSheetDirective,
|
|
925
|
+
gMobilePullRefresh: GMobilePullRefreshDirective,
|
|
926
|
+
gMobileInfiniteLoad: GMobileInfiniteLoadDirective,
|
|
927
|
+
gMobileSwipeActions: GMobileSwipeActionsDirective,
|
|
928
|
+
gMobileSwipeTabs: GMobileSwipeTabsDirective,
|
|
929
|
+
gMobileCategoryView: GMobileCategoryViewDirective,
|
|
930
|
+
gMobileFilterSheet: GMobileFilterSheetDirective,
|
|
931
|
+
gMobilePurchaseBar: GMobilePurchaseBarDirective,
|
|
932
|
+
gMobileSearch: GMobileSearchDirective,
|
|
933
|
+
gMobilePicker: GMobilePickerDirective,
|
|
934
|
+
gMobileWheelPicker: GMobileWheelPickerDirective,
|
|
935
|
+
gMobileFab: GMobileFabDirective,
|
|
936
|
+
gMobileFullscreenDialog: GMobileFullscreenDialogDirective,
|
|
937
|
+
gMobileKeyboardAvoidance: GMobileKeyboardAvoidanceDirective,
|
|
938
|
+
gMobileGestureHint: GMobileGestureHintDirective,
|
|
939
|
+
gMobileOfflineBanner: GMobileOfflineBannerDirective,
|
|
940
|
+
gMobileSegmentedControl: GMobileSegmentedControlDirective,
|
|
941
|
+
gMobileFeed: GMobileFeedDirective,
|
|
942
|
+
gMobileCardCarousel: GMobileCardCarouselDirective,
|
|
943
|
+
gMobileForm: GMobileFormDirective,
|
|
944
|
+
gMobileAuth: GMobileAuthDirective,
|
|
945
|
+
gMobileCheckout: GMobileCheckoutDirective,
|
|
946
|
+
gMobileMediaViewer: GMobileMediaViewerDirective,
|
|
947
|
+
gMobileKeyboardToolbar: GMobileKeyboardToolbarDirective,
|
|
948
|
+
gMobileSelectionMode: GMobileSelectionModeDirective,
|
|
949
|
+
gMobileSnackbar: GMobileSnackbarDirective,
|
|
950
|
+
gMobilePermissionPrompt: GMobilePermissionPromptDirective,
|
|
951
|
+
gMobileState: GMobileStateDirective,
|
|
952
|
+
gDesktopNativeTitlebar: GDesktopNativeTitlebarDirective,
|
|
953
|
+
gDesktopWindowControlsComposition: GDesktopWindowControlsCompositionDirective,
|
|
954
|
+
gDesktopMenubarComposition: GDesktopMenubarCompositionDirective,
|
|
955
|
+
gDesktopActivityBarComposition: GDesktopActivityBarCompositionDirective,
|
|
956
|
+
gDesktopDockPanel: GDesktopDockPanelDirective,
|
|
957
|
+
gDesktopSplitPane: GDesktopSplitPaneDirective,
|
|
958
|
+
gDesktopInspectorPanel: GDesktopInspectorPanelDirective,
|
|
959
|
+
gDesktopStatusBar: GDesktopStatusBarDirective,
|
|
960
|
+
gDesktopCommandPalette: GDesktopCommandPaletteDirective,
|
|
961
|
+
gShortcutRecorder: GShortcutRecorderDirective,
|
|
962
|
+
gDesktopContextMenu: GDesktopContextMenuDirective,
|
|
963
|
+
gDesktopDocumentTabs: GDesktopDocumentTabsDirective,
|
|
964
|
+
gDesktopDragRegion: GDesktopDragRegionDirective,
|
|
965
|
+
gWindowLoading: GWindowLoadingDirective,
|
|
966
|
+
gUpdateAvailable: GUpdateAvailableDirective,
|
|
967
|
+
gDesktopPermissionRequest: GDesktopPermissionRequestDirective,
|
|
968
|
+
gNativeFilePicker: GNativeFilePickerDirective,
|
|
969
|
+
gTrayMenuShell: GTrayMenuShellDirective,
|
|
970
|
+
gMultiWindowPlaceholder: GMultiWindowPlaceholderDirective,
|
|
971
|
+
gDesktopWorkspaceComposition: GDesktopWorkspaceCompositionDirective,
|
|
972
|
+
gDesktopWindowSwitcher: GDesktopWindowSwitcherDirective,
|
|
973
|
+
gRecentDocuments: GRecentDocumentsDirective,
|
|
974
|
+
gDesktopToolbar: GDesktopToolbarDirective,
|
|
975
|
+
gDesktopBottomPanel: GDesktopBottomPanelDirective,
|
|
976
|
+
gBackgroundTaskCenter: GBackgroundTaskCenterDirective,
|
|
977
|
+
gDesktopNotificationCenter: GDesktopNotificationCenterDirective,
|
|
978
|
+
gSyncStatus: GSyncStatusDirective,
|
|
979
|
+
gUpdateProgress: GUpdateProgressDirective,
|
|
980
|
+
gCrashRecovery: GCrashRecoveryDirective,
|
|
981
|
+
gSingleInstanceNotice: GSingleInstanceNoticeDirective,
|
|
982
|
+
gDeepLinkHandler: GDeepLinkHandlerDirective,
|
|
983
|
+
gAboutDialog: GAboutDialogDirective,
|
|
984
|
+
gSolutionProductLanding: GSolutionProductLandingDirective,
|
|
985
|
+
gSolutionCorporateHome: GSolutionCorporateHomeDirective,
|
|
986
|
+
gSolutionPersonalHome: GSolutionPersonalHomeDirective,
|
|
987
|
+
gSolutionPortfolioPage: GSolutionPortfolioPageDirective,
|
|
988
|
+
gSolutionBlogIndex: GSolutionBlogIndexDirective,
|
|
989
|
+
gSolutionArticlePage: GSolutionArticlePageDirective,
|
|
990
|
+
gSolutionDocsPortal: GSolutionDocsPortalDirective,
|
|
991
|
+
gSolutionHelpCenter: GSolutionHelpCenterDirective,
|
|
992
|
+
gSolutionSearchResults: GSolutionSearchResultsDirective,
|
|
993
|
+
gSolutionContactPage: GSolutionContactPageDirective,
|
|
994
|
+
gSolutionPricingPage: GSolutionPricingPageDirective,
|
|
995
|
+
gSolutionDashboardOverview: GSolutionDashboardOverviewDirective,
|
|
996
|
+
gSolutionAdminList: GSolutionAdminListDirective,
|
|
997
|
+
gSolutionRecordDetail: GSolutionRecordDetailDirective,
|
|
998
|
+
gSolutionSettingsCenter: GSolutionSettingsCenterDirective,
|
|
999
|
+
gSolutionUserCenter: GSolutionUserCenterDirective,
|
|
1000
|
+
gSolutionNotificationCenter: GSolutionNotificationCenterDirective,
|
|
1001
|
+
gSolutionOnboardingFlow: GSolutionOnboardingFlowDirective,
|
|
1002
|
+
gSolutionCrmWorkspace: GSolutionCrmWorkspaceDirective,
|
|
1003
|
+
gSolutionProjectWorkspace: GSolutionProjectWorkspaceDirective,
|
|
1004
|
+
gSolutionSupportCenter: GSolutionSupportCenterDirective,
|
|
1005
|
+
gSolutionApprovalCenter: GSolutionApprovalCenterDirective,
|
|
1006
|
+
gSolutionKnowledgeBase: GSolutionKnowledgeBaseDirective,
|
|
1007
|
+
gSolutionLearningPortal: GSolutionLearningPortalDirective,
|
|
1008
|
+
gSolutionEventPortal: GSolutionEventPortalDirective,
|
|
1009
|
+
gSolutionBookingPortal: GSolutionBookingPortalDirective,
|
|
1010
|
+
gSolutionHealthcarePortal: GSolutionHealthcarePortalDirective,
|
|
1011
|
+
gSolutionFinancePortal: GSolutionFinancePortalDirective,
|
|
1012
|
+
gSolutionPublicServicePortal: GSolutionPublicServicePortalDirective,
|
|
1013
|
+
gSolutionMarketplacePage: GSolutionMarketplacePageDirective,
|
|
1014
|
+
gSolutionCommunityPage: GSolutionCommunityPageDirective,
|
|
1015
|
+
gSolutionStatusCenter: GSolutionStatusCenterDirective,
|
|
1016
|
+
};
|
|
1017
|
+
//# sourceMappingURL=components.js.map
|