@gardenerim/react 1.0.0 → 2.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 +9 -1
- package/LICENSE +1 -1
- package/README.md +9 -9
- package/dist/adapter-target.d.ts +3 -3
- package/dist/adapter-target.d.ts.map +1 -1
- package/dist/adapter-target.js.map +1 -1
- package/dist/adapters.d.ts +2 -2
- package/dist/adapters.d.ts.map +1 -1
- package/dist/catalog.json +1 -1
- package/dist/component.d.ts +8 -8
- package/dist/component.d.ts.map +1 -1
- package/dist/component.js +8 -6
- package/dist/component.js.map +1 -1
- package/dist/electron.d.ts +6 -6
- package/dist/electron.d.ts.map +1 -1
- package/dist/electron.js.map +1 -1
- package/dist/gardener-react.min.js +1 -1
- package/dist/gardener-react.min.js.map +3 -3
- package/dist/gardener-react.performance.json +4 -4
- package/dist/generated/catalog.d.ts +5 -5
- package/dist/generated/catalog.d.ts.map +1 -1
- package/dist/generated/catalog.js.map +1 -1
- package/dist/generated/components.d.ts +509 -509
- package/dist/generated/components.d.ts.map +1 -1
- package/dist/generated/components.js +509 -509
- package/dist/generated/components.js.map +1 -1
- package/dist/generated/contracts.d.ts +2544 -0
- package/dist/generated/contracts.d.ts.map +1 -0
- package/dist/generated/contracts.js +2 -0
- package/dist/generated/contracts.js.map +1 -0
- package/dist/hooks.d.ts +11 -11
- package/dist/hooks.d.ts.map +1 -1
- package/dist/hooks.js +13 -13
- package/dist/hooks.js.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/provider.d.ts +6 -6
- package/dist/provider.d.ts.map +1 -1
- package/dist/provider.js +4 -4
- package/dist/provider.js.map +1 -1
- package/dist/tauri.d.ts +6 -6
- package/dist/tauri.d.ts.map +1 -1
- package/dist/tauri.js.map +1 -1
- package/dist/types.d.ts +24 -24
- package/dist/types.d.ts.map +1 -1
- package/docs/API.md +12 -12
- package/docs/components.md +2 -2
- package/metadata/compatibility.json +45 -44
- package/metadata/compatibility.schema.json +3 -3
- package/metadata/performance.schema.json +1 -1
- package/metadata/public-api.json +46 -45
- package/metadata/public-api.schema.json +4 -4
- package/package.json +89 -19
|
@@ -1,512 +1,512 @@
|
|
|
1
|
-
/** Generated React bindings for all
|
|
2
|
-
import {
|
|
3
|
-
export const GButton = /* @__PURE__ */
|
|
4
|
-
export const GButtonGroup = /* @__PURE__ */
|
|
5
|
-
export const GCard = /* @__PURE__ */
|
|
6
|
-
export const GBadgeTagChip = /* @__PURE__ */
|
|
7
|
-
export const GAvatar = /* @__PURE__ */
|
|
8
|
-
export const GAlert = /* @__PURE__ */
|
|
9
|
-
export const GProgressMeter = /* @__PURE__ */
|
|
10
|
-
export const GSpinnerSkeleton = /* @__PURE__ */
|
|
11
|
-
export const GEmptyState = /* @__PURE__ */
|
|
12
|
-
export const GInput = /* @__PURE__ */
|
|
13
|
-
export const GTextarea = /* @__PURE__ */
|
|
14
|
-
export const GSelect = /* @__PURE__ */
|
|
15
|
-
export const GCheckboxRadio = /* @__PURE__ */
|
|
16
|
-
export const GSwitch = /* @__PURE__ */
|
|
17
|
-
export const GRangeColor = /* @__PURE__ */
|
|
18
|
-
export const GFileDrop = /* @__PURE__ */
|
|
19
|
-
export const GCombobox = /* @__PURE__ */
|
|
20
|
-
export const GForm = /* @__PURE__ */
|
|
21
|
-
export const GFormSection = /* @__PURE__ */
|
|
22
|
-
export const GField = /* @__PURE__ */
|
|
23
|
-
export const GFieldset = /* @__PURE__ */
|
|
24
|
-
export const GFormRow = /* @__PURE__ */
|
|
25
|
-
export const GFormGrid = /* @__PURE__ */
|
|
26
|
-
export const GHorizontalForm = /* @__PURE__ */
|
|
27
|
-
export const GInlineForm = /* @__PURE__ */
|
|
28
|
-
export const GCompactForm = /* @__PURE__ */
|
|
29
|
-
export const GInputGroup = /* @__PURE__ */
|
|
30
|
-
export const GInputAffix = /* @__PURE__ */
|
|
31
|
-
export const GSearchField = /* @__PURE__ */
|
|
32
|
-
export const GPasswordField = /* @__PURE__ */
|
|
33
|
-
export const GClearableField = /* @__PURE__ */
|
|
34
|
-
export const GCharacterCounter = /* @__PURE__ */
|
|
35
|
-
export const GValidationState = /* @__PURE__ */
|
|
36
|
-
export const GCheckboxGroup = /* @__PURE__ */
|
|
37
|
-
export const GRadioGroup = /* @__PURE__ */
|
|
38
|
-
export const GSwitchRow = /* @__PURE__ */
|
|
39
|
-
export const GChoiceCardGroup = /* @__PURE__ */
|
|
40
|
-
export const GNameGroup = /* @__PURE__ */
|
|
41
|
-
export const GAddressGroup = /* @__PURE__ */
|
|
42
|
-
export const GPhoneGroup = /* @__PURE__ */
|
|
43
|
-
export const GMoneyGroup = /* @__PURE__ */
|
|
44
|
-
export const GDateRangeGroup = /* @__PURE__ */
|
|
45
|
-
export const GTimeRangeGroup = /* @__PURE__ */
|
|
46
|
-
export const GUnitField = /* @__PURE__ */
|
|
47
|
-
export const GRangeField = /* @__PURE__ */
|
|
48
|
-
export const GFileField = /* @__PURE__ */
|
|
49
|
-
export const GRepeatableField = /* @__PURE__ */
|
|
50
|
-
export const GConditionalField = /* @__PURE__ */
|
|
51
|
-
export const GFormActions = /* @__PURE__ */
|
|
52
|
-
export const GAutosaveStatus = /* @__PURE__ */
|
|
53
|
-
export const GFormProgress = /* @__PURE__ */
|
|
54
|
-
export const GFormReview = /* @__PURE__ */
|
|
55
|
-
export const GConsentGroup = /* @__PURE__ */
|
|
56
|
-
export const GNavbar = /* @__PURE__ */
|
|
57
|
-
export const GSidebar = /* @__PURE__ */
|
|
58
|
-
export const GBreadcrumb = /* @__PURE__ */
|
|
59
|
-
export const GTabs = /* @__PURE__ */
|
|
60
|
-
export const GSegmentedControl = /* @__PURE__ */
|
|
61
|
-
export const GPagination = /* @__PURE__ */
|
|
62
|
-
export const GMenuDropdown = /* @__PURE__ */
|
|
63
|
-
export const GStepper = /* @__PURE__ */
|
|
64
|
-
export const GCommandPalette = /* @__PURE__ */
|
|
65
|
-
export const GPrimaryNavigation = /* @__PURE__ */
|
|
66
|
-
export const GUtilityNavigation = /* @__PURE__ */
|
|
67
|
-
export const GSubNavigation = /* @__PURE__ */
|
|
68
|
-
export const GCollapsibleNavigation = /* @__PURE__ */
|
|
69
|
-
export const GNavigationRail = /* @__PURE__ */
|
|
70
|
-
export const GActivityBar = /* @__PURE__ */
|
|
71
|
-
export const GMenuBar = /* @__PURE__ */
|
|
72
|
-
export const GContextMenu = /* @__PURE__ */
|
|
73
|
-
export const GTreeNavigation = /* @__PURE__ */
|
|
74
|
-
export const GVerticalTabs = /* @__PURE__ */
|
|
75
|
-
export const GPillNavigation = /* @__PURE__ */
|
|
76
|
-
export const GScrollspyNavigation = /* @__PURE__ */
|
|
77
|
-
export const GCursorPagination = /* @__PURE__ */
|
|
78
|
-
export const GLoadMoreNavigation = /* @__PURE__ */
|
|
79
|
-
export const GWizardNavigation = /* @__PURE__ */
|
|
80
|
-
export const GBackNavigation = /* @__PURE__ */
|
|
81
|
-
export const GPreviousNextNavigation = /* @__PURE__ */
|
|
82
|
-
export const GSkipNavigation = /* @__PURE__ */
|
|
83
|
-
export const GMobileTopNavigation = /* @__PURE__ */
|
|
84
|
-
export const GBottomNavigation = /* @__PURE__ */
|
|
85
|
-
export const GMobileTabBar = /* @__PURE__ */
|
|
86
|
-
export const GDrawerNavigation = /* @__PURE__ */
|
|
87
|
-
export const GCommandNavigation = /* @__PURE__ */
|
|
88
|
-
export const GJumpNavigation = /* @__PURE__ */
|
|
89
|
-
export const GQuickNavigation = /* @__PURE__ */
|
|
90
|
-
export const GLocaleNavigation = /* @__PURE__ */
|
|
91
|
-
export const GAccountNavigation = /* @__PURE__ */
|
|
92
|
-
export const GDialog = /* @__PURE__ */
|
|
93
|
-
export const GDrawer = /* @__PURE__ */
|
|
94
|
-
export const GPopover = /* @__PURE__ */
|
|
95
|
-
export const GTooltip = /* @__PURE__ */
|
|
96
|
-
export const GToast = /* @__PURE__ */
|
|
97
|
-
export const GAccordion = /* @__PURE__ */
|
|
98
|
-
export const GTable = /* @__PURE__ */
|
|
99
|
-
export const GDataGrid = /* @__PURE__ */
|
|
100
|
-
export const GKpiStat = /* @__PURE__ */
|
|
101
|
-
export const GDescriptionList = /* @__PURE__ */
|
|
102
|
-
export const GListGroup = /* @__PURE__ */
|
|
103
|
-
export const GTree = /* @__PURE__ */
|
|
104
|
-
export const GTimeline = /* @__PURE__ */
|
|
105
|
-
export const GResponsiveTable = /* @__PURE__ */
|
|
106
|
-
export const GTableSort = /* @__PURE__ */
|
|
107
|
-
export const GRowSelection = /* @__PURE__ */
|
|
108
|
-
export const GRowDisclosure = /* @__PURE__ */
|
|
109
|
-
export const GColumnToggle = /* @__PURE__ */
|
|
110
|
-
export const GDataFilter = /* @__PURE__ */
|
|
111
|
-
export const GDataView = /* @__PURE__ */
|
|
112
|
-
export const GEditableGrid = /* @__PURE__ */
|
|
113
|
-
export const GTreeTable = /* @__PURE__ */
|
|
114
|
-
export const GGroupedTable = /* @__PURE__ */
|
|
115
|
-
export const GExpandableTable = /* @__PURE__ */
|
|
116
|
-
export const GComparisonTable = /* @__PURE__ */
|
|
117
|
-
export const GKeyValue = /* @__PURE__ */
|
|
118
|
-
export const GRecordDetail = /* @__PURE__ */
|
|
119
|
-
export const GMediaList = /* @__PURE__ */
|
|
120
|
-
export const GDenseList = /* @__PURE__ */
|
|
121
|
-
export const GAuditLogComposition = /* @__PURE__ */
|
|
122
|
-
export const GStatList = /* @__PURE__ */
|
|
123
|
-
export const GMetricCard = /* @__PURE__ */
|
|
124
|
-
export const GSparkline = /* @__PURE__ */
|
|
125
|
-
export const GProgressStats = /* @__PURE__ */
|
|
126
|
-
export const GDataLegend = /* @__PURE__ */
|
|
127
|
-
export const GRanking = /* @__PURE__ */
|
|
128
|
-
export const GStatusSummary = /* @__PURE__ */
|
|
129
|
-
export const GDataMatrix = /* @__PURE__ */
|
|
130
|
-
export const GHeatmap = /* @__PURE__ */
|
|
131
|
-
export const GDataToolbar = /* @__PURE__ */
|
|
132
|
-
export const GColumnChooser = /* @__PURE__ */
|
|
133
|
-
export const GSavedViews = /* @__PURE__ */
|
|
134
|
-
export const GExportPanel = /* @__PURE__ */
|
|
135
|
-
export const GDataState = /* @__PURE__ */
|
|
136
|
-
export const GDataViewSwitcher = /* @__PURE__ */
|
|
137
|
-
export const GSelectionSummary = /* @__PURE__ */
|
|
138
|
-
export const GTableDensity = /* @__PURE__ */
|
|
139
|
-
export const GFilterSummary = /* @__PURE__ */
|
|
140
|
-
export const GSortBuilder = /* @__PURE__ */
|
|
141
|
-
export const GDataInspector = /* @__PURE__ */
|
|
142
|
-
export const GSelectionControls = /* @__PURE__ */
|
|
143
|
-
export const GBatchToolbar = /* @__PURE__ */
|
|
144
|
-
export const GDualList = /* @__PURE__ */
|
|
145
|
-
export const GTreeSelect = /* @__PURE__ */
|
|
146
|
-
export const GCascader = /* @__PURE__ */
|
|
147
|
-
export const GMentionPicker = /* @__PURE__ */
|
|
148
|
-
export const GUserPicker = /* @__PURE__ */
|
|
149
|
-
export const GOrganizationPicker = /* @__PURE__ */
|
|
150
|
-
export const GResourcePicker = /* @__PURE__ */
|
|
151
|
-
export const GMediaPicker = /* @__PURE__ */
|
|
152
|
-
export const GIconPicker = /* @__PURE__ */
|
|
153
|
-
export const GColorPickerComposition = /* @__PURE__ */
|
|
154
|
-
export const GDateRangePickerComposition = /* @__PURE__ */
|
|
155
|
-
export const GTimeRangePickerComposition = /* @__PURE__ */
|
|
156
|
-
export const GSavedFilters = /* @__PURE__ */
|
|
157
|
-
export const GGroupBuilder = /* @__PURE__ */
|
|
158
|
-
export const GEntityPicker = /* @__PURE__ */
|
|
159
|
-
export const GTagPicker = /* @__PURE__ */
|
|
160
|
-
export const GRelationPicker = /* @__PURE__ */
|
|
161
|
-
export const GBulkConfirmation = /* @__PURE__ */
|
|
162
|
-
export const GBulkProgress = /* @__PURE__ */
|
|
163
|
-
export const GFilterBar = /* @__PURE__ */
|
|
164
|
-
export const GCodeBlock = /* @__PURE__ */
|
|
165
|
-
export const GTerminal = /* @__PURE__ */
|
|
166
|
-
export const GDiffViewer = /* @__PURE__ */
|
|
167
|
-
export const GChartContainer = /* @__PURE__ */
|
|
168
|
-
export const GGridSystem = /* @__PURE__ */
|
|
169
|
-
export const GRegionLayoutSystem = /* @__PURE__ */
|
|
170
|
-
export const GClassicLayoutPrimitives = /* @__PURE__ */
|
|
171
|
-
export const GPageHeader = /* @__PURE__ */
|
|
172
|
-
export const GSectionHeader = /* @__PURE__ */
|
|
173
|
-
export const GSubheader = /* @__PURE__ */
|
|
174
|
-
export const GToolbar = /* @__PURE__ */
|
|
175
|
-
export const GActionBar = /* @__PURE__ */
|
|
176
|
-
export const GStatusBar = /* @__PURE__ */
|
|
177
|
-
export const GCommandBar = /* @__PURE__ */
|
|
178
|
-
export const GContextBar = /* @__PURE__ */
|
|
179
|
-
export const GBulkActionBar = /* @__PURE__ */
|
|
180
|
-
export const GFooterBar = /* @__PURE__ */
|
|
181
|
-
export const GFloatingActionBar = /* @__PURE__ */
|
|
182
|
-
export const GDividerWithText = /* @__PURE__ */
|
|
183
|
-
export const GStickyActions = /* @__PURE__ */
|
|
184
|
-
export const GPageLoading = /* @__PURE__ */
|
|
185
|
-
export const GPageStateSystem = /* @__PURE__ */
|
|
186
|
-
export const GTip = /* @__PURE__ */
|
|
187
|
-
export const GInlineHint = /* @__PURE__ */
|
|
188
|
-
export const GHelpText = /* @__PURE__ */
|
|
189
|
-
export const GHelpTrigger = /* @__PURE__ */
|
|
190
|
-
export const GRichTooltip = /* @__PURE__ */
|
|
191
|
-
export const GHelpPopover = /* @__PURE__ */
|
|
192
|
-
export const GDefinitionHelp = /* @__PURE__ */
|
|
193
|
-
export const GCallout = /* @__PURE__ */
|
|
194
|
-
export const GNote = /* @__PURE__ */
|
|
195
|
-
export const GGuidancePair = /* @__PURE__ */
|
|
196
|
-
export const GKeyHint = /* @__PURE__ */
|
|
197
|
-
export const GShortcutList = /* @__PURE__ */
|
|
198
|
-
export const GHelpCard = /* @__PURE__ */
|
|
199
|
-
export const GHelpPanel = /* @__PURE__ */
|
|
200
|
-
export const GHelpCenter = /* @__PURE__ */
|
|
201
|
-
export const GHelpTopics = /* @__PURE__ */
|
|
202
|
-
export const GFaq = /* @__PURE__ */
|
|
203
|
-
export const GContextualHelp = /* @__PURE__ */
|
|
204
|
-
export const GCoachMark = /* @__PURE__ */
|
|
205
|
-
export const GSpotlight = /* @__PURE__ */
|
|
206
|
-
export const GHotspot = /* @__PURE__ */
|
|
207
|
-
export const GFeatureHint = /* @__PURE__ */
|
|
208
|
-
export const GWhatsNew = /* @__PURE__ */
|
|
209
|
-
export const GHelpChecklist = /* @__PURE__ */
|
|
210
|
-
export const GTroubleshooting = /* @__PURE__ */
|
|
211
|
-
export const GHelpFeedback = /* @__PURE__ */
|
|
212
|
-
export const GAppShell = /* @__PURE__ */
|
|
213
|
-
export const GDashboard = /* @__PURE__ */
|
|
214
|
-
export const GMobileShell = /* @__PURE__ */
|
|
215
|
-
export const GChat = /* @__PURE__ */
|
|
216
|
-
export const GMessage = /* @__PURE__ */
|
|
217
|
-
export const GPromptComposer = /* @__PURE__ */
|
|
218
|
-
export const GAttachment = /* @__PURE__ */
|
|
219
|
-
export const GThinking = /* @__PURE__ */
|
|
220
|
-
export const GToolCall = /* @__PURE__ */
|
|
221
|
-
export const GToolApproval = /* @__PURE__ */
|
|
222
|
-
export const GAgentStatus = /* @__PURE__ */
|
|
223
|
-
export const GAgentPlan = /* @__PURE__ */
|
|
224
|
-
export const GSourcesCitations = /* @__PURE__ */
|
|
225
|
-
export const GArtifactPanel = /* @__PURE__ */
|
|
226
|
-
export const GModelSelector = /* @__PURE__ */
|
|
227
|
-
export const GContextMeter = /* @__PURE__ */
|
|
228
|
-
export const GVoiceState = /* @__PURE__ */
|
|
229
|
-
export const GGenerationPlaceholder = /* @__PURE__ */
|
|
230
|
-
export const GAiWorkspace = /* @__PURE__ */
|
|
231
|
-
export const GPromptStarter = /* @__PURE__ */
|
|
232
|
-
export const GAiCommandMenu = /* @__PURE__ */
|
|
233
|
-
export const GStreamingResponse = /* @__PURE__ */
|
|
234
|
-
export const GMultiAgentBoard = /* @__PURE__ */
|
|
235
|
-
export const GAgentHandoff = /* @__PURE__ */
|
|
236
|
-
export const GArtifactWorkspace = /* @__PURE__ */
|
|
237
|
-
export const GGenerationGallery = /* @__PURE__ */
|
|
238
|
-
export const GAiContextManager = /* @__PURE__ */
|
|
239
|
-
export const GAiUsagePanel = /* @__PURE__ */
|
|
240
|
-
export const GAiSafetyNotice = /* @__PURE__ */
|
|
241
|
-
export const GAiFeedback = /* @__PURE__ */
|
|
242
|
-
export const GDatePicker = /* @__PURE__ */
|
|
243
|
-
export const GTimePicker = /* @__PURE__ */
|
|
244
|
-
export const GPinInput = /* @__PURE__ */
|
|
245
|
-
export const GRating = /* @__PURE__ */
|
|
246
|
-
export const GTransferList = /* @__PURE__ */
|
|
247
|
-
export const GValidationSummary = /* @__PURE__ */
|
|
248
|
-
export const GMegaMenu = /* @__PURE__ */
|
|
249
|
-
export const GAnchorNavigation = /* @__PURE__ */
|
|
250
|
-
export const GTourSpotlight = /* @__PURE__ */
|
|
251
|
-
export const GVirtualList = /* @__PURE__ */
|
|
252
|
-
export const GKanban = /* @__PURE__ */
|
|
253
|
-
export const GGanttShell = /* @__PURE__ */
|
|
254
|
-
export const GQueryBuilder = /* @__PURE__ */
|
|
255
|
-
export const GCarousel = /* @__PURE__ */
|
|
256
|
-
export const GGalleryLightbox = /* @__PURE__ */
|
|
257
|
-
export const GMediaPlayer = /* @__PURE__ */
|
|
258
|
-
export const GDocumentViewer = /* @__PURE__ */
|
|
259
|
-
export const GSplitPane = /* @__PURE__ */
|
|
260
|
-
export const GDragSort = /* @__PURE__ */
|
|
261
|
-
export const GInfiniteScroll = /* @__PURE__ */
|
|
262
|
-
export const GPullRefresh = /* @__PURE__ */
|
|
263
|
-
export const GProductCard = /* @__PURE__ */
|
|
264
|
-
export const GCartItem = /* @__PURE__ */
|
|
265
|
-
export const GPriceQuantity = /* @__PURE__ */
|
|
266
|
-
export const GConversationList = /* @__PURE__ */
|
|
267
|
-
export const GPromptLibrary = /* @__PURE__ */
|
|
268
|
-
export const GMentionSlashCommand = /* @__PURE__ */
|
|
269
|
-
export const GGenerationCard = /* @__PURE__ */
|
|
270
|
-
export const GFileTree = /* @__PURE__ */
|
|
271
|
-
export const GVersionHistory = /* @__PURE__ */
|
|
272
|
-
export const GPermissionScope = /* @__PURE__ */
|
|
273
|
-
export const GCostRateLimit = /* @__PURE__ */
|
|
274
|
-
export const GPrivacyNotice = /* @__PURE__ */
|
|
275
|
-
export const GAuthenticationShell = /* @__PURE__ */
|
|
276
|
-
export const GMobileCategory = /* @__PURE__ */
|
|
277
|
-
export const GCmsShell = /* @__PURE__ */
|
|
278
|
-
export const GVisualBuilder = /* @__PURE__ */
|
|
279
|
-
export const GRichEditor = /* @__PURE__ */
|
|
280
|
-
export const GMediaLibrary = /* @__PURE__ */
|
|
281
|
-
export const GContentWorkflow = /* @__PURE__ */
|
|
282
|
-
export const GLocalizationGrid = /* @__PURE__ */
|
|
283
|
-
export const GSiteHeader = /* @__PURE__ */
|
|
284
|
-
export const GHero = /* @__PURE__ */
|
|
285
|
-
export const GPricing = /* @__PURE__ */
|
|
286
|
-
export const GArticleLayout = /* @__PURE__ */
|
|
287
|
-
export const GProductDetail = /* @__PURE__ */
|
|
288
|
-
export const GCheckout = /* @__PURE__ */
|
|
289
|
-
export const GEnterpriseSettings = /* @__PURE__ */
|
|
290
|
-
export const GPermissionMatrix = /* @__PURE__ */
|
|
291
|
-
export const GAuditLog = /* @__PURE__ */
|
|
292
|
-
export const GDesktopShell = /* @__PURE__ */
|
|
293
|
-
export const GDesktopTitlebar = /* @__PURE__ */
|
|
294
|
-
export const GDesktopWorkbench = /* @__PURE__ */
|
|
295
|
-
export const GOnboarding = /* @__PURE__ */
|
|
296
|
-
export const GWizardLayout = /* @__PURE__ */
|
|
297
|
-
export const GNotificationCenter = /* @__PURE__ */
|
|
298
|
-
export const GInbox = /* @__PURE__ */
|
|
299
|
-
export const GSearchResults = /* @__PURE__ */
|
|
300
|
-
export const GCalendar = /* @__PURE__ */
|
|
301
|
-
export const GAgenda = /* @__PURE__ */
|
|
302
|
-
export const GFileManager = /* @__PURE__ */
|
|
303
|
-
export const GUploadQueue = /* @__PURE__ */
|
|
304
|
-
export const GFormBuilder = /* @__PURE__ */
|
|
305
|
-
export const GFilterBuilder = /* @__PURE__ */
|
|
306
|
-
export const GPivotTable = /* @__PURE__ */
|
|
307
|
-
export const GOrganizationChart = /* @__PURE__ */
|
|
308
|
-
export const GMapShell = /* @__PURE__ */
|
|
309
|
-
export const GCommentThread = /* @__PURE__ */
|
|
310
|
-
export const GActivityFeed = /* @__PURE__ */
|
|
311
|
-
export const GReportInvoice = /* @__PURE__ */
|
|
312
|
-
export const GCookieConsent = /* @__PURE__ */
|
|
313
|
-
export const GCopyAction = /* @__PURE__ */
|
|
314
|
-
export const GFullscreenAction = /* @__PURE__ */
|
|
315
|
-
export const GBackToTop = /* @__PURE__ */
|
|
316
|
-
export const GImageCropShell = /* @__PURE__ */
|
|
317
|
-
export const GContentFileDrop = /* @__PURE__ */
|
|
318
|
-
export const GContentFileList = /* @__PURE__ */
|
|
319
|
-
export const GContentUploadQueue = /* @__PURE__ */
|
|
320
|
-
export const GChunkUpload = /* @__PURE__ */
|
|
321
|
-
export const GUploadProgressComposition = /* @__PURE__ */
|
|
322
|
-
export const GFailedUpload = /* @__PURE__ */
|
|
323
|
-
export const GFileCardComposition = /* @__PURE__ */
|
|
324
|
-
export const GFolderTreeComposition = /* @__PURE__ */
|
|
325
|
-
export const GFileBrowserComposition = /* @__PURE__ */
|
|
326
|
-
export const GFilePreviewComposition = /* @__PURE__ */
|
|
327
|
-
export const GMediaLibraryComposition = /* @__PURE__ */
|
|
328
|
-
export const GMediaGridComposition = /* @__PURE__ */
|
|
329
|
-
export const GMediaDetailsComposition = /* @__PURE__ */
|
|
330
|
-
export const GImageCropComposition = /* @__PURE__ */
|
|
331
|
-
export const GImageAnnotationComposition = /* @__PURE__ */
|
|
332
|
-
export const GDocumentViewerComposition = /* @__PURE__ */
|
|
333
|
-
export const GPdfViewer = /* @__PURE__ */
|
|
334
|
-
export const GVideoPlayerShell = /* @__PURE__ */
|
|
335
|
-
export const GAudioPlayerShell = /* @__PURE__ */
|
|
336
|
-
export const GCodeEditorShell = /* @__PURE__ */
|
|
337
|
-
export const GRichTextEditorComposition = /* @__PURE__ */
|
|
338
|
-
export const GMarkdownEditor = /* @__PURE__ */
|
|
339
|
-
export const GBlockEditor = /* @__PURE__ */
|
|
340
|
-
export const GRevisionCompareComposition = /* @__PURE__ */
|
|
341
|
-
export const GContentAutosaveIndicator = /* @__PURE__ */
|
|
342
|
-
export const GContentOutline = /* @__PURE__ */
|
|
343
|
-
export const GEditorToolbarComposition = /* @__PURE__ */
|
|
344
|
-
export const GFindReplace = /* @__PURE__ */
|
|
345
|
-
export const GCommentThreadComposition = /* @__PURE__ */
|
|
346
|
-
export const GVersionHistoryComposition = /* @__PURE__ */
|
|
347
|
-
export const GFileProperties = /* @__PURE__ */
|
|
348
|
-
export const GStorageMeter = /* @__PURE__ */
|
|
349
|
-
export const GAuthCentered = /* @__PURE__ */
|
|
350
|
-
export const GAuthSplit = /* @__PURE__ */
|
|
351
|
-
export const GSignInComposition = /* @__PURE__ */
|
|
352
|
-
export const GRegistrationComposition = /* @__PURE__ */
|
|
353
|
-
export const GPasswordRecovery = /* @__PURE__ */
|
|
354
|
-
export const GPasswordReset = /* @__PURE__ */
|
|
355
|
-
export const GEmailVerification = /* @__PURE__ */
|
|
356
|
-
export const GPhoneVerification = /* @__PURE__ */
|
|
357
|
-
export const GMfaChallenge = /* @__PURE__ */
|
|
358
|
-
export const GOtpInput = /* @__PURE__ */
|
|
359
|
-
export const GPasskeyComposition = /* @__PURE__ */
|
|
360
|
-
export const GSsoComposition = /* @__PURE__ */
|
|
361
|
-
export const GQrLogin = /* @__PURE__ */
|
|
362
|
-
export const GMagicLink = /* @__PURE__ */
|
|
363
|
-
export const GInvitationComposition = /* @__PURE__ */
|
|
364
|
-
export const GFirstTimeSetup = /* @__PURE__ */
|
|
365
|
-
export const GLockScreen = /* @__PURE__ */
|
|
366
|
-
export const GSessionExpired = /* @__PURE__ */
|
|
367
|
-
export const GAccountChooser = /* @__PURE__ */
|
|
368
|
-
export const GTenantChooser = /* @__PURE__ */
|
|
369
|
-
export const GIdentitySwitcher = /* @__PURE__ */
|
|
370
|
-
export const GProfileSetup = /* @__PURE__ */
|
|
371
|
-
export const GAccountSecurity = /* @__PURE__ */
|
|
372
|
-
export const GDeviceManagement = /* @__PURE__ */
|
|
373
|
-
export const GLoginActivity = /* @__PURE__ */
|
|
374
|
-
export const GSecurityAlert = /* @__PURE__ */
|
|
375
|
-
export const GRecoveryCodes = /* @__PURE__ */
|
|
376
|
-
export const GTrustedDevice = /* @__PURE__ */
|
|
377
|
-
export const GConnectedAccounts = /* @__PURE__ */
|
|
378
|
-
export const GPasswordStrength = /* @__PURE__ */
|
|
379
|
-
export const GAuthConsent = /* @__PURE__ */
|
|
380
|
-
export const GAuthResult = /* @__PURE__ */
|
|
381
|
-
export const GCommerceProductCard = /* @__PURE__ */
|
|
382
|
-
export const GCommerceProductList = /* @__PURE__ */
|
|
383
|
-
export const GCommerceProductDetail = /* @__PURE__ */
|
|
384
|
-
export const GCommerceProductGallery = /* @__PURE__ */
|
|
385
|
-
export const GSkuSelector = /* @__PURE__ */
|
|
386
|
-
export const GCommerceQuantityStepper = /* @__PURE__ */
|
|
387
|
-
export const GPriceDisplay = /* @__PURE__ */
|
|
388
|
-
export const GCommerceCartItem = /* @__PURE__ */
|
|
389
|
-
export const GCommerceCart = /* @__PURE__ */
|
|
390
|
-
export const GMiniCart = /* @__PURE__ */
|
|
391
|
-
export const GCartSummary = /* @__PURE__ */
|
|
392
|
-
export const GCommerceCheckout = /* @__PURE__ */
|
|
393
|
-
export const GCommerceCheckoutSteps = /* @__PURE__ */
|
|
394
|
-
export const GAddressSelector = /* @__PURE__ */
|
|
395
|
-
export const GAddressCard = /* @__PURE__ */
|
|
396
|
-
export const GShippingMethod = /* @__PURE__ */
|
|
397
|
-
export const GPickupSelector = /* @__PURE__ */
|
|
398
|
-
export const GCoupon = /* @__PURE__ */
|
|
399
|
-
export const GPromotionList = /* @__PURE__ */
|
|
400
|
-
export const GInvoiceInformation = /* @__PURE__ */
|
|
401
|
-
export const GPaymentMethod = /* @__PURE__ */
|
|
402
|
-
export const GPaymentSheet = /* @__PURE__ */
|
|
403
|
-
export const GPaymentResult = /* @__PURE__ */
|
|
404
|
-
export const GCommerceOrderSummary = /* @__PURE__ */
|
|
405
|
-
export const GCommerceOrderTimeline = /* @__PURE__ */
|
|
406
|
-
export const GOrderDetail = /* @__PURE__ */
|
|
407
|
-
export const GSubscriptionPlan = /* @__PURE__ */
|
|
408
|
-
export const GPricingComparison = /* @__PURE__ */
|
|
409
|
-
export const GCommerceUsageMeter = /* @__PURE__ */
|
|
410
|
-
export const GBillingHistory = /* @__PURE__ */
|
|
411
|
-
export const GRefundStatus = /* @__PURE__ */
|
|
412
|
-
export const GTaxSummary = /* @__PURE__ */
|
|
413
|
-
export const GMobileSafeShell = /* @__PURE__ */
|
|
414
|
-
export const GMobileAppBar = /* @__PURE__ */
|
|
415
|
-
export const GMobileBottomNavigation = /* @__PURE__ */
|
|
416
|
-
export const GMobileBottomSheet = /* @__PURE__ */
|
|
417
|
-
export const GMobileActionSheet = /* @__PURE__ */
|
|
418
|
-
export const GMobilePullRefresh = /* @__PURE__ */
|
|
419
|
-
export const GMobileInfiniteLoad = /* @__PURE__ */
|
|
420
|
-
export const GMobileSwipeActions = /* @__PURE__ */
|
|
421
|
-
export const GMobileSwipeTabs = /* @__PURE__ */
|
|
422
|
-
export const GMobileCategoryView = /* @__PURE__ */
|
|
423
|
-
export const GMobileFilterSheet = /* @__PURE__ */
|
|
424
|
-
export const GMobilePurchaseBar = /* @__PURE__ */
|
|
425
|
-
export const GMobileSearch = /* @__PURE__ */
|
|
426
|
-
export const GMobilePicker = /* @__PURE__ */
|
|
427
|
-
export const GMobileWheelPicker = /* @__PURE__ */
|
|
428
|
-
export const GMobileFab = /* @__PURE__ */
|
|
429
|
-
export const GMobileFullscreenDialog = /* @__PURE__ */
|
|
430
|
-
export const GMobileKeyboardAvoidance = /* @__PURE__ */
|
|
431
|
-
export const GMobileGestureHint = /* @__PURE__ */
|
|
432
|
-
export const GMobileOfflineBanner = /* @__PURE__ */
|
|
433
|
-
export const GMobileSegmentedControl = /* @__PURE__ */
|
|
434
|
-
export const GMobileFeed = /* @__PURE__ */
|
|
435
|
-
export const GMobileCardCarousel = /* @__PURE__ */
|
|
436
|
-
export const GMobileForm = /* @__PURE__ */
|
|
437
|
-
export const GMobileAuth = /* @__PURE__ */
|
|
438
|
-
export const GMobileCheckout = /* @__PURE__ */
|
|
439
|
-
export const GMobileMediaViewer = /* @__PURE__ */
|
|
440
|
-
export const GMobileKeyboardToolbar = /* @__PURE__ */
|
|
441
|
-
export const GMobileSelectionMode = /* @__PURE__ */
|
|
442
|
-
export const GMobileSnackbar = /* @__PURE__ */
|
|
443
|
-
export const GMobilePermissionPrompt = /* @__PURE__ */
|
|
444
|
-
export const GMobileState = /* @__PURE__ */
|
|
445
|
-
export const GDesktopNativeTitlebar = /* @__PURE__ */
|
|
446
|
-
export const GDesktopWindowControlsComposition = /* @__PURE__ */
|
|
447
|
-
export const GDesktopMenubarComposition = /* @__PURE__ */
|
|
448
|
-
export const GDesktopActivityBarComposition = /* @__PURE__ */
|
|
449
|
-
export const GDesktopDockPanel = /* @__PURE__ */
|
|
450
|
-
export const GDesktopSplitPane = /* @__PURE__ */
|
|
451
|
-
export const GDesktopInspectorPanel = /* @__PURE__ */
|
|
452
|
-
export const GDesktopStatusBar = /* @__PURE__ */
|
|
453
|
-
export const GDesktopCommandPalette = /* @__PURE__ */
|
|
454
|
-
export const GShortcutRecorder = /* @__PURE__ */
|
|
455
|
-
export const GDesktopContextMenu = /* @__PURE__ */
|
|
456
|
-
export const GDesktopDocumentTabs = /* @__PURE__ */
|
|
457
|
-
export const GDesktopDragRegion = /* @__PURE__ */
|
|
458
|
-
export const GWindowLoading = /* @__PURE__ */
|
|
459
|
-
export const GUpdateAvailable = /* @__PURE__ */
|
|
460
|
-
export const GDesktopPermissionRequest = /* @__PURE__ */
|
|
461
|
-
export const GNativeFilePicker = /* @__PURE__ */
|
|
462
|
-
export const GTrayMenuShell = /* @__PURE__ */
|
|
463
|
-
export const GMultiWindowPlaceholder = /* @__PURE__ */
|
|
464
|
-
export const GDesktopWorkspaceComposition = /* @__PURE__ */
|
|
465
|
-
export const GDesktopWindowSwitcher = /* @__PURE__ */
|
|
466
|
-
export const GRecentDocuments = /* @__PURE__ */
|
|
467
|
-
export const GDesktopToolbar = /* @__PURE__ */
|
|
468
|
-
export const GDesktopBottomPanel = /* @__PURE__ */
|
|
469
|
-
export const GBackgroundTaskCenter = /* @__PURE__ */
|
|
470
|
-
export const GDesktopNotificationCenter = /* @__PURE__ */
|
|
471
|
-
export const GSyncStatus = /* @__PURE__ */
|
|
472
|
-
export const GUpdateProgress = /* @__PURE__ */
|
|
473
|
-
export const GCrashRecovery = /* @__PURE__ */
|
|
474
|
-
export const GSingleInstanceNotice = /* @__PURE__ */
|
|
475
|
-
export const GDeepLinkHandler = /* @__PURE__ */
|
|
476
|
-
export const GAboutDialog = /* @__PURE__ */
|
|
477
|
-
export const GSolutionProductLanding = /* @__PURE__ */
|
|
478
|
-
export const GSolutionCorporateHome = /* @__PURE__ */
|
|
479
|
-
export const GSolutionPersonalHome = /* @__PURE__ */
|
|
480
|
-
export const GSolutionPortfolioPage = /* @__PURE__ */
|
|
481
|
-
export const GSolutionBlogIndex = /* @__PURE__ */
|
|
482
|
-
export const GSolutionArticlePage = /* @__PURE__ */
|
|
483
|
-
export const GSolutionDocsPortal = /* @__PURE__ */
|
|
484
|
-
export const GSolutionHelpCenter = /* @__PURE__ */
|
|
485
|
-
export const GSolutionSearchResults = /* @__PURE__ */
|
|
486
|
-
export const GSolutionContactPage = /* @__PURE__ */
|
|
487
|
-
export const GSolutionPricingPage = /* @__PURE__ */
|
|
488
|
-
export const GSolutionDashboardOverview = /* @__PURE__ */
|
|
489
|
-
export const GSolutionAdminList = /* @__PURE__ */
|
|
490
|
-
export const GSolutionRecordDetail = /* @__PURE__ */
|
|
491
|
-
export const GSolutionSettingsCenter = /* @__PURE__ */
|
|
492
|
-
export const GSolutionUserCenter = /* @__PURE__ */
|
|
493
|
-
export const GSolutionNotificationCenter = /* @__PURE__ */
|
|
494
|
-
export const GSolutionOnboardingFlow = /* @__PURE__ */
|
|
495
|
-
export const GSolutionCrmWorkspace = /* @__PURE__ */
|
|
496
|
-
export const GSolutionProjectWorkspace = /* @__PURE__ */
|
|
497
|
-
export const GSolutionSupportCenter = /* @__PURE__ */
|
|
498
|
-
export const GSolutionApprovalCenter = /* @__PURE__ */
|
|
499
|
-
export const GSolutionKnowledgeBase = /* @__PURE__ */
|
|
500
|
-
export const GSolutionLearningPortal = /* @__PURE__ */
|
|
501
|
-
export const GSolutionEventPortal = /* @__PURE__ */
|
|
502
|
-
export const GSolutionBookingPortal = /* @__PURE__ */
|
|
503
|
-
export const GSolutionHealthcarePortal = /* @__PURE__ */
|
|
504
|
-
export const GSolutionFinancePortal = /* @__PURE__ */
|
|
505
|
-
export const GSolutionPublicServicePortal = /* @__PURE__ */
|
|
506
|
-
export const GSolutionMarketplacePage = /* @__PURE__ */
|
|
507
|
-
export const GSolutionCommunityPage = /* @__PURE__ */
|
|
508
|
-
export const GSolutionStatusCenter = /* @__PURE__ */
|
|
509
|
-
export const
|
|
1
|
+
/** Generated React bindings for all Gardenerim components. */
|
|
2
|
+
import { createGardenerimComponent } from "../component.js";
|
|
3
|
+
export const GButton = /* @__PURE__ */ createGardenerimComponent({ "name": "button", "exportName": "GButton", "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 GButtonGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "button-group", "exportName": "GButtonGroup", "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 GCard = /* @__PURE__ */ createGardenerimComponent({ "name": "card", "exportName": "GCard", "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 GBadgeTagChip = /* @__PURE__ */ createGardenerimComponent({ "name": "badge-tag-chip", "exportName": "GBadgeTagChip", "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 GAvatar = /* @__PURE__ */ createGardenerimComponent({ "name": "avatar", "exportName": "GAvatar", "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 GAlert = /* @__PURE__ */ createGardenerimComponent({ "name": "alert", "exportName": "GAlert", "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 GProgressMeter = /* @__PURE__ */ createGardenerimComponent({ "name": "progress-meter", "exportName": "GProgressMeter", "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 GSpinnerSkeleton = /* @__PURE__ */ createGardenerimComponent({ "name": "spinner-skeleton", "exportName": "GSpinnerSkeleton", "category": "feedback", "type": "css", "selector": ".g-spinner", "className": "g-spinner", "tag": "div", "variants": [], "states": ["loading"], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
11
|
+
export const GEmptyState = /* @__PURE__ */ createGardenerimComponent({ "name": "empty-state", "exportName": "GEmptyState", "category": "feedback", "type": "css", "selector": ".g-empty", "className": "g-empty", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
12
|
+
export const GInput = /* @__PURE__ */ createGardenerimComponent({ "name": "input", "exportName": "GInput", "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 GTextarea = /* @__PURE__ */ createGardenerimComponent({ "name": "textarea", "exportName": "GTextarea", "category": "form", "type": "css", "selector": ".g-textarea", "className": "g-textarea", "tag": "textarea", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
14
|
+
export const GSelect = /* @__PURE__ */ createGardenerimComponent({ "name": "select", "exportName": "GSelect", "category": "form", "type": "css", "selector": ".g-select", "className": "g-select", "tag": "select", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
15
|
+
export const GCheckboxRadio = /* @__PURE__ */ createGardenerimComponent({ "name": "checkbox-radio", "exportName": "GCheckboxRadio", "category": "form", "type": "css", "selector": ".g-check", "className": "g-check", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
16
|
+
export const GSwitch = /* @__PURE__ */ createGardenerimComponent({ "name": "switch", "exportName": "GSwitch", "category": "form", "type": "css", "selector": ".g-switch", "className": "g-switch", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
17
|
+
export const GRangeColor = /* @__PURE__ */ createGardenerimComponent({ "name": "range-color", "exportName": "GRangeColor", "category": "form", "type": "css", "selector": ".g-range", "className": "g-range", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
18
|
+
export const GFileDrop = /* @__PURE__ */ createGardenerimComponent({ "name": "file-drop", "exportName": "GFileDrop", "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 GCombobox = /* @__PURE__ */ createGardenerimComponent({ "name": "combobox", "exportName": "GCombobox", "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 GForm = /* @__PURE__ */ createGardenerimComponent({ "name": "form", "exportName": "GForm", "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 GFormSection = /* @__PURE__ */ createGardenerimComponent({ "name": "form-section", "exportName": "GFormSection", "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 GField = /* @__PURE__ */ createGardenerimComponent({ "name": "field", "exportName": "GField", "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 GFieldset = /* @__PURE__ */ createGardenerimComponent({ "name": "fieldset", "exportName": "GFieldset", "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 GFormRow = /* @__PURE__ */ createGardenerimComponent({ "name": "form-row", "exportName": "GFormRow", "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 GFormGrid = /* @__PURE__ */ createGardenerimComponent({ "name": "form-grid", "exportName": "GFormGrid", "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 GHorizontalForm = /* @__PURE__ */ createGardenerimComponent({ "name": "horizontal-form", "exportName": "GHorizontalForm", "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 GInlineForm = /* @__PURE__ */ createGardenerimComponent({ "name": "inline-form", "exportName": "GInlineForm", "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 GCompactForm = /* @__PURE__ */ createGardenerimComponent({ "name": "compact-form", "exportName": "GCompactForm", "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 GInputGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "input-group", "exportName": "GInputGroup", "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 GInputAffix = /* @__PURE__ */ createGardenerimComponent({ "name": "input-affix", "exportName": "GInputAffix", "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 GSearchField = /* @__PURE__ */ createGardenerimComponent({ "name": "search-field", "exportName": "GSearchField", "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 GPasswordField = /* @__PURE__ */ createGardenerimComponent({ "name": "password-field", "exportName": "GPasswordField", "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 GClearableField = /* @__PURE__ */ createGardenerimComponent({ "name": "clearable-field", "exportName": "GClearableField", "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 GCharacterCounter = /* @__PURE__ */ createGardenerimComponent({ "name": "character-counter", "exportName": "GCharacterCounter", "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 GValidationState = /* @__PURE__ */ createGardenerimComponent({ "name": "validation-state", "exportName": "GValidationState", "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 GCheckboxGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "checkbox-group", "exportName": "GCheckboxGroup", "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 GRadioGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "radio-group", "exportName": "GRadioGroup", "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 GSwitchRow = /* @__PURE__ */ createGardenerimComponent({ "name": "switch-row", "exportName": "GSwitchRow", "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 GChoiceCardGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "choice-card-group", "exportName": "GChoiceCardGroup", "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 GNameGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "name-group", "exportName": "GNameGroup", "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 GAddressGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "address-group", "exportName": "GAddressGroup", "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 GPhoneGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "phone-group", "exportName": "GPhoneGroup", "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 GMoneyGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "money-group", "exportName": "GMoneyGroup", "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 GDateRangeGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "date-range-group", "exportName": "GDateRangeGroup", "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 GTimeRangeGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "time-range-group", "exportName": "GTimeRangeGroup", "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 GUnitField = /* @__PURE__ */ createGardenerimComponent({ "name": "unit-field", "exportName": "GUnitField", "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 GRangeField = /* @__PURE__ */ createGardenerimComponent({ "name": "range-field", "exportName": "GRangeField", "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 GFileField = /* @__PURE__ */ createGardenerimComponent({ "name": "file-field", "exportName": "GFileField", "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 GRepeatableField = /* @__PURE__ */ createGardenerimComponent({ "name": "repeatable-field", "exportName": "GRepeatableField", "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 GConditionalField = /* @__PURE__ */ createGardenerimComponent({ "name": "conditional-field", "exportName": "GConditionalField", "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 GFormActions = /* @__PURE__ */ createGardenerimComponent({ "name": "form-actions", "exportName": "GFormActions", "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 GAutosaveStatus = /* @__PURE__ */ createGardenerimComponent({ "name": "autosave-status", "exportName": "GAutosaveStatus", "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 GFormProgress = /* @__PURE__ */ createGardenerimComponent({ "name": "form-progress", "exportName": "GFormProgress", "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 GFormReview = /* @__PURE__ */ createGardenerimComponent({ "name": "form-review", "exportName": "GFormReview", "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 GConsentGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "consent-group", "exportName": "GConsentGroup", "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 GNavbar = /* @__PURE__ */ createGardenerimComponent({ "name": "navbar", "exportName": "GNavbar", "category": "navigation", "type": "css", "selector": ".g-navbar", "className": "g-navbar", "tag": "nav", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
57
|
+
export const GSidebar = /* @__PURE__ */ createGardenerimComponent({ "name": "sidebar", "exportName": "GSidebar", "category": "navigation", "type": "css", "selector": ".g-sidebar", "className": "g-sidebar", "tag": "aside", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
58
|
+
export const GBreadcrumb = /* @__PURE__ */ createGardenerimComponent({ "name": "breadcrumb", "exportName": "GBreadcrumb", "category": "navigation", "type": "css", "selector": ".g-breadcrumb", "className": "g-breadcrumb", "tag": "nav", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
59
|
+
export const GTabs = /* @__PURE__ */ createGardenerimComponent({ "name": "tabs", "exportName": "GTabs", "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 GSegmentedControl = /* @__PURE__ */ createGardenerimComponent({ "name": "segmented-control", "exportName": "GSegmentedControl", "category": "navigation", "type": "css", "selector": ".g-segmented", "className": "g-segmented", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
61
|
+
export const GPagination = /* @__PURE__ */ createGardenerimComponent({ "name": "pagination", "exportName": "GPagination", "category": "navigation", "type": "css", "selector": ".g-pagination", "className": "g-pagination", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
62
|
+
export const GMenuDropdown = /* @__PURE__ */ createGardenerimComponent({ "name": "menu-dropdown", "exportName": "GMenuDropdown", "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 GStepper = /* @__PURE__ */ createGardenerimComponent({ "name": "stepper", "exportName": "GStepper", "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 GCommandPalette = /* @__PURE__ */ createGardenerimComponent({ "name": "command-palette", "exportName": "GCommandPalette", "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 GPrimaryNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "primary-navigation", "exportName": "GPrimaryNavigation", "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 GUtilityNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "utility-navigation", "exportName": "GUtilityNavigation", "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 GSubNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "sub-navigation", "exportName": "GSubNavigation", "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 GCollapsibleNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "collapsible-navigation", "exportName": "GCollapsibleNavigation", "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 GNavigationRail = /* @__PURE__ */ createGardenerimComponent({ "name": "navigation-rail", "exportName": "GNavigationRail", "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 GActivityBar = /* @__PURE__ */ createGardenerimComponent({ "name": "activity-bar", "exportName": "GActivityBar", "category": "navigation", "type": "css", "selector": ".g-activitybar", "className": "g-activitybar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
71
|
+
export const GMenuBar = /* @__PURE__ */ createGardenerimComponent({ "name": "menu-bar", "exportName": "GMenuBar", "category": "navigation", "type": "css", "selector": ".g-menubar", "className": "g-menubar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
72
|
+
export const GContextMenu = /* @__PURE__ */ createGardenerimComponent({ "name": "context-menu", "exportName": "GContextMenu", "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 GTreeNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "tree-navigation", "exportName": "GTreeNavigation", "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 GVerticalTabs = /* @__PURE__ */ createGardenerimComponent({ "name": "vertical-tabs", "exportName": "GVerticalTabs", "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 GPillNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "pill-navigation", "exportName": "GPillNavigation", "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 GScrollspyNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "scrollspy-navigation", "exportName": "GScrollspyNavigation", "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 GCursorPagination = /* @__PURE__ */ createGardenerimComponent({ "name": "cursor-pagination", "exportName": "GCursorPagination", "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 GLoadMoreNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "load-more-navigation", "exportName": "GLoadMoreNavigation", "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 GWizardNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "wizard-navigation", "exportName": "GWizardNavigation", "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 GBackNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "back-navigation", "exportName": "GBackNavigation", "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 GPreviousNextNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "previous-next-navigation", "exportName": "GPreviousNextNavigation", "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 GSkipNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "skip-navigation", "exportName": "GSkipNavigation", "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 GMobileTopNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-top-navigation", "exportName": "GMobileTopNavigation", "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 GBottomNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "bottom-navigation", "exportName": "GBottomNavigation", "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 GMobileTabBar = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-tab-bar", "exportName": "GMobileTabBar", "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 GDrawerNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "drawer-navigation", "exportName": "GDrawerNavigation", "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 GCommandNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "command-navigation", "exportName": "GCommandNavigation", "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 GJumpNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "jump-navigation", "exportName": "GJumpNavigation", "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 GQuickNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "quick-navigation", "exportName": "GQuickNavigation", "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 GLocaleNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "locale-navigation", "exportName": "GLocaleNavigation", "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 GAccountNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "account-navigation", "exportName": "GAccountNavigation", "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 GDialog = /* @__PURE__ */ createGardenerimComponent({ "name": "dialog", "exportName": "GDialog", "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 GDrawer = /* @__PURE__ */ createGardenerimComponent({ "name": "drawer", "exportName": "GDrawer", "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 GPopover = /* @__PURE__ */ createGardenerimComponent({ "name": "popover", "exportName": "GPopover", "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 GTooltip = /* @__PURE__ */ createGardenerimComponent({ "name": "tooltip", "exportName": "GTooltip", "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 GToast = /* @__PURE__ */ createGardenerimComponent({ "name": "toast", "exportName": "GToast", "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 GAccordion = /* @__PURE__ */ createGardenerimComponent({ "name": "accordion", "exportName": "GAccordion", "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 GTable = /* @__PURE__ */ createGardenerimComponent({ "name": "table", "exportName": "GTable", "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 GDataGrid = /* @__PURE__ */ createGardenerimComponent({ "name": "data-grid", "exportName": "GDataGrid", "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 GKpiStat = /* @__PURE__ */ createGardenerimComponent({ "name": "kpi-stat", "exportName": "GKpiStat", "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 GDescriptionList = /* @__PURE__ */ createGardenerimComponent({ "name": "description-list", "exportName": "GDescriptionList", "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 GListGroup = /* @__PURE__ */ createGardenerimComponent({ "name": "list-group", "exportName": "GListGroup", "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 GTree = /* @__PURE__ */ createGardenerimComponent({ "name": "tree", "exportName": "GTree", "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 GTimeline = /* @__PURE__ */ createGardenerimComponent({ "name": "timeline", "exportName": "GTimeline", "category": "data", "type": "css", "selector": ".g-timeline", "className": "g-timeline", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
105
|
+
export const GResponsiveTable = /* @__PURE__ */ createGardenerimComponent({ "name": "responsive-table", "exportName": "GResponsiveTable", "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 GTableSort = /* @__PURE__ */ createGardenerimComponent({ "name": "table-sort", "exportName": "GTableSort", "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 GRowSelection = /* @__PURE__ */ createGardenerimComponent({ "name": "row-selection", "exportName": "GRowSelection", "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 GRowDisclosure = /* @__PURE__ */ createGardenerimComponent({ "name": "row-disclosure", "exportName": "GRowDisclosure", "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 GColumnToggle = /* @__PURE__ */ createGardenerimComponent({ "name": "column-toggle", "exportName": "GColumnToggle", "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 GDataFilter = /* @__PURE__ */ createGardenerimComponent({ "name": "data-filter", "exportName": "GDataFilter", "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 GDataView = /* @__PURE__ */ createGardenerimComponent({ "name": "data-view", "exportName": "GDataView", "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 GEditableGrid = /* @__PURE__ */ createGardenerimComponent({ "name": "editable-grid", "exportName": "GEditableGrid", "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 GTreeTable = /* @__PURE__ */ createGardenerimComponent({ "name": "tree-table", "exportName": "GTreeTable", "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 GGroupedTable = /* @__PURE__ */ createGardenerimComponent({ "name": "grouped-table", "exportName": "GGroupedTable", "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 GExpandableTable = /* @__PURE__ */ createGardenerimComponent({ "name": "expandable-table", "exportName": "GExpandableTable", "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 GComparisonTable = /* @__PURE__ */ createGardenerimComponent({ "name": "comparison-table", "exportName": "GComparisonTable", "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 GKeyValue = /* @__PURE__ */ createGardenerimComponent({ "name": "key-value", "exportName": "GKeyValue", "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 GRecordDetail = /* @__PURE__ */ createGardenerimComponent({ "name": "record-detail", "exportName": "GRecordDetail", "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 GMediaList = /* @__PURE__ */ createGardenerimComponent({ "name": "media-list", "exportName": "GMediaList", "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 GDenseList = /* @__PURE__ */ createGardenerimComponent({ "name": "dense-list", "exportName": "GDenseList", "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 GAuditLogComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "audit-log-composition", "exportName": "GAuditLogComposition", "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 GStatList = /* @__PURE__ */ createGardenerimComponent({ "name": "stat-list", "exportName": "GStatList", "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 GMetricCard = /* @__PURE__ */ createGardenerimComponent({ "name": "metric-card", "exportName": "GMetricCard", "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 GSparkline = /* @__PURE__ */ createGardenerimComponent({ "name": "sparkline", "exportName": "GSparkline", "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 GProgressStats = /* @__PURE__ */ createGardenerimComponent({ "name": "progress-stats", "exportName": "GProgressStats", "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 GDataLegend = /* @__PURE__ */ createGardenerimComponent({ "name": "data-legend", "exportName": "GDataLegend", "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 GRanking = /* @__PURE__ */ createGardenerimComponent({ "name": "ranking", "exportName": "GRanking", "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 GStatusSummary = /* @__PURE__ */ createGardenerimComponent({ "name": "status-summary", "exportName": "GStatusSummary", "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 GDataMatrix = /* @__PURE__ */ createGardenerimComponent({ "name": "data-matrix", "exportName": "GDataMatrix", "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 GHeatmap = /* @__PURE__ */ createGardenerimComponent({ "name": "heatmap", "exportName": "GHeatmap", "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 GDataToolbar = /* @__PURE__ */ createGardenerimComponent({ "name": "data-toolbar", "exportName": "GDataToolbar", "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 GColumnChooser = /* @__PURE__ */ createGardenerimComponent({ "name": "column-chooser", "exportName": "GColumnChooser", "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 GSavedViews = /* @__PURE__ */ createGardenerimComponent({ "name": "saved-views", "exportName": "GSavedViews", "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 GExportPanel = /* @__PURE__ */ createGardenerimComponent({ "name": "export-panel", "exportName": "GExportPanel", "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 GDataState = /* @__PURE__ */ createGardenerimComponent({ "name": "data-state", "exportName": "GDataState", "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 GDataViewSwitcher = /* @__PURE__ */ createGardenerimComponent({ "name": "data-view-switcher", "exportName": "GDataViewSwitcher", "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 GSelectionSummary = /* @__PURE__ */ createGardenerimComponent({ "name": "selection-summary", "exportName": "GSelectionSummary", "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 GTableDensity = /* @__PURE__ */ createGardenerimComponent({ "name": "table-density", "exportName": "GTableDensity", "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 GFilterSummary = /* @__PURE__ */ createGardenerimComponent({ "name": "filter-summary", "exportName": "GFilterSummary", "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 GSortBuilder = /* @__PURE__ */ createGardenerimComponent({ "name": "sort-builder", "exportName": "GSortBuilder", "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 GDataInspector = /* @__PURE__ */ createGardenerimComponent({ "name": "data-inspector", "exportName": "GDataInspector", "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 GSelectionControls = /* @__PURE__ */ createGardenerimComponent({ "name": "selection-controls", "exportName": "GSelectionControls", "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 GBatchToolbar = /* @__PURE__ */ createGardenerimComponent({ "name": "batch-toolbar", "exportName": "GBatchToolbar", "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 GDualList = /* @__PURE__ */ createGardenerimComponent({ "name": "dual-list", "exportName": "GDualList", "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 GTreeSelect = /* @__PURE__ */ createGardenerimComponent({ "name": "tree-select", "exportName": "GTreeSelect", "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 GCascader = /* @__PURE__ */ createGardenerimComponent({ "name": "cascader", "exportName": "GCascader", "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 GMentionPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "mention-picker", "exportName": "GMentionPicker", "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 GUserPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "user-picker", "exportName": "GUserPicker", "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 GOrganizationPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "organization-picker", "exportName": "GOrganizationPicker", "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 GResourcePicker = /* @__PURE__ */ createGardenerimComponent({ "name": "resource-picker", "exportName": "GResourcePicker", "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 GMediaPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "media-picker", "exportName": "GMediaPicker", "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 GIconPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "icon-picker", "exportName": "GIconPicker", "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 GColorPickerComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "color-picker-composition", "exportName": "GColorPickerComposition", "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 GDateRangePickerComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "date-range-picker-composition", "exportName": "GDateRangePickerComposition", "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 GTimeRangePickerComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "time-range-picker-composition", "exportName": "GTimeRangePickerComposition", "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 GSavedFilters = /* @__PURE__ */ createGardenerimComponent({ "name": "saved-filters", "exportName": "GSavedFilters", "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 GGroupBuilder = /* @__PURE__ */ createGardenerimComponent({ "name": "group-builder", "exportName": "GGroupBuilder", "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 GEntityPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "entity-picker", "exportName": "GEntityPicker", "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 GTagPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "tag-picker", "exportName": "GTagPicker", "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 GRelationPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "relation-picker", "exportName": "GRelationPicker", "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 GBulkConfirmation = /* @__PURE__ */ createGardenerimComponent({ "name": "bulk-confirmation", "exportName": "GBulkConfirmation", "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 GBulkProgress = /* @__PURE__ */ createGardenerimComponent({ "name": "bulk-progress", "exportName": "GBulkProgress", "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 GFilterBar = /* @__PURE__ */ createGardenerimComponent({ "name": "filter-bar", "exportName": "GFilterBar", "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 GCodeBlock = /* @__PURE__ */ createGardenerimComponent({ "name": "code-block", "exportName": "GCodeBlock", "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 GTerminal = /* @__PURE__ */ createGardenerimComponent({ "name": "terminal", "exportName": "GTerminal", "category": "content", "type": "css", "selector": ".g-terminal", "className": "g-terminal", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
166
|
+
export const GDiffViewer = /* @__PURE__ */ createGardenerimComponent({ "name": "diff-viewer", "exportName": "GDiffViewer", "category": "content", "type": "css", "selector": ".g-diff", "className": "g-diff", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
167
|
+
export const GChartContainer = /* @__PURE__ */ createGardenerimComponent({ "name": "chart-container", "exportName": "GChartContainer", "category": "dashboard", "type": "css", "selector": ".g-chart", "className": "g-chart", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
168
|
+
export const GGridSystem = /* @__PURE__ */ createGardenerimComponent({ "name": "grid-system", "exportName": "GGridSystem", "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 GRegionLayoutSystem = /* @__PURE__ */ createGardenerimComponent({ "name": "region-layout-system", "exportName": "GRegionLayoutSystem", "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 GClassicLayoutPrimitives = /* @__PURE__ */ createGardenerimComponent({ "name": "classic-layout-primitives", "exportName": "GClassicLayoutPrimitives", "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 GPageHeader = /* @__PURE__ */ createGardenerimComponent({ "name": "page-header", "exportName": "GPageHeader", "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 GSectionHeader = /* @__PURE__ */ createGardenerimComponent({ "name": "section-header", "exportName": "GSectionHeader", "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 GSubheader = /* @__PURE__ */ createGardenerimComponent({ "name": "subheader", "exportName": "GSubheader", "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 GToolbar = /* @__PURE__ */ createGardenerimComponent({ "name": "toolbar", "exportName": "GToolbar", "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 GActionBar = /* @__PURE__ */ createGardenerimComponent({ "name": "action-bar", "exportName": "GActionBar", "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 GStatusBar = /* @__PURE__ */ createGardenerimComponent({ "name": "status-bar", "exportName": "GStatusBar", "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 GCommandBar = /* @__PURE__ */ createGardenerimComponent({ "name": "command-bar", "exportName": "GCommandBar", "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 GContextBar = /* @__PURE__ */ createGardenerimComponent({ "name": "context-bar", "exportName": "GContextBar", "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 GBulkActionBar = /* @__PURE__ */ createGardenerimComponent({ "name": "bulk-action-bar", "exportName": "GBulkActionBar", "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 GFooterBar = /* @__PURE__ */ createGardenerimComponent({ "name": "footer-bar", "exportName": "GFooterBar", "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 GFloatingActionBar = /* @__PURE__ */ createGardenerimComponent({ "name": "floating-action-bar", "exportName": "GFloatingActionBar", "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 GDividerWithText = /* @__PURE__ */ createGardenerimComponent({ "name": "divider-with-text", "exportName": "GDividerWithText", "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 GStickyActions = /* @__PURE__ */ createGardenerimComponent({ "name": "sticky-actions", "exportName": "GStickyActions", "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 GPageLoading = /* @__PURE__ */ createGardenerimComponent({ "name": "page-loading", "exportName": "GPageLoading", "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 GPageStateSystem = /* @__PURE__ */ createGardenerimComponent({ "name": "page-state-system", "exportName": "GPageStateSystem", "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 GTip = /* @__PURE__ */ createGardenerimComponent({ "name": "tip", "exportName": "GTip", "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 GInlineHint = /* @__PURE__ */ createGardenerimComponent({ "name": "inline-hint", "exportName": "GInlineHint", "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 GHelpText = /* @__PURE__ */ createGardenerimComponent({ "name": "help-text", "exportName": "GHelpText", "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 GHelpTrigger = /* @__PURE__ */ createGardenerimComponent({ "name": "help-trigger", "exportName": "GHelpTrigger", "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 GRichTooltip = /* @__PURE__ */ createGardenerimComponent({ "name": "rich-tooltip", "exportName": "GRichTooltip", "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 GHelpPopover = /* @__PURE__ */ createGardenerimComponent({ "name": "help-popover", "exportName": "GHelpPopover", "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 GDefinitionHelp = /* @__PURE__ */ createGardenerimComponent({ "name": "definition-help", "exportName": "GDefinitionHelp", "category": "help", "type": "css", "selector": ".g-definition", "className": "g-definition", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
193
|
+
export const GCallout = /* @__PURE__ */ createGardenerimComponent({ "name": "callout", "exportName": "GCallout", "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 GNote = /* @__PURE__ */ createGardenerimComponent({ "name": "note", "exportName": "GNote", "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 GGuidancePair = /* @__PURE__ */ createGardenerimComponent({ "name": "guidance-pair", "exportName": "GGuidancePair", "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 GKeyHint = /* @__PURE__ */ createGardenerimComponent({ "name": "key-hint", "exportName": "GKeyHint", "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 GShortcutList = /* @__PURE__ */ createGardenerimComponent({ "name": "shortcut-list", "exportName": "GShortcutList", "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 GHelpCard = /* @__PURE__ */ createGardenerimComponent({ "name": "help-card", "exportName": "GHelpCard", "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 GHelpPanel = /* @__PURE__ */ createGardenerimComponent({ "name": "help-panel", "exportName": "GHelpPanel", "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 GHelpCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "help-center", "exportName": "GHelpCenter", "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 GHelpTopics = /* @__PURE__ */ createGardenerimComponent({ "name": "help-topics", "exportName": "GHelpTopics", "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 GFaq = /* @__PURE__ */ createGardenerimComponent({ "name": "faq", "exportName": "GFaq", "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 GContextualHelp = /* @__PURE__ */ createGardenerimComponent({ "name": "contextual-help", "exportName": "GContextualHelp", "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 GCoachMark = /* @__PURE__ */ createGardenerimComponent({ "name": "coach-mark", "exportName": "GCoachMark", "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 GSpotlight = /* @__PURE__ */ createGardenerimComponent({ "name": "spotlight", "exportName": "GSpotlight", "category": "help", "type": "css", "selector": ".g-spotlight", "className": "g-spotlight", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
206
|
+
export const GHotspot = /* @__PURE__ */ createGardenerimComponent({ "name": "hotspot", "exportName": "GHotspot", "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 GFeatureHint = /* @__PURE__ */ createGardenerimComponent({ "name": "feature-hint", "exportName": "GFeatureHint", "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 GWhatsNew = /* @__PURE__ */ createGardenerimComponent({ "name": "whats-new", "exportName": "GWhatsNew", "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 GHelpChecklist = /* @__PURE__ */ createGardenerimComponent({ "name": "help-checklist", "exportName": "GHelpChecklist", "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 GTroubleshooting = /* @__PURE__ */ createGardenerimComponent({ "name": "troubleshooting", "exportName": "GTroubleshooting", "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 GHelpFeedback = /* @__PURE__ */ createGardenerimComponent({ "name": "help-feedback", "exportName": "GHelpFeedback", "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 GAppShell = /* @__PURE__ */ createGardenerimComponent({ "name": "app-shell", "exportName": "GAppShell", "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 GDashboard = /* @__PURE__ */ createGardenerimComponent({ "name": "dashboard", "exportName": "GDashboard", "category": "layout", "type": "css", "selector": ".g-dashboard", "className": "g-dashboard", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
214
|
+
export const GMobileShell = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-shell", "exportName": "GMobileShell", "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 GChat = /* @__PURE__ */ createGardenerimComponent({ "name": "chat", "exportName": "GChat", "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 GMessage = /* @__PURE__ */ createGardenerimComponent({ "name": "message", "exportName": "GMessage", "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 GPromptComposer = /* @__PURE__ */ createGardenerimComponent({ "name": "prompt-composer", "exportName": "GPromptComposer", "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 GAttachment = /* @__PURE__ */ createGardenerimComponent({ "name": "attachment", "exportName": "GAttachment", "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 GThinking = /* @__PURE__ */ createGardenerimComponent({ "name": "thinking", "exportName": "GThinking", "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 GToolCall = /* @__PURE__ */ createGardenerimComponent({ "name": "tool-call", "exportName": "GToolCall", "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 GToolApproval = /* @__PURE__ */ createGardenerimComponent({ "name": "tool-approval", "exportName": "GToolApproval", "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 GAgentStatus = /* @__PURE__ */ createGardenerimComponent({ "name": "agent-status", "exportName": "GAgentStatus", "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 GAgentPlan = /* @__PURE__ */ createGardenerimComponent({ "name": "agent-plan", "exportName": "GAgentPlan", "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 GSourcesCitations = /* @__PURE__ */ createGardenerimComponent({ "name": "sources-citations", "exportName": "GSourcesCitations", "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 GArtifactPanel = /* @__PURE__ */ createGardenerimComponent({ "name": "artifact-panel", "exportName": "GArtifactPanel", "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 GModelSelector = /* @__PURE__ */ createGardenerimComponent({ "name": "model-selector", "exportName": "GModelSelector", "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 GContextMeter = /* @__PURE__ */ createGardenerimComponent({ "name": "context-meter", "exportName": "GContextMeter", "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 GVoiceState = /* @__PURE__ */ createGardenerimComponent({ "name": "voice-state", "exportName": "GVoiceState", "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 GGenerationPlaceholder = /* @__PURE__ */ createGardenerimComponent({ "name": "generation-placeholder", "exportName": "GGenerationPlaceholder", "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 GAiWorkspace = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-workspace", "exportName": "GAiWorkspace", "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 GPromptStarter = /* @__PURE__ */ createGardenerimComponent({ "name": "prompt-starter", "exportName": "GPromptStarter", "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 GAiCommandMenu = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-command-menu", "exportName": "GAiCommandMenu", "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 GStreamingResponse = /* @__PURE__ */ createGardenerimComponent({ "name": "streaming-response", "exportName": "GStreamingResponse", "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 GMultiAgentBoard = /* @__PURE__ */ createGardenerimComponent({ "name": "multi-agent-board", "exportName": "GMultiAgentBoard", "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 GAgentHandoff = /* @__PURE__ */ createGardenerimComponent({ "name": "agent-handoff", "exportName": "GAgentHandoff", "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 GArtifactWorkspace = /* @__PURE__ */ createGardenerimComponent({ "name": "artifact-workspace", "exportName": "GArtifactWorkspace", "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 GGenerationGallery = /* @__PURE__ */ createGardenerimComponent({ "name": "generation-gallery", "exportName": "GGenerationGallery", "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 GAiContextManager = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-context-manager", "exportName": "GAiContextManager", "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 GAiUsagePanel = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-usage-panel", "exportName": "GAiUsagePanel", "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 GAiSafetyNotice = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-safety-notice", "exportName": "GAiSafetyNotice", "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 GAiFeedback = /* @__PURE__ */ createGardenerimComponent({ "name": "ai-feedback", "exportName": "GAiFeedback", "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 GDatePicker = /* @__PURE__ */ createGardenerimComponent({ "name": "date-picker", "exportName": "GDatePicker", "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 GTimePicker = /* @__PURE__ */ createGardenerimComponent({ "name": "time-picker", "exportName": "GTimePicker", "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 GPinInput = /* @__PURE__ */ createGardenerimComponent({ "name": "pin-input", "exportName": "GPinInput", "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 GRating = /* @__PURE__ */ createGardenerimComponent({ "name": "rating", "exportName": "GRating", "category": "form", "type": "css", "selector": ".g-rating", "className": "g-rating", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
246
|
+
export const GTransferList = /* @__PURE__ */ createGardenerimComponent({ "name": "transfer-list", "exportName": "GTransferList", "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 GValidationSummary = /* @__PURE__ */ createGardenerimComponent({ "name": "validation-summary", "exportName": "GValidationSummary", "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 GMegaMenu = /* @__PURE__ */ createGardenerimComponent({ "name": "mega-menu", "exportName": "GMegaMenu", "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 GAnchorNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "anchor-navigation", "exportName": "GAnchorNavigation", "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 GTourSpotlight = /* @__PURE__ */ createGardenerimComponent({ "name": "tour-spotlight", "exportName": "GTourSpotlight", "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 GVirtualList = /* @__PURE__ */ createGardenerimComponent({ "name": "virtual-list", "exportName": "GVirtualList", "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 GKanban = /* @__PURE__ */ createGardenerimComponent({ "name": "kanban", "exportName": "GKanban", "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 GGanttShell = /* @__PURE__ */ createGardenerimComponent({ "name": "gantt-shell", "exportName": "GGanttShell", "category": "data", "type": "css", "selector": ".g-gantt", "className": "g-gantt", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
254
|
+
export const GQueryBuilder = /* @__PURE__ */ createGardenerimComponent({ "name": "query-builder", "exportName": "GQueryBuilder", "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 GCarousel = /* @__PURE__ */ createGardenerimComponent({ "name": "carousel", "exportName": "GCarousel", "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 GGalleryLightbox = /* @__PURE__ */ createGardenerimComponent({ "name": "gallery-lightbox", "exportName": "GGalleryLightbox", "category": "media", "type": "css", "selector": ".g-gallery", "className": "g-gallery", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
257
|
+
export const GMediaPlayer = /* @__PURE__ */ createGardenerimComponent({ "name": "media-player", "exportName": "GMediaPlayer", "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 GDocumentViewer = /* @__PURE__ */ createGardenerimComponent({ "name": "document-viewer", "exportName": "GDocumentViewer", "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 GSplitPane = /* @__PURE__ */ createGardenerimComponent({ "name": "split-pane", "exportName": "GSplitPane", "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 GDragSort = /* @__PURE__ */ createGardenerimComponent({ "name": "drag-sort", "exportName": "GDragSort", "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 GInfiniteScroll = /* @__PURE__ */ createGardenerimComponent({ "name": "infinite-scroll", "exportName": "GInfiniteScroll", "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 GPullRefresh = /* @__PURE__ */ createGardenerimComponent({ "name": "pull-refresh", "exportName": "GPullRefresh", "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 GProductCard = /* @__PURE__ */ createGardenerimComponent({ "name": "product-card", "exportName": "GProductCard", "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 GCartItem = /* @__PURE__ */ createGardenerimComponent({ "name": "cart-item", "exportName": "GCartItem", "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 GPriceQuantity = /* @__PURE__ */ createGardenerimComponent({ "name": "price-quantity", "exportName": "GPriceQuantity", "category": "commerce", "type": "css", "selector": ".g-price", "className": "g-price", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
266
|
+
export const GConversationList = /* @__PURE__ */ createGardenerimComponent({ "name": "conversation-list", "exportName": "GConversationList", "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 GPromptLibrary = /* @__PURE__ */ createGardenerimComponent({ "name": "prompt-library", "exportName": "GPromptLibrary", "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 GMentionSlashCommand = /* @__PURE__ */ createGardenerimComponent({ "name": "mention-slash-command", "exportName": "GMentionSlashCommand", "category": "ai", "type": "css", "selector": ".g-mention", "className": "g-mention", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
269
|
+
export const GGenerationCard = /* @__PURE__ */ createGardenerimComponent({ "name": "generation-card", "exportName": "GGenerationCard", "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 GFileTree = /* @__PURE__ */ createGardenerimComponent({ "name": "file-tree", "exportName": "GFileTree", "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 GVersionHistory = /* @__PURE__ */ createGardenerimComponent({ "name": "version-history", "exportName": "GVersionHistory", "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 GPermissionScope = /* @__PURE__ */ createGardenerimComponent({ "name": "permission-scope", "exportName": "GPermissionScope", "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 GCostRateLimit = /* @__PURE__ */ createGardenerimComponent({ "name": "cost-rate-limit", "exportName": "GCostRateLimit", "category": "ai", "type": "css", "selector": ".g-cost", "className": "g-cost", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
274
|
+
export const GPrivacyNotice = /* @__PURE__ */ createGardenerimComponent({ "name": "privacy-notice", "exportName": "GPrivacyNotice", "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 GAuthenticationShell = /* @__PURE__ */ createGardenerimComponent({ "name": "authentication-shell", "exportName": "GAuthenticationShell", "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 GMobileCategory = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-category", "exportName": "GMobileCategory", "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 GCmsShell = /* @__PURE__ */ createGardenerimComponent({ "name": "cms-shell", "exportName": "GCmsShell", "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 GVisualBuilder = /* @__PURE__ */ createGardenerimComponent({ "name": "visual-builder", "exportName": "GVisualBuilder", "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 GRichEditor = /* @__PURE__ */ createGardenerimComponent({ "name": "rich-editor", "exportName": "GRichEditor", "category": "cms", "type": "css", "selector": ".g-editor", "className": "g-editor", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
280
|
+
export const GMediaLibrary = /* @__PURE__ */ createGardenerimComponent({ "name": "media-library", "exportName": "GMediaLibrary", "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 GContentWorkflow = /* @__PURE__ */ createGardenerimComponent({ "name": "content-workflow", "exportName": "GContentWorkflow", "category": "cms", "type": "css", "selector": ".g-workflow", "className": "g-workflow", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
282
|
+
export const GLocalizationGrid = /* @__PURE__ */ createGardenerimComponent({ "name": "localization-grid", "exportName": "GLocalizationGrid", "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 GSiteHeader = /* @__PURE__ */ createGardenerimComponent({ "name": "site-header", "exportName": "GSiteHeader", "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 GHero = /* @__PURE__ */ createGardenerimComponent({ "name": "hero", "exportName": "GHero", "category": "marketing", "type": "css", "selector": ".g-hero", "className": "g-hero", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
285
|
+
export const GPricing = /* @__PURE__ */ createGardenerimComponent({ "name": "pricing", "exportName": "GPricing", "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 GArticleLayout = /* @__PURE__ */ createGardenerimComponent({ "name": "article-layout", "exportName": "GArticleLayout", "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 GProductDetail = /* @__PURE__ */ createGardenerimComponent({ "name": "product-detail", "exportName": "GProductDetail", "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 GCheckout = /* @__PURE__ */ createGardenerimComponent({ "name": "checkout", "exportName": "GCheckout", "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 GEnterpriseSettings = /* @__PURE__ */ createGardenerimComponent({ "name": "enterprise-settings", "exportName": "GEnterpriseSettings", "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 GPermissionMatrix = /* @__PURE__ */ createGardenerimComponent({ "name": "permission-matrix", "exportName": "GPermissionMatrix", "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 GAuditLog = /* @__PURE__ */ createGardenerimComponent({ "name": "audit-log", "exportName": "GAuditLog", "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 GDesktopShell = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-shell", "exportName": "GDesktopShell", "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 GDesktopTitlebar = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-titlebar", "exportName": "GDesktopTitlebar", "category": "desktop", "type": "interactive", "selector": ".g-titlebar", "className": "g-titlebar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["tauri", "electron"] });
|
|
294
|
+
export const GDesktopWorkbench = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-workbench", "exportName": "GDesktopWorkbench", "category": "desktop", "type": "css", "selector": ".g-workbench", "className": "g-workbench", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["desktop", "tauri", "electron"] });
|
|
295
|
+
export const GOnboarding = /* @__PURE__ */ createGardenerimComponent({ "name": "onboarding", "exportName": "GOnboarding", "category": "workflow", "type": "css", "selector": ".g-onboarding", "className": "g-onboarding", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
296
|
+
export const GWizardLayout = /* @__PURE__ */ createGardenerimComponent({ "name": "wizard-layout", "exportName": "GWizardLayout", "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 GNotificationCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "notification-center", "exportName": "GNotificationCenter", "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 GInbox = /* @__PURE__ */ createGardenerimComponent({ "name": "inbox", "exportName": "GInbox", "category": "communication", "type": "css", "selector": ".g-inbox", "className": "g-inbox", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
299
|
+
export const GSearchResults = /* @__PURE__ */ createGardenerimComponent({ "name": "search-results", "exportName": "GSearchResults", "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 GCalendar = /* @__PURE__ */ createGardenerimComponent({ "name": "calendar", "exportName": "GCalendar", "category": "data", "type": "css", "selector": ".g-calendar", "className": "g-calendar", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
301
|
+
export const GAgenda = /* @__PURE__ */ createGardenerimComponent({ "name": "agenda", "exportName": "GAgenda", "category": "data", "type": "css", "selector": ".g-agenda", "className": "g-agenda", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
302
|
+
export const GFileManager = /* @__PURE__ */ createGardenerimComponent({ "name": "file-manager", "exportName": "GFileManager", "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 GUploadQueue = /* @__PURE__ */ createGardenerimComponent({ "name": "upload-queue", "exportName": "GUploadQueue", "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 GFormBuilder = /* @__PURE__ */ createGardenerimComponent({ "name": "form-builder", "exportName": "GFormBuilder", "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 GFilterBuilder = /* @__PURE__ */ createGardenerimComponent({ "name": "filter-builder", "exportName": "GFilterBuilder", "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 GPivotTable = /* @__PURE__ */ createGardenerimComponent({ "name": "pivot-table", "exportName": "GPivotTable", "category": "data", "type": "css", "selector": ".g-pivot", "className": "g-pivot", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
307
|
+
export const GOrganizationChart = /* @__PURE__ */ createGardenerimComponent({ "name": "organization-chart", "exportName": "GOrganizationChart", "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 GMapShell = /* @__PURE__ */ createGardenerimComponent({ "name": "map-shell", "exportName": "GMapShell", "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 GCommentThread = /* @__PURE__ */ createGardenerimComponent({ "name": "comment-thread", "exportName": "GCommentThread", "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 GActivityFeed = /* @__PURE__ */ createGardenerimComponent({ "name": "activity-feed", "exportName": "GActivityFeed", "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 GReportInvoice = /* @__PURE__ */ createGardenerimComponent({ "name": "report-invoice", "exportName": "GReportInvoice", "category": "content", "type": "css", "selector": ".g-report", "className": "g-report", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": [], "platforms": ["web", "mobile", "desktop"] });
|
|
312
|
+
export const GCookieConsent = /* @__PURE__ */ createGardenerimComponent({ "name": "cookie-consent", "exportName": "GCookieConsent", "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 GCopyAction = /* @__PURE__ */ createGardenerimComponent({ "name": "copy-action", "exportName": "GCopyAction", "category": "interaction", "type": "interactive", "selector": "[data-g-copy]", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["copy"], "platforms": ["web", "mobile", "desktop"] });
|
|
314
|
+
export const GFullscreenAction = /* @__PURE__ */ createGardenerimComponent({ "name": "fullscreen-action", "exportName": "GFullscreenAction", "category": "interaction", "type": "interactive", "selector": "[data-g-fullscreen]", "tag": "div", "variants": [], "states": [], "parts": [], "behaviors": ["fullscreen"], "platforms": ["web", "mobile", "desktop"] });
|
|
315
|
+
export const GBackToTop = /* @__PURE__ */ createGardenerimComponent({ "name": "back-to-top", "exportName": "GBackToTop", "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 GImageCropShell = /* @__PURE__ */ createGardenerimComponent({ "name": "image-crop-shell", "exportName": "GImageCropShell", "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 GContentFileDrop = /* @__PURE__ */ createGardenerimComponent({ "name": "content-file-drop", "exportName": "GContentFileDrop", "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 GContentFileList = /* @__PURE__ */ createGardenerimComponent({ "name": "content-file-list", "exportName": "GContentFileList", "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 GContentUploadQueue = /* @__PURE__ */ createGardenerimComponent({ "name": "content-upload-queue", "exportName": "GContentUploadQueue", "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 GChunkUpload = /* @__PURE__ */ createGardenerimComponent({ "name": "chunk-upload", "exportName": "GChunkUpload", "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 GUploadProgressComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "upload-progress-composition", "exportName": "GUploadProgressComposition", "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 GFailedUpload = /* @__PURE__ */ createGardenerimComponent({ "name": "failed-upload", "exportName": "GFailedUpload", "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 GFileCardComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "file-card-composition", "exportName": "GFileCardComposition", "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 GFolderTreeComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "folder-tree-composition", "exportName": "GFolderTreeComposition", "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 GFileBrowserComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "file-browser-composition", "exportName": "GFileBrowserComposition", "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 GFilePreviewComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "file-preview-composition", "exportName": "GFilePreviewComposition", "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 GMediaLibraryComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "media-library-composition", "exportName": "GMediaLibraryComposition", "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 GMediaGridComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "media-grid-composition", "exportName": "GMediaGridComposition", "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 GMediaDetailsComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "media-details-composition", "exportName": "GMediaDetailsComposition", "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 GImageCropComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "image-crop-composition", "exportName": "GImageCropComposition", "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 GImageAnnotationComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "image-annotation-composition", "exportName": "GImageAnnotationComposition", "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 GDocumentViewerComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "document-viewer-composition", "exportName": "GDocumentViewerComposition", "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 GPdfViewer = /* @__PURE__ */ createGardenerimComponent({ "name": "pdf-viewer", "exportName": "GPdfViewer", "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 GVideoPlayerShell = /* @__PURE__ */ createGardenerimComponent({ "name": "video-player-shell", "exportName": "GVideoPlayerShell", "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 GAudioPlayerShell = /* @__PURE__ */ createGardenerimComponent({ "name": "audio-player-shell", "exportName": "GAudioPlayerShell", "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 GCodeEditorShell = /* @__PURE__ */ createGardenerimComponent({ "name": "code-editor-shell", "exportName": "GCodeEditorShell", "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 GRichTextEditorComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "rich-text-editor-composition", "exportName": "GRichTextEditorComposition", "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 GMarkdownEditor = /* @__PURE__ */ createGardenerimComponent({ "name": "markdown-editor", "exportName": "GMarkdownEditor", "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 GBlockEditor = /* @__PURE__ */ createGardenerimComponent({ "name": "block-editor", "exportName": "GBlockEditor", "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 GRevisionCompareComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "revision-compare-composition", "exportName": "GRevisionCompareComposition", "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 GContentAutosaveIndicator = /* @__PURE__ */ createGardenerimComponent({ "name": "content-autosave-indicator", "exportName": "GContentAutosaveIndicator", "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 GContentOutline = /* @__PURE__ */ createGardenerimComponent({ "name": "content-outline", "exportName": "GContentOutline", "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 GEditorToolbarComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "editor-toolbar-composition", "exportName": "GEditorToolbarComposition", "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 GFindReplace = /* @__PURE__ */ createGardenerimComponent({ "name": "find-replace", "exportName": "GFindReplace", "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 GCommentThreadComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "comment-thread-composition", "exportName": "GCommentThreadComposition", "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 GVersionHistoryComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "version-history-composition", "exportName": "GVersionHistoryComposition", "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 GFileProperties = /* @__PURE__ */ createGardenerimComponent({ "name": "file-properties", "exportName": "GFileProperties", "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 GStorageMeter = /* @__PURE__ */ createGardenerimComponent({ "name": "storage-meter", "exportName": "GStorageMeter", "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 GAuthCentered = /* @__PURE__ */ createGardenerimComponent({ "name": "auth-centered", "exportName": "GAuthCentered", "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 GAuthSplit = /* @__PURE__ */ createGardenerimComponent({ "name": "auth-split", "exportName": "GAuthSplit", "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 GSignInComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "sign-in-composition", "exportName": "GSignInComposition", "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 GRegistrationComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "registration-composition", "exportName": "GRegistrationComposition", "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 GPasswordRecovery = /* @__PURE__ */ createGardenerimComponent({ "name": "password-recovery", "exportName": "GPasswordRecovery", "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 GPasswordReset = /* @__PURE__ */ createGardenerimComponent({ "name": "password-reset", "exportName": "GPasswordReset", "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 GEmailVerification = /* @__PURE__ */ createGardenerimComponent({ "name": "email-verification", "exportName": "GEmailVerification", "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 GPhoneVerification = /* @__PURE__ */ createGardenerimComponent({ "name": "phone-verification", "exportName": "GPhoneVerification", "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 GMfaChallenge = /* @__PURE__ */ createGardenerimComponent({ "name": "mfa-challenge", "exportName": "GMfaChallenge", "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 GOtpInput = /* @__PURE__ */ createGardenerimComponent({ "name": "otp-input", "exportName": "GOtpInput", "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 GPasskeyComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "passkey-composition", "exportName": "GPasskeyComposition", "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 GSsoComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "sso-composition", "exportName": "GSsoComposition", "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 GQrLogin = /* @__PURE__ */ createGardenerimComponent({ "name": "qr-login", "exportName": "GQrLogin", "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 GMagicLink = /* @__PURE__ */ createGardenerimComponent({ "name": "magic-link", "exportName": "GMagicLink", "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 GInvitationComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "invitation-composition", "exportName": "GInvitationComposition", "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 GFirstTimeSetup = /* @__PURE__ */ createGardenerimComponent({ "name": "first-time-setup", "exportName": "GFirstTimeSetup", "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 GLockScreen = /* @__PURE__ */ createGardenerimComponent({ "name": "lock-screen", "exportName": "GLockScreen", "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 GSessionExpired = /* @__PURE__ */ createGardenerimComponent({ "name": "session-expired", "exportName": "GSessionExpired", "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 GAccountChooser = /* @__PURE__ */ createGardenerimComponent({ "name": "account-chooser", "exportName": "GAccountChooser", "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 GTenantChooser = /* @__PURE__ */ createGardenerimComponent({ "name": "tenant-chooser", "exportName": "GTenantChooser", "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 GIdentitySwitcher = /* @__PURE__ */ createGardenerimComponent({ "name": "identity-switcher", "exportName": "GIdentitySwitcher", "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 GProfileSetup = /* @__PURE__ */ createGardenerimComponent({ "name": "profile-setup", "exportName": "GProfileSetup", "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 GAccountSecurity = /* @__PURE__ */ createGardenerimComponent({ "name": "account-security", "exportName": "GAccountSecurity", "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 GDeviceManagement = /* @__PURE__ */ createGardenerimComponent({ "name": "device-management", "exportName": "GDeviceManagement", "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 GLoginActivity = /* @__PURE__ */ createGardenerimComponent({ "name": "login-activity", "exportName": "GLoginActivity", "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 GSecurityAlert = /* @__PURE__ */ createGardenerimComponent({ "name": "security-alert", "exportName": "GSecurityAlert", "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 GRecoveryCodes = /* @__PURE__ */ createGardenerimComponent({ "name": "recovery-codes", "exportName": "GRecoveryCodes", "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 GTrustedDevice = /* @__PURE__ */ createGardenerimComponent({ "name": "trusted-device", "exportName": "GTrustedDevice", "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 GConnectedAccounts = /* @__PURE__ */ createGardenerimComponent({ "name": "connected-accounts", "exportName": "GConnectedAccounts", "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 GPasswordStrength = /* @__PURE__ */ createGardenerimComponent({ "name": "password-strength", "exportName": "GPasswordStrength", "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 GAuthConsent = /* @__PURE__ */ createGardenerimComponent({ "name": "auth-consent", "exportName": "GAuthConsent", "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 GAuthResult = /* @__PURE__ */ createGardenerimComponent({ "name": "auth-result", "exportName": "GAuthResult", "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 GCommerceProductCard = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-product-card", "exportName": "GCommerceProductCard", "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 GCommerceProductList = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-product-list", "exportName": "GCommerceProductList", "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 GCommerceProductDetail = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-product-detail", "exportName": "GCommerceProductDetail", "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 GCommerceProductGallery = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-product-gallery", "exportName": "GCommerceProductGallery", "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 GSkuSelector = /* @__PURE__ */ createGardenerimComponent({ "name": "sku-selector", "exportName": "GSkuSelector", "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 GCommerceQuantityStepper = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-quantity-stepper", "exportName": "GCommerceQuantityStepper", "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 GPriceDisplay = /* @__PURE__ */ createGardenerimComponent({ "name": "price-display", "exportName": "GPriceDisplay", "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 GCommerceCartItem = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-cart-item", "exportName": "GCommerceCartItem", "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 GCommerceCart = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-cart", "exportName": "GCommerceCart", "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 GMiniCart = /* @__PURE__ */ createGardenerimComponent({ "name": "mini-cart", "exportName": "GMiniCart", "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 GCartSummary = /* @__PURE__ */ createGardenerimComponent({ "name": "cart-summary", "exportName": "GCartSummary", "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 GCommerceCheckout = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-checkout", "exportName": "GCommerceCheckout", "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 GCommerceCheckoutSteps = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-checkout-steps", "exportName": "GCommerceCheckoutSteps", "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 GAddressSelector = /* @__PURE__ */ createGardenerimComponent({ "name": "address-selector", "exportName": "GAddressSelector", "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 GAddressCard = /* @__PURE__ */ createGardenerimComponent({ "name": "address-card", "exportName": "GAddressCard", "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 GShippingMethod = /* @__PURE__ */ createGardenerimComponent({ "name": "shipping-method", "exportName": "GShippingMethod", "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 GPickupSelector = /* @__PURE__ */ createGardenerimComponent({ "name": "pickup-selector", "exportName": "GPickupSelector", "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 GCoupon = /* @__PURE__ */ createGardenerimComponent({ "name": "coupon", "exportName": "GCoupon", "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 GPromotionList = /* @__PURE__ */ createGardenerimComponent({ "name": "promotion-list", "exportName": "GPromotionList", "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 GInvoiceInformation = /* @__PURE__ */ createGardenerimComponent({ "name": "invoice-information", "exportName": "GInvoiceInformation", "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 GPaymentMethod = /* @__PURE__ */ createGardenerimComponent({ "name": "payment-method", "exportName": "GPaymentMethod", "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 GPaymentSheet = /* @__PURE__ */ createGardenerimComponent({ "name": "payment-sheet", "exportName": "GPaymentSheet", "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 GPaymentResult = /* @__PURE__ */ createGardenerimComponent({ "name": "payment-result", "exportName": "GPaymentResult", "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 GCommerceOrderSummary = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-order-summary", "exportName": "GCommerceOrderSummary", "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 GCommerceOrderTimeline = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-order-timeline", "exportName": "GCommerceOrderTimeline", "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 GOrderDetail = /* @__PURE__ */ createGardenerimComponent({ "name": "order-detail", "exportName": "GOrderDetail", "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 GSubscriptionPlan = /* @__PURE__ */ createGardenerimComponent({ "name": "subscription-plan", "exportName": "GSubscriptionPlan", "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 GPricingComparison = /* @__PURE__ */ createGardenerimComponent({ "name": "pricing-comparison", "exportName": "GPricingComparison", "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 GCommerceUsageMeter = /* @__PURE__ */ createGardenerimComponent({ "name": "commerce-usage-meter", "exportName": "GCommerceUsageMeter", "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 GBillingHistory = /* @__PURE__ */ createGardenerimComponent({ "name": "billing-history", "exportName": "GBillingHistory", "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 GRefundStatus = /* @__PURE__ */ createGardenerimComponent({ "name": "refund-status", "exportName": "GRefundStatus", "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 GTaxSummary = /* @__PURE__ */ createGardenerimComponent({ "name": "tax-summary", "exportName": "GTaxSummary", "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 GMobileSafeShell = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-safe-shell", "exportName": "GMobileSafeShell", "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 GMobileAppBar = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-app-bar", "exportName": "GMobileAppBar", "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 GMobileBottomNavigation = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-bottom-navigation", "exportName": "GMobileBottomNavigation", "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 GMobileBottomSheet = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-bottom-sheet", "exportName": "GMobileBottomSheet", "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 GMobileActionSheet = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-action-sheet", "exportName": "GMobileActionSheet", "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 GMobilePullRefresh = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-pull-refresh", "exportName": "GMobilePullRefresh", "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 GMobileInfiniteLoad = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-infinite-load", "exportName": "GMobileInfiniteLoad", "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 GMobileSwipeActions = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-swipe-actions", "exportName": "GMobileSwipeActions", "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 GMobileSwipeTabs = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-swipe-tabs", "exportName": "GMobileSwipeTabs", "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 GMobileCategoryView = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-category-view", "exportName": "GMobileCategoryView", "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 GMobileFilterSheet = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-filter-sheet", "exportName": "GMobileFilterSheet", "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 GMobilePurchaseBar = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-purchase-bar", "exportName": "GMobilePurchaseBar", "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 GMobileSearch = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-search", "exportName": "GMobileSearch", "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 GMobilePicker = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-picker", "exportName": "GMobilePicker", "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 GMobileWheelPicker = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-wheel-picker", "exportName": "GMobileWheelPicker", "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 GMobileFab = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-fab", "exportName": "GMobileFab", "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 GMobileFullscreenDialog = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-fullscreen-dialog", "exportName": "GMobileFullscreenDialog", "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 GMobileKeyboardAvoidance = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-keyboard-avoidance", "exportName": "GMobileKeyboardAvoidance", "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 GMobileGestureHint = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-gesture-hint", "exportName": "GMobileGestureHint", "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 GMobileOfflineBanner = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-offline-banner", "exportName": "GMobileOfflineBanner", "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 GMobileSegmentedControl = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-segmented-control", "exportName": "GMobileSegmentedControl", "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 GMobileFeed = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-feed", "exportName": "GMobileFeed", "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 GMobileCardCarousel = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-card-carousel", "exportName": "GMobileCardCarousel", "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 GMobileForm = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-form", "exportName": "GMobileForm", "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 GMobileAuth = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-auth", "exportName": "GMobileAuth", "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 GMobileCheckout = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-checkout", "exportName": "GMobileCheckout", "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 GMobileMediaViewer = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-media-viewer", "exportName": "GMobileMediaViewer", "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 GMobileKeyboardToolbar = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-keyboard-toolbar", "exportName": "GMobileKeyboardToolbar", "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 GMobileSelectionMode = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-selection-mode", "exportName": "GMobileSelectionMode", "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 GMobileSnackbar = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-snackbar", "exportName": "GMobileSnackbar", "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 GMobilePermissionPrompt = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-permission-prompt", "exportName": "GMobilePermissionPrompt", "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 GMobileState = /* @__PURE__ */ createGardenerimComponent({ "name": "mobile-state", "exportName": "GMobileState", "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 GDesktopNativeTitlebar = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-native-titlebar", "exportName": "GDesktopNativeTitlebar", "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 GDesktopWindowControlsComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-window-controls-composition", "exportName": "GDesktopWindowControlsComposition", "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 GDesktopMenubarComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-menubar-composition", "exportName": "GDesktopMenubarComposition", "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 GDesktopActivityBarComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-activity-bar-composition", "exportName": "GDesktopActivityBarComposition", "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 GDesktopDockPanel = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-dock-panel", "exportName": "GDesktopDockPanel", "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 GDesktopSplitPane = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-split-pane", "exportName": "GDesktopSplitPane", "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 GDesktopInspectorPanel = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-inspector-panel", "exportName": "GDesktopInspectorPanel", "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 GDesktopStatusBar = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-status-bar", "exportName": "GDesktopStatusBar", "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 GDesktopCommandPalette = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-command-palette", "exportName": "GDesktopCommandPalette", "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 GShortcutRecorder = /* @__PURE__ */ createGardenerimComponent({ "name": "shortcut-recorder", "exportName": "GShortcutRecorder", "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 GDesktopContextMenu = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-context-menu", "exportName": "GDesktopContextMenu", "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 GDesktopDocumentTabs = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-document-tabs", "exportName": "GDesktopDocumentTabs", "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 GDesktopDragRegion = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-drag-region", "exportName": "GDesktopDragRegion", "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 GWindowLoading = /* @__PURE__ */ createGardenerimComponent({ "name": "window-loading", "exportName": "GWindowLoading", "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 GUpdateAvailable = /* @__PURE__ */ createGardenerimComponent({ "name": "update-available", "exportName": "GUpdateAvailable", "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 GDesktopPermissionRequest = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-permission-request", "exportName": "GDesktopPermissionRequest", "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 GNativeFilePicker = /* @__PURE__ */ createGardenerimComponent({ "name": "native-file-picker", "exportName": "GNativeFilePicker", "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 GTrayMenuShell = /* @__PURE__ */ createGardenerimComponent({ "name": "tray-menu-shell", "exportName": "GTrayMenuShell", "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 GMultiWindowPlaceholder = /* @__PURE__ */ createGardenerimComponent({ "name": "multi-window-placeholder", "exportName": "GMultiWindowPlaceholder", "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 GDesktopWorkspaceComposition = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-workspace-composition", "exportName": "GDesktopWorkspaceComposition", "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 GDesktopWindowSwitcher = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-window-switcher", "exportName": "GDesktopWindowSwitcher", "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 GRecentDocuments = /* @__PURE__ */ createGardenerimComponent({ "name": "recent-documents", "exportName": "GRecentDocuments", "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 GDesktopToolbar = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-toolbar", "exportName": "GDesktopToolbar", "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 GDesktopBottomPanel = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-bottom-panel", "exportName": "GDesktopBottomPanel", "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 GBackgroundTaskCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "background-task-center", "exportName": "GBackgroundTaskCenter", "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 GDesktopNotificationCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "desktop-notification-center", "exportName": "GDesktopNotificationCenter", "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 GSyncStatus = /* @__PURE__ */ createGardenerimComponent({ "name": "sync-status", "exportName": "GSyncStatus", "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 GUpdateProgress = /* @__PURE__ */ createGardenerimComponent({ "name": "update-progress", "exportName": "GUpdateProgress", "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 GCrashRecovery = /* @__PURE__ */ createGardenerimComponent({ "name": "crash-recovery", "exportName": "GCrashRecovery", "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 GSingleInstanceNotice = /* @__PURE__ */ createGardenerimComponent({ "name": "single-instance-notice", "exportName": "GSingleInstanceNotice", "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 GDeepLinkHandler = /* @__PURE__ */ createGardenerimComponent({ "name": "deep-link-handler", "exportName": "GDeepLinkHandler", "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 GAboutDialog = /* @__PURE__ */ createGardenerimComponent({ "name": "about-dialog", "exportName": "GAboutDialog", "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 GSolutionProductLanding = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-product-landing", "exportName": "GSolutionProductLanding", "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 GSolutionCorporateHome = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-corporate-home", "exportName": "GSolutionCorporateHome", "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 GSolutionPersonalHome = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-personal-home", "exportName": "GSolutionPersonalHome", "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 GSolutionPortfolioPage = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-portfolio-page", "exportName": "GSolutionPortfolioPage", "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 GSolutionBlogIndex = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-blog-index", "exportName": "GSolutionBlogIndex", "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 GSolutionArticlePage = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-article-page", "exportName": "GSolutionArticlePage", "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 GSolutionDocsPortal = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-docs-portal", "exportName": "GSolutionDocsPortal", "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 GSolutionHelpCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-help-center", "exportName": "GSolutionHelpCenter", "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 GSolutionSearchResults = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-search-results", "exportName": "GSolutionSearchResults", "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 GSolutionContactPage = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-contact-page", "exportName": "GSolutionContactPage", "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 GSolutionPricingPage = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-pricing-page", "exportName": "GSolutionPricingPage", "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 GSolutionDashboardOverview = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-dashboard-overview", "exportName": "GSolutionDashboardOverview", "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 GSolutionAdminList = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-admin-list", "exportName": "GSolutionAdminList", "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 GSolutionRecordDetail = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-record-detail", "exportName": "GSolutionRecordDetail", "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 GSolutionSettingsCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-settings-center", "exportName": "GSolutionSettingsCenter", "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 GSolutionUserCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-user-center", "exportName": "GSolutionUserCenter", "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 GSolutionNotificationCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-notification-center", "exportName": "GSolutionNotificationCenter", "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 GSolutionOnboardingFlow = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-onboarding-flow", "exportName": "GSolutionOnboardingFlow", "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 GSolutionCrmWorkspace = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-crm-workspace", "exportName": "GSolutionCrmWorkspace", "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 GSolutionProjectWorkspace = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-project-workspace", "exportName": "GSolutionProjectWorkspace", "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 GSolutionSupportCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-support-center", "exportName": "GSolutionSupportCenter", "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 GSolutionApprovalCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-approval-center", "exportName": "GSolutionApprovalCenter", "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 GSolutionKnowledgeBase = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-knowledge-base", "exportName": "GSolutionKnowledgeBase", "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 GSolutionLearningPortal = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-learning-portal", "exportName": "GSolutionLearningPortal", "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 GSolutionEventPortal = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-event-portal", "exportName": "GSolutionEventPortal", "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 GSolutionBookingPortal = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-booking-portal", "exportName": "GSolutionBookingPortal", "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 GSolutionHealthcarePortal = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-healthcare-portal", "exportName": "GSolutionHealthcarePortal", "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 GSolutionFinancePortal = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-finance-portal", "exportName": "GSolutionFinancePortal", "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 GSolutionPublicServicePortal = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-public-service-portal", "exportName": "GSolutionPublicServicePortal", "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 GSolutionMarketplacePage = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-marketplace-page", "exportName": "GSolutionMarketplacePage", "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 GSolutionCommunityPage = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-community-page", "exportName": "GSolutionCommunityPage", "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 GSolutionStatusCenter = /* @__PURE__ */ createGardenerimComponent({ "name": "solution-status-center", "exportName": "GSolutionStatusCenter", "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 gardenerimComponents = {
|
|
510
510
|
GButton,
|
|
511
511
|
GButtonGroup,
|
|
512
512
|
GCard,
|