@shohojdhara/atomix 0.3.3 → 0.3.4
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/README.md +46 -28
- package/dist/atomix.css +13 -6
- package/dist/atomix.min.css +1 -1
- package/dist/index.d.ts +912 -505
- package/dist/index.esm.js +2924 -2133
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2719 -1916
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +11 -62
- package/scripts/atomix-cli.js +338 -2
- package/scripts/cli/interactive-init.js +36 -44
- package/scripts/cli/theme-bridge.js +129 -0
- package/scripts/sync-theme-config.js +22 -22
- package/src/components/Button/Button.tsx +36 -1
- package/src/lib/config/index.ts +275 -0
- package/src/lib/config/loader.ts +105 -0
- package/src/lib/index.ts +1 -0
- package/src/lib/theme/composeTheme.ts +0 -5
- package/src/lib/theme/config/index.ts +1 -1
- package/src/lib/theme/config/loader.ts +75 -41
- package/src/lib/theme/config/types.ts +21 -7
- package/src/lib/theme/config/validator.ts +1 -1
- package/src/lib/theme/constants.ts +12 -2
- package/src/lib/theme/createTheme.ts +0 -1
- package/src/lib/theme/createThemeFromConfig.ts +132 -0
- package/src/lib/theme/devtools/CLI.ts +161 -76
- package/src/lib/theme/devtools/Comparator.tsx +343 -0
- package/src/lib/theme/devtools/IMPROVEMENTS.md +429 -0
- package/src/lib/theme/devtools/Inspector.tsx +21 -6
- package/src/lib/theme/devtools/LiveEditor.tsx +393 -0
- package/src/lib/theme/devtools/README.md +433 -0
- package/src/lib/theme/devtools/index.ts +12 -11
- package/src/lib/theme/generateCSSVariables.ts +79 -38
- package/src/lib/theme/index.ts +18 -2
- package/src/lib/theme/runtime/ThemeManager.test.ts +17 -1
- package/src/lib/theme/runtime/ThemeManager.ts +7 -7
- package/src/lib/theme/types.ts +42 -43
- package/src/lib/theme-tools.ts +7 -67
- package/src/lib/types/components.ts +69 -75
- package/src/styles/01-settings/_settings.navbar.scss +1 -1
- package/src/styles/03-generic/_generated-root.css +5 -0
- package/src/styles/06-components/_components.navbar.scss +12 -5
- package/src/themes/README.md +1 -2
- package/src/themes/themes.config.js +10 -194
- package/dist/themes/applemix.css +0 -16576
- package/dist/themes/applemix.css.map +0 -1
- package/dist/themes/applemix.min.css +0 -73
- package/dist/themes/boomdevs.css +0 -16007
- package/dist/themes/boomdevs.css.map +0 -1
- package/dist/themes/boomdevs.min.css +0 -406
- package/dist/themes/esrar.css +0 -18424
- package/dist/themes/esrar.css.map +0 -1
- package/dist/themes/esrar.min.css +0 -221
- package/dist/themes/flashtrade.css +0 -17596
- package/dist/themes/flashtrade.css.map +0 -1
- package/dist/themes/flashtrade.min.css +0 -196
- package/dist/themes/mashroom.css +0 -31082
- package/dist/themes/mashroom.css.map +0 -1
- package/dist/themes/mashroom.min.css +0 -450
- package/dist/themes/shaj-default.css +0 -17200
- package/dist/themes/shaj-default.css.map +0 -1
- package/dist/themes/shaj-default.min.css +0 -502
- package/src/lib/theme/__tests__/ThemeBuilder.test.ts +0 -223
- package/src/lib/theme/builders/ThemeBuilder.ts +0 -372
- package/src/lib/theme/errors.test.ts +0 -207
- package/src/lib/theme/generators/CSSGenerator.ts +0 -311
- package/src/lib/theme/generators/ConfigGenerator.ts +0 -287
- package/src/lib/theme/generators/TypeGenerator.ts +0 -228
- package/src/lib/theme/generators/index.ts +0 -21
- package/src/lib/theme/monitoring/ThemeAnalytics.ts +0 -409
- package/src/lib/theme/monitoring/index.ts +0 -17
- package/src/lib/theme/overrides/ComponentOverrides.ts +0 -243
- package/src/lib/theme/overrides/index.ts +0 -15
- package/src/lib/theme/whitelabel/WhiteLabelManager.ts +0 -364
- package/src/lib/theme/whitelabel/index.ts +0 -13
- package/src/themes/THEME_CHECKLIST.md +0 -74
- package/src/themes/applemix/01-settings/_index.scss +0 -24
- package/src/themes/applemix/01-settings/_settings.animations.scss +0 -0
- package/src/themes/applemix/01-settings/_settings.background.scss +0 -6
- package/src/themes/applemix/01-settings/_settings.colors.scss +0 -75
- package/src/themes/applemix/01-settings/_settings.config.scss +0 -15
- package/src/themes/applemix/01-settings/_settings.typography.scss +0 -30
- package/src/themes/applemix/02-tools/_index.scss +0 -4
- package/src/themes/applemix/03-generic/_index.scss +0 -7
- package/src/themes/applemix/04-elements/_index.scss +0 -7
- package/src/themes/applemix/05-objects/_index.scss +0 -7
- package/src/themes/applemix/06-components/_index.scss +0 -15
- package/src/themes/applemix/99-utilities/_index.scss +0 -7
- package/src/themes/applemix/README.md +0 -378
- package/src/themes/applemix/index.scss +0 -33
- package/src/themes/boomdevs/01-settings/_index.scss +0 -38
- package/src/themes/boomdevs/01-settings/_settings.accordion.scss +0 -12
- package/src/themes/boomdevs/01-settings/_settings.animations.scss +0 -11
- package/src/themes/boomdevs/01-settings/_settings.avatar.scss +0 -9
- package/src/themes/boomdevs/01-settings/_settings.badge.scss +0 -11
- package/src/themes/boomdevs/01-settings/_settings.border-radius.scss +0 -16
- package/src/themes/boomdevs/01-settings/_settings.border.scss +0 -10
- package/src/themes/boomdevs/01-settings/_settings.box-shadow.scss +0 -14
- package/src/themes/boomdevs/01-settings/_settings.breadcrumb.scss +0 -13
- package/src/themes/boomdevs/01-settings/_settings.breakpoints.scss +0 -15
- package/src/themes/boomdevs/01-settings/_settings.button.scss +0 -9
- package/src/themes/boomdevs/01-settings/_settings.callout.scss +0 -9
- package/src/themes/boomdevs/01-settings/_settings.card.scss +0 -11
- package/src/themes/boomdevs/01-settings/_settings.checkbox.scss +0 -9
- package/src/themes/boomdevs/01-settings/_settings.colors.scss +0 -145
- package/src/themes/boomdevs/01-settings/_settings.dropdown.scss +0 -11
- package/src/themes/boomdevs/01-settings/_settings.grid.scss +0 -16
- package/src/themes/boomdevs/01-settings/_settings.input.scss +0 -14
- package/src/themes/boomdevs/01-settings/_settings.link.scss +0 -11
- package/src/themes/boomdevs/01-settings/_settings.list.scss +0 -10
- package/src/themes/boomdevs/01-settings/_settings.modal.scss +0 -16
- package/src/themes/boomdevs/01-settings/_settings.navbar.scss +0 -16
- package/src/themes/boomdevs/01-settings/_settings.pagination.scss +0 -13
- package/src/themes/boomdevs/01-settings/_settings.progress.scss +0 -11
- package/src/themes/boomdevs/01-settings/_settings.rating.scss +0 -10
- package/src/themes/boomdevs/01-settings/_settings.spacing.scss +0 -33
- package/src/themes/boomdevs/01-settings/_settings.spinner.scss +0 -11
- package/src/themes/boomdevs/01-settings/_settings.steps.scss +0 -12
- package/src/themes/boomdevs/01-settings/_settings.tabs.scss +0 -12
- package/src/themes/boomdevs/01-settings/_settings.todo.scss +0 -15
- package/src/themes/boomdevs/01-settings/_settings.toggle.scss +0 -14
- package/src/themes/boomdevs/01-settings/_settings.tooltip.scss +0 -13
- package/src/themes/boomdevs/01-settings/_settings.typography.scss +0 -58
- package/src/themes/boomdevs/01-settings/_settings.video-player.scss +0 -12
- package/src/themes/boomdevs/02-tools/_index.scss +0 -7
- package/src/themes/boomdevs/03-generic/_index.scss +0 -7
- package/src/themes/boomdevs/04-elements/_index.scss +0 -7
- package/src/themes/boomdevs/05-objects/_index.scss +0 -7
- package/src/themes/boomdevs/06-components/_components.button.scss +0 -11
- package/src/themes/boomdevs/06-components/_index.scss +0 -11
- package/src/themes/boomdevs/99-utilities/_index.scss +0 -7
- package/src/themes/boomdevs/index.scss +0 -26
- package/src/themes/esrar/01-settings/_index.scss +0 -15
- package/src/themes/esrar/01-settings/_settings.colors.scss +0 -91
- package/src/themes/esrar/02-tools/_index.scss +0 -8
- package/src/themes/esrar/02-tools/_tools.animations.scss +0 -342
- package/src/themes/esrar/06-components/_components.accordion.scss +0 -49
- package/src/themes/esrar/06-components/_components.avatar-group.scss +0 -14
- package/src/themes/esrar/06-components/_components.avatar.scss +0 -61
- package/src/themes/esrar/06-components/_components.badge.scss +0 -117
- package/src/themes/esrar/06-components/_components.breadcrumb.scss +0 -65
- package/src/themes/esrar/06-components/_components.btn-group.scss +0 -19
- package/src/themes/esrar/06-components/_components.button.scss +0 -224
- package/src/themes/esrar/06-components/_components.callout.scss +0 -51
- package/src/themes/esrar/06-components/_components.card.scss +0 -134
- package/src/themes/esrar/06-components/_components.chart.scss +0 -24
- package/src/themes/esrar/06-components/_components.checkbox-group.scss +0 -26
- package/src/themes/esrar/06-components/_components.checkbox.scss +0 -71
- package/src/themes/esrar/06-components/_components.color-mode-toggle.scss +0 -29
- package/src/themes/esrar/06-components/_components.countdown.scss +0 -67
- package/src/themes/esrar/06-components/_components.data-table.scss +0 -22
- package/src/themes/esrar/06-components/_components.datepicker.scss +0 -20
- package/src/themes/esrar/06-components/_components.dropdown.scss +0 -272
- package/src/themes/esrar/06-components/_components.edge-panel.scss +0 -10
- package/src/themes/esrar/06-components/_components.form-group.scss +0 -15
- package/src/themes/esrar/06-components/_components.form.scss +0 -66
- package/src/themes/esrar/06-components/_components.hero.scss +0 -251
- package/src/themes/esrar/06-components/_components.icon.scss +0 -33
- package/src/themes/esrar/06-components/_components.image-gallery.scss +0 -29
- package/src/themes/esrar/06-components/_components.input.scss +0 -91
- package/src/themes/esrar/06-components/_components.list-group.scss +0 -26
- package/src/themes/esrar/06-components/_components.modal.scss +0 -148
- package/src/themes/esrar/06-components/_components.notification.scss +0 -80
- package/src/themes/esrar/06-components/_components.pagination.scss +0 -84
- package/src/themes/esrar/06-components/_components.popover.scss +0 -10
- package/src/themes/esrar/06-components/_components.progress.scss +0 -64
- package/src/themes/esrar/06-components/_components.rating.scss +0 -26
- package/src/themes/esrar/06-components/_components.skeleton.scss +0 -15
- package/src/themes/esrar/06-components/_components.slider.scss +0 -90
- package/src/themes/esrar/06-components/_components.spinner.scss +0 -71
- package/src/themes/esrar/06-components/_components.steps.scss +0 -76
- package/src/themes/esrar/06-components/_components.tab.scss +0 -58
- package/src/themes/esrar/06-components/_components.tag.scss +0 -21
- package/src/themes/esrar/06-components/_components.timeline.scss +0 -19
- package/src/themes/esrar/06-components/_components.toast.scss +0 -91
- package/src/themes/esrar/06-components/_components.toggle.scss +0 -74
- package/src/themes/esrar/06-components/_components.tooltip.scss +0 -45
- package/src/themes/esrar/06-components/_components.upload.scss +0 -102
- package/src/themes/esrar/06-components/_index.scss +0 -42
- package/src/themes/esrar/index.scss +0 -30
- package/src/themes/flashtrade/01-settings/_index.scss +0 -19
- package/src/themes/flashtrade/01-settings/_settings.animations.scss +0 -11
- package/src/themes/flashtrade/01-settings/_settings.background.scss +0 -9
- package/src/themes/flashtrade/01-settings/_settings.colors.scss +0 -79
- package/src/themes/flashtrade/01-settings/_settings.config.scss +0 -16
- package/src/themes/flashtrade/01-settings/_settings.typography.scss +0 -35
- package/src/themes/flashtrade/02-tools/_index.scss +0 -8
- package/src/themes/flashtrade/03-generic/_index.scss +0 -8
- package/src/themes/flashtrade/04-elements/_index.scss +0 -12
- package/src/themes/flashtrade/05-objects/_index.scss +0 -8
- package/src/themes/flashtrade/06-components/_components.badge.scss +0 -156
- package/src/themes/flashtrade/06-components/_components.button.scss +0 -135
- package/src/themes/flashtrade/06-components/_components.card.scss +0 -214
- package/src/themes/flashtrade/06-components/_components.navbar.scss +0 -227
- package/src/themes/flashtrade/06-components/_index.scss +0 -13
- package/src/themes/flashtrade/99-utilities/_index.scss +0 -9
- package/src/themes/flashtrade/99-utilities/_utilities.trading.scss +0 -187
- package/src/themes/flashtrade/README.md +0 -386
- package/src/themes/flashtrade/demo.html +0 -272
- package/src/themes/flashtrade/index.scss +0 -36
- package/src/themes/mashroom/01-settings/_index.scss +0 -69
- package/src/themes/mashroom/01-settings/_settings.accordion.scss +0 -32
- package/src/themes/mashroom/01-settings/_settings.animations.scss +0 -26
- package/src/themes/mashroom/01-settings/_settings.avatar-group.scss +0 -22
- package/src/themes/mashroom/01-settings/_settings.avatar.scss +0 -57
- package/src/themes/mashroom/01-settings/_settings.badge.scss +0 -19
- package/src/themes/mashroom/01-settings/_settings.border-radius.scss +0 -24
- package/src/themes/mashroom/01-settings/_settings.border.scss +0 -14
- package/src/themes/mashroom/01-settings/_settings.box-shadow.scss +0 -40
- package/src/themes/mashroom/01-settings/_settings.breadcrumb.scss +0 -0
- package/src/themes/mashroom/01-settings/_settings.breakpoints.scss +0 -17
- package/src/themes/mashroom/01-settings/_settings.btn-group.scss +0 -5
- package/src/themes/mashroom/01-settings/_settings.button.scss +0 -50
- package/src/themes/mashroom/01-settings/_settings.callout.scss +0 -81
- package/src/themes/mashroom/01-settings/_settings.card.scss +0 -52
- package/src/themes/mashroom/01-settings/_settings.checkbox-group.scss +0 -5
- package/src/themes/mashroom/01-settings/_settings.checkbox.scss +0 -23
- package/src/themes/mashroom/01-settings/_settings.color-mode.scss +0 -7
- package/src/themes/mashroom/01-settings/_settings.colors.scss +0 -180
- package/src/themes/mashroom/01-settings/_settings.config.scss +0 -4
- package/src/themes/mashroom/01-settings/_settings.countdown.scss +0 -20
- package/src/themes/mashroom/01-settings/_settings.data-table.scss +0 -56
- package/src/themes/mashroom/01-settings/_settings.datepicker.scss +0 -45
- package/src/themes/mashroom/01-settings/_settings.design-tokens.scss +0 -3
- package/src/themes/mashroom/01-settings/_settings.dropdown.scss +0 -45
- package/src/themes/mashroom/01-settings/_settings.edge-panel.scss +0 -24
- package/src/themes/mashroom/01-settings/_settings.fonts.scss +0 -8
- package/src/themes/mashroom/01-settings/_settings.form-group.scss +0 -14
- package/src/themes/mashroom/01-settings/_settings.form.scss +0 -6
- package/src/themes/mashroom/01-settings/_settings.grid.scss +0 -23
- package/src/themes/mashroom/01-settings/_settings.hero.scss +0 -41
- package/src/themes/mashroom/01-settings/_settings.input.scss +0 -51
- package/src/themes/mashroom/01-settings/_settings.link.scss +0 -13
- package/src/themes/mashroom/01-settings/_settings.list-group.scss +0 -16
- package/src/themes/mashroom/01-settings/_settings.list.scss +0 -13
- package/src/themes/mashroom/01-settings/_settings.masonry-grid.scss +0 -23
- package/src/themes/mashroom/01-settings/_settings.menu.scss +0 -50
- package/src/themes/mashroom/01-settings/_settings.messages.scss +0 -98
- package/src/themes/mashroom/01-settings/_settings.modal.scss +0 -41
- package/src/themes/mashroom/01-settings/_settings.nav.scss +0 -20
- package/src/themes/mashroom/01-settings/_settings.navbar.scss +0 -54
- package/src/themes/mashroom/01-settings/_settings.pagination.scss +0 -30
- package/src/themes/mashroom/01-settings/_settings.photoviewer.scss +0 -45
- package/src/themes/mashroom/01-settings/_settings.popover.scss +0 -20
- package/src/themes/mashroom/01-settings/_settings.position.scss +0 -9
- package/src/themes/mashroom/01-settings/_settings.progress.scss +0 -17
- package/src/themes/mashroom/01-settings/_settings.rating.scss +0 -11
- package/src/themes/mashroom/01-settings/_settings.river.scss +0 -50
- package/src/themes/mashroom/01-settings/_settings.sectionintro.scss +0 -31
- package/src/themes/mashroom/01-settings/_settings.select.scss +0 -47
- package/src/themes/mashroom/01-settings/_settings.side-menu.scss +0 -79
- package/src/themes/mashroom/01-settings/_settings.skeleton.scss +0 -24
- package/src/themes/mashroom/01-settings/_settings.spacing.scss +0 -66
- package/src/themes/mashroom/01-settings/_settings.spinner.scss +0 -34
- package/src/themes/mashroom/01-settings/_settings.steps.scss +0 -33
- package/src/themes/mashroom/01-settings/_settings.tabs.scss +0 -33
- package/src/themes/mashroom/01-settings/_settings.testimonials.scss +0 -24
- package/src/themes/mashroom/01-settings/_settings.todo.scss +0 -52
- package/src/themes/mashroom/01-settings/_settings.toggle.scss +0 -49
- package/src/themes/mashroom/01-settings/_settings.tooltip.scss +0 -20
- package/src/themes/mashroom/01-settings/_settings.typography.scss +0 -95
- package/src/themes/mashroom/01-settings/_settings.upload.scss +0 -96
- package/src/themes/mashroom/01-settings/_settings.z-layers.scss +0 -19
- package/src/themes/mashroom/02-tools/_index.scss +0 -8
- package/src/themes/mashroom/02-tools/_tools.psychedelic-gradients.scss +0 -78
- package/src/themes/mashroom/02-tools/_tools.trippy-effects.scss +0 -114
- package/src/themes/mashroom/03-generic/_index.scss +0 -6
- package/src/themes/mashroom/04-elements/_index.scss +0 -6
- package/src/themes/mashroom/05-objects/_index.scss +0 -6
- package/src/themes/mashroom/06-components/_components.accordion.scss +0 -187
- package/src/themes/mashroom/06-components/_components.avatar-group.scss +0 -276
- package/src/themes/mashroom/06-components/_components.avatar.scss +0 -114
- package/src/themes/mashroom/06-components/_components.badge.scss +0 -152
- package/src/themes/mashroom/06-components/_components.breadcrumb.scss +0 -162
- package/src/themes/mashroom/06-components/_components.btn-group.scss +0 -404
- package/src/themes/mashroom/06-components/_components.button.scss +0 -160
- package/src/themes/mashroom/06-components/_components.callout.scss +0 -140
- package/src/themes/mashroom/06-components/_components.card.scss +0 -225
- package/src/themes/mashroom/06-components/_components.checkbox.scss +0 -186
- package/src/themes/mashroom/06-components/_components.color-mode-toggle.scss +0 -308
- package/src/themes/mashroom/06-components/_components.countdown.scss +0 -402
- package/src/themes/mashroom/06-components/_components.data-table.scss +0 -354
- package/src/themes/mashroom/06-components/_components.datepicker.scss +0 -349
- package/src/themes/mashroom/06-components/_components.dropdown.scss +0 -334
- package/src/themes/mashroom/06-components/_components.edge-panel.scss +0 -413
- package/src/themes/mashroom/06-components/_components.form-group.scss +0 -433
- package/src/themes/mashroom/06-components/_components.form.scss +0 -358
- package/src/themes/mashroom/06-components/_components.hero.scss +0 -151
- package/src/themes/mashroom/06-components/_components.input.scss +0 -147
- package/src/themes/mashroom/06-components/_components.list-group.scss +0 -456
- package/src/themes/mashroom/06-components/_components.list.scss +0 -145
- package/src/themes/mashroom/06-components/_components.menu.scss +0 -497
- package/src/themes/mashroom/06-components/_components.messages.scss +0 -277
- package/src/themes/mashroom/06-components/_components.modal.scss +0 -264
- package/src/themes/mashroom/06-components/_components.nav.scss +0 -181
- package/src/themes/mashroom/06-components/_components.navbar.scss +0 -538
- package/src/themes/mashroom/06-components/_components.pagination.scss +0 -400
- package/src/themes/mashroom/06-components/_components.photoviewer.scss +0 -498
- package/src/themes/mashroom/06-components/_components.popover.scss +0 -383
- package/src/themes/mashroom/06-components/_components.product-review.scss +0 -408
- package/src/themes/mashroom/06-components/_components.progress.scss +0 -249
- package/src/themes/mashroom/06-components/_components.rating.scss +0 -300
- package/src/themes/mashroom/06-components/_components.river.scss +0 -570
- package/src/themes/mashroom/06-components/_components.sectionintro.scss +0 -546
- package/src/themes/mashroom/06-components/_components.select.scss +0 -455
- package/src/themes/mashroom/06-components/_components.side-menu.scss +0 -635
- package/src/themes/mashroom/06-components/_components.skeleton.scss +0 -447
- package/src/themes/mashroom/06-components/_components.slider.scss +0 -414
- package/src/themes/mashroom/06-components/_components.spinner.scss +0 -198
- package/src/themes/mashroom/06-components/_components.steps.scss +0 -350
- package/src/themes/mashroom/06-components/_components.tabs.scss +0 -269
- package/src/themes/mashroom/06-components/_components.testimonials.scss +0 -561
- package/src/themes/mashroom/06-components/_components.toggle.scss +0 -231
- package/src/themes/mashroom/06-components/_components.tooltip.scss +0 -167
- package/src/themes/mashroom/06-components/_components.upload.scss +0 -537
- package/src/themes/mashroom/06-components/_components.video-player.scss +0 -560
- package/src/themes/mashroom/06-components/_index.scss +0 -55
- package/src/themes/mashroom/99-utilities/_index.scss +0 -6
- package/src/themes/mashroom/index.scss +0 -26
- package/src/themes/shaj-default/01-settings/_index.scss +0 -69
- package/src/themes/shaj-default/01-settings/_settings.accordion.scss +0 -38
- package/src/themes/shaj-default/01-settings/_settings.animations.scss +0 -32
- package/src/themes/shaj-default/01-settings/_settings.avatar-group.scss +0 -28
- package/src/themes/shaj-default/01-settings/_settings.avatar.scss +0 -63
- package/src/themes/shaj-default/01-settings/_settings.badge.scss +0 -25
- package/src/themes/shaj-default/01-settings/_settings.border-radius.scss +0 -24
- package/src/themes/shaj-default/01-settings/_settings.border.scss +0 -20
- package/src/themes/shaj-default/01-settings/_settings.box-shadow.scss +0 -46
- package/src/themes/shaj-default/01-settings/_settings.breadcrumb.scss +0 -0
- package/src/themes/shaj-default/01-settings/_settings.breakpoints.scss +0 -23
- package/src/themes/shaj-default/01-settings/_settings.btn-group.scss +0 -11
- package/src/themes/shaj-default/01-settings/_settings.button.scss +0 -56
- package/src/themes/shaj-default/01-settings/_settings.callout.scss +0 -87
- package/src/themes/shaj-default/01-settings/_settings.card.scss +0 -52
- package/src/themes/shaj-default/01-settings/_settings.checkbox-group.scss +0 -11
- package/src/themes/shaj-default/01-settings/_settings.checkbox.scss +0 -29
- package/src/themes/shaj-default/01-settings/_settings.color-mode.scss +0 -13
- package/src/themes/shaj-default/01-settings/_settings.colors.scss +0 -91
- package/src/themes/shaj-default/01-settings/_settings.config.scss +0 -4
- package/src/themes/shaj-default/01-settings/_settings.countdown.scss +0 -26
- package/src/themes/shaj-default/01-settings/_settings.data-table.scss +0 -62
- package/src/themes/shaj-default/01-settings/_settings.datepicker.scss +0 -51
- package/src/themes/shaj-default/01-settings/_settings.design-tokens.scss +0 -9
- package/src/themes/shaj-default/01-settings/_settings.dropdown.scss +0 -51
- package/src/themes/shaj-default/01-settings/_settings.edge-panel.scss +0 -30
- package/src/themes/shaj-default/01-settings/_settings.fonts.scss +0 -13
- package/src/themes/shaj-default/01-settings/_settings.form-group.scss +0 -20
- package/src/themes/shaj-default/01-settings/_settings.form.scss +0 -12
- package/src/themes/shaj-default/01-settings/_settings.grid.scss +0 -29
- package/src/themes/shaj-default/01-settings/_settings.hero.scss +0 -47
- package/src/themes/shaj-default/01-settings/_settings.input.scss +0 -57
- package/src/themes/shaj-default/01-settings/_settings.link.scss +0 -19
- package/src/themes/shaj-default/01-settings/_settings.list-group.scss +0 -22
- package/src/themes/shaj-default/01-settings/_settings.list.scss +0 -19
- package/src/themes/shaj-default/01-settings/_settings.masonry-grid.scss +0 -29
- package/src/themes/shaj-default/01-settings/_settings.menu.scss +0 -56
- package/src/themes/shaj-default/01-settings/_settings.messages.scss +0 -104
- package/src/themes/shaj-default/01-settings/_settings.modal.scss +0 -47
- package/src/themes/shaj-default/01-settings/_settings.nav.scss +0 -26
- package/src/themes/shaj-default/01-settings/_settings.navbar.scss +0 -60
- package/src/themes/shaj-default/01-settings/_settings.pagination.scss +0 -36
- package/src/themes/shaj-default/01-settings/_settings.photoviewer.scss +0 -51
- package/src/themes/shaj-default/01-settings/_settings.popover.scss +0 -26
- package/src/themes/shaj-default/01-settings/_settings.position.scss +0 -15
- package/src/themes/shaj-default/01-settings/_settings.progress.scss +0 -23
- package/src/themes/shaj-default/01-settings/_settings.rating.scss +0 -17
- package/src/themes/shaj-default/01-settings/_settings.river.scss +0 -56
- package/src/themes/shaj-default/01-settings/_settings.sectionintro.scss +0 -37
- package/src/themes/shaj-default/01-settings/_settings.select.scss +0 -53
- package/src/themes/shaj-default/01-settings/_settings.side-menu.scss +0 -85
- package/src/themes/shaj-default/01-settings/_settings.skeleton.scss +0 -30
- package/src/themes/shaj-default/01-settings/_settings.spacing.scss +0 -72
- package/src/themes/shaj-default/01-settings/_settings.spinner.scss +0 -24
- package/src/themes/shaj-default/01-settings/_settings.steps.scss +0 -39
- package/src/themes/shaj-default/01-settings/_settings.tabs.scss +0 -39
- package/src/themes/shaj-default/01-settings/_settings.testimonials.scss +0 -30
- package/src/themes/shaj-default/01-settings/_settings.todo.scss +0 -58
- package/src/themes/shaj-default/01-settings/_settings.toggle.scss +0 -55
- package/src/themes/shaj-default/01-settings/_settings.tooltip.scss +0 -26
- package/src/themes/shaj-default/01-settings/_settings.typography.scss +0 -101
- package/src/themes/shaj-default/01-settings/_settings.upload.scss +0 -102
- package/src/themes/shaj-default/01-settings/_settings.z-layers.scss +0 -25
- package/src/themes/shaj-default/02-tools/_index.scss +0 -0
- package/src/themes/shaj-default/03-generic/_generic.root.scss +0 -0
- package/src/themes/shaj-default/03-generic/_index.scss +0 -2
- package/src/themes/shaj-default/04-elements/_index.scss +0 -0
- package/src/themes/shaj-default/05-objects/_index.scss +0 -0
- package/src/themes/shaj-default/06-components/_components.button.scss +0 -55
- package/src/themes/shaj-default/06-components/_components.card.scss +0 -57
- package/src/themes/shaj-default/06-components/_components.input.scss +0 -58
- package/src/themes/shaj-default/06-components/_components.navbar.scss +0 -99
- package/src/themes/shaj-default/06-components/_components.tooltip.scss +0 -0
- package/src/themes/shaj-default/06-components/_index.scss +0 -13
- package/src/themes/shaj-default/99-utilities/_index.scss +0 -0
- package/src/themes/shaj-default/index.scss +0 -25
- package/theme.config.ts +0 -360
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
1
|
+
import * as React$1 from 'react';
|
|
2
|
+
import React__default, { ReactNode, ErrorInfo, Component, ElementType, HTMLAttributes } from 'react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as PhosphorIcons from '@phosphor-icons/react';
|
|
5
5
|
|
|
@@ -17,7 +17,7 @@ interface PartStyleProps {
|
|
|
17
17
|
/** Additional CSS class name for the part */
|
|
18
18
|
className?: string;
|
|
19
19
|
/** Inline styles for the part */
|
|
20
|
-
style?:
|
|
20
|
+
style?: React__default.CSSProperties;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* Generic component parts type
|
|
@@ -367,11 +367,11 @@ type ComponentPartsMap = {
|
|
|
367
367
|
*/
|
|
368
368
|
interface SlotProps<T = any> {
|
|
369
369
|
/** Static children to render */
|
|
370
|
-
children?:
|
|
370
|
+
children?: React__default.ReactNode;
|
|
371
371
|
/** Render function with access to slot props */
|
|
372
|
-
render?: (props: T) =>
|
|
372
|
+
render?: (props: T) => React__default.ReactNode;
|
|
373
373
|
/** Custom component to render */
|
|
374
|
-
component?:
|
|
374
|
+
component?: React__default.ComponentType<T>;
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
377
|
* Render a slot with the given props
|
|
@@ -388,7 +388,7 @@ interface SlotProps<T = any> {
|
|
|
388
388
|
* { onClick: handleClick, children: 'Click me' }
|
|
389
389
|
* )
|
|
390
390
|
*/
|
|
391
|
-
declare function renderSlot<T>(slot: SlotProps<T> |
|
|
391
|
+
declare function renderSlot<T>(slot: SlotProps<T> | React__default.ReactNode | undefined, props: T, fallback?: React__default.ReactNode): React__default.ReactNode;
|
|
392
392
|
/**
|
|
393
393
|
* Check if a value is a slot configuration
|
|
394
394
|
*/
|
|
@@ -408,20 +408,20 @@ declare function mergeSlots<T>(...slots: Array<SlotProps<T> | undefined>): SlotP
|
|
|
408
408
|
* Default content
|
|
409
409
|
* </ButtonSlot>
|
|
410
410
|
*/
|
|
411
|
-
declare function createSlotComponent<T>(defaultElement?: keyof JSX.IntrinsicElements |
|
|
411
|
+
declare function createSlotComponent<T>(defaultElement?: keyof JSX.IntrinsicElements | React__default.ComponentType<T>): ({ slot, children, ...props }: T & {
|
|
412
412
|
slot?: SlotProps<T>;
|
|
413
|
-
children?:
|
|
413
|
+
children?: React__default.ReactNode;
|
|
414
414
|
}) => react_jsx_runtime.JSX.Element;
|
|
415
415
|
/**
|
|
416
416
|
* Slot props for Button component
|
|
417
417
|
*/
|
|
418
418
|
interface ButtonRootSlotProps {
|
|
419
419
|
className: string;
|
|
420
|
-
style?:
|
|
421
|
-
children:
|
|
420
|
+
style?: React__default.CSSProperties;
|
|
421
|
+
children: React__default.ReactNode;
|
|
422
422
|
disabled?: boolean;
|
|
423
423
|
loading?: boolean;
|
|
424
|
-
onClick?:
|
|
424
|
+
onClick?: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
425
425
|
type?: 'button' | 'submit' | 'reset';
|
|
426
426
|
'aria-label'?: string;
|
|
427
427
|
'aria-disabled'?: boolean;
|
|
@@ -429,18 +429,18 @@ interface ButtonRootSlotProps {
|
|
|
429
429
|
}
|
|
430
430
|
interface ButtonIconSlotProps {
|
|
431
431
|
className: string;
|
|
432
|
-
style?:
|
|
433
|
-
children:
|
|
432
|
+
style?: React__default.CSSProperties;
|
|
433
|
+
children: React__default.ReactNode;
|
|
434
434
|
size?: 'sm' | 'md' | 'lg';
|
|
435
435
|
}
|
|
436
436
|
interface ButtonLabelSlotProps {
|
|
437
437
|
className: string;
|
|
438
|
-
style?:
|
|
439
|
-
children:
|
|
438
|
+
style?: React__default.CSSProperties;
|
|
439
|
+
children: React__default.ReactNode;
|
|
440
440
|
}
|
|
441
441
|
interface ButtonSpinnerSlotProps {
|
|
442
442
|
className: string;
|
|
443
|
-
style?:
|
|
443
|
+
style?: React__default.CSSProperties;
|
|
444
444
|
size?: 'sm' | 'md' | 'lg';
|
|
445
445
|
variant?: string;
|
|
446
446
|
}
|
|
@@ -449,28 +449,28 @@ interface ButtonSpinnerSlotProps {
|
|
|
449
449
|
*/
|
|
450
450
|
interface CardRootSlotProps {
|
|
451
451
|
className: string;
|
|
452
|
-
style?:
|
|
453
|
-
children:
|
|
454
|
-
onClick?:
|
|
452
|
+
style?: React__default.CSSProperties;
|
|
453
|
+
children: React__default.ReactNode;
|
|
454
|
+
onClick?: React__default.MouseEventHandler<HTMLDivElement>;
|
|
455
455
|
role?: string;
|
|
456
456
|
'aria-label'?: string;
|
|
457
457
|
}
|
|
458
458
|
interface CardHeaderSlotProps {
|
|
459
459
|
className: string;
|
|
460
|
-
style?:
|
|
461
|
-
children:
|
|
460
|
+
style?: React__default.CSSProperties;
|
|
461
|
+
children: React__default.ReactNode;
|
|
462
462
|
}
|
|
463
463
|
interface CardBodySlotProps {
|
|
464
464
|
className: string;
|
|
465
|
-
style?:
|
|
466
|
-
children:
|
|
465
|
+
style?: React__default.CSSProperties;
|
|
466
|
+
children: React__default.ReactNode;
|
|
467
467
|
scrollable?: boolean;
|
|
468
468
|
maxHeight?: string | number;
|
|
469
469
|
}
|
|
470
470
|
interface CardFooterSlotProps {
|
|
471
471
|
className: string;
|
|
472
|
-
style?:
|
|
473
|
-
children:
|
|
472
|
+
style?: React__default.CSSProperties;
|
|
473
|
+
children: React__default.ReactNode;
|
|
474
474
|
align?: 'start' | 'center' | 'end' | 'between';
|
|
475
475
|
}
|
|
476
476
|
/**
|
|
@@ -478,43 +478,43 @@ interface CardFooterSlotProps {
|
|
|
478
478
|
*/
|
|
479
479
|
interface ModalRootSlotProps {
|
|
480
480
|
className: string;
|
|
481
|
-
style?:
|
|
482
|
-
children:
|
|
481
|
+
style?: React__default.CSSProperties;
|
|
482
|
+
children: React__default.ReactNode;
|
|
483
483
|
role: string;
|
|
484
484
|
'aria-modal': boolean;
|
|
485
485
|
'aria-hidden': boolean;
|
|
486
486
|
}
|
|
487
487
|
interface ModalBackdropSlotProps {
|
|
488
488
|
className: string;
|
|
489
|
-
style?:
|
|
490
|
-
onClick?:
|
|
489
|
+
style?: React__default.CSSProperties;
|
|
490
|
+
onClick?: React__default.MouseEventHandler<HTMLDivElement>;
|
|
491
491
|
}
|
|
492
492
|
interface ModalDialogSlotProps {
|
|
493
493
|
className: string;
|
|
494
|
-
style?:
|
|
495
|
-
children:
|
|
494
|
+
style?: React__default.CSSProperties;
|
|
495
|
+
children: React__default.ReactNode;
|
|
496
496
|
}
|
|
497
497
|
interface ModalContentSlotProps {
|
|
498
498
|
className: string;
|
|
499
|
-
style?:
|
|
500
|
-
children:
|
|
499
|
+
style?: React__default.CSSProperties;
|
|
500
|
+
children: React__default.ReactNode;
|
|
501
501
|
}
|
|
502
502
|
/**
|
|
503
503
|
* Slot props for Input component
|
|
504
504
|
*/
|
|
505
505
|
interface InputRootSlotProps {
|
|
506
506
|
className: string;
|
|
507
|
-
style?:
|
|
508
|
-
children:
|
|
507
|
+
style?: React__default.CSSProperties;
|
|
508
|
+
children: React__default.ReactNode;
|
|
509
509
|
}
|
|
510
510
|
interface InputElementSlotProps {
|
|
511
511
|
className: string;
|
|
512
|
-
style?:
|
|
512
|
+
style?: React__default.CSSProperties;
|
|
513
513
|
type?: string;
|
|
514
514
|
value?: string | number;
|
|
515
|
-
onChange?:
|
|
516
|
-
onFocus?:
|
|
517
|
-
onBlur?:
|
|
515
|
+
onChange?: React__default.ChangeEventHandler<HTMLInputElement>;
|
|
516
|
+
onFocus?: React__default.FocusEventHandler<HTMLInputElement>;
|
|
517
|
+
onBlur?: React__default.FocusEventHandler<HTMLInputElement>;
|
|
518
518
|
placeholder?: string;
|
|
519
519
|
disabled?: boolean;
|
|
520
520
|
required?: boolean;
|
|
@@ -527,15 +527,15 @@ interface InputElementSlotProps {
|
|
|
527
527
|
*/
|
|
528
528
|
interface DropdownRootSlotProps {
|
|
529
529
|
className: string;
|
|
530
|
-
style?:
|
|
531
|
-
children:
|
|
530
|
+
style?: React__default.CSSProperties;
|
|
531
|
+
children: React__default.ReactNode;
|
|
532
532
|
}
|
|
533
533
|
interface DropdownToggleSlotProps {
|
|
534
534
|
className: string;
|
|
535
|
-
style?:
|
|
536
|
-
children:
|
|
537
|
-
onClick?:
|
|
538
|
-
onKeyDown?:
|
|
535
|
+
style?: React__default.CSSProperties;
|
|
536
|
+
children: React__default.ReactNode;
|
|
537
|
+
onClick?: React__default.MouseEventHandler<HTMLDivElement>;
|
|
538
|
+
onKeyDown?: React__default.KeyboardEventHandler<HTMLDivElement>;
|
|
539
539
|
'aria-haspopup': string;
|
|
540
540
|
'aria-expanded': boolean;
|
|
541
541
|
'aria-controls': string;
|
|
@@ -543,8 +543,8 @@ interface DropdownToggleSlotProps {
|
|
|
543
543
|
}
|
|
544
544
|
interface DropdownMenuSlotProps {
|
|
545
545
|
className: string;
|
|
546
|
-
style?:
|
|
547
|
-
children:
|
|
546
|
+
style?: React__default.CSSProperties;
|
|
547
|
+
children: React__default.ReactNode;
|
|
548
548
|
role: string;
|
|
549
549
|
'aria-orientation': string;
|
|
550
550
|
'aria-hidden': boolean;
|
|
@@ -554,29 +554,29 @@ interface DropdownMenuSlotProps {
|
|
|
554
554
|
*/
|
|
555
555
|
interface BadgeRootSlotProps {
|
|
556
556
|
className: string;
|
|
557
|
-
style?:
|
|
558
|
-
children:
|
|
559
|
-
onClick?:
|
|
557
|
+
style?: React__default.CSSProperties;
|
|
558
|
+
children: React__default.ReactNode;
|
|
559
|
+
onClick?: React__default.MouseEventHandler<HTMLSpanElement>;
|
|
560
560
|
role?: string;
|
|
561
561
|
'aria-label'?: string;
|
|
562
562
|
}
|
|
563
563
|
interface BadgeIconSlotProps {
|
|
564
564
|
className: string;
|
|
565
|
-
style?:
|
|
566
|
-
children:
|
|
565
|
+
style?: React__default.CSSProperties;
|
|
566
|
+
children: React__default.ReactNode;
|
|
567
567
|
}
|
|
568
568
|
interface BadgeLabelSlotProps {
|
|
569
569
|
className: string;
|
|
570
|
-
style?:
|
|
571
|
-
children:
|
|
570
|
+
style?: React__default.CSSProperties;
|
|
571
|
+
children: React__default.ReactNode;
|
|
572
572
|
}
|
|
573
573
|
/**
|
|
574
574
|
* Slot props for Progress component
|
|
575
575
|
*/
|
|
576
576
|
interface ProgressRootSlotProps {
|
|
577
577
|
className: string;
|
|
578
|
-
style?:
|
|
579
|
-
children:
|
|
578
|
+
style?: React__default.CSSProperties;
|
|
579
|
+
children: React__default.ReactNode;
|
|
580
580
|
role: string;
|
|
581
581
|
'aria-valuenow': number;
|
|
582
582
|
'aria-valuemin': number;
|
|
@@ -585,22 +585,22 @@ interface ProgressRootSlotProps {
|
|
|
585
585
|
}
|
|
586
586
|
interface ProgressBarSlotProps {
|
|
587
587
|
className: string;
|
|
588
|
-
style?:
|
|
588
|
+
style?: React__default.CSSProperties;
|
|
589
589
|
}
|
|
590
590
|
/**
|
|
591
591
|
* Slot props for Checkbox component
|
|
592
592
|
*/
|
|
593
593
|
interface CheckboxRootSlotProps {
|
|
594
594
|
className: string;
|
|
595
|
-
style?:
|
|
596
|
-
children:
|
|
595
|
+
style?: React__default.CSSProperties;
|
|
596
|
+
children: React__default.ReactNode;
|
|
597
597
|
}
|
|
598
598
|
interface CheckboxInputSlotProps {
|
|
599
599
|
className: string;
|
|
600
|
-
style?:
|
|
600
|
+
style?: React__default.CSSProperties;
|
|
601
601
|
type: 'checkbox';
|
|
602
602
|
checked?: boolean;
|
|
603
|
-
onChange?:
|
|
603
|
+
onChange?: React__default.ChangeEventHandler<HTMLInputElement>;
|
|
604
604
|
disabled?: boolean;
|
|
605
605
|
required?: boolean;
|
|
606
606
|
id?: string;
|
|
@@ -612,8 +612,8 @@ interface CheckboxInputSlotProps {
|
|
|
612
612
|
}
|
|
613
613
|
interface CheckboxLabelSlotProps {
|
|
614
614
|
className: string;
|
|
615
|
-
style?:
|
|
616
|
-
children:
|
|
615
|
+
style?: React__default.CSSProperties;
|
|
616
|
+
children: React__default.ReactNode;
|
|
617
617
|
htmlFor?: string;
|
|
618
618
|
}
|
|
619
619
|
/**
|
|
@@ -621,15 +621,15 @@ interface CheckboxLabelSlotProps {
|
|
|
621
621
|
*/
|
|
622
622
|
interface RadioRootSlotProps {
|
|
623
623
|
className: string;
|
|
624
|
-
style?:
|
|
625
|
-
children:
|
|
624
|
+
style?: React__default.CSSProperties;
|
|
625
|
+
children: React__default.ReactNode;
|
|
626
626
|
}
|
|
627
627
|
interface RadioInputSlotProps {
|
|
628
628
|
className: string;
|
|
629
|
-
style?:
|
|
629
|
+
style?: React__default.CSSProperties;
|
|
630
630
|
type: 'radio';
|
|
631
631
|
checked?: boolean;
|
|
632
|
-
onChange?:
|
|
632
|
+
onChange?: React__default.ChangeEventHandler<HTMLInputElement>;
|
|
633
633
|
disabled?: boolean;
|
|
634
634
|
required?: boolean;
|
|
635
635
|
id?: string;
|
|
@@ -641,8 +641,8 @@ interface RadioInputSlotProps {
|
|
|
641
641
|
}
|
|
642
642
|
interface RadioLabelSlotProps {
|
|
643
643
|
className: string;
|
|
644
|
-
style?:
|
|
645
|
-
children:
|
|
644
|
+
style?: React__default.CSSProperties;
|
|
645
|
+
children: React__default.ReactNode;
|
|
646
646
|
htmlFor?: string;
|
|
647
647
|
}
|
|
648
648
|
/**
|
|
@@ -652,7 +652,7 @@ declare function createSlotProps<T>(props: T): T;
|
|
|
652
652
|
/**
|
|
653
653
|
* Hook to manage slot rendering
|
|
654
654
|
*/
|
|
655
|
-
declare function useSlot<T>(slot: SlotProps<T> |
|
|
655
|
+
declare function useSlot<T>(slot: SlotProps<T> | React__default.ReactNode | undefined, props: T, fallback?: React__default.ReactNode): React__default.ReactNode;
|
|
656
656
|
|
|
657
657
|
/**
|
|
658
658
|
* CSS Variables Constants
|
|
@@ -1386,7 +1386,7 @@ type Size = 'sm' | 'md' | 'lg';
|
|
|
1386
1386
|
/**
|
|
1387
1387
|
* Available theme variants in the Shaj theme system
|
|
1388
1388
|
*/
|
|
1389
|
-
type ThemeName =
|
|
1389
|
+
type ThemeName = string;
|
|
1390
1390
|
/**
|
|
1391
1391
|
* Theme color variants
|
|
1392
1392
|
*/
|
|
@@ -6497,7 +6497,7 @@ interface DatePickerProps {
|
|
|
6497
6497
|
/**
|
|
6498
6498
|
* Custom style for the datepicker component
|
|
6499
6499
|
*/
|
|
6500
|
-
style?:
|
|
6500
|
+
style?: React__default.CSSProperties;
|
|
6501
6501
|
}
|
|
6502
6502
|
interface DatePickerRef {
|
|
6503
6503
|
/**
|
|
@@ -6796,10 +6796,10 @@ interface ChartHandlers {
|
|
|
6796
6796
|
onDataPointClick?: (dataPoint: ChartDataPoint, datasetIndex: number, pointIndex: number) => void;
|
|
6797
6797
|
onPointHover: (datasetIndex: number, pointIndex: number, x: number, y: number, clientX: number, clientY: number) => void;
|
|
6798
6798
|
onPointLeave: () => void;
|
|
6799
|
-
onMouseMove: (event:
|
|
6800
|
-
onMouseDown: (event:
|
|
6799
|
+
onMouseMove: (event: React__default.MouseEvent<SVGSVGElement>) => void;
|
|
6800
|
+
onMouseDown: (event: React__default.MouseEvent<SVGSVGElement>) => void;
|
|
6801
6801
|
onMouseUp: () => void;
|
|
6802
|
-
onWheel: (event:
|
|
6802
|
+
onWheel: (event: React__default.WheelEvent<SVGSVGElement>) => void;
|
|
6803
6803
|
}
|
|
6804
6804
|
/**
|
|
6805
6805
|
* Chart accessibility interface
|
|
@@ -6901,11 +6901,11 @@ interface UseHeroBackgroundSliderResult {
|
|
|
6901
6901
|
/**
|
|
6902
6902
|
* Array of refs for slide container elements
|
|
6903
6903
|
*/
|
|
6904
|
-
slideRefs:
|
|
6904
|
+
slideRefs: React__default.RefObject<HTMLDivElement>[];
|
|
6905
6905
|
/**
|
|
6906
6906
|
* Array of refs for video elements
|
|
6907
6907
|
*/
|
|
6908
|
-
videoRefs:
|
|
6908
|
+
videoRefs: React__default.RefObject<HTMLVideoElement>[];
|
|
6909
6909
|
/**
|
|
6910
6910
|
* Handle slide transition to next index
|
|
6911
6911
|
*/
|
|
@@ -7108,7 +7108,7 @@ declare function useSpinner(initialProps?: Partial<SpinnerProps>): {
|
|
|
7108
7108
|
declare function useNavbar(initialProps?: Partial<NavbarProps>): {
|
|
7109
7109
|
defaultProps: Partial<NavbarProps>;
|
|
7110
7110
|
isExpanded: boolean;
|
|
7111
|
-
setIsExpanded:
|
|
7111
|
+
setIsExpanded: React__default.Dispatch<React__default.SetStateAction<boolean>>;
|
|
7112
7112
|
generateNavbarClass: (props: Partial<NavbarProps>) => string;
|
|
7113
7113
|
generateContainerStyle: (width?: string) => {
|
|
7114
7114
|
maxWidth: string;
|
|
@@ -7143,7 +7143,7 @@ declare function useNavItem(initialProps?: Partial<NavItemProps & {
|
|
|
7143
7143
|
megaMenu?: boolean;
|
|
7144
7144
|
}>) => string;
|
|
7145
7145
|
generateNavLinkClass: (active?: boolean, disabled?: boolean, className?: string) => string;
|
|
7146
|
-
handleClick: (handler?: () => void) => (e:
|
|
7146
|
+
handleClick: (handler?: () => void) => (e: React__default.MouseEvent) => void;
|
|
7147
7147
|
};
|
|
7148
7148
|
/**
|
|
7149
7149
|
* Nav dropdown state and functionality
|
|
@@ -7166,9 +7166,9 @@ declare function useNavDropdown(initialProps?: Partial<NavDropdownProps>): {
|
|
|
7166
7166
|
declare function useSideMenu(initialProps?: Partial<SideMenuProps>): {
|
|
7167
7167
|
defaultProps: Partial<SideMenuProps>;
|
|
7168
7168
|
isOpenState: boolean;
|
|
7169
|
-
wrapperRef:
|
|
7170
|
-
innerRef:
|
|
7171
|
-
sideMenuRef:
|
|
7169
|
+
wrapperRef: React$1.MutableRefObject<HTMLDivElement>;
|
|
7170
|
+
innerRef: React$1.MutableRefObject<HTMLDivElement>;
|
|
7171
|
+
sideMenuRef: React$1.MutableRefObject<HTMLDivElement>;
|
|
7172
7172
|
generateSideMenuClass: (props: Partial<SideMenuProps & {
|
|
7173
7173
|
isOpen?: boolean;
|
|
7174
7174
|
}>) => string;
|
|
@@ -7195,8 +7195,8 @@ declare function useSideMenuItem(initialProps?: Partial<SideMenuItemProps>): {
|
|
|
7195
7195
|
*/
|
|
7196
7196
|
declare function useEdgePanel(initialProps?: Partial<EdgePanelProps>): {
|
|
7197
7197
|
isOpen: boolean;
|
|
7198
|
-
containerRef:
|
|
7199
|
-
backdropRef:
|
|
7198
|
+
containerRef: React$1.MutableRefObject<HTMLDivElement>;
|
|
7199
|
+
backdropRef: React$1.MutableRefObject<HTMLDivElement>;
|
|
7200
7200
|
generateEdgePanelClass: (props: Partial<EdgePanelProps>) => string;
|
|
7201
7201
|
openPanel: (useFadeAnimation?: boolean) => void;
|
|
7202
7202
|
closePanel: (useFadeAnimation?: boolean) => void;
|
|
@@ -7211,7 +7211,7 @@ declare function useEdgePanel(initialProps?: Partial<EdgePanelProps>): {
|
|
|
7211
7211
|
declare function useTodo(initialProps?: Partial<TodoProps>): {
|
|
7212
7212
|
items: TodoItem[];
|
|
7213
7213
|
inputText: string;
|
|
7214
|
-
setInputText:
|
|
7214
|
+
setInputText: React$1.Dispatch<React$1.SetStateAction<string>>;
|
|
7215
7215
|
addTodo: (text: string) => TodoItem | null;
|
|
7216
7216
|
toggleTodo: (id: string) => TodoItem | null;
|
|
7217
7217
|
deleteTodo: (id: string) => boolean;
|
|
@@ -7229,7 +7229,7 @@ declare function useTodo(initialProps?: Partial<TodoProps>): {
|
|
|
7229
7229
|
declare function useCheckbox(initialProps?: Partial<CheckboxProps>): {
|
|
7230
7230
|
defaultProps: Partial<CheckboxProps>;
|
|
7231
7231
|
generateCheckboxClass: (props: Partial<CheckboxProps>) => string;
|
|
7232
|
-
checkboxRef:
|
|
7232
|
+
checkboxRef: React$1.MutableRefObject<HTMLInputElement>;
|
|
7233
7233
|
};
|
|
7234
7234
|
|
|
7235
7235
|
/**
|
|
@@ -7259,7 +7259,7 @@ declare function useFormGroup(initialProps?: Partial<FormGroupProps>): {
|
|
|
7259
7259
|
*/
|
|
7260
7260
|
declare function useGlassContainer(props: GlassContainerProps): {
|
|
7261
7261
|
filterId: string;
|
|
7262
|
-
glassRef:
|
|
7262
|
+
glassRef: React$1.MutableRefObject<HTMLDivElement>;
|
|
7263
7263
|
isHovered: boolean;
|
|
7264
7264
|
isActive: boolean;
|
|
7265
7265
|
currentGlassSize: GlassSize;
|
|
@@ -7277,9 +7277,9 @@ declare function useGlassContainer(props: GlassContainerProps): {
|
|
|
7277
7277
|
};
|
|
7278
7278
|
|
|
7279
7279
|
interface UseAtomixGlassOptions extends Omit<AtomixGlassProps, 'children'> {
|
|
7280
|
-
glassRef:
|
|
7281
|
-
contentRef:
|
|
7282
|
-
children?:
|
|
7280
|
+
glassRef: React__default.RefObject<HTMLDivElement>;
|
|
7281
|
+
contentRef: React__default.RefObject<HTMLDivElement>;
|
|
7282
|
+
children?: React__default.ReactNode;
|
|
7283
7283
|
}
|
|
7284
7284
|
interface UseAtomixGlassReturn {
|
|
7285
7285
|
isHovered: boolean;
|
|
@@ -7314,7 +7314,7 @@ interface UseAtomixGlassReturn {
|
|
|
7314
7314
|
handleMouseDown: () => void;
|
|
7315
7315
|
handleMouseUp: () => void;
|
|
7316
7316
|
handleMouseMove: (e: MouseEvent) => void;
|
|
7317
|
-
handleKeyDown: (e:
|
|
7317
|
+
handleKeyDown: (e: React__default.KeyboardEvent<HTMLDivElement>) => void;
|
|
7318
7318
|
}
|
|
7319
7319
|
/**
|
|
7320
7320
|
* Composable hook for AtomixGlass component logic
|
|
@@ -7394,11 +7394,11 @@ interface BreadcrumbItem {
|
|
|
7394
7394
|
/**
|
|
7395
7395
|
* Optional click handler
|
|
7396
7396
|
*/
|
|
7397
|
-
onClick?: (event:
|
|
7397
|
+
onClick?: (event: React__default.MouseEvent<HTMLAnchorElement>) => void;
|
|
7398
7398
|
/**
|
|
7399
7399
|
* Custom style for the breadcrumb item
|
|
7400
7400
|
*/
|
|
7401
|
-
style?:
|
|
7401
|
+
style?: React__default.CSSProperties;
|
|
7402
7402
|
/**
|
|
7403
7403
|
* Additional className
|
|
7404
7404
|
*/
|
|
@@ -7424,13 +7424,13 @@ interface BreadcrumbProps {
|
|
|
7424
7424
|
/**
|
|
7425
7425
|
* Optional custom link component
|
|
7426
7426
|
*/
|
|
7427
|
-
LinkComponent?:
|
|
7427
|
+
LinkComponent?: React__default.ElementType;
|
|
7428
7428
|
/**
|
|
7429
7429
|
* Custom style for the breadcrumb
|
|
7430
7430
|
*/
|
|
7431
|
-
style?:
|
|
7431
|
+
style?: React__default.CSSProperties;
|
|
7432
7432
|
}
|
|
7433
|
-
declare const Breadcrumb:
|
|
7433
|
+
declare const Breadcrumb: React__default.FC<BreadcrumbProps>;
|
|
7434
7434
|
|
|
7435
7435
|
interface BreadcrumbOptions {
|
|
7436
7436
|
items: BreadcrumbItem[];
|
|
@@ -7753,12 +7753,12 @@ declare function useLineChart(datasets: ChartDataset$1[], options?: LineChartOpt
|
|
|
7753
7753
|
x: number;
|
|
7754
7754
|
y: number;
|
|
7755
7755
|
}>, tension?: number) => string;
|
|
7756
|
-
setZoomLevel:
|
|
7757
|
-
setPanOffset:
|
|
7756
|
+
setZoomLevel: React$1.Dispatch<React$1.SetStateAction<number>>;
|
|
7757
|
+
setPanOffset: React$1.Dispatch<React$1.SetStateAction<{
|
|
7758
7758
|
x: number;
|
|
7759
7759
|
y: number;
|
|
7760
7760
|
}>>;
|
|
7761
|
-
setHoveredPoint:
|
|
7761
|
+
setHoveredPoint: React$1.Dispatch<React$1.SetStateAction<{
|
|
7762
7762
|
datasetIndex: number;
|
|
7763
7763
|
pointIndex: number;
|
|
7764
7764
|
x: number;
|
|
@@ -7881,7 +7881,7 @@ declare function useBarChart(datasets: ChartDataset$1[], options?: BarChartOptio
|
|
|
7881
7881
|
handleBarLeave: () => void;
|
|
7882
7882
|
startAnimation: () => void;
|
|
7883
7883
|
formatValue: (value: number) => string;
|
|
7884
|
-
setHoveredBar:
|
|
7884
|
+
setHoveredBar: React$1.Dispatch<React$1.SetStateAction<{
|
|
7885
7885
|
datasetIndex: number;
|
|
7886
7886
|
pointIndex: number;
|
|
7887
7887
|
chartX: number;
|
|
@@ -7889,8 +7889,8 @@ declare function useBarChart(datasets: ChartDataset$1[], options?: BarChartOptio
|
|
|
7889
7889
|
clientX: number;
|
|
7890
7890
|
clientY: number;
|
|
7891
7891
|
}>>;
|
|
7892
|
-
setAnimationProgress:
|
|
7893
|
-
setIsAnimating:
|
|
7892
|
+
setAnimationProgress: React$1.Dispatch<React$1.SetStateAction<number>>;
|
|
7893
|
+
setIsAnimating: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
7894
7894
|
};
|
|
7895
7895
|
|
|
7896
7896
|
/**
|
|
@@ -7989,10 +7989,10 @@ declare function usePieChart(data: ChartDataPoint$1[], options?: PieChartOptions
|
|
|
7989
7989
|
formatLabel: (slice: PieSlice) => string;
|
|
7990
7990
|
getSliceTransform: (slice: PieSlice, isHovered: boolean) => string;
|
|
7991
7991
|
isSliceSelected: (index: number) => boolean;
|
|
7992
|
-
setHoveredSlice:
|
|
7993
|
-
setSelectedSlices:
|
|
7994
|
-
setAnimationProgress:
|
|
7995
|
-
setIsAnimating:
|
|
7992
|
+
setHoveredSlice: React$1.Dispatch<React$1.SetStateAction<number>>;
|
|
7993
|
+
setSelectedSlices: React$1.Dispatch<React$1.SetStateAction<Set<number>>>;
|
|
7994
|
+
setAnimationProgress: React$1.Dispatch<React$1.SetStateAction<number>>;
|
|
7995
|
+
setIsAnimating: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
7996
7996
|
};
|
|
7997
7997
|
|
|
7998
7998
|
/**
|
|
@@ -9813,24 +9813,24 @@ declare function mergeClassNames(...classes: Array<string | undefined | null | f
|
|
|
9813
9813
|
*/
|
|
9814
9814
|
declare function applyPartStyles<T extends {
|
|
9815
9815
|
className?: string;
|
|
9816
|
-
style?:
|
|
9816
|
+
style?: React__default.CSSProperties;
|
|
9817
9817
|
}>(baseProps: T, partStyles?: PartStyleProps): T;
|
|
9818
9818
|
/**
|
|
9819
9819
|
* Create style object from CSS variables
|
|
9820
9820
|
*/
|
|
9821
|
-
declare function createCSSVarStyle(cssVars?: Record<string, string | number>, baseStyle?:
|
|
9821
|
+
declare function createCSSVarStyle(cssVars?: Record<string, string | number>, baseStyle?: React__default.CSSProperties): React__default.CSSProperties;
|
|
9822
9822
|
/**
|
|
9823
9823
|
* Merge component props with customization
|
|
9824
9824
|
*/
|
|
9825
9825
|
interface MergePropsOptions {
|
|
9826
9826
|
className?: string;
|
|
9827
|
-
style?:
|
|
9827
|
+
style?: React__default.CSSProperties;
|
|
9828
9828
|
cssVars?: Record<string, string | number>;
|
|
9829
9829
|
parts?: Record<string, PartStyleProps>;
|
|
9830
9830
|
}
|
|
9831
9831
|
declare function mergeComponentProps<T extends {
|
|
9832
9832
|
className?: string;
|
|
9833
|
-
style?:
|
|
9833
|
+
style?: React__default.CSSProperties;
|
|
9834
9834
|
}>(baseProps: T, customization: MergePropsOptions): T;
|
|
9835
9835
|
/**
|
|
9836
9836
|
* Get part styles from parts object
|
|
@@ -9841,7 +9841,7 @@ declare function getPartStyles(parts: Record<string, PartStyleProps> | undefined
|
|
|
9841
9841
|
*/
|
|
9842
9842
|
declare function createPartProps<T extends {
|
|
9843
9843
|
className?: string;
|
|
9844
|
-
style?:
|
|
9844
|
+
style?: React__default.CSSProperties;
|
|
9845
9845
|
}>(baseClassName: string, partStyles?: PartStyleProps, additionalProps?: Partial<T>): T;
|
|
9846
9846
|
/**
|
|
9847
9847
|
* Check if component has customization
|
|
@@ -10217,184 +10217,292 @@ declare class RTLManager {
|
|
|
10217
10217
|
}
|
|
10218
10218
|
|
|
10219
10219
|
/**
|
|
10220
|
-
* Atomix
|
|
10220
|
+
* Atomix Config Loader
|
|
10221
10221
|
*
|
|
10222
|
-
*
|
|
10223
|
-
*
|
|
10224
|
-
|
|
10222
|
+
* Helper functions to load atomix.config.ts from external projects.
|
|
10223
|
+
* Similar to how Tailwind loads tailwind.config.js
|
|
10224
|
+
*/
|
|
10225
|
+
|
|
10226
|
+
/**
|
|
10227
|
+
* Load Atomix configuration from project root
|
|
10228
|
+
*
|
|
10229
|
+
* Attempts to load atomix.config.ts from the current working directory.
|
|
10230
|
+
* Falls back to default config if file doesn't exist.
|
|
10231
|
+
*
|
|
10232
|
+
* @param options - Loader options
|
|
10233
|
+
* @returns Loaded configuration or default
|
|
10225
10234
|
*
|
|
10226
10235
|
* @example
|
|
10227
10236
|
* ```typescript
|
|
10228
|
-
* import {
|
|
10229
|
-
*
|
|
10237
|
+
* import { loadAtomixConfig } from '@shohojdhara/atomix/config';
|
|
10238
|
+
*
|
|
10239
|
+
* const config = loadAtomixConfig();
|
|
10240
|
+
* const theme = createThemeFromConfig(config);
|
|
10230
10241
|
* ```
|
|
10231
10242
|
*/
|
|
10243
|
+
declare function loadAtomixConfig(options?: {
|
|
10244
|
+
/** Custom config path (default: 'atomix.config.ts') */
|
|
10245
|
+
configPath?: string;
|
|
10246
|
+
/** Whether to throw error if config not found (default: false) */
|
|
10247
|
+
required?: boolean;
|
|
10248
|
+
}): AtomixConfig;
|
|
10249
|
+
/**
|
|
10250
|
+
* Resolve config path
|
|
10251
|
+
*
|
|
10252
|
+
* Finds atomix.config.ts in the project, checking common locations.
|
|
10253
|
+
*/
|
|
10254
|
+
declare function resolveConfigPath(): string | null;
|
|
10232
10255
|
|
|
10256
|
+
/**
|
|
10257
|
+
* Atomix Configuration System
|
|
10258
|
+
*
|
|
10259
|
+
* Tailwind-like configuration for customizing the Atomix Design System.
|
|
10260
|
+
*
|
|
10261
|
+
* External developers can create `atomix.config.ts` in their project root
|
|
10262
|
+
* to customize design tokens, similar to Tailwind's tailwind.config.js
|
|
10263
|
+
*
|
|
10264
|
+
* @example
|
|
10265
|
+
* ```typescript
|
|
10266
|
+
* // atomix.config.ts (in your project)
|
|
10267
|
+
* import { defineConfig } from '@shohojdhara/atomix/config';
|
|
10268
|
+
*
|
|
10269
|
+
* export default defineConfig({
|
|
10270
|
+
* theme: {
|
|
10271
|
+
* extend: {
|
|
10272
|
+
* colors: {
|
|
10273
|
+
* primary: { main: '#7AFFD7' },
|
|
10274
|
+
* },
|
|
10275
|
+
* },
|
|
10276
|
+
* },
|
|
10277
|
+
* });
|
|
10278
|
+
* ```
|
|
10279
|
+
*/
|
|
10280
|
+
|
|
10281
|
+
/**
|
|
10282
|
+
* Color Scale (1-10)
|
|
10283
|
+
*/
|
|
10284
|
+
interface ColorScale {
|
|
10285
|
+
1?: string;
|
|
10286
|
+
2?: string;
|
|
10287
|
+
3?: string;
|
|
10288
|
+
4?: string;
|
|
10289
|
+
5?: string;
|
|
10290
|
+
6?: string;
|
|
10291
|
+
7?: string;
|
|
10292
|
+
8?: string;
|
|
10293
|
+
9?: string;
|
|
10294
|
+
10?: string;
|
|
10295
|
+
[key: string]: string | undefined;
|
|
10296
|
+
}
|
|
10297
|
+
/**
|
|
10298
|
+
* Palette Color Options
|
|
10299
|
+
*/
|
|
10300
|
+
interface PaletteColorOptions {
|
|
10301
|
+
main: string;
|
|
10302
|
+
light?: string;
|
|
10303
|
+
dark?: string;
|
|
10304
|
+
contrastText?: string;
|
|
10305
|
+
}
|
|
10306
|
+
/**
|
|
10307
|
+
* Design Tokens Schema (Tailwind-like)
|
|
10308
|
+
*/
|
|
10309
|
+
interface ThemeTokens {
|
|
10310
|
+
/** Color palette */
|
|
10311
|
+
colors?: Record<string, string | PaletteColorOptions | ColorScale | Record<string, string>>;
|
|
10312
|
+
/** Spacing scale */
|
|
10313
|
+
spacing?: Record<string, string>;
|
|
10314
|
+
/** Border radius scale */
|
|
10315
|
+
borderRadius?: Record<string, string>;
|
|
10316
|
+
/** Typography scale and settings */
|
|
10317
|
+
typography?: {
|
|
10318
|
+
fontFamilies?: Record<string, string>;
|
|
10319
|
+
fontSizes?: Record<string, string>;
|
|
10320
|
+
fontWeights?: Record<string, string | number>;
|
|
10321
|
+
lineHeights?: Record<string, string | number>;
|
|
10322
|
+
letterSpacings?: Record<string, string>;
|
|
10323
|
+
};
|
|
10324
|
+
/** Shadow scale */
|
|
10325
|
+
shadows?: Record<string, string>;
|
|
10326
|
+
/** Z-index scale */
|
|
10327
|
+
zIndex?: Record<string, string | number>;
|
|
10328
|
+
/** Breakpoints scale */
|
|
10329
|
+
breakpoints?: Record<string, string | number>;
|
|
10330
|
+
/** Transitions settings */
|
|
10331
|
+
transitions?: {
|
|
10332
|
+
durations?: Record<string, string>;
|
|
10333
|
+
easings?: Record<string, string>;
|
|
10334
|
+
};
|
|
10335
|
+
}
|
|
10233
10336
|
/**
|
|
10234
10337
|
* CSS Theme Definition
|
|
10235
|
-
* Defines a theme that is loaded from a CSS file
|
|
10236
10338
|
*/
|
|
10237
10339
|
interface CSSThemeDefinition {
|
|
10238
|
-
/** Theme type identifier */
|
|
10239
10340
|
type: 'css';
|
|
10240
|
-
/** Display name of the theme */
|
|
10241
10341
|
name: string;
|
|
10242
|
-
/** Unique identifier/class name for the theme */
|
|
10243
10342
|
class?: string;
|
|
10244
|
-
/** Theme description */
|
|
10245
10343
|
description?: string;
|
|
10246
|
-
/** Theme author */
|
|
10247
10344
|
author?: string;
|
|
10248
|
-
/** Theme version (semver) */
|
|
10249
10345
|
version?: string;
|
|
10250
|
-
/** Theme tags for categorization */
|
|
10251
10346
|
tags?: string[];
|
|
10252
|
-
/** Whether the theme supports dark mode */
|
|
10253
10347
|
supportsDarkMode?: boolean;
|
|
10254
|
-
/** Theme status: stable, beta, experimental, deprecated */
|
|
10255
10348
|
status?: 'stable' | 'beta' | 'experimental' | 'deprecated';
|
|
10256
|
-
/** Accessibility information */
|
|
10257
10349
|
a11y?: {
|
|
10258
|
-
/** Target contrast ratio */
|
|
10259
10350
|
contrastTarget?: number;
|
|
10260
|
-
/** Supported color modes */
|
|
10261
10351
|
modes?: string[];
|
|
10262
10352
|
};
|
|
10263
|
-
/** Primary theme color (for UI display) */
|
|
10264
10353
|
color?: string;
|
|
10265
|
-
/** Theme features list */
|
|
10266
10354
|
features?: string[];
|
|
10267
|
-
/** Theme dependencies (other themes required) */
|
|
10268
10355
|
dependencies?: string[];
|
|
10269
|
-
/** Custom CSS file path (optional, defaults to theme name) */
|
|
10270
10356
|
cssPath?: string;
|
|
10271
10357
|
}
|
|
10272
10358
|
/**
|
|
10273
10359
|
* JavaScript Theme Definition
|
|
10274
|
-
* Defines a theme created programmatically using createTheme
|
|
10275
10360
|
*/
|
|
10276
10361
|
interface JSThemeDefinition {
|
|
10277
|
-
/** Theme type identifier */
|
|
10278
10362
|
type: 'js';
|
|
10279
|
-
/** Display name of the theme */
|
|
10280
10363
|
name: string;
|
|
10281
|
-
/** Unique identifier/class name for the theme */
|
|
10282
10364
|
class?: string;
|
|
10283
|
-
/** Theme description */
|
|
10284
10365
|
description?: string;
|
|
10285
|
-
/** Theme author */
|
|
10286
10366
|
author?: string;
|
|
10287
|
-
/** Theme version (semver) */
|
|
10288
10367
|
version?: string;
|
|
10289
|
-
/** Theme tags for categorization */
|
|
10290
10368
|
tags?: string[];
|
|
10291
|
-
/** Whether the theme supports dark mode */
|
|
10292
10369
|
supportsDarkMode?: boolean;
|
|
10293
|
-
/** Theme status: stable, beta, experimental, deprecated */
|
|
10294
10370
|
status?: 'stable' | 'beta' | 'experimental' | 'deprecated';
|
|
10295
|
-
/** Accessibility information */
|
|
10296
10371
|
a11y?: {
|
|
10297
|
-
/** Target contrast ratio */
|
|
10298
10372
|
contrastTarget?: number;
|
|
10299
|
-
/** Supported color modes */
|
|
10300
10373
|
modes?: string[];
|
|
10301
10374
|
};
|
|
10302
|
-
/** Primary theme color (for UI display) */
|
|
10303
10375
|
color?: string;
|
|
10304
|
-
/** Theme features list */
|
|
10305
10376
|
features?: string[];
|
|
10306
|
-
/** Theme dependencies (other themes required) */
|
|
10307
10377
|
dependencies?: string[];
|
|
10308
|
-
/** Function that creates the theme object */
|
|
10309
10378
|
createTheme: () => Theme;
|
|
10310
10379
|
}
|
|
10311
10380
|
/**
|
|
10312
|
-
* Theme
|
|
10381
|
+
* Theme Definition (CSS or JS)
|
|
10313
10382
|
*/
|
|
10314
10383
|
type ThemeDefinition = CSSThemeDefinition | JSThemeDefinition;
|
|
10315
10384
|
/**
|
|
10316
|
-
* Build configuration
|
|
10385
|
+
* Build configuration (migrated from theme.config.ts)
|
|
10317
10386
|
*/
|
|
10318
10387
|
interface BuildConfig {
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
formats: {
|
|
10325
|
-
/** Expanded format extension */
|
|
10326
|
-
expanded: string;
|
|
10327
|
-
/** Compressed format extension */
|
|
10328
|
-
compressed: string;
|
|
10388
|
+
output?: {
|
|
10389
|
+
directory?: string;
|
|
10390
|
+
formats?: {
|
|
10391
|
+
expanded?: string;
|
|
10392
|
+
compressed?: string;
|
|
10329
10393
|
};
|
|
10330
10394
|
};
|
|
10331
|
-
|
|
10332
|
-
|
|
10333
|
-
|
|
10334
|
-
|
|
10335
|
-
/** Generate source maps */
|
|
10336
|
-
sourceMap: boolean;
|
|
10337
|
-
/** Additional load paths */
|
|
10338
|
-
loadPaths: string[];
|
|
10395
|
+
sass?: {
|
|
10396
|
+
style?: 'expanded' | 'compressed';
|
|
10397
|
+
sourceMap?: boolean;
|
|
10398
|
+
loadPaths?: string[];
|
|
10339
10399
|
};
|
|
10340
10400
|
}
|
|
10341
10401
|
/**
|
|
10342
|
-
* Runtime configuration
|
|
10402
|
+
* Runtime configuration (migrated from theme.config.ts)
|
|
10343
10403
|
*/
|
|
10344
10404
|
interface RuntimeConfig {
|
|
10345
|
-
|
|
10346
|
-
basePath: string;
|
|
10347
|
-
/** Optional CDN path for theme files */
|
|
10405
|
+
basePath?: string;
|
|
10348
10406
|
cdnPath?: string | null;
|
|
10349
|
-
/** Themes to preload on initialization */
|
|
10350
10407
|
preload?: string[];
|
|
10351
|
-
/** Enable lazy loading of themes */
|
|
10352
10408
|
lazy?: boolean;
|
|
10353
|
-
|
|
10354
|
-
defaultTheme: string;
|
|
10355
|
-
/** localStorage key for theme persistence */
|
|
10409
|
+
defaultTheme?: string;
|
|
10356
10410
|
storageKey?: string;
|
|
10357
|
-
/** Data attribute name for theme */
|
|
10358
10411
|
dataAttribute?: string;
|
|
10359
|
-
/** Enable persistence */
|
|
10360
10412
|
enablePersistence?: boolean;
|
|
10361
|
-
/** Use minified CSS files in production */
|
|
10362
10413
|
useMinified?: boolean;
|
|
10363
10414
|
}
|
|
10364
10415
|
/**
|
|
10365
|
-
* Integration
|
|
10416
|
+
* Integration settings (migrated from theme.config.ts)
|
|
10366
10417
|
*/
|
|
10367
10418
|
interface IntegrationConfig {
|
|
10368
|
-
|
|
10369
|
-
|
|
10370
|
-
|
|
10419
|
+
cssVariables?: Record<string, string>;
|
|
10420
|
+
classNames?: {
|
|
10421
|
+
theme?: string;
|
|
10371
10422
|
colorMode?: string;
|
|
10372
|
-
/** Additional custom variables */
|
|
10373
|
-
[key: string]: string | undefined;
|
|
10374
|
-
};
|
|
10375
|
-
/** Attribute names used for theme and color mode */
|
|
10376
|
-
classNames: {
|
|
10377
|
-
/** Theme attribute name */
|
|
10378
|
-
theme: string;
|
|
10379
|
-
/** Color mode attribute name */
|
|
10380
|
-
colorMode: string;
|
|
10381
10423
|
};
|
|
10382
10424
|
}
|
|
10383
10425
|
/**
|
|
10384
|
-
*
|
|
10426
|
+
* Atomix Configuration Interface
|
|
10427
|
+
*
|
|
10428
|
+
* Tailwind-like configuration for external developers.
|
|
10429
|
+
* Focus on theme customization - build/runtime configs are internal only.
|
|
10385
10430
|
*/
|
|
10386
|
-
interface
|
|
10387
|
-
/**
|
|
10388
|
-
|
|
10389
|
-
|
|
10390
|
-
|
|
10391
|
-
|
|
10392
|
-
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10431
|
+
interface AtomixConfig {
|
|
10432
|
+
/**
|
|
10433
|
+
* CSS variable prefix (default: 'atomix')
|
|
10434
|
+
*
|
|
10435
|
+
* Change this to customize all CSS variable names.
|
|
10436
|
+
* Example: prefix: 'myapp' → --myapp-primary instead of --atomix-primary
|
|
10437
|
+
*/
|
|
10438
|
+
prefix?: string;
|
|
10439
|
+
/**
|
|
10440
|
+
* Theme customization (Tailwind-like)
|
|
10441
|
+
*
|
|
10442
|
+
* Use `extend` to add or override design tokens.
|
|
10443
|
+
* Use `tokens` to completely replace the default token system (advanced).
|
|
10444
|
+
*/
|
|
10445
|
+
theme?: {
|
|
10446
|
+
/**
|
|
10447
|
+
* Extend the default design tokens
|
|
10448
|
+
*
|
|
10449
|
+
* This is the recommended way to customize Atomix.
|
|
10450
|
+
* Your values will override or extend the base tokens.
|
|
10451
|
+
*/
|
|
10452
|
+
extend?: ThemeTokens;
|
|
10453
|
+
/**
|
|
10454
|
+
* Override the default tokens entirely (advanced)
|
|
10455
|
+
*
|
|
10456
|
+
* Use with caution - this replaces the entire token system.
|
|
10457
|
+
* Most users should use `extend` instead.
|
|
10458
|
+
*/
|
|
10459
|
+
tokens?: ThemeTokens;
|
|
10460
|
+
/**
|
|
10461
|
+
* Register custom themes (optional)
|
|
10462
|
+
*
|
|
10463
|
+
* Define CSS or JavaScript themes that can be loaded dynamically.
|
|
10464
|
+
*/
|
|
10465
|
+
themes?: Record<string, ThemeDefinition>;
|
|
10466
|
+
};
|
|
10467
|
+
/** @internal Build configuration (internal use only) */
|
|
10468
|
+
build?: BuildConfig;
|
|
10469
|
+
/** @internal Runtime configuration (internal use only) */
|
|
10470
|
+
runtime?: RuntimeConfig;
|
|
10471
|
+
/** @internal Integration settings (internal use only) */
|
|
10472
|
+
integration?: IntegrationConfig;
|
|
10473
|
+
/** @internal Theme dependencies mapping (internal use only) */
|
|
10396
10474
|
dependencies?: Record<string, string[]>;
|
|
10397
10475
|
}
|
|
10476
|
+
/**
|
|
10477
|
+
* Helper function to define Atomix configuration with type safety
|
|
10478
|
+
*
|
|
10479
|
+
* @param config - Atomix configuration object
|
|
10480
|
+
* @returns The configuration object
|
|
10481
|
+
*/
|
|
10482
|
+
/**
|
|
10483
|
+
* Helper function to define Atomix configuration with type safety
|
|
10484
|
+
*
|
|
10485
|
+
* Similar to Tailwind's defineConfig, provides autocomplete and type checking.
|
|
10486
|
+
*
|
|
10487
|
+
* @param config - Atomix configuration object
|
|
10488
|
+
* @returns The configuration object
|
|
10489
|
+
*
|
|
10490
|
+
* @example
|
|
10491
|
+
* ```typescript
|
|
10492
|
+
* import { defineConfig } from '@shohojdhara/atomix/config';
|
|
10493
|
+
*
|
|
10494
|
+
* export default defineConfig({
|
|
10495
|
+
* theme: {
|
|
10496
|
+
* extend: {
|
|
10497
|
+
* colors: {
|
|
10498
|
+
* primary: { main: '#7AFFD7' },
|
|
10499
|
+
* },
|
|
10500
|
+
* },
|
|
10501
|
+
* },
|
|
10502
|
+
* });
|
|
10503
|
+
* ```
|
|
10504
|
+
*/
|
|
10505
|
+
declare function defineConfig(config: AtomixConfig): AtomixConfig;
|
|
10398
10506
|
|
|
10399
10507
|
/**
|
|
10400
10508
|
* Theme Configuration Types
|
|
@@ -10405,13 +10513,27 @@ interface ThemeConfig {
|
|
|
10405
10513
|
/**
|
|
10406
10514
|
* Loaded and validated theme configuration
|
|
10407
10515
|
*/
|
|
10408
|
-
interface LoadedThemeConfig
|
|
10516
|
+
interface LoadedThemeConfig {
|
|
10517
|
+
/** Registered themes */
|
|
10518
|
+
themes: Record<string, ThemeDefinition>;
|
|
10519
|
+
/** Build configuration */
|
|
10520
|
+
build: BuildConfig;
|
|
10521
|
+
/** Runtime configuration */
|
|
10522
|
+
runtime: RuntimeConfig;
|
|
10523
|
+
/** Integration settings */
|
|
10524
|
+
integration: IntegrationConfig;
|
|
10525
|
+
/** Theme dependencies mapping */
|
|
10526
|
+
dependencies: Record<string, string[]>;
|
|
10409
10527
|
/** Whether config was validated */
|
|
10410
10528
|
validated: boolean;
|
|
10411
10529
|
/** Validation errors (if any) */
|
|
10412
10530
|
errors?: string[];
|
|
10413
10531
|
/** Validation warnings (if any) */
|
|
10414
10532
|
warnings?: string[];
|
|
10533
|
+
/** Internal tokens (for generator) */
|
|
10534
|
+
__tokens?: any;
|
|
10535
|
+
/** Internal extensions (for generator) */
|
|
10536
|
+
__extend?: any;
|
|
10415
10537
|
}
|
|
10416
10538
|
|
|
10417
10539
|
/**
|
|
@@ -10837,7 +10959,7 @@ declare class ThemeEngine {
|
|
|
10837
10959
|
* // No defaultTheme - uses built-in styles
|
|
10838
10960
|
* });
|
|
10839
10961
|
*
|
|
10840
|
-
* await themeManager.setTheme('
|
|
10962
|
+
* await themeManager.setTheme('my-custom-theme');
|
|
10841
10963
|
* ```
|
|
10842
10964
|
*/
|
|
10843
10965
|
declare class ThemeManager {
|
|
@@ -11192,6 +11314,36 @@ interface PaletteColor {
|
|
|
11192
11314
|
/** Contrast text color (auto-generated if not provided) */
|
|
11193
11315
|
contrastText?: string;
|
|
11194
11316
|
}
|
|
11317
|
+
/**
|
|
11318
|
+
* Palette configuration options for createTheme
|
|
11319
|
+
*/
|
|
11320
|
+
interface PaletteOptions {
|
|
11321
|
+
/** Primary color configuration */
|
|
11322
|
+
primary?: Partial<PaletteColor> | string;
|
|
11323
|
+
/** Secondary color configuration */
|
|
11324
|
+
secondary?: Partial<PaletteColor> | string;
|
|
11325
|
+
/** Error color configuration */
|
|
11326
|
+
error?: Partial<PaletteColor> | string;
|
|
11327
|
+
/** Warning color configuration */
|
|
11328
|
+
warning?: Partial<PaletteColor> | string;
|
|
11329
|
+
/** Info color configuration */
|
|
11330
|
+
info?: Partial<PaletteColor> | string;
|
|
11331
|
+
/** Success color configuration */
|
|
11332
|
+
success?: Partial<PaletteColor> | string;
|
|
11333
|
+
/** Background colors */
|
|
11334
|
+
background?: {
|
|
11335
|
+
default?: string;
|
|
11336
|
+
subtle?: string;
|
|
11337
|
+
};
|
|
11338
|
+
/** Text colors */
|
|
11339
|
+
text?: {
|
|
11340
|
+
primary?: string;
|
|
11341
|
+
secondary?: string;
|
|
11342
|
+
disabled?: string;
|
|
11343
|
+
};
|
|
11344
|
+
/** Additional custom colors */
|
|
11345
|
+
[key: string]: any;
|
|
11346
|
+
}
|
|
11195
11347
|
/**
|
|
11196
11348
|
* Typography configuration options for createTheme
|
|
11197
11349
|
*/
|
|
@@ -11261,6 +11413,10 @@ interface TypographyOptions {
|
|
|
11261
11413
|
* Spacing function type
|
|
11262
11414
|
*/
|
|
11263
11415
|
type SpacingFunction = (...values: number[]) => string;
|
|
11416
|
+
/**
|
|
11417
|
+
* Spacing configuration options for createTheme
|
|
11418
|
+
*/
|
|
11419
|
+
type SpacingOptions = number | number[] | SpacingFunction;
|
|
11264
11420
|
/**
|
|
11265
11421
|
* Breakpoint values configuration
|
|
11266
11422
|
*/
|
|
@@ -11272,6 +11428,15 @@ interface BreakpointValues {
|
|
|
11272
11428
|
xl?: number;
|
|
11273
11429
|
[key: string]: number | undefined;
|
|
11274
11430
|
}
|
|
11431
|
+
/**
|
|
11432
|
+
* Breakpoints configuration options for createTheme
|
|
11433
|
+
*/
|
|
11434
|
+
interface BreakpointsOptions {
|
|
11435
|
+
/** Breakpoint values in pixels */
|
|
11436
|
+
values?: BreakpointValues;
|
|
11437
|
+
/** Unit for breakpoints (default: 'px') */
|
|
11438
|
+
unit?: string;
|
|
11439
|
+
}
|
|
11275
11440
|
/**
|
|
11276
11441
|
* Shadow configuration
|
|
11277
11442
|
*/
|
|
@@ -11349,6 +11514,30 @@ interface BorderRadiusOptions {
|
|
|
11349
11514
|
interface ThemeCustomProperties {
|
|
11350
11515
|
[key: string]: any;
|
|
11351
11516
|
}
|
|
11517
|
+
/**
|
|
11518
|
+
* Theme configuration options for createTheme
|
|
11519
|
+
* Extends ThemeMetadata to support both CSS and JS theme properties
|
|
11520
|
+
*/
|
|
11521
|
+
interface ThemeOptions extends Partial<ThemeMetadata> {
|
|
11522
|
+
/** Color palette configuration */
|
|
11523
|
+
palette?: PaletteOptions;
|
|
11524
|
+
/** Typography configuration */
|
|
11525
|
+
typography?: TypographyOptions;
|
|
11526
|
+
/** Spacing configuration */
|
|
11527
|
+
spacing?: SpacingOptions;
|
|
11528
|
+
/** Breakpoints configuration */
|
|
11529
|
+
breakpoints?: BreakpointsOptions;
|
|
11530
|
+
/** Shadow configuration */
|
|
11531
|
+
shadows?: ShadowOptions;
|
|
11532
|
+
/** Transition configuration */
|
|
11533
|
+
transitions?: TransitionOptions;
|
|
11534
|
+
/** Z-index configuration */
|
|
11535
|
+
zIndex?: ZIndexOptions;
|
|
11536
|
+
/** Border radius configuration */
|
|
11537
|
+
borderRadius?: BorderRadiusOptions;
|
|
11538
|
+
/** Custom properties */
|
|
11539
|
+
custom?: ThemeCustomProperties;
|
|
11540
|
+
}
|
|
11352
11541
|
/**
|
|
11353
11542
|
* Complete theme object with computed values
|
|
11354
11543
|
* Generated by createTheme function
|
|
@@ -11445,7 +11634,7 @@ interface Theme extends ThemeMetadata {
|
|
|
11445
11634
|
* }
|
|
11446
11635
|
* ```
|
|
11447
11636
|
*/
|
|
11448
|
-
declare const ThemeProvider:
|
|
11637
|
+
declare const ThemeProvider: React__default.FC<ThemeProviderProps>;
|
|
11449
11638
|
|
|
11450
11639
|
/**
|
|
11451
11640
|
* useTheme Hook
|
|
@@ -11480,133 +11669,326 @@ declare function useTheme(): UseThemeReturn;
|
|
|
11480
11669
|
/**
|
|
11481
11670
|
* Theme context with default values
|
|
11482
11671
|
*/
|
|
11483
|
-
declare const ThemeContext:
|
|
11672
|
+
declare const ThemeContext: React$1.Context<ThemeContextValue>;
|
|
11484
11673
|
|
|
11485
11674
|
/**
|
|
11486
|
-
* Theme
|
|
11675
|
+
* Theme Error Boundary
|
|
11487
11676
|
*
|
|
11488
|
-
*
|
|
11677
|
+
* React error boundary for catching and handling theme-related errors.
|
|
11678
|
+
* Prevents the entire app from crashing when theme errors occur.
|
|
11489
11679
|
*/
|
|
11490
11680
|
|
|
11491
11681
|
/**
|
|
11492
|
-
*
|
|
11682
|
+
* Error boundary state
|
|
11493
11683
|
*/
|
|
11494
|
-
|
|
11495
|
-
|
|
11496
|
-
|
|
11497
|
-
|
|
11498
|
-
|
|
11499
|
-
|
|
11500
|
-
|
|
11501
|
-
|
|
11502
|
-
|
|
11503
|
-
|
|
11504
|
-
|
|
11505
|
-
|
|
11506
|
-
|
|
11507
|
-
|
|
11508
|
-
/**
|
|
11509
|
-
|
|
11510
|
-
|
|
11511
|
-
|
|
11512
|
-
/**
|
|
11513
|
-
|
|
11514
|
-
|
|
11515
|
-
|
|
11516
|
-
|
|
11517
|
-
|
|
11518
|
-
|
|
11519
|
-
|
|
11520
|
-
|
|
11521
|
-
|
|
11522
|
-
|
|
11523
|
-
|
|
11524
|
-
|
|
11525
|
-
|
|
11526
|
-
|
|
11527
|
-
|
|
11528
|
-
|
|
11529
|
-
|
|
11530
|
-
|
|
11531
|
-
|
|
11532
|
-
|
|
11533
|
-
|
|
11534
|
-
|
|
11535
|
-
|
|
11536
|
-
|
|
11537
|
-
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
|
|
11541
|
-
|
|
11542
|
-
|
|
11543
|
-
|
|
11684
|
+
interface ThemeErrorBoundaryState {
|
|
11685
|
+
/** Whether an error has occurred */
|
|
11686
|
+
hasError: boolean;
|
|
11687
|
+
/** The error that occurred */
|
|
11688
|
+
error: Error | null;
|
|
11689
|
+
/** Error information */
|
|
11690
|
+
errorInfo: ErrorInfo | null;
|
|
11691
|
+
}
|
|
11692
|
+
/**
|
|
11693
|
+
* Error boundary props
|
|
11694
|
+
*/
|
|
11695
|
+
interface ThemeErrorBoundaryProps {
|
|
11696
|
+
/** Child components */
|
|
11697
|
+
children: ReactNode;
|
|
11698
|
+
/** Fallback UI to render when error occurs */
|
|
11699
|
+
fallback?: (error: Error, errorInfo: ErrorInfo) => ReactNode;
|
|
11700
|
+
/** Callback when error occurs */
|
|
11701
|
+
onError?: (error: Error, errorInfo: ErrorInfo) => void;
|
|
11702
|
+
/** Whether to reset error on children change */
|
|
11703
|
+
resetOnPropsChange?: boolean;
|
|
11704
|
+
/** Custom error message */
|
|
11705
|
+
errorMessage?: string;
|
|
11706
|
+
}
|
|
11707
|
+
/**
|
|
11708
|
+
* Theme Error Boundary Component
|
|
11709
|
+
*
|
|
11710
|
+
* Catches errors in the theme system and displays a fallback UI
|
|
11711
|
+
* instead of crashing the entire application.
|
|
11712
|
+
*/
|
|
11713
|
+
declare class ThemeErrorBoundary extends Component<ThemeErrorBoundaryProps, ThemeErrorBoundaryState> {
|
|
11714
|
+
private logger;
|
|
11715
|
+
constructor(props: ThemeErrorBoundaryProps);
|
|
11716
|
+
static getDerivedStateFromError(error: Error): Partial<ThemeErrorBoundaryState>;
|
|
11717
|
+
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
11718
|
+
componentDidUpdate(prevProps: ThemeErrorBoundaryProps): void;
|
|
11719
|
+
render(): ReactNode;
|
|
11720
|
+
}
|
|
11721
|
+
|
|
11722
|
+
/**
|
|
11723
|
+
* createTheme - Create a theme object with computed values
|
|
11724
|
+
*
|
|
11725
|
+
* Similar to Material-UI's createTheme, this function accepts theme configuration
|
|
11726
|
+
* options and returns a complete theme object with computed values.
|
|
11727
|
+
*
|
|
11728
|
+
* @example
|
|
11729
|
+
* ```typescript
|
|
11730
|
+
* const theme = createTheme({
|
|
11731
|
+
* palette: {
|
|
11732
|
+
* primary: { main: '#7AFFD7' },
|
|
11733
|
+
* secondary: { main: '#FF5733' },
|
|
11734
|
+
* },
|
|
11735
|
+
* typography: {
|
|
11736
|
+
* fontFamily: 'Inter, sans-serif',
|
|
11737
|
+
* },
|
|
11738
|
+
* });
|
|
11739
|
+
* ```
|
|
11740
|
+
*/
|
|
11741
|
+
|
|
11742
|
+
/**
|
|
11743
|
+
* Create a theme object with computed values
|
|
11744
|
+
*
|
|
11745
|
+
* @param options - Theme configuration options
|
|
11746
|
+
* @returns Complete theme object
|
|
11747
|
+
*/
|
|
11748
|
+
declare function createTheme(...options: ThemeOptions[]): Theme;
|
|
11749
|
+
|
|
11750
|
+
/**
|
|
11751
|
+
* Create a theme from Atomix configuration
|
|
11752
|
+
*
|
|
11753
|
+
* This function converts atomix.config.ts format to a theme object
|
|
11754
|
+
* that can be used with ThemeProvider.
|
|
11755
|
+
*
|
|
11756
|
+
* @param config - Atomix configuration object
|
|
11757
|
+
* @returns Theme object ready for use
|
|
11758
|
+
*
|
|
11759
|
+
* @example
|
|
11760
|
+
* ```typescript
|
|
11761
|
+
* import { createThemeFromConfig } from '@shohojdhara/atomix/theme';
|
|
11762
|
+
* import config from './atomix.config';
|
|
11763
|
+
*
|
|
11764
|
+
* const theme = createThemeFromConfig(config);
|
|
11765
|
+
* ```
|
|
11766
|
+
*/
|
|
11767
|
+
declare function createThemeFromConfig(config: AtomixConfig): Theme;
|
|
11768
|
+
|
|
11769
|
+
/**
|
|
11770
|
+
* Theme Tools for Library Users
|
|
11771
|
+
*
|
|
11772
|
+
* Developer-friendly utilities for working with Atomix themes
|
|
11773
|
+
*/
|
|
11774
|
+
|
|
11775
|
+
/**
|
|
11776
|
+
* Quick theme creator with sensible defaults
|
|
11777
|
+
*/
|
|
11778
|
+
declare function quickTheme(name: string, primaryColor: string, secondaryColor?: string): Theme;
|
|
11779
|
+
/**
|
|
11780
|
+
* Create a dark theme variant from a light theme
|
|
11781
|
+
*/
|
|
11782
|
+
declare function createDarkVariant(lightTheme: Theme): Theme;
|
|
11783
|
+
/**
|
|
11784
|
+
* Validate theme structure
|
|
11785
|
+
*/
|
|
11786
|
+
declare function validateTheme(theme: Theme): {
|
|
11787
|
+
valid: boolean;
|
|
11788
|
+
errors: string[];
|
|
11789
|
+
};
|
|
11790
|
+
/**
|
|
11791
|
+
* Generate CSS string from theme
|
|
11792
|
+
*/
|
|
11793
|
+
declare function themeToCSS(theme: Theme, selector?: string): string;
|
|
11794
|
+
/**
|
|
11795
|
+
* Export theme as JSON
|
|
11796
|
+
*/
|
|
11797
|
+
declare function exportTheme(theme: Theme): string;
|
|
11798
|
+
/**
|
|
11799
|
+
* Import theme from JSON
|
|
11800
|
+
*/
|
|
11801
|
+
declare function importTheme(json: string): Theme;
|
|
11802
|
+
|
|
11803
|
+
/**
|
|
11804
|
+
* Theme CLI
|
|
11805
|
+
*
|
|
11806
|
+
* Command-line interface for theme management
|
|
11807
|
+
*/
|
|
11808
|
+
/**
|
|
11809
|
+
* CLI command interface
|
|
11810
|
+
*/
|
|
11811
|
+
interface CLICommand {
|
|
11812
|
+
name: string;
|
|
11813
|
+
description: string;
|
|
11814
|
+
options?: Record<string, string>;
|
|
11815
|
+
handler: (args: string[], options: Record<string, any>) => Promise<void> | void;
|
|
11816
|
+
}
|
|
11817
|
+
/**
|
|
11818
|
+
* Theme CLI
|
|
11819
|
+
*
|
|
11820
|
+
* Command-line interface for theme operations
|
|
11821
|
+
*/
|
|
11822
|
+
declare class ThemeCLI {
|
|
11823
|
+
private commands;
|
|
11824
|
+
constructor();
|
|
11544
11825
|
/**
|
|
11545
|
-
*
|
|
11826
|
+
* Register default commands
|
|
11546
11827
|
*/
|
|
11547
|
-
|
|
11828
|
+
private registerDefaultCommands;
|
|
11548
11829
|
/**
|
|
11549
|
-
*
|
|
11830
|
+
* Register a command
|
|
11550
11831
|
*/
|
|
11551
|
-
|
|
11832
|
+
register(command: CLICommand): void;
|
|
11552
11833
|
/**
|
|
11553
|
-
*
|
|
11834
|
+
* Run CLI with arguments
|
|
11554
11835
|
*/
|
|
11555
|
-
|
|
11556
|
-
cssVars?: Record<string, string | number>;
|
|
11557
|
-
className?: string;
|
|
11558
|
-
}): this;
|
|
11836
|
+
run(args: string[]): Promise<void>;
|
|
11559
11837
|
/**
|
|
11560
|
-
*
|
|
11838
|
+
* Parse command arguments
|
|
11561
11839
|
*/
|
|
11562
|
-
|
|
11563
|
-
cssVars?: Record<string, string | number>;
|
|
11564
|
-
className?: string;
|
|
11565
|
-
}): this;
|
|
11840
|
+
private parseArgs;
|
|
11566
11841
|
/**
|
|
11567
|
-
*
|
|
11842
|
+
* Handle validate command
|
|
11568
11843
|
*/
|
|
11569
|
-
|
|
11844
|
+
private handleValidate;
|
|
11570
11845
|
/**
|
|
11571
|
-
*
|
|
11846
|
+
* Handle list command
|
|
11572
11847
|
*/
|
|
11573
|
-
|
|
11848
|
+
private handleList;
|
|
11574
11849
|
/**
|
|
11575
|
-
*
|
|
11850
|
+
* Handle inspect command
|
|
11576
11851
|
*/
|
|
11577
|
-
|
|
11852
|
+
private handleInspect;
|
|
11578
11853
|
/**
|
|
11579
|
-
*
|
|
11854
|
+
* Handle compare command
|
|
11580
11855
|
*/
|
|
11581
|
-
|
|
11856
|
+
private handleCompare;
|
|
11582
11857
|
/**
|
|
11583
|
-
*
|
|
11858
|
+
* Handle export command
|
|
11584
11859
|
*/
|
|
11585
|
-
|
|
11860
|
+
private handleExport;
|
|
11586
11861
|
/**
|
|
11587
|
-
*
|
|
11862
|
+
* Handle help command
|
|
11588
11863
|
*/
|
|
11589
|
-
|
|
11864
|
+
private handleHelp;
|
|
11590
11865
|
}
|
|
11591
11866
|
/**
|
|
11592
|
-
* Create
|
|
11867
|
+
* Create CLI instance
|
|
11593
11868
|
*/
|
|
11594
|
-
declare function
|
|
11869
|
+
declare function createCLI(): ThemeCLI;
|
|
11595
11870
|
/**
|
|
11596
|
-
*
|
|
11871
|
+
* Run CLI with process arguments
|
|
11597
11872
|
*/
|
|
11598
|
-
declare function
|
|
11873
|
+
declare function runCLI(): void;
|
|
11874
|
+
|
|
11599
11875
|
/**
|
|
11600
|
-
*
|
|
11876
|
+
* Theme Preview Component
|
|
11877
|
+
*
|
|
11878
|
+
* React component for previewing themes in development
|
|
11601
11879
|
*/
|
|
11602
|
-
|
|
11603
|
-
|
|
11604
|
-
|
|
11605
|
-
|
|
11606
|
-
|
|
11607
|
-
|
|
11608
|
-
|
|
11609
|
-
|
|
11880
|
+
|
|
11881
|
+
/**
|
|
11882
|
+
* Theme preview props
|
|
11883
|
+
*/
|
|
11884
|
+
interface ThemePreviewProps {
|
|
11885
|
+
/** Theme to preview */
|
|
11886
|
+
theme: Theme;
|
|
11887
|
+
/** Show theme details */
|
|
11888
|
+
showDetails?: boolean;
|
|
11889
|
+
/** Show color palette */
|
|
11890
|
+
showPalette?: boolean;
|
|
11891
|
+
/** Show typography */
|
|
11892
|
+
showTypography?: boolean;
|
|
11893
|
+
/** Show spacing */
|
|
11894
|
+
showSpacing?: boolean;
|
|
11895
|
+
/** Custom components to render */
|
|
11896
|
+
children?: React__default.ReactNode;
|
|
11897
|
+
/** CSS class name */
|
|
11898
|
+
className?: string;
|
|
11899
|
+
/** Inline styles */
|
|
11900
|
+
style?: React__default.CSSProperties;
|
|
11901
|
+
}
|
|
11902
|
+
/**
|
|
11903
|
+
* Theme Preview Component
|
|
11904
|
+
*
|
|
11905
|
+
* Renders a preview of a theme with sample components
|
|
11906
|
+
*/
|
|
11907
|
+
declare const ThemePreview: React__default.FC<ThemePreviewProps>;
|
|
11908
|
+
|
|
11909
|
+
/**
|
|
11910
|
+
* Theme Inspector Component
|
|
11911
|
+
*
|
|
11912
|
+
* React component for inspecting and debugging themes
|
|
11913
|
+
*/
|
|
11914
|
+
|
|
11915
|
+
/**
|
|
11916
|
+
* Theme inspector props
|
|
11917
|
+
*/
|
|
11918
|
+
interface ThemeInspectorProps {
|
|
11919
|
+
/** Theme to inspect */
|
|
11920
|
+
theme: Theme;
|
|
11921
|
+
/** Show validation results */
|
|
11922
|
+
showValidation?: boolean;
|
|
11923
|
+
/** Show CSS variables */
|
|
11924
|
+
showCSSVariables?: boolean;
|
|
11925
|
+
/** Show theme structure */
|
|
11926
|
+
showStructure?: boolean;
|
|
11927
|
+
/** CSS class name */
|
|
11928
|
+
className?: string;
|
|
11929
|
+
/** Inline styles */
|
|
11930
|
+
style?: React__default.CSSProperties;
|
|
11931
|
+
}
|
|
11932
|
+
/**
|
|
11933
|
+
* Theme Inspector Component
|
|
11934
|
+
*
|
|
11935
|
+
* Provides detailed inspection and debugging information for themes
|
|
11936
|
+
*/
|
|
11937
|
+
declare const ThemeInspector: React__default.FC<ThemeInspectorProps>;
|
|
11938
|
+
|
|
11939
|
+
/**
|
|
11940
|
+
* Theme Comparator Component
|
|
11941
|
+
*
|
|
11942
|
+
* React component for comparing two themes side-by-side
|
|
11943
|
+
*/
|
|
11944
|
+
|
|
11945
|
+
/**
|
|
11946
|
+
* Theme comparator props
|
|
11947
|
+
*/
|
|
11948
|
+
interface ThemeComparatorProps {
|
|
11949
|
+
/** First theme to compare */
|
|
11950
|
+
themeA: Theme;
|
|
11951
|
+
/** Second theme to compare */
|
|
11952
|
+
themeB: Theme;
|
|
11953
|
+
/** Show only differences */
|
|
11954
|
+
showOnlyDifferences?: boolean;
|
|
11955
|
+
/** CSS class name */
|
|
11956
|
+
className?: string;
|
|
11957
|
+
/** Inline styles */
|
|
11958
|
+
style?: React__default.CSSProperties;
|
|
11959
|
+
}
|
|
11960
|
+
/**
|
|
11961
|
+
* Theme Comparator Component
|
|
11962
|
+
*
|
|
11963
|
+
* Compares two themes and highlights differences
|
|
11964
|
+
*/
|
|
11965
|
+
declare const ThemeComparator: React__default.FC<ThemeComparatorProps>;
|
|
11966
|
+
|
|
11967
|
+
/**
|
|
11968
|
+
* Theme Live Editor Component
|
|
11969
|
+
*
|
|
11970
|
+
* React component for live editing themes in development
|
|
11971
|
+
*/
|
|
11972
|
+
|
|
11973
|
+
/**
|
|
11974
|
+
* Live editor props
|
|
11975
|
+
*/
|
|
11976
|
+
interface ThemeLiveEditorProps {
|
|
11977
|
+
/** Initial theme */
|
|
11978
|
+
initialTheme: Theme;
|
|
11979
|
+
/** Callback when theme changes */
|
|
11980
|
+
onChange?: (theme: Theme) => void;
|
|
11981
|
+
/** CSS class name */
|
|
11982
|
+
className?: string;
|
|
11983
|
+
/** Inline styles */
|
|
11984
|
+
style?: React__default.CSSProperties;
|
|
11985
|
+
}
|
|
11986
|
+
/**
|
|
11987
|
+
* Theme Live Editor Component
|
|
11988
|
+
*
|
|
11989
|
+
* Allows live editing of theme properties with instant preview
|
|
11990
|
+
*/
|
|
11991
|
+
declare const ThemeLiveEditor: React__default.FC<ThemeLiveEditorProps>;
|
|
11610
11992
|
|
|
11611
11993
|
/**
|
|
11612
11994
|
* Theme Applicator
|
|
@@ -11795,45 +12177,69 @@ declare function extractComponentName(varName: string, prefix?: string): string
|
|
|
11795
12177
|
* Central export point for all theme-related functionality
|
|
11796
12178
|
*/
|
|
11797
12179
|
|
|
12180
|
+
type themeImport_CLICommand = CLICommand;
|
|
11798
12181
|
type themeImport_CSSVariableConfig = CSSVariableConfig;
|
|
11799
12182
|
type themeImport_CSSVariableNamingOptions = CSSVariableNamingOptions;
|
|
11800
12183
|
type themeImport_ComponentThemeOverride = ComponentThemeOverride;
|
|
12184
|
+
type themeImport_RTLConfig = RTLConfig;
|
|
12185
|
+
type themeImport_RTLManager = RTLManager;
|
|
12186
|
+
declare const themeImport_RTLManager: typeof RTLManager;
|
|
11801
12187
|
type themeImport_Theme = Theme;
|
|
11802
12188
|
type themeImport_ThemeApplicator = ThemeApplicator;
|
|
11803
12189
|
declare const themeImport_ThemeApplicator: typeof ThemeApplicator;
|
|
11804
|
-
type
|
|
11805
|
-
declare const
|
|
12190
|
+
type themeImport_ThemeCLI = ThemeCLI;
|
|
12191
|
+
declare const themeImport_ThemeCLI: typeof ThemeCLI;
|
|
11806
12192
|
type themeImport_ThemeChangeEvent = ThemeChangeEvent;
|
|
12193
|
+
declare const themeImport_ThemeComparator: typeof ThemeComparator;
|
|
12194
|
+
type themeImport_ThemeComparatorProps = ThemeComparatorProps;
|
|
11807
12195
|
type themeImport_ThemeComponentOverrides = ThemeComponentOverrides;
|
|
11808
12196
|
declare const themeImport_ThemeContext: typeof ThemeContext;
|
|
11809
12197
|
type themeImport_ThemeContextValue = ThemeContextValue;
|
|
12198
|
+
type themeImport_ThemeErrorBoundary = ThemeErrorBoundary;
|
|
12199
|
+
declare const themeImport_ThemeErrorBoundary: typeof ThemeErrorBoundary;
|
|
12200
|
+
type themeImport_ThemeErrorBoundaryProps = ThemeErrorBoundaryProps;
|
|
12201
|
+
declare const themeImport_ThemeInspector: typeof ThemeInspector;
|
|
12202
|
+
type themeImport_ThemeInspectorProps = ThemeInspectorProps;
|
|
12203
|
+
declare const themeImport_ThemeLiveEditor: typeof ThemeLiveEditor;
|
|
12204
|
+
type themeImport_ThemeLiveEditorProps = ThemeLiveEditorProps;
|
|
11810
12205
|
type themeImport_ThemeLoadOptions = ThemeLoadOptions;
|
|
12206
|
+
type themeImport_ThemeManager = ThemeManager;
|
|
12207
|
+
declare const themeImport_ThemeManager: typeof ThemeManager;
|
|
11811
12208
|
type themeImport_ThemeManagerConfig = ThemeManagerConfig;
|
|
11812
12209
|
type themeImport_ThemeMetadata = ThemeMetadata;
|
|
12210
|
+
declare const themeImport_ThemePreview: typeof ThemePreview;
|
|
12211
|
+
type themeImport_ThemePreviewProps = ThemePreviewProps;
|
|
11813
12212
|
declare const themeImport_ThemeProvider: typeof ThemeProvider;
|
|
11814
12213
|
type themeImport_ThemeProviderProps = ThemeProviderProps;
|
|
11815
12214
|
type themeImport_ThemeValidationResult = ThemeValidationResult;
|
|
11816
12215
|
type themeImport_UseThemeReturn = UseThemeReturn;
|
|
11817
12216
|
declare const themeImport_applyCSSVariables: typeof applyCSSVariables;
|
|
11818
12217
|
declare const themeImport_applyTheme: typeof applyTheme;
|
|
12218
|
+
declare const themeImport_createCLI: typeof createCLI;
|
|
12219
|
+
declare const themeImport_createDarkVariant: typeof createDarkVariant;
|
|
11819
12220
|
declare const themeImport_createTheme: typeof createTheme;
|
|
11820
|
-
declare const
|
|
12221
|
+
declare const themeImport_createThemeFromConfig: typeof createThemeFromConfig;
|
|
11821
12222
|
declare const themeImport_cssVarsToStyle: typeof cssVarsToStyle;
|
|
11822
|
-
declare const
|
|
12223
|
+
declare const themeImport_exportTheme: typeof exportTheme;
|
|
11823
12224
|
declare const themeImport_extractComponentName: typeof extractComponentName;
|
|
11824
12225
|
declare const themeImport_generateCSSVariableName: typeof generateCSSVariableName;
|
|
11825
12226
|
declare const themeImport_generateComponentCSSVars: typeof generateComponentCSSVars;
|
|
11826
12227
|
declare const themeImport_getCSSVariable: typeof getCSSVariable;
|
|
11827
12228
|
declare const themeImport_getThemeApplicator: typeof getThemeApplicator;
|
|
12229
|
+
declare const themeImport_importTheme: typeof importTheme;
|
|
11828
12230
|
declare const themeImport_isValidCSSVariableName: typeof isValidCSSVariableName;
|
|
11829
12231
|
declare const themeImport_mapSCSSTokensToCSSVars: typeof mapSCSSTokensToCSSVars;
|
|
11830
12232
|
declare const themeImport_mergeCSSVars: typeof mergeCSSVars;
|
|
12233
|
+
declare const themeImport_quickTheme: typeof quickTheme;
|
|
11831
12234
|
declare const themeImport_removeCSSVariables: typeof removeCSSVariables;
|
|
11832
12235
|
declare const themeImport_removeTheme: typeof removeTheme;
|
|
12236
|
+
declare const themeImport_runCLI: typeof runCLI;
|
|
12237
|
+
declare const themeImport_themeToCSS: typeof themeToCSS;
|
|
11833
12238
|
declare const themeImport_useTheme: typeof useTheme;
|
|
12239
|
+
declare const themeImport_validateTheme: typeof validateTheme;
|
|
11834
12240
|
declare namespace themeImport {
|
|
11835
|
-
export { themeImport_ThemeApplicator as ThemeApplicator,
|
|
11836
|
-
export type { themeImport_CSSVariableConfig as CSSVariableConfig, themeImport_CSSVariableNamingOptions as CSSVariableNamingOptions, themeImport_ComponentThemeOverride as ComponentThemeOverride, themeImport_Theme as Theme, themeImport_ThemeChangeEvent as ThemeChangeEvent, themeImport_ThemeComponentOverrides as ThemeComponentOverrides, themeImport_ThemeContextValue as ThemeContextValue, themeImport_ThemeLoadOptions as ThemeLoadOptions, themeImport_ThemeManagerConfig as ThemeManagerConfig, themeImport_ThemeMetadata as ThemeMetadata, themeImport_ThemeProviderProps as ThemeProviderProps, themeImport_ThemeValidationResult as ThemeValidationResult, themeImport_UseThemeReturn as UseThemeReturn };
|
|
12241
|
+
export { themeImport_RTLManager as RTLManager, themeImport_ThemeApplicator as ThemeApplicator, themeImport_ThemeCLI as ThemeCLI, themeImport_ThemeComparator as ThemeComparator, themeImport_ThemeContext as ThemeContext, themeImport_ThemeErrorBoundary as ThemeErrorBoundary, themeImport_ThemeInspector as ThemeInspector, themeImport_ThemeLiveEditor as ThemeLiveEditor, themeImport_ThemeManager as ThemeManager, themeImport_ThemePreview as ThemePreview, themeImport_ThemeProvider as ThemeProvider, themeImport_applyCSSVariables as applyCSSVariables, themeImport_applyTheme as applyTheme, themeImport_createCLI as createCLI, themeImport_createDarkVariant as createDarkVariant, themeImport_createTheme as createTheme, themeImport_createThemeFromConfig as createThemeFromConfig, themeImport_cssVarsToStyle as cssVarsToStyle, themeImport_exportTheme as exportTheme, themeImport_extractComponentName as extractComponentName, themeImport_generateCSSVariableName as generateCSSVariableName, themeImport_generateComponentCSSVars as generateComponentCSSVars, themeImport_getCSSVariable as getCSSVariable, themeImport_getThemeApplicator as getThemeApplicator, themeImport_importTheme as importTheme, themeImport_isValidCSSVariableName as isValidCSSVariableName, themeImport_mapSCSSTokensToCSSVars as mapSCSSTokensToCSSVars, themeImport_mergeCSSVars as mergeCSSVars, themeImport_quickTheme as quickTheme, themeImport_removeCSSVariables as removeCSSVariables, themeImport_removeTheme as removeTheme, themeImport_runCLI as runCLI, themeImport_themeToCSS as themeToCSS, themeImport_useTheme as useTheme, themeImport_validateTheme as validateTheme };
|
|
12242
|
+
export type { themeImport_CLICommand as CLICommand, themeImport_CSSVariableConfig as CSSVariableConfig, themeImport_CSSVariableNamingOptions as CSSVariableNamingOptions, themeImport_ComponentThemeOverride as ComponentThemeOverride, themeImport_RTLConfig as RTLConfig, themeImport_Theme as Theme, themeImport_ThemeChangeEvent as ThemeChangeEvent, themeImport_ThemeComparatorProps as ThemeComparatorProps, themeImport_ThemeComponentOverrides as ThemeComponentOverrides, themeImport_ThemeContextValue as ThemeContextValue, themeImport_ThemeErrorBoundaryProps as ThemeErrorBoundaryProps, themeImport_ThemeInspectorProps as ThemeInspectorProps, themeImport_ThemeLiveEditorProps as ThemeLiveEditorProps, themeImport_ThemeLoadOptions as ThemeLoadOptions, themeImport_ThemeManagerConfig as ThemeManagerConfig, themeImport_ThemeMetadata as ThemeMetadata, themeImport_ThemePreviewProps as ThemePreviewProps, themeImport_ThemeProviderProps as ThemeProviderProps, themeImport_ThemeValidationResult as ThemeValidationResult, themeImport_UseThemeReturn as UseThemeReturn };
|
|
11837
12243
|
}
|
|
11838
12244
|
|
|
11839
12245
|
/**
|
|
@@ -11926,15 +12332,16 @@ interface AnimatedChartProps extends Omit<ChartProps, 'type'> {
|
|
|
11926
12332
|
size: number;
|
|
11927
12333
|
};
|
|
11928
12334
|
}
|
|
11929
|
-
declare const AnimatedChart:
|
|
12335
|
+
declare const AnimatedChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<AnimatedChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
11930
12336
|
|
|
11931
12337
|
type ButtonAsProp = {
|
|
11932
12338
|
as?: ElementType;
|
|
11933
12339
|
to?: string;
|
|
11934
12340
|
href?: string;
|
|
12341
|
+
LinkComponent?: React__default.ComponentType<any>;
|
|
11935
12342
|
[key: string]: any;
|
|
11936
12343
|
};
|
|
11937
|
-
declare const Button:
|
|
12344
|
+
declare const Button: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<ButtonProps & ButtonAsProp, "ref"> & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>>;
|
|
11938
12345
|
|
|
11939
12346
|
/**
|
|
11940
12347
|
* Accordion component for showing/hiding content panels
|
|
@@ -11976,16 +12383,16 @@ interface AccordionProps extends BaseComponentProps {
|
|
|
11976
12383
|
/**
|
|
11977
12384
|
* Custom style for the accordion
|
|
11978
12385
|
*/
|
|
11979
|
-
style?:
|
|
12386
|
+
style?: React__default.CSSProperties;
|
|
11980
12387
|
}
|
|
11981
|
-
declare const Accordion:
|
|
12388
|
+
declare const Accordion: React__default.FC<AccordionProps>;
|
|
11982
12389
|
|
|
11983
|
-
interface AtomixLogoProps extends
|
|
12390
|
+
interface AtomixLogoProps extends React__default.SVGProps<SVGSVGElement> {
|
|
11984
12391
|
height?: number | string;
|
|
11985
12392
|
width?: number | string;
|
|
11986
12393
|
color?: string;
|
|
11987
12394
|
}
|
|
11988
|
-
declare const AtomixLogo:
|
|
12395
|
+
declare const AtomixLogo: React__default.FC<AtomixLogoProps>;
|
|
11989
12396
|
|
|
11990
12397
|
/**
|
|
11991
12398
|
* AtomixGlass - A high-performance glass morphism component with liquid distortion effects
|
|
@@ -12060,11 +12467,11 @@ declare const AtomixLogo: react__default.FC<AtomixLogoProps>;
|
|
|
12060
12467
|
*/
|
|
12061
12468
|
declare function AtomixGlass({ children, displacementScale, blurAmount, saturation, aberrationIntensity, elasticity, cornerRadius, globalMousePosition: externalGlobalMousePosition, mouseOffset: externalMouseOffset, mouseContainer, className, padding, overLight, style, mode, onClick, shaderVariant, 'aria-label': ariaLabel, 'aria-describedby': ariaDescribedBy, role, tabIndex, reducedMotion, highContrast, disableEffects, enableLiquidBlur, enableBorderEffect, enableOverLightLayers, enablePerformanceMonitoring, debugCornerRadius, debugOverLight, }: AtomixGlassProps): react_jsx_runtime.JSX.Element;
|
|
12062
12469
|
|
|
12063
|
-
declare const Avatar:
|
|
12470
|
+
declare const Avatar: React__default.FC<AvatarProps>;
|
|
12064
12471
|
|
|
12065
|
-
declare const AvatarGroup:
|
|
12472
|
+
declare const AvatarGroup: React__default.FC<AvatarGroupProps>;
|
|
12066
12473
|
|
|
12067
|
-
declare const Badge:
|
|
12474
|
+
declare const Badge: React__default.FC<BadgeProps>;
|
|
12068
12475
|
|
|
12069
12476
|
interface ContainerProps extends HTMLAttributes<HTMLDivElement> {
|
|
12070
12477
|
/**
|
|
@@ -12102,7 +12509,7 @@ interface ContainerProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
12102
12509
|
* </Container>
|
|
12103
12510
|
* ```
|
|
12104
12511
|
*/
|
|
12105
|
-
declare const Container:
|
|
12512
|
+
declare const Container: React__default.ForwardRefExoticComponent<ContainerProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
12106
12513
|
|
|
12107
12514
|
interface BlockProps extends HTMLAttributes<HTMLElement> {
|
|
12108
12515
|
/**
|
|
@@ -12145,7 +12552,7 @@ interface BlockProps extends HTMLAttributes<HTMLElement> {
|
|
|
12145
12552
|
/**
|
|
12146
12553
|
* Custom styles object
|
|
12147
12554
|
*/
|
|
12148
|
-
style?:
|
|
12555
|
+
style?: React__default.CSSProperties;
|
|
12149
12556
|
/**
|
|
12150
12557
|
* Background color variant
|
|
12151
12558
|
*/
|
|
@@ -12184,16 +12591,16 @@ interface BlockProps extends HTMLAttributes<HTMLElement> {
|
|
|
12184
12591
|
* </Block>
|
|
12185
12592
|
* ```
|
|
12186
12593
|
*/
|
|
12187
|
-
declare const Block:
|
|
12594
|
+
declare const Block: React__default.ForwardRefExoticComponent<BlockProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
12188
12595
|
|
|
12189
12596
|
/**
|
|
12190
12597
|
* Callout component for displaying important messages, notifications, or alerts
|
|
12191
12598
|
*/
|
|
12192
|
-
declare const Callout:
|
|
12599
|
+
declare const Callout: React__default.FC<CalloutProps>;
|
|
12193
12600
|
|
|
12194
|
-
declare const Card:
|
|
12601
|
+
declare const Card: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CardProps & React__default.RefAttributes<HTMLDivElement | HTMLAnchorElement>>>;
|
|
12195
12602
|
|
|
12196
|
-
declare const ElevationCard:
|
|
12603
|
+
declare const ElevationCard: React__default.FC<ElevationCardProps>;
|
|
12197
12604
|
|
|
12198
12605
|
interface LineChartProps extends Omit<ChartProps, 'type'> {
|
|
12199
12606
|
/**
|
|
@@ -12217,7 +12624,7 @@ interface LineChartProps extends Omit<ChartProps, 'type'> {
|
|
|
12217
12624
|
*/
|
|
12218
12625
|
onBrushSelection?: (startIndex: number, endIndex: number) => void;
|
|
12219
12626
|
}
|
|
12220
|
-
declare const LineChart:
|
|
12627
|
+
declare const LineChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<LineChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12221
12628
|
|
|
12222
12629
|
interface AreaChartProps extends Omit<LineChartProps, 'lineOptions'> {
|
|
12223
12630
|
/**
|
|
@@ -12225,7 +12632,7 @@ interface AreaChartProps extends Omit<LineChartProps, 'lineOptions'> {
|
|
|
12225
12632
|
*/
|
|
12226
12633
|
areaOptions?: LineChartProps['lineOptions'];
|
|
12227
12634
|
}
|
|
12228
|
-
declare const AreaChart:
|
|
12635
|
+
declare const AreaChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<AreaChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12229
12636
|
|
|
12230
12637
|
interface BarChartProps extends Omit<ChartProps, 'type'> {
|
|
12231
12638
|
/**
|
|
@@ -12237,7 +12644,7 @@ interface BarChartProps extends Omit<ChartProps, 'type'> {
|
|
|
12237
12644
|
*/
|
|
12238
12645
|
horizontal?: boolean;
|
|
12239
12646
|
}
|
|
12240
|
-
declare const BarChart:
|
|
12647
|
+
declare const BarChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<BarChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12241
12648
|
|
|
12242
12649
|
interface BubbleDataPoint {
|
|
12243
12650
|
label: string;
|
|
@@ -12303,7 +12710,7 @@ interface BubbleChartProps extends Omit<ChartProps, 'type' | 'datasets'> {
|
|
|
12303
12710
|
sizeBasedColoring?: boolean;
|
|
12304
12711
|
};
|
|
12305
12712
|
}
|
|
12306
|
-
declare const BubbleChart:
|
|
12713
|
+
declare const BubbleChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<BubbleChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12307
12714
|
|
|
12308
12715
|
interface CandlestickDataPoint {
|
|
12309
12716
|
/**
|
|
@@ -12402,14 +12809,14 @@ interface CandlestickChartProps extends Omit<ChartProps, 'type' | 'datasets' | '
|
|
|
12402
12809
|
showTooltips?: boolean;
|
|
12403
12810
|
};
|
|
12404
12811
|
}
|
|
12405
|
-
declare const CandlestickChart:
|
|
12812
|
+
declare const CandlestickChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<CandlestickChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12406
12813
|
|
|
12407
|
-
declare const Chart:
|
|
12814
|
+
declare const Chart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<ChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12408
12815
|
|
|
12409
12816
|
/**
|
|
12410
12817
|
* Enhanced chart renderer component with comprehensive functionality
|
|
12411
12818
|
*/
|
|
12412
|
-
declare const ChartRenderer:
|
|
12819
|
+
declare const ChartRenderer: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<{
|
|
12413
12820
|
datasets: ChartProps$1["datasets"];
|
|
12414
12821
|
config?: ChartProps$1["config"];
|
|
12415
12822
|
width?: number;
|
|
@@ -12420,7 +12827,7 @@ declare const ChartRenderer: react.MemoExoticComponent<react.ForwardRefExoticCom
|
|
|
12420
12827
|
enableAccessibility?: boolean;
|
|
12421
12828
|
enablePerformanceOptimization?: boolean;
|
|
12422
12829
|
renderContent: (params: ChartRenderContentParams) => React.ReactNode;
|
|
12423
|
-
} &
|
|
12830
|
+
} & React$1.RefAttributes<SVGSVGElement>>>;
|
|
12424
12831
|
|
|
12425
12832
|
type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
12426
12833
|
type IconWeight = 'thin' | 'light' | 'regular' | 'bold' | 'fill' | 'duotone';
|
|
@@ -12449,7 +12856,7 @@ interface IconProps {
|
|
|
12449
12856
|
/**
|
|
12450
12857
|
* Custom style
|
|
12451
12858
|
*/
|
|
12452
|
-
style?:
|
|
12859
|
+
style?: React__default.CSSProperties;
|
|
12453
12860
|
/**
|
|
12454
12861
|
* Alt text for accessibility
|
|
12455
12862
|
*/
|
|
@@ -12458,7 +12865,7 @@ interface IconProps {
|
|
|
12458
12865
|
/**
|
|
12459
12866
|
* Icon component that displays a Phosphor icon
|
|
12460
12867
|
*/
|
|
12461
|
-
declare const Icon:
|
|
12868
|
+
declare const Icon: React__default.FC<IconProps>;
|
|
12462
12869
|
|
|
12463
12870
|
interface PieChartProps extends Omit<ChartProps, 'type'> {
|
|
12464
12871
|
/**
|
|
@@ -12466,7 +12873,7 @@ interface PieChartProps extends Omit<ChartProps, 'type'> {
|
|
|
12466
12873
|
*/
|
|
12467
12874
|
pieOptions?: PieChartOptions;
|
|
12468
12875
|
}
|
|
12469
|
-
declare const PieChart:
|
|
12876
|
+
declare const PieChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<PieChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12470
12877
|
|
|
12471
12878
|
interface DonutChartProps extends Omit<PieChartProps, 'type'> {
|
|
12472
12879
|
/**
|
|
@@ -12495,7 +12902,7 @@ interface DonutChartProps extends Omit<PieChartProps, 'type'> {
|
|
|
12495
12902
|
roundedCorners?: boolean;
|
|
12496
12903
|
};
|
|
12497
12904
|
}
|
|
12498
|
-
declare const DonutChart:
|
|
12905
|
+
declare const DonutChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<DonutChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12499
12906
|
|
|
12500
12907
|
interface FunnelDataPoint {
|
|
12501
12908
|
label: string;
|
|
@@ -12587,7 +12994,7 @@ interface FunnelChartProps extends Omit<ChartProps, 'type' | 'datasets'> {
|
|
|
12587
12994
|
minSegmentRatio?: number;
|
|
12588
12995
|
};
|
|
12589
12996
|
}
|
|
12590
|
-
declare const FunnelChart:
|
|
12997
|
+
declare const FunnelChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<FunnelChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12591
12998
|
|
|
12592
12999
|
interface GaugeChartProps extends Omit<ChartProps, 'type' | 'datasets'> {
|
|
12593
13000
|
/**
|
|
@@ -12685,7 +13092,7 @@ interface GaugeChartProps extends Omit<ChartProps, 'type' | 'datasets'> {
|
|
|
12685
13092
|
labelPosition?: 'top' | 'bottom' | 'center';
|
|
12686
13093
|
};
|
|
12687
13094
|
}
|
|
12688
|
-
declare const GaugeChart:
|
|
13095
|
+
declare const GaugeChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<GaugeChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12689
13096
|
|
|
12690
13097
|
interface HeatmapDataPoint {
|
|
12691
13098
|
x: string | number;
|
|
@@ -12758,7 +13165,7 @@ interface HeatmapChartProps extends Omit<ChartProps, 'type' | 'datasets' | 'vari
|
|
|
12758
13165
|
*/
|
|
12759
13166
|
showGrid?: boolean;
|
|
12760
13167
|
}
|
|
12761
|
-
declare const HeatmapChart:
|
|
13168
|
+
declare const HeatmapChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<HeatmapChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12762
13169
|
|
|
12763
13170
|
interface AxisConfig {
|
|
12764
13171
|
/**
|
|
@@ -12875,7 +13282,7 @@ interface MultiAxisChartProps extends Omit<ChartProps$1, 'type'> {
|
|
|
12875
13282
|
spanGaps?: boolean;
|
|
12876
13283
|
};
|
|
12877
13284
|
}
|
|
12878
|
-
declare const MultiAxisChart:
|
|
13285
|
+
declare const MultiAxisChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<MultiAxisChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12879
13286
|
|
|
12880
13287
|
interface RadarChartProps extends Omit<ChartProps$1, 'type'> {
|
|
12881
13288
|
/**
|
|
@@ -12932,7 +13339,7 @@ interface RadarChartProps extends Omit<ChartProps$1, 'type'> {
|
|
|
12932
13339
|
scaleMax?: number;
|
|
12933
13340
|
};
|
|
12934
13341
|
}
|
|
12935
|
-
declare const RadarChart:
|
|
13342
|
+
declare const RadarChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<RadarChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12936
13343
|
|
|
12937
13344
|
interface ScatterChartProps extends Omit<ChartProps, 'type'> {
|
|
12938
13345
|
/**
|
|
@@ -12953,7 +13360,7 @@ interface ScatterChartProps extends Omit<ChartProps, 'type'> {
|
|
|
12953
13360
|
enableHoverEffects?: boolean;
|
|
12954
13361
|
};
|
|
12955
13362
|
}
|
|
12956
|
-
declare const ScatterChart:
|
|
13363
|
+
declare const ScatterChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<ScatterChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
12957
13364
|
|
|
12958
13365
|
interface TreemapDataPoint {
|
|
12959
13366
|
id: string;
|
|
@@ -13043,7 +13450,7 @@ interface TreemapChartProps extends Omit<ChartProps$1, 'type' | 'datasets'> {
|
|
|
13043
13450
|
enableSelection?: boolean;
|
|
13044
13451
|
};
|
|
13045
13452
|
}
|
|
13046
|
-
declare const TreemapChart:
|
|
13453
|
+
declare const TreemapChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<TreemapChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
13047
13454
|
|
|
13048
13455
|
interface WaterfallDataPoint {
|
|
13049
13456
|
label: string;
|
|
@@ -13128,14 +13535,14 @@ interface WaterfallChartProps extends Omit<ChartProps$1, 'type' | 'datasets'> {
|
|
|
13128
13535
|
baselineColor?: string;
|
|
13129
13536
|
};
|
|
13130
13537
|
}
|
|
13131
|
-
declare const WaterfallChart:
|
|
13538
|
+
declare const WaterfallChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<WaterfallChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
13132
13539
|
|
|
13133
13540
|
type ColorMode = 'light' | 'dark';
|
|
13134
13541
|
interface ColorModeToggleProps {
|
|
13135
13542
|
/** Additional CSS class names */
|
|
13136
13543
|
className?: string;
|
|
13137
13544
|
/** Inline styles */
|
|
13138
|
-
style?:
|
|
13545
|
+
style?: React__default.CSSProperties;
|
|
13139
13546
|
/** Controlled mode value */
|
|
13140
13547
|
value?: ColorMode;
|
|
13141
13548
|
/** Default mode (uncontrolled) */
|
|
@@ -13143,9 +13550,9 @@ interface ColorModeToggleProps {
|
|
|
13143
13550
|
/** Callback when mode changes */
|
|
13144
13551
|
onChange?: (mode: ColorMode) => void;
|
|
13145
13552
|
/** Custom light mode icon */
|
|
13146
|
-
lightIcon?:
|
|
13553
|
+
lightIcon?: React__default.ReactNode;
|
|
13147
13554
|
/** Custom dark mode icon */
|
|
13148
|
-
darkIcon?:
|
|
13555
|
+
darkIcon?: React__default.ReactNode;
|
|
13149
13556
|
/** Size variant */
|
|
13150
13557
|
size?: 'sm' | 'md' | 'lg';
|
|
13151
13558
|
/** Disable the toggle */
|
|
@@ -13163,7 +13570,7 @@ interface ColorModeToggleProps {
|
|
|
13163
13570
|
/** Show tooltip */
|
|
13164
13571
|
showTooltip?: boolean;
|
|
13165
13572
|
}
|
|
13166
|
-
declare const ColorModeToggle:
|
|
13573
|
+
declare const ColorModeToggle: React__default.FC<ColorModeToggleProps>;
|
|
13167
13574
|
|
|
13168
13575
|
interface CountdownProps {
|
|
13169
13576
|
/** Target date/time as a Date or ISO string */
|
|
@@ -13177,11 +13584,11 @@ interface CountdownProps {
|
|
|
13177
13584
|
/** Custom className */
|
|
13178
13585
|
className?: string;
|
|
13179
13586
|
/** Custom style */
|
|
13180
|
-
style?:
|
|
13587
|
+
style?: React__default.CSSProperties;
|
|
13181
13588
|
/** Optional callback when countdown reaches zero */
|
|
13182
13589
|
onComplete?: () => void;
|
|
13183
13590
|
}
|
|
13184
|
-
declare const Countdown:
|
|
13591
|
+
declare const Countdown: React__default.FC<CountdownProps>;
|
|
13185
13592
|
|
|
13186
13593
|
/**
|
|
13187
13594
|
* DataTable - A flexible and accessible data table component
|
|
@@ -13196,18 +13603,18 @@ declare const Countdown: react__default.FC<CountdownProps>;
|
|
|
13196
13603
|
* />
|
|
13197
13604
|
* ```
|
|
13198
13605
|
*/
|
|
13199
|
-
declare const DataTable:
|
|
13606
|
+
declare const DataTable: React__default.FC<DataTableProps>;
|
|
13200
13607
|
|
|
13201
13608
|
/**
|
|
13202
13609
|
* DatePicker component for selecting dates from a calendar interface.
|
|
13203
13610
|
* Supports various display modes, date ranges, and customization options.
|
|
13204
13611
|
*/
|
|
13205
|
-
declare const DatePicker:
|
|
13612
|
+
declare const DatePicker: React__default.ForwardRefExoticComponent<DatePickerProps & React__default.RefAttributes<DatePickerRef>>;
|
|
13206
13613
|
|
|
13207
13614
|
/**
|
|
13208
13615
|
* Dropdown component for creating dropdown menus
|
|
13209
13616
|
*/
|
|
13210
|
-
declare const Dropdown:
|
|
13617
|
+
declare const Dropdown: React__default.FC<DropdownProps>;
|
|
13211
13618
|
|
|
13212
13619
|
/**
|
|
13213
13620
|
* EdgePanel - A sliding panel component that appears from any screen edge
|
|
@@ -13254,12 +13661,12 @@ declare const Dropdown: react__default.FC<DropdownProps>;
|
|
|
13254
13661
|
* </EdgePanel>
|
|
13255
13662
|
* ```
|
|
13256
13663
|
*/
|
|
13257
|
-
declare const EdgePanel:
|
|
13664
|
+
declare const EdgePanel: React__default.FC<EdgePanelProps>;
|
|
13258
13665
|
|
|
13259
13666
|
/**
|
|
13260
13667
|
* Checkbox - A component for checkbox inputs
|
|
13261
13668
|
*/
|
|
13262
|
-
declare const Checkbox:
|
|
13669
|
+
declare const Checkbox: React__default.FC<CheckboxProps>;
|
|
13263
13670
|
|
|
13264
13671
|
/**
|
|
13265
13672
|
* Footer component provides a comprehensive footer section with multiple layout options,
|
|
@@ -13284,7 +13691,7 @@ declare const Checkbox: react__default.FC<CheckboxProps>;
|
|
|
13284
13691
|
* </Footer>
|
|
13285
13692
|
* ```
|
|
13286
13693
|
*/
|
|
13287
|
-
declare const Footer:
|
|
13694
|
+
declare const Footer: React__default.ForwardRefExoticComponent<FooterProps & React__default.RefAttributes<HTMLElement>>;
|
|
13288
13695
|
|
|
13289
13696
|
/**
|
|
13290
13697
|
* FooterSection component provides a section within the footer for organizing links and content.
|
|
@@ -13297,9 +13704,9 @@ declare const Footer: react__default.ForwardRefExoticComponent<FooterProps & rea
|
|
|
13297
13704
|
* </FooterSection>
|
|
13298
13705
|
* ```
|
|
13299
13706
|
*/
|
|
13300
|
-
declare const FooterSection:
|
|
13707
|
+
declare const FooterSection: React__default.ForwardRefExoticComponent<FooterSectionProps & {
|
|
13301
13708
|
showNewsletter?: boolean;
|
|
13302
|
-
} &
|
|
13709
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
13303
13710
|
|
|
13304
13711
|
/**
|
|
13305
13712
|
* FooterLink component provides styled links for use within footer sections.
|
|
@@ -13311,7 +13718,7 @@ declare const FooterSection: react__default.ForwardRefExoticComponent<FooterSect
|
|
|
13311
13718
|
* </FooterLink>
|
|
13312
13719
|
* ```
|
|
13313
13720
|
*/
|
|
13314
|
-
declare const FooterLink:
|
|
13721
|
+
declare const FooterLink: React__default.ForwardRefExoticComponent<FooterLinkProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
13315
13722
|
|
|
13316
13723
|
/**
|
|
13317
13724
|
* FooterSocialLink component provides styled social media links with platform-specific icons.
|
|
@@ -13322,53 +13729,53 @@ declare const FooterLink: react__default.ForwardRefExoticComponent<FooterLinkPro
|
|
|
13322
13729
|
* <FooterSocialLink platform="custom" url="https://example.com" icon={<CustomIcon />} label="Custom Platform" />
|
|
13323
13730
|
* ```
|
|
13324
13731
|
*/
|
|
13325
|
-
declare const FooterSocialLink:
|
|
13732
|
+
declare const FooterSocialLink: React__default.ForwardRefExoticComponent<FooterSocialLinkProps & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
13326
13733
|
|
|
13327
13734
|
/**
|
|
13328
13735
|
* Form - A component for creating form layouts
|
|
13329
13736
|
*/
|
|
13330
|
-
declare const Form:
|
|
13737
|
+
declare const Form: React__default.FC<FormProps>;
|
|
13331
13738
|
|
|
13332
13739
|
/**
|
|
13333
13740
|
* FormGroup - A component for grouping form controls with labels and help text
|
|
13334
13741
|
*/
|
|
13335
|
-
declare const FormGroup:
|
|
13742
|
+
declare const FormGroup: React__default.FC<FormGroupProps>;
|
|
13336
13743
|
|
|
13337
13744
|
/**
|
|
13338
13745
|
* Input - A component for text input fields
|
|
13339
13746
|
*/
|
|
13340
|
-
declare const Input:
|
|
13747
|
+
declare const Input: React__default.ForwardRefExoticComponent<InputProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
13341
13748
|
|
|
13342
13749
|
/**
|
|
13343
13750
|
* Radio - A component for radio button inputs
|
|
13344
13751
|
*/
|
|
13345
|
-
declare const Radio:
|
|
13752
|
+
declare const Radio: React__default.FC<RadioProps>;
|
|
13346
13753
|
|
|
13347
13754
|
/**
|
|
13348
13755
|
* Select - A component for dropdown selection
|
|
13349
13756
|
*/
|
|
13350
|
-
declare const Select:
|
|
13757
|
+
declare const Select: React__default.FC<SelectProps>;
|
|
13351
13758
|
|
|
13352
13759
|
/**
|
|
13353
13760
|
* Textarea - A component for multiline text input
|
|
13354
13761
|
*/
|
|
13355
|
-
declare const Textarea:
|
|
13762
|
+
declare const Textarea: React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLTextAreaElement>>;
|
|
13356
13763
|
|
|
13357
|
-
declare const Hero:
|
|
13764
|
+
declare const Hero: React__default.FC<HeroProps>;
|
|
13358
13765
|
|
|
13359
|
-
declare const List:
|
|
13766
|
+
declare const List: React__default.FC<ListProps>;
|
|
13360
13767
|
|
|
13361
|
-
declare const ListGroup:
|
|
13768
|
+
declare const ListGroup: React__default.FC<ListGroupProps>;
|
|
13362
13769
|
|
|
13363
13770
|
/**
|
|
13364
13771
|
* Messages component for displaying a chat interface with messages, images, and file attachments
|
|
13365
13772
|
*/
|
|
13366
|
-
declare const Messages:
|
|
13773
|
+
declare const Messages: React__default.FC<MessagesProps>;
|
|
13367
13774
|
|
|
13368
13775
|
/**
|
|
13369
13776
|
* Modal component for displaying overlay content
|
|
13370
13777
|
*/
|
|
13371
|
-
declare const Modal:
|
|
13778
|
+
declare const Modal: React__default.FC<ModalProps>;
|
|
13372
13779
|
|
|
13373
13780
|
/**
|
|
13374
13781
|
* Nav component provides a container for navigation items with proper alignment and accessibility.
|
|
@@ -13385,7 +13792,7 @@ declare const Modal: react__default.FC<ModalProps>;
|
|
|
13385
13792
|
* </Nav>
|
|
13386
13793
|
* ```
|
|
13387
13794
|
*/
|
|
13388
|
-
declare const Nav:
|
|
13795
|
+
declare const Nav: React__default.ForwardRefExoticComponent<NavProps & React__default.RefAttributes<HTMLUListElement>>;
|
|
13389
13796
|
|
|
13390
13797
|
/**
|
|
13391
13798
|
* NavItem component represents a single navigation item that can be a link, dropdown trigger, or mega menu trigger.
|
|
@@ -13415,7 +13822,7 @@ declare const Nav: react__default.ForwardRefExoticComponent<NavProps & react__de
|
|
|
13415
13822
|
* </NavItem>
|
|
13416
13823
|
* ```
|
|
13417
13824
|
*/
|
|
13418
|
-
declare const NavItem:
|
|
13825
|
+
declare const NavItem: React__default.ForwardRefExoticComponent<NavItemProps & React__default.RefAttributes<HTMLLIElement>>;
|
|
13419
13826
|
|
|
13420
13827
|
/**
|
|
13421
13828
|
* Navbar component provides a responsive navigation header with brand, navigation items,
|
|
@@ -13431,7 +13838,7 @@ declare const NavItem: react__default.ForwardRefExoticComponent<NavItemProps & r
|
|
|
13431
13838
|
* </Navbar>
|
|
13432
13839
|
* ```
|
|
13433
13840
|
*/
|
|
13434
|
-
declare const Navbar:
|
|
13841
|
+
declare const Navbar: React__default.ForwardRefExoticComponent<NavbarProps & React__default.RefAttributes<HTMLElement>>;
|
|
13435
13842
|
|
|
13436
13843
|
/**
|
|
13437
13844
|
* SideMenu component provides a collapsible navigation menu with title and menu items.
|
|
@@ -13448,7 +13855,7 @@ declare const Navbar: react__default.ForwardRefExoticComponent<NavbarProps & rea
|
|
|
13448
13855
|
* </SideMenu>
|
|
13449
13856
|
* ```
|
|
13450
13857
|
*/
|
|
13451
|
-
declare const SideMenu:
|
|
13858
|
+
declare const SideMenu: React__default.ForwardRefExoticComponent<SideMenuProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
13452
13859
|
|
|
13453
13860
|
/**
|
|
13454
13861
|
* SideMenuItem component represents a single navigation item in a side menu.
|
|
@@ -13475,7 +13882,7 @@ declare const SideMenu: react__default.ForwardRefExoticComponent<SideMenuProps &
|
|
|
13475
13882
|
* </SideMenuItem>
|
|
13476
13883
|
* ```
|
|
13477
13884
|
*/
|
|
13478
|
-
declare const SideMenuItem:
|
|
13885
|
+
declare const SideMenuItem: React__default.ForwardRefExoticComponent<SideMenuItemProps & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
|
|
13479
13886
|
|
|
13480
13887
|
/**
|
|
13481
13888
|
* SideMenuList component provides a container for side menu items.
|
|
@@ -13489,9 +13896,9 @@ declare const SideMenuItem: react__default.ForwardRefExoticComponent<SideMenuIte
|
|
|
13489
13896
|
* </SideMenuList>
|
|
13490
13897
|
* ```
|
|
13491
13898
|
*/
|
|
13492
|
-
declare const SideMenuList:
|
|
13899
|
+
declare const SideMenuList: React__default.ForwardRefExoticComponent<SideMenuListProps & React__default.RefAttributes<HTMLUListElement>>;
|
|
13493
13900
|
|
|
13494
|
-
declare const Menu:
|
|
13901
|
+
declare const Menu: React__default.FC<MenuProps>;
|
|
13495
13902
|
|
|
13496
13903
|
interface MenuDividerProps {
|
|
13497
13904
|
/**
|
|
@@ -13499,19 +13906,19 @@ interface MenuDividerProps {
|
|
|
13499
13906
|
*/
|
|
13500
13907
|
className?: string;
|
|
13501
13908
|
}
|
|
13502
|
-
declare const MenuItem:
|
|
13503
|
-
declare const MenuDivider:
|
|
13909
|
+
declare const MenuItem: React__default.FC<MenuItemProps>;
|
|
13910
|
+
declare const MenuDivider: React__default.FC<MenuDividerProps>;
|
|
13504
13911
|
|
|
13505
|
-
declare const MegaMenu:
|
|
13506
|
-
declare const MegaMenuColumn:
|
|
13507
|
-
declare const MegaMenuLink:
|
|
13912
|
+
declare const MegaMenu: React__default.FC<MegaMenuProps>;
|
|
13913
|
+
declare const MegaMenuColumn: React__default.FC<MegaMenuColumnProps>;
|
|
13914
|
+
declare const MegaMenuLink: React__default.FC<MegaMenuLinkProps>;
|
|
13508
13915
|
|
|
13509
|
-
declare const NavDropdown:
|
|
13916
|
+
declare const NavDropdown: React__default.FC<NavDropdownProps>;
|
|
13510
13917
|
|
|
13511
13918
|
/**
|
|
13512
13919
|
* Pagination component
|
|
13513
13920
|
*/
|
|
13514
|
-
declare const Pagination:
|
|
13921
|
+
declare const Pagination: React__default.FC<PaginationProps>;
|
|
13515
13922
|
|
|
13516
13923
|
/**
|
|
13517
13924
|
* PhotoViewer component - A comprehensive image viewer with zoom, pan, navigation, and metadata display
|
|
@@ -13530,12 +13937,12 @@ declare const Pagination: react__default.FC<PaginationProps>;
|
|
|
13530
13937
|
* @param props - PhotoViewerProps
|
|
13531
13938
|
* @returns JSX.Element
|
|
13532
13939
|
*/
|
|
13533
|
-
declare const PhotoViewer:
|
|
13940
|
+
declare const PhotoViewer: React__default.FC<PhotoViewerProps>;
|
|
13534
13941
|
|
|
13535
13942
|
/**
|
|
13536
13943
|
* Popover component for displaying floating content
|
|
13537
13944
|
*/
|
|
13538
|
-
declare const Popover:
|
|
13945
|
+
declare const Popover: React__default.FC<PopoverProps>;
|
|
13539
13946
|
|
|
13540
13947
|
interface ProductReviewProps {
|
|
13541
13948
|
/**
|
|
@@ -13573,14 +13980,14 @@ interface ProductReviewProps {
|
|
|
13573
13980
|
/**
|
|
13574
13981
|
* Inline style for the component
|
|
13575
13982
|
*/
|
|
13576
|
-
style?:
|
|
13983
|
+
style?: React__default.CSSProperties;
|
|
13577
13984
|
}
|
|
13578
13985
|
/**
|
|
13579
13986
|
* ProductReview component for collecting user ratings and feedback
|
|
13580
13987
|
*/
|
|
13581
|
-
declare const ProductReview:
|
|
13988
|
+
declare const ProductReview: React__default.FC<ProductReviewProps>;
|
|
13582
13989
|
|
|
13583
|
-
declare const Progress:
|
|
13990
|
+
declare const Progress: React__default.ForwardRefExoticComponent<ProgressProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
13584
13991
|
|
|
13585
13992
|
/**
|
|
13586
13993
|
* Rating component for displaying and collecting star ratings
|
|
@@ -13597,12 +14004,12 @@ declare const Progress: react__default.ForwardRefExoticComponent<ProgressProps &
|
|
|
13597
14004
|
* // With half-star support
|
|
13598
14005
|
* <Rating value={3.5} allowHalf maxValue={5} />
|
|
13599
14006
|
*/
|
|
13600
|
-
declare const Rating:
|
|
14007
|
+
declare const Rating: React__default.ForwardRefExoticComponent<RatingProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
13601
14008
|
|
|
13602
14009
|
/**
|
|
13603
14010
|
* River component for displaying content with image sections
|
|
13604
14011
|
*/
|
|
13605
|
-
declare const River:
|
|
14012
|
+
declare const River: React__default.FC<RiverProps>;
|
|
13606
14013
|
|
|
13607
14014
|
interface SectionIntroProps {
|
|
13608
14015
|
/**
|
|
@@ -13662,16 +14069,16 @@ interface SectionIntroProps {
|
|
|
13662
14069
|
/**
|
|
13663
14070
|
* Custom style for the section intro
|
|
13664
14071
|
*/
|
|
13665
|
-
style?:
|
|
14072
|
+
style?: React__default.CSSProperties;
|
|
13666
14073
|
}
|
|
13667
14074
|
/**
|
|
13668
14075
|
* SectionIntro component for introducing content sections with titles, descriptions, and optional imagery
|
|
13669
14076
|
*/
|
|
13670
|
-
declare const SectionIntro:
|
|
14077
|
+
declare const SectionIntro: React__default.FC<SectionIntroProps>;
|
|
13671
14078
|
|
|
13672
|
-
declare const Slider:
|
|
14079
|
+
declare const Slider: React$1.ForwardRefExoticComponent<SliderProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
13673
14080
|
|
|
13674
|
-
declare const Spinner:
|
|
14081
|
+
declare const Spinner: React__default.FC<SpinnerProps>;
|
|
13675
14082
|
|
|
13676
14083
|
interface StepItem {
|
|
13677
14084
|
/**
|
|
@@ -13685,7 +14092,7 @@ interface StepItem {
|
|
|
13685
14092
|
/**
|
|
13686
14093
|
* Optional custom content for the step
|
|
13687
14094
|
*/
|
|
13688
|
-
content?:
|
|
14095
|
+
content?: React__default.ReactNode;
|
|
13689
14096
|
}
|
|
13690
14097
|
interface StepsProps {
|
|
13691
14098
|
/**
|
|
@@ -13711,7 +14118,7 @@ interface StepsProps {
|
|
|
13711
14118
|
/**
|
|
13712
14119
|
* Inline style for the component
|
|
13713
14120
|
*/
|
|
13714
|
-
style?:
|
|
14121
|
+
style?: React__default.CSSProperties;
|
|
13715
14122
|
/**
|
|
13716
14123
|
* Glass morphism effect for the steps component
|
|
13717
14124
|
* Can be a boolean to enable with default settings, or an object with AtomixGlassProps to customize the effect
|
|
@@ -13721,7 +14128,7 @@ interface StepsProps {
|
|
|
13721
14128
|
/**
|
|
13722
14129
|
* Steps component for displaying a sequence of steps
|
|
13723
14130
|
*/
|
|
13724
|
-
declare const Steps:
|
|
14131
|
+
declare const Steps: React__default.FC<StepsProps>;
|
|
13725
14132
|
|
|
13726
14133
|
interface TabsItemProps {
|
|
13727
14134
|
/**
|
|
@@ -13761,7 +14168,7 @@ interface TabsProps {
|
|
|
13761
14168
|
/**
|
|
13762
14169
|
* Custom style for the tab component
|
|
13763
14170
|
*/
|
|
13764
|
-
style?:
|
|
14171
|
+
style?: React__default.CSSProperties;
|
|
13765
14172
|
/**
|
|
13766
14173
|
* Glass morphism effect for the tab component
|
|
13767
14174
|
* Can be a boolean to enable with default settings, or an object with AtomixGlassProps to customize the effect
|
|
@@ -13771,7 +14178,7 @@ interface TabsProps {
|
|
|
13771
14178
|
/**
|
|
13772
14179
|
* Tabs component for switching between different content panels
|
|
13773
14180
|
*/
|
|
13774
|
-
declare const Tabs:
|
|
14181
|
+
declare const Tabs: React__default.FC<TabsProps>;
|
|
13775
14182
|
|
|
13776
14183
|
interface TestimonialAuthor {
|
|
13777
14184
|
/**
|
|
@@ -13815,14 +14222,14 @@ interface TestimonialProps {
|
|
|
13815
14222
|
/**
|
|
13816
14223
|
* Custom style for the testimonial
|
|
13817
14224
|
*/
|
|
13818
|
-
style?:
|
|
14225
|
+
style?: React__default.CSSProperties;
|
|
13819
14226
|
}
|
|
13820
14227
|
/**
|
|
13821
14228
|
* Testimonial component for displaying customer quotes and feedback
|
|
13822
14229
|
*/
|
|
13823
|
-
declare const Testimonial:
|
|
14230
|
+
declare const Testimonial: React__default.FC<TestimonialProps>;
|
|
13824
14231
|
|
|
13825
|
-
declare const Todo:
|
|
14232
|
+
declare const Todo: React__default.FC<TodoProps>;
|
|
13826
14233
|
|
|
13827
14234
|
interface ToggleProps {
|
|
13828
14235
|
/**
|
|
@@ -13848,7 +14255,7 @@ interface ToggleProps {
|
|
|
13848
14255
|
/**
|
|
13849
14256
|
* Inline style for the component
|
|
13850
14257
|
*/
|
|
13851
|
-
style?:
|
|
14258
|
+
style?: React__default.CSSProperties;
|
|
13852
14259
|
/**
|
|
13853
14260
|
* Glass morphism effect for the toggle
|
|
13854
14261
|
* Can be a boolean to enable with default settings, or an object with AtomixGlassProps to customize the effect
|
|
@@ -13858,7 +14265,7 @@ interface ToggleProps {
|
|
|
13858
14265
|
/**
|
|
13859
14266
|
* Toggle component for switching between two states
|
|
13860
14267
|
*/
|
|
13861
|
-
declare const Toggle:
|
|
14268
|
+
declare const Toggle: React__default.FC<ToggleProps>;
|
|
13862
14269
|
|
|
13863
14270
|
interface TooltipProps {
|
|
13864
14271
|
/**
|
|
@@ -13884,7 +14291,7 @@ interface TooltipProps {
|
|
|
13884
14291
|
/**
|
|
13885
14292
|
* Inline style for the component
|
|
13886
14293
|
*/
|
|
13887
|
-
style?:
|
|
14294
|
+
style?: React__default.CSSProperties;
|
|
13888
14295
|
/**
|
|
13889
14296
|
* Delay before showing the tooltip (in milliseconds)
|
|
13890
14297
|
*/
|
|
@@ -13899,7 +14306,7 @@ interface TooltipProps {
|
|
|
13899
14306
|
*/
|
|
13900
14307
|
glass?: AtomixGlassProps | boolean;
|
|
13901
14308
|
}
|
|
13902
|
-
declare const Tooltip:
|
|
14309
|
+
declare const Tooltip: React__default.FC<TooltipProps>;
|
|
13903
14310
|
|
|
13904
14311
|
interface UploadProps {
|
|
13905
14312
|
/**
|
|
@@ -13941,7 +14348,7 @@ interface UploadProps {
|
|
|
13941
14348
|
/**
|
|
13942
14349
|
* Icon component or class name
|
|
13943
14350
|
*/
|
|
13944
|
-
icon?:
|
|
14351
|
+
icon?: React__default.ReactNode;
|
|
13945
14352
|
/**
|
|
13946
14353
|
* Called when files are selected
|
|
13947
14354
|
*/
|
|
@@ -13965,17 +14372,17 @@ interface UploadProps {
|
|
|
13965
14372
|
/**
|
|
13966
14373
|
* Custom style for the upload component
|
|
13967
14374
|
*/
|
|
13968
|
-
style?:
|
|
14375
|
+
style?: React__default.CSSProperties;
|
|
13969
14376
|
}
|
|
13970
14377
|
/**
|
|
13971
14378
|
* Upload component for file uploads with drag and drop
|
|
13972
14379
|
*/
|
|
13973
|
-
declare const Upload:
|
|
14380
|
+
declare const Upload: React__default.FC<UploadProps>;
|
|
13974
14381
|
|
|
13975
14382
|
/**
|
|
13976
14383
|
* Advanced Video Player Component
|
|
13977
14384
|
*/
|
|
13978
|
-
declare const VideoPlayer:
|
|
14385
|
+
declare const VideoPlayer: React__default.ForwardRefExoticComponent<VideoPlayerProps & React__default.RefAttributes<HTMLVideoElement>>;
|
|
13979
14386
|
|
|
13980
14387
|
interface GridProps extends HTMLAttributes<HTMLDivElement> {
|
|
13981
14388
|
/**
|
|
@@ -14020,7 +14427,7 @@ interface GridProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14020
14427
|
* </Grid>
|
|
14021
14428
|
* ```
|
|
14022
14429
|
*/
|
|
14023
|
-
declare const Grid:
|
|
14430
|
+
declare const Grid: React__default.ForwardRefExoticComponent<GridProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
14024
14431
|
|
|
14025
14432
|
interface GridColProps extends HTMLAttributes<HTMLDivElement> {
|
|
14026
14433
|
/**
|
|
@@ -14100,7 +14507,7 @@ interface GridColProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14100
14507
|
* GridCol component for creating columns within a Grid.
|
|
14101
14508
|
* Uses the CSS grid column classes defined in _objects.grid.scss.
|
|
14102
14509
|
*/
|
|
14103
|
-
declare const GridCol:
|
|
14510
|
+
declare const GridCol: React__default.ForwardRefExoticComponent<GridColProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
14104
14511
|
|
|
14105
14512
|
interface RowProps extends HTMLAttributes<HTMLDivElement> {
|
|
14106
14513
|
/**
|
|
@@ -14138,7 +14545,7 @@ interface RowProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14138
14545
|
* </Container>
|
|
14139
14546
|
* ```
|
|
14140
14547
|
*/
|
|
14141
|
-
declare const Row:
|
|
14548
|
+
declare const Row: React__default.ForwardRefExoticComponent<RowProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
14142
14549
|
|
|
14143
14550
|
interface MasonryGridProps extends HTMLAttributes<HTMLDivElement> {
|
|
14144
14551
|
/**
|
|
@@ -14209,7 +14616,7 @@ interface MasonryGridProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14209
14616
|
* </MasonryGrid>
|
|
14210
14617
|
* ```
|
|
14211
14618
|
*/
|
|
14212
|
-
declare const MasonryGrid:
|
|
14619
|
+
declare const MasonryGrid: React__default.ForwardRefExoticComponent<MasonryGridProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
14213
14620
|
|
|
14214
14621
|
interface MasonryGridItemProps extends HTMLAttributes<HTMLDivElement> {
|
|
14215
14622
|
/**
|
|
@@ -14233,7 +14640,7 @@ interface MasonryGridItemProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14233
14640
|
* </MasonryGrid>
|
|
14234
14641
|
* ```
|
|
14235
14642
|
*/
|
|
14236
|
-
declare const MasonryGridItem:
|
|
14643
|
+
declare const MasonryGridItem: React__default.ForwardRefExoticComponent<MasonryGridItemProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
14237
14644
|
|
|
14238
14645
|
declare const layouts_Container: typeof Container;
|
|
14239
14646
|
type layouts_ContainerProps = ContainerProps;
|
|
@@ -14258,25 +14665,25 @@ declare const atomix: {
|
|
|
14258
14665
|
constants: typeof __lib_constants;
|
|
14259
14666
|
types: typeof __lib_types;
|
|
14260
14667
|
layouts: typeof layouts;
|
|
14261
|
-
Accordion:
|
|
14262
|
-
AtomixLogo:
|
|
14668
|
+
Accordion: React$1.FC<AccordionProps>;
|
|
14669
|
+
AtomixLogo: React$1.FC<AtomixLogoProps>;
|
|
14263
14670
|
AtomixGlass: typeof AtomixGlass;
|
|
14264
|
-
Avatar:
|
|
14265
|
-
AvatarGroup:
|
|
14266
|
-
Badge:
|
|
14267
|
-
Block:
|
|
14268
|
-
Breadcrumb:
|
|
14269
|
-
Button:
|
|
14270
|
-
Callout:
|
|
14271
|
-
Card:
|
|
14272
|
-
ElevationCard:
|
|
14273
|
-
AnimatedChart:
|
|
14274
|
-
AreaChart:
|
|
14275
|
-
BarChart:
|
|
14276
|
-
BubbleChart:
|
|
14277
|
-
CandlestickChart:
|
|
14278
|
-
Chart:
|
|
14279
|
-
ChartRenderer:
|
|
14671
|
+
Avatar: React$1.FC<AvatarProps>;
|
|
14672
|
+
AvatarGroup: React$1.FC<AvatarGroupProps>;
|
|
14673
|
+
Badge: React$1.FC<BadgeProps>;
|
|
14674
|
+
Block: React$1.ForwardRefExoticComponent<BlockProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
14675
|
+
Breadcrumb: React$1.FC<BreadcrumbProps>;
|
|
14676
|
+
Button: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<Omit<ButtonProps & ButtonAsProp, "ref"> & React$1.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>>;
|
|
14677
|
+
Callout: React$1.FC<CalloutProps>;
|
|
14678
|
+
Card: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<CardProps & React$1.RefAttributes<HTMLDivElement | HTMLAnchorElement>>>;
|
|
14679
|
+
ElevationCard: React$1.FC<ElevationCardProps>;
|
|
14680
|
+
AnimatedChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<AnimatedChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14681
|
+
AreaChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<AreaChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14682
|
+
BarChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<BarChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14683
|
+
BubbleChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<BubbleChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14684
|
+
CandlestickChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<CandlestickChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14685
|
+
Chart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<ChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14686
|
+
ChartRenderer: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<{
|
|
14280
14687
|
datasets: ChartProps$1["datasets"];
|
|
14281
14688
|
config?: ChartProps$1["config"];
|
|
14282
14689
|
width?: number;
|
|
@@ -14287,75 +14694,75 @@ declare const atomix: {
|
|
|
14287
14694
|
enableAccessibility?: boolean;
|
|
14288
14695
|
enablePerformanceOptimization?: boolean;
|
|
14289
14696
|
renderContent: (params: ChartRenderContentParams) => React.ReactNode;
|
|
14290
|
-
} &
|
|
14291
|
-
DonutChart:
|
|
14292
|
-
FunnelChart:
|
|
14293
|
-
GaugeChart:
|
|
14294
|
-
HeatmapChart:
|
|
14295
|
-
LineChart:
|
|
14296
|
-
MultiAxisChart:
|
|
14297
|
-
PieChart:
|
|
14298
|
-
RadarChart:
|
|
14299
|
-
ScatterChart:
|
|
14300
|
-
TreemapChart:
|
|
14301
|
-
WaterfallChart:
|
|
14302
|
-
ColorModeToggle:
|
|
14303
|
-
Countdown:
|
|
14304
|
-
DataTable:
|
|
14305
|
-
DatePicker:
|
|
14306
|
-
Dropdown:
|
|
14307
|
-
EdgePanel:
|
|
14308
|
-
Checkbox:
|
|
14309
|
-
Footer:
|
|
14310
|
-
FooterSection:
|
|
14697
|
+
} & React$1.RefAttributes<SVGSVGElement>>>;
|
|
14698
|
+
DonutChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<DonutChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14699
|
+
FunnelChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<FunnelChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14700
|
+
GaugeChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<GaugeChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14701
|
+
HeatmapChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<HeatmapChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14702
|
+
LineChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<LineChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14703
|
+
MultiAxisChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<MultiAxisChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14704
|
+
PieChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<PieChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14705
|
+
RadarChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<RadarChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14706
|
+
ScatterChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<ScatterChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14707
|
+
TreemapChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<TreemapChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14708
|
+
WaterfallChart: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<WaterfallChartProps & React$1.RefAttributes<HTMLDivElement>>>;
|
|
14709
|
+
ColorModeToggle: React$1.FC<ColorModeToggleProps>;
|
|
14710
|
+
Countdown: React$1.FC<CountdownProps>;
|
|
14711
|
+
DataTable: React$1.FC<DataTableProps>;
|
|
14712
|
+
DatePicker: React$1.ForwardRefExoticComponent<DatePickerProps & React$1.RefAttributes<DatePickerRef>>;
|
|
14713
|
+
Dropdown: React$1.FC<DropdownProps>;
|
|
14714
|
+
EdgePanel: React$1.FC<EdgePanelProps>;
|
|
14715
|
+
Checkbox: React$1.FC<CheckboxProps>;
|
|
14716
|
+
Footer: React$1.ForwardRefExoticComponent<FooterProps & React$1.RefAttributes<HTMLElement>>;
|
|
14717
|
+
FooterSection: React$1.ForwardRefExoticComponent<FooterSectionProps & {
|
|
14311
14718
|
showNewsletter?: boolean;
|
|
14312
|
-
} &
|
|
14313
|
-
FooterLink:
|
|
14314
|
-
FooterSocialLink:
|
|
14315
|
-
Form:
|
|
14316
|
-
FormGroup:
|
|
14317
|
-
Input:
|
|
14318
|
-
Radio:
|
|
14319
|
-
Select:
|
|
14320
|
-
Textarea:
|
|
14321
|
-
Hero:
|
|
14322
|
-
Icon:
|
|
14323
|
-
List:
|
|
14324
|
-
ListGroup:
|
|
14325
|
-
Messages:
|
|
14326
|
-
Modal:
|
|
14327
|
-
Nav:
|
|
14328
|
-
NavItem:
|
|
14329
|
-
Navbar:
|
|
14330
|
-
SideMenu:
|
|
14331
|
-
SideMenuItem:
|
|
14332
|
-
SideMenuList:
|
|
14333
|
-
Menu:
|
|
14334
|
-
MenuItem:
|
|
14335
|
-
MenuDivider:
|
|
14336
|
-
MegaMenu:
|
|
14337
|
-
MegaMenuColumn:
|
|
14338
|
-
MegaMenuLink:
|
|
14339
|
-
NavDropdown:
|
|
14340
|
-
Pagination:
|
|
14341
|
-
PhotoViewer:
|
|
14342
|
-
Popover:
|
|
14343
|
-
ProductReview:
|
|
14344
|
-
Progress:
|
|
14345
|
-
Rating:
|
|
14346
|
-
River:
|
|
14347
|
-
SectionIntro:
|
|
14348
|
-
Slider:
|
|
14349
|
-
Spinner:
|
|
14350
|
-
Steps:
|
|
14351
|
-
Tabs:
|
|
14352
|
-
Testimonial:
|
|
14353
|
-
Todo:
|
|
14354
|
-
Toggle:
|
|
14355
|
-
Tooltip:
|
|
14356
|
-
Upload:
|
|
14357
|
-
VideoPlayer:
|
|
14719
|
+
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
14720
|
+
FooterLink: React$1.ForwardRefExoticComponent<FooterLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
14721
|
+
FooterSocialLink: React$1.ForwardRefExoticComponent<FooterSocialLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
14722
|
+
Form: React$1.FC<FormProps>;
|
|
14723
|
+
FormGroup: React$1.FC<FormGroupProps>;
|
|
14724
|
+
Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
14725
|
+
Radio: React$1.FC<RadioProps>;
|
|
14726
|
+
Select: React$1.FC<SelectProps>;
|
|
14727
|
+
Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
14728
|
+
Hero: React$1.FC<HeroProps>;
|
|
14729
|
+
Icon: React$1.FC<IconProps>;
|
|
14730
|
+
List: React$1.FC<ListProps>;
|
|
14731
|
+
ListGroup: React$1.FC<ListGroupProps>;
|
|
14732
|
+
Messages: React$1.FC<MessagesProps>;
|
|
14733
|
+
Modal: React$1.FC<ModalProps>;
|
|
14734
|
+
Nav: React$1.ForwardRefExoticComponent<NavProps & React$1.RefAttributes<HTMLUListElement>>;
|
|
14735
|
+
NavItem: React$1.ForwardRefExoticComponent<NavItemProps & React$1.RefAttributes<HTMLLIElement>>;
|
|
14736
|
+
Navbar: React$1.ForwardRefExoticComponent<NavbarProps & React$1.RefAttributes<HTMLElement>>;
|
|
14737
|
+
SideMenu: React$1.ForwardRefExoticComponent<SideMenuProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
14738
|
+
SideMenuItem: React$1.ForwardRefExoticComponent<SideMenuItemProps & React$1.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
|
|
14739
|
+
SideMenuList: React$1.ForwardRefExoticComponent<SideMenuListProps & React$1.RefAttributes<HTMLUListElement>>;
|
|
14740
|
+
Menu: React$1.FC<MenuProps>;
|
|
14741
|
+
MenuItem: React$1.FC<MenuItemProps>;
|
|
14742
|
+
MenuDivider: React$1.FC<MenuDividerProps>;
|
|
14743
|
+
MegaMenu: React$1.FC<MegaMenuProps>;
|
|
14744
|
+
MegaMenuColumn: React$1.FC<MegaMenuColumnProps>;
|
|
14745
|
+
MegaMenuLink: React$1.FC<MegaMenuLinkProps>;
|
|
14746
|
+
NavDropdown: React$1.FC<NavDropdownProps>;
|
|
14747
|
+
Pagination: React$1.FC<PaginationProps>;
|
|
14748
|
+
PhotoViewer: React$1.FC<PhotoViewerProps>;
|
|
14749
|
+
Popover: React$1.FC<PopoverProps>;
|
|
14750
|
+
ProductReview: React$1.FC<ProductReviewProps>;
|
|
14751
|
+
Progress: React$1.ForwardRefExoticComponent<ProgressProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
14752
|
+
Rating: React$1.ForwardRefExoticComponent<RatingProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
14753
|
+
River: React$1.FC<RiverProps>;
|
|
14754
|
+
SectionIntro: React$1.FC<SectionIntroProps>;
|
|
14755
|
+
Slider: React$1.ForwardRefExoticComponent<SliderProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
14756
|
+
Spinner: React$1.FC<SpinnerProps>;
|
|
14757
|
+
Steps: React$1.FC<StepsProps>;
|
|
14758
|
+
Tabs: React$1.FC<TabsProps>;
|
|
14759
|
+
Testimonial: React$1.FC<TestimonialProps>;
|
|
14760
|
+
Todo: React$1.FC<TodoProps>;
|
|
14761
|
+
Toggle: React$1.FC<ToggleProps>;
|
|
14762
|
+
Tooltip: React$1.FC<TooltipProps>;
|
|
14763
|
+
Upload: React$1.FC<UploadProps>;
|
|
14764
|
+
VideoPlayer: React$1.ForwardRefExoticComponent<VideoPlayerProps & React$1.RefAttributes<HTMLVideoElement>>;
|
|
14358
14765
|
};
|
|
14359
14766
|
|
|
14360
|
-
export { ACCORDION, ATOMIX_GLASS, AVATAR, AVATAR_GROUP, Accordion, AnimatedChart, AreaChart, AtomixGlass, AtomixLogo, Avatar, AvatarGroup, BADGE, BADGE_CSS_VARS, BLOCK, BREADCRUMB, BUTTON, BUTTON_CSS_VARS, Badge, BarChart, Block, Breadcrumb, BubbleChart, Button, CALLOUT, CARD, CARD_CSS_VARS, CHART, CHECKBOX_CSS_VARS, CLASS_PREFIX, CODE_SNIPPET, COMPONENT_CSS_VARS, COUNTDOWN, Callout, CandlestickChart, Card, Chart, ChartRenderer, Checkbox, ColorModeToggle, Container, Countdown, DATA_TABLE_CLASSES, DATA_TABLE_SELECTORS, DATEPICKER, DOTS, DROPDOWN, DROPDOWN_CSS_VARS, DataTable, DatePicker, DonutChart, Dropdown, EDGE_PANEL, EdgePanel, ElevationCard, FOOTER, FORM, FORM_GROUP, Footer, FooterLink, FooterSection, FooterSocialLink, Form, FormGroup, FunnelChart, GLASS_CONTAINER, GaugeChart, Grid, GridCol, HERO, HeatmapChart, Hero, INPUT, INPUT_CSS_VARS, Icon, Input, LIST, LIST_GROUP, LineChart, List, ListGroup, MESSAGES, MODAL, MODAL_CSS_VARS, MasonryGrid, MasonryGridItem, MegaMenu, MegaMenuColumn, MegaMenuLink, Menu, MenuDivider, MenuItem, Messages, Modal, MultiAxisChart, NAV, NAVBAR, Nav, NavDropdown, NavItem, Navbar, PAGINATION_DEFAULTS, PHOTOVIEWER, POPOVER, PROGRESS, PROGRESS_CSS_VARS, Pagination, PhotoViewer, PieChart, Popover, ProductReview, Progress, RADIO, RADIO_CSS_VARS, RATING, RIVER, RadarChart, Radio, Rating, River, Row, SECTION_INTRO, SELECT, SIDE_MENU, SIZES, SLIDER, SPINNER, STEPS, ScatterChart, SectionIntro, Select, SideMenu, SideMenuItem, SideMenuList, Slider, Spinner, Steps, TAB, TABS_CSS_VARS, TESTIMONIAL, TEXTAREA, THEME_COLORS, TODO, TOGGLE, TOOLTIP, TOOLTIP_CSS_VARS, Tabs, Testimonial, Textarea, ThemeApplicator,
|
|
14361
|
-
export type { AccordionParts, AccordionState, AnimatedChartProps, AreaChartProps, AtomixGlassProps, AtomixLogoProps, AvatarGroupProps, AvatarParts, AvatarProps, AvatarSize, BadgeCSSVariable, BadgeParts, BadgeProps, BarChartOptions, BarChartProps, BarDimensions, BaseComponentProps, BlockProps, BreadcrumbInstance, BreadcrumbItem$1 as BreadcrumbItem, BreadcrumbOptions$1 as BreadcrumbOptions, BreadcrumbProps, BubbleChartProps, BubbleDataPoint, ButtonCSSVariable, ButtonIconSlotProps, ButtonLabelSlotProps, ButtonParts, ButtonProps, ButtonRootSlotProps, ButtonSpinnerSlotProps, CSSVariableConfig, CSSVariableNamingOptions, CalloutProps, CandlestickChartProps, CandlestickDataPoint, CardBodySlotProps, CardCSSVariable, CardFooterSlotProps, CardHeaderSlotProps, CardParts, CardProps, CardRootSlotProps, ChartAxis$1 as ChartAxis, ChartConfig$1 as ChartConfig, ChartDataPoint$1 as ChartDataPoint, ChartDataset$1 as ChartDataset, ChartSize$1 as ChartSize, ChartType$1 as ChartType, CheckboxCSSVariable, CheckboxParts, CheckboxProps, CodeBlockProps, ColorModeToggleProps, ComponentCSSVariables, ComponentCustomization, ComponentName, ComponentParts, ComponentPartsMap, ComponentThemeOverride, ContainerProps, CountdownProps, CustomizableComponentProps, DataTableColumn, DataTableParts, DataTableProps, DatePickerProps, DisplacementMode, DonutChartProps, DropdownCSSVariable, DropdownDividerProps, DropdownHeaderProps, DropdownItemProps, DropdownMenuSlotProps, DropdownParts, DropdownPlacement, DropdownProps, DropdownRootSlotProps, DropdownToggleSlotProps, DropdownTrigger, EdgePanelMode, EdgePanelPosition, EdgePanelProps, ElementRefs, ElevationCardProps, FooterLayout, FooterLinkProps, FooterProps, FooterSectionProps, FooterSocialLinkProps, FormGroupParts, FormGroupProps, FormProps, FunnelChartProps, FunnelDataPoint, GaugeChartProps, GlassContainerProps, GlassMode, GlassSize, GridColProps, GridProps, HeatmapChartProps, HeatmapDataPoint, HeroAlignment, HeroBackgroundSlide, HeroBackgroundSliderConfig, HeroProps, IconPosition, IconProps, ImageType, InputCSSVariable, InputElementSlotProps, InputParts, InputProps, InputRootSlotProps, LineChartOptions, LineChartProps, ListGroupProps, ListParts, ListProps, MasonryGridItemProps, MasonryGridProps, MegaMenuColumnProps, MegaMenuLinkProps, MegaMenuProps, MenuDividerProps, MenuItemProps, MenuProps, MergePropsOptions, MessageItem, MessagesProps, ModalBackdropSlotProps, ModalCSSVariable, ModalContentSlotProps, ModalDialogSlotProps, ModalParts, ModalProps, ModalRootSlotProps, MousePosition, MultiAxisChartProps, NavAlignment, NavDropdownProps, NavItemProps, NavProps, NavVariant, NavbarParts, NavbarPosition, NavbarProps, OverLightConfig, OverLightObjectConfig, PaginationProps, PartStyleProps, PhotoViewerProps, PieChartOptions, PieChartProps, PieSlice, PopoverProps, PopoverTriggerProps, ProductReviewProps, ProgressCSSVariable, ProgressParts, ProgressProps, RadarChartProps, RadioCSSVariable, RadioParts, RadioProps, RatingProps, RiverContentColumn, RiverProps, RowProps, ScatterChartProps, ScatterDataPoint, SectionIntroProps, SelectOption, SelectParts, SelectProps, SideMenuItemProps, SideMenuListProps, SideMenuProps, Size, SliderAutoplay, SliderBreakpoint, SliderEffect, SliderLazy, SliderNavigation, SliderPagination, SliderProps, SliderRefs, SliderScrollbar, SliderSlide, SliderState, SliderThumbs, SliderVirtual, SliderZoom, SlotProps, SocialLink, SocialPlatform, SortConfig, SpinnerProps, StateModifier, StepsProps, TabsCSSVariable, TabsParts, TabsProps, TestimonialProps, TextareaParts, TextareaProps, Theme, ThemeChangeEvent, ThemeColor, ThemeComponentOverrides, ThemeContextValue, ThemeLoadOptions, ThemeManagerConfig, ThemeMetadata, ThemeName, ThemeProviderProps, ThemeValidationResult, TodoItem, TodoProps, ToggleProps, TooltipCSSVariable, TooltipParts, TooltipProps, TreemapChartProps, TreemapDataPoint, TreemapNode, UploadProps, UseBlockOptions, UseBlockReturn, UseCardOptions, UseCardReturn, UseDataTableProps, UseDataTableReturn, UseModalProps, UseModalReturn, UseSliderOptions, UseSliderReturn, UseThemeReturn, Variant, VideoChapter, VideoPlayerProps, VideoQuality, VideoSubtitle, WaterfallChartProps, WaterfallDataPoint, listvariant };
|
|
14767
|
+
export { ACCORDION, ATOMIX_GLASS, AVATAR, AVATAR_GROUP, Accordion, AnimatedChart, AreaChart, AtomixGlass, AtomixLogo, Avatar, AvatarGroup, BADGE, BADGE_CSS_VARS, BLOCK, BREADCRUMB, BUTTON, BUTTON_CSS_VARS, Badge, BarChart, Block, Breadcrumb, BubbleChart, Button, CALLOUT, CARD, CARD_CSS_VARS, CHART, CHECKBOX_CSS_VARS, CLASS_PREFIX, CODE_SNIPPET, COMPONENT_CSS_VARS, COUNTDOWN, Callout, CandlestickChart, Card, Chart, ChartRenderer, Checkbox, ColorModeToggle, Container, Countdown, DATA_TABLE_CLASSES, DATA_TABLE_SELECTORS, DATEPICKER, DOTS, DROPDOWN, DROPDOWN_CSS_VARS, DataTable, DatePicker, DonutChart, Dropdown, EDGE_PANEL, EdgePanel, ElevationCard, FOOTER, FORM, FORM_GROUP, Footer, FooterLink, FooterSection, FooterSocialLink, Form, FormGroup, FunnelChart, GLASS_CONTAINER, GaugeChart, Grid, GridCol, HERO, HeatmapChart, Hero, INPUT, INPUT_CSS_VARS, Icon, Input, LIST, LIST_GROUP, LineChart, List, ListGroup, MESSAGES, MODAL, MODAL_CSS_VARS, MasonryGrid, MasonryGridItem, MegaMenu, MegaMenuColumn, MegaMenuLink, Menu, MenuDivider, MenuItem, Messages, Modal, MultiAxisChart, NAV, NAVBAR, Nav, NavDropdown, NavItem, Navbar, PAGINATION_DEFAULTS, PHOTOVIEWER, POPOVER, PROGRESS, PROGRESS_CSS_VARS, Pagination, PhotoViewer, PieChart, Popover, ProductReview, Progress, RADIO, RADIO_CSS_VARS, RATING, RIVER, RTLManager, RadarChart, Radio, Rating, River, Row, SECTION_INTRO, SELECT, SIDE_MENU, SIZES, SLIDER, SPINNER, STEPS, ScatterChart, SectionIntro, Select, SideMenu, SideMenuItem, SideMenuList, Slider, Spinner, Steps, TAB, TABS_CSS_VARS, TESTIMONIAL, TEXTAREA, THEME_COLORS, TODO, TOGGLE, TOOLTIP, TOOLTIP_CSS_VARS, Tabs, Testimonial, Textarea, ThemeApplicator, ThemeCLI, ThemeComparator, ThemeContext, ThemeErrorBoundary, ThemeInspector, ThemeLiveEditor, ThemeManager, ThemePreview, ThemeProvider, Todo, Toggle, Tooltip, TreemapChart, UPLOAD, Upload, VIDEO_PLAYER, VideoPlayer, WaterfallChart, applyCSSVariables, applyCSSVarsToStyle, applyTheme, composables, constants, createCLI, createCSSVarStyle, createDarkVariant, createDebugAttrs, createPartProps, createSlotComponent, createSlotProps, createTheme, createThemeFromConfig, cssVarsToStyle, atomix as default, defineConfig, exportTheme, extractComponentName, extractYouTubeId, generateCSSVariableName, generateComponentCSSVars, generateUUID, getCSSVariable, getComponentCSSVars, getPartStyles, getThemeApplicator, hasCustomization, importTheme, isSlot, isValidCSSVariableName, isYouTubeUrl, loadAtomixConfig, mapSCSSTokensToCSSVars, mergeCSSVars, mergeComponentProps, mergePartStyles, mergeSlots, quickTheme, removeCSSVariables, removeTheme, renderSlot, resolveConfigPath, runCLI, sliderConstants, theme, themeToCSS, types, useAccordion, useAtomixGlass, useBadge, useBarChart, useBlock, useBreadcrumb, useButton, useCard, useChartData, useChartInteraction, useChartScale, useCheckbox, useComponentCustomization, useComponentDefaultProps, useDataTable, useEdgePanel, useForm, useFormGroup, useGlassContainer, useHero, useInput, useLineChart, useMergedProps, useModal, useNav, useNavDropdown, useNavItem, useNavbar, usePagination, usePieChart, useRadio, useRiver, useSelect, useSideMenu, useSideMenuItem, useSlider, useSlot, useSpinner, useTextarea, useTheme, useTodo, utils, validateTheme };
|
|
14768
|
+
export type { AccordionParts, AccordionState, AnimatedChartProps, AreaChartProps, AtomixConfig, AtomixGlassProps, AtomixLogoProps, AvatarGroupProps, AvatarParts, AvatarProps, AvatarSize, BadgeCSSVariable, BadgeParts, BadgeProps, BarChartOptions, BarChartProps, BarDimensions, BaseComponentProps, BlockProps, BreadcrumbInstance, BreadcrumbItem$1 as BreadcrumbItem, BreadcrumbOptions$1 as BreadcrumbOptions, BreadcrumbProps, BubbleChartProps, BubbleDataPoint, BuildConfig, ButtonCSSVariable, ButtonIconSlotProps, ButtonLabelSlotProps, ButtonParts, ButtonProps, ButtonRootSlotProps, ButtonSpinnerSlotProps, CLICommand, CSSThemeDefinition, CSSVariableConfig, CSSVariableNamingOptions, CalloutProps, CandlestickChartProps, CandlestickDataPoint, CardBodySlotProps, CardCSSVariable, CardFooterSlotProps, CardHeaderSlotProps, CardParts, CardProps, CardRootSlotProps, ChartAxis$1 as ChartAxis, ChartConfig$1 as ChartConfig, ChartDataPoint$1 as ChartDataPoint, ChartDataset$1 as ChartDataset, ChartSize$1 as ChartSize, ChartType$1 as ChartType, CheckboxCSSVariable, CheckboxParts, CheckboxProps, CodeBlockProps, ColorModeToggleProps, ColorScale, ComponentCSSVariables, ComponentCustomization, ComponentName, ComponentParts, ComponentPartsMap, ComponentThemeOverride, ContainerProps, CountdownProps, CustomizableComponentProps, DataTableColumn, DataTableParts, DataTableProps, DatePickerProps, DisplacementMode, DonutChartProps, DropdownCSSVariable, DropdownDividerProps, DropdownHeaderProps, DropdownItemProps, DropdownMenuSlotProps, DropdownParts, DropdownPlacement, DropdownProps, DropdownRootSlotProps, DropdownToggleSlotProps, DropdownTrigger, EdgePanelMode, EdgePanelPosition, EdgePanelProps, ElementRefs, ElevationCardProps, FooterLayout, FooterLinkProps, FooterProps, FooterSectionProps, FooterSocialLinkProps, FormGroupParts, FormGroupProps, FormProps, FunnelChartProps, FunnelDataPoint, GaugeChartProps, GlassContainerProps, GlassMode, GlassSize, GridColProps, GridProps, HeatmapChartProps, HeatmapDataPoint, HeroAlignment, HeroBackgroundSlide, HeroBackgroundSliderConfig, HeroProps, IconPosition, IconProps, ImageType, InputCSSVariable, InputElementSlotProps, InputParts, InputProps, InputRootSlotProps, IntegrationConfig, JSThemeDefinition, LineChartOptions, LineChartProps, ListGroupProps, ListParts, ListProps, MasonryGridItemProps, MasonryGridProps, MegaMenuColumnProps, MegaMenuLinkProps, MegaMenuProps, MenuDividerProps, MenuItemProps, MenuProps, MergePropsOptions, MessageItem, MessagesProps, ModalBackdropSlotProps, ModalCSSVariable, ModalContentSlotProps, ModalDialogSlotProps, ModalParts, ModalProps, ModalRootSlotProps, MousePosition, MultiAxisChartProps, NavAlignment, NavDropdownProps, NavItemProps, NavProps, NavVariant, NavbarParts, NavbarPosition, NavbarProps, OverLightConfig, OverLightObjectConfig, PaginationProps, PaletteColorOptions, PartStyleProps, PhotoViewerProps, PieChartOptions, PieChartProps, PieSlice, PopoverProps, PopoverTriggerProps, ProductReviewProps, ProgressCSSVariable, ProgressParts, ProgressProps, RTLConfig, RadarChartProps, RadioCSSVariable, RadioParts, RadioProps, RatingProps, RiverContentColumn, RiverProps, RowProps, RuntimeConfig, ScatterChartProps, ScatterDataPoint, SectionIntroProps, SelectOption, SelectParts, SelectProps, SideMenuItemProps, SideMenuListProps, SideMenuProps, Size, SliderAutoplay, SliderBreakpoint, SliderEffect, SliderLazy, SliderNavigation, SliderPagination, SliderProps, SliderRefs, SliderScrollbar, SliderSlide, SliderState, SliderThumbs, SliderVirtual, SliderZoom, SlotProps, SocialLink, SocialPlatform, SortConfig, SpinnerProps, StateModifier, StepsProps, TabsCSSVariable, TabsParts, TabsProps, TestimonialProps, TextareaParts, TextareaProps, Theme, ThemeChangeEvent, ThemeColor, ThemeComparatorProps, ThemeComponentOverrides, ThemeContextValue, ThemeDefinition, ThemeErrorBoundaryProps, ThemeInspectorProps, ThemeLiveEditorProps, ThemeLoadOptions, ThemeManagerConfig, ThemeMetadata, ThemeName, ThemePreviewProps, ThemeProviderProps, ThemeTokens, ThemeValidationResult, TodoItem, TodoProps, ToggleProps, TooltipCSSVariable, TooltipParts, TooltipProps, TreemapChartProps, TreemapDataPoint, TreemapNode, UploadProps, UseBlockOptions, UseBlockReturn, UseCardOptions, UseCardReturn, UseDataTableProps, UseDataTableReturn, UseModalProps, UseModalReturn, UseSliderOptions, UseSliderReturn, UseThemeReturn, Variant, VideoChapter, VideoPlayerProps, VideoQuality, VideoSubtitle, WaterfallChartProps, WaterfallDataPoint, listvariant };
|