@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
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../../../styles/02-tools/tools.component' as *;
|
|
3
|
-
@use '../02-tools/tools.animations' as *;
|
|
4
|
-
@use '../../../styles/01-settings/settings.config' as config;
|
|
5
|
-
|
|
6
|
-
.c-spinner {
|
|
7
|
-
@include animations('chill-spin', $duration: 1.2s, $timing: linear, $iteration-count: infinite);
|
|
8
|
-
|
|
9
|
-
background: conic-gradient(
|
|
10
|
-
var(--#{config.$prefix}primary-3),
|
|
11
|
-
var(--#{config.$prefix}primary-5),
|
|
12
|
-
var(--#{config.$prefix}primary-7),
|
|
13
|
-
var(--#{config.$prefix}primary-5),
|
|
14
|
-
var(--#{config.$prefix}primary-3)
|
|
15
|
-
);
|
|
16
|
-
border: none;
|
|
17
|
-
position: relative;
|
|
18
|
-
|
|
19
|
-
&::before {
|
|
20
|
-
content: '';
|
|
21
|
-
position: absolute;
|
|
22
|
-
top: 10%;
|
|
23
|
-
left: 10%;
|
|
24
|
-
right: 10%;
|
|
25
|
-
bottom: 10%;
|
|
26
|
-
background: var(--#{config.$prefix}black);
|
|
27
|
-
border-radius: 50%;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.c-spinner--pulse {
|
|
32
|
-
@include animations(
|
|
33
|
-
'pulse-slow',
|
|
34
|
-
$duration: 1.5s,
|
|
35
|
-
$timing: ease-in-out,
|
|
36
|
-
$iteration-count: infinite
|
|
37
|
-
);
|
|
38
|
-
|
|
39
|
-
background: var(--#{config.$prefix}primary-5);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.c-spinner--growing {
|
|
43
|
-
@include animations('chill-spin', $duration: 0.8s, $timing: linear, $iteration-count: infinite);
|
|
44
|
-
|
|
45
|
-
background: linear-gradient(
|
|
46
|
-
45deg,
|
|
47
|
-
var(--#{config.$prefix}primary-3),
|
|
48
|
-
var(--#{config.$prefix}primary-5),
|
|
49
|
-
var(--#{config.$prefix}primary-7)
|
|
50
|
-
);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
// Reduced motion support - spinner still needs to indicate loading
|
|
54
|
-
@media (prefers-reduced-motion: reduce) {
|
|
55
|
-
.c-spinner {
|
|
56
|
-
animation-duration: 2s; // Slower, less jarring
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.c-spinner--pulse {
|
|
60
|
-
@include animations(
|
|
61
|
-
'pulse-slow',
|
|
62
|
-
$duration: 2s,
|
|
63
|
-
$timing: ease-in-out,
|
|
64
|
-
$iteration-count: infinite
|
|
65
|
-
);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.c-spinner--growing {
|
|
69
|
-
animation-duration: 1.5s; // Slower spin
|
|
70
|
-
}
|
|
71
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../02-tools/tools.animations' as *;
|
|
3
|
-
@use '../../../styles/01-settings/settings.config' as config;
|
|
4
|
-
|
|
5
|
-
.c-steps {
|
|
6
|
-
@include animations(
|
|
7
|
-
'pulse-slow',
|
|
8
|
-
$duration: 4s,
|
|
9
|
-
$timing: ease-in-out,
|
|
10
|
-
$iteration-count: infinite
|
|
11
|
-
);
|
|
12
|
-
|
|
13
|
-
position: relative;
|
|
14
|
-
|
|
15
|
-
&__item {
|
|
16
|
-
@include animations('float', $duration: 3s, $timing: ease-in-out, $iteration-count: infinite);
|
|
17
|
-
|
|
18
|
-
&:hover {
|
|
19
|
-
@include animations(
|
|
20
|
-
'color-pulse',
|
|
21
|
-
$duration: 1s,
|
|
22
|
-
$timing: ease-in-out,
|
|
23
|
-
$iteration-count: infinite
|
|
24
|
-
);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&--active {
|
|
28
|
-
@include animations(
|
|
29
|
-
'chill-rainbow',
|
|
30
|
-
$duration: 2s,
|
|
31
|
-
$timing: linear,
|
|
32
|
-
$iteration-count: infinite
|
|
33
|
-
);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&--completed {
|
|
37
|
-
@include animations(
|
|
38
|
-
'color-wave',
|
|
39
|
-
$duration: 3s,
|
|
40
|
-
$timing: ease-in-out,
|
|
41
|
-
$iteration-count: infinite
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&__indicator {
|
|
47
|
-
@include animations(
|
|
48
|
-
'pulse-slow',
|
|
49
|
-
$duration: 2s,
|
|
50
|
-
$timing: ease-in-out,
|
|
51
|
-
$iteration-count: infinite
|
|
52
|
-
);
|
|
53
|
-
|
|
54
|
-
&:hover {
|
|
55
|
-
@include animations(
|
|
56
|
-
'chill-rainbow',
|
|
57
|
-
$duration: 1s,
|
|
58
|
-
$timing: linear,
|
|
59
|
-
$iteration-count: infinite
|
|
60
|
-
);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&__title {
|
|
65
|
-
@include animations('float', $duration: 2s, $timing: ease-in-out, $iteration-count: infinite);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
&__description {
|
|
69
|
-
@include animations(
|
|
70
|
-
'pulse-slow',
|
|
71
|
-
$duration: 3s,
|
|
72
|
-
$timing: ease-in-out,
|
|
73
|
-
$iteration-count: infinite
|
|
74
|
-
);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../02-tools/tools.animations' as *;
|
|
3
|
-
@use '../../../styles/01-settings/settings.config' as config;
|
|
4
|
-
|
|
5
|
-
.c-tab {
|
|
6
|
-
&__nav {
|
|
7
|
-
@include animations(
|
|
8
|
-
'pulse-slow',
|
|
9
|
-
$duration: 3s,
|
|
10
|
-
$timing: ease-in-out,
|
|
11
|
-
$iteration-count: infinite
|
|
12
|
-
);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&__link {
|
|
16
|
-
position: relative;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
|
|
19
|
-
&::before {
|
|
20
|
-
content: '';
|
|
21
|
-
position: absolute;
|
|
22
|
-
inset: -100%;
|
|
23
|
-
|
|
24
|
-
background: conic-gradient(
|
|
25
|
-
var(--#{config.$prefix}primary-1),
|
|
26
|
-
var(--#{config.$prefix}primary-3),
|
|
27
|
-
var(--#{config.$prefix}primary-5),
|
|
28
|
-
var(--#{config.$prefix}primary-3),
|
|
29
|
-
var(--#{config.$prefix}primary-1)
|
|
30
|
-
);
|
|
31
|
-
animation: #{config.$prefix}chill-rainbow 6s linear infinite reverse;
|
|
32
|
-
opacity: 0.05;
|
|
33
|
-
z-index: -1;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&:hover {
|
|
37
|
-
@include animations('float', $duration: 1s, $timing: ease-in-out, $iteration-count: infinite);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&--active {
|
|
41
|
-
@include animations(
|
|
42
|
-
'color-wave',
|
|
43
|
-
$duration: 2s,
|
|
44
|
-
$timing: ease-in-out,
|
|
45
|
-
$iteration-count: infinite
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
&::before {
|
|
49
|
-
animation: #{config.$prefix}chill-spin 3s linear infinite;
|
|
50
|
-
opacity: 0.1;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&__content {
|
|
56
|
-
@include animations('slow-fade-in', $duration: 0.5s, $timing: ease-in-out, $iteration-count: 1);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../02-tools/tools.animations' as *;
|
|
3
|
-
|
|
4
|
-
.c-tag {
|
|
5
|
-
@include animations('slow-fade-in', $duration: 0.4s, $timing: ease-out, $iteration-count: 1);
|
|
6
|
-
|
|
7
|
-
&:hover {
|
|
8
|
-
@include animations('float', $duration: 2s, $timing: ease-in-out, $iteration-count: infinite);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
&--removable {
|
|
12
|
-
&:hover {
|
|
13
|
-
@include animations(
|
|
14
|
-
'pulse-slow',
|
|
15
|
-
$duration: 0.8s,
|
|
16
|
-
$timing: ease-in-out,
|
|
17
|
-
$iteration-count: infinite
|
|
18
|
-
);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../02-tools/tools.animations' as *;
|
|
3
|
-
|
|
4
|
-
.c-timeline {
|
|
5
|
-
@include animations('slow-fade-in', $duration: 0.8s, $timing: ease-out, $iteration-count: 1);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.c-timeline__item {
|
|
9
|
-
@include animations('slow-fade-in-up', $duration: 0.5s, $timing: ease-out, $iteration-count: 1);
|
|
10
|
-
|
|
11
|
-
&:hover {
|
|
12
|
-
@include animations(
|
|
13
|
-
'color-pulse',
|
|
14
|
-
$duration: 2s,
|
|
15
|
-
$timing: ease-in-out,
|
|
16
|
-
$iteration-count: infinite
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../02-tools/tools.animations' as *;
|
|
3
|
-
@use '../../../styles/01-settings/settings.config' as config;
|
|
4
|
-
|
|
5
|
-
.c-toast {
|
|
6
|
-
@include animations('slow-fade-in', $duration: 0.3s, $timing: ease-in-out, $iteration-count: 1);
|
|
7
|
-
|
|
8
|
-
position: relative;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
|
|
11
|
-
&::before {
|
|
12
|
-
content: '';
|
|
13
|
-
position: absolute;
|
|
14
|
-
top: -5px;
|
|
15
|
-
left: -5px;
|
|
16
|
-
right: -5px;
|
|
17
|
-
bottom: -5px;
|
|
18
|
-
background: conic-gradient(
|
|
19
|
-
var(--#{config.$prefix}primary-1),
|
|
20
|
-
var(--#{config.$prefix}primary-3),
|
|
21
|
-
var(--#{config.$prefix}primary-5),
|
|
22
|
-
var(--#{config.$prefix}primary-7),
|
|
23
|
-
var(--#{config.$prefix}primary-5),
|
|
24
|
-
var(--#{config.$prefix}primary-3),
|
|
25
|
-
var(--#{config.$prefix}primary-1)
|
|
26
|
-
);
|
|
27
|
-
animation: #{config.$prefix}chill-spin 8s linear infinite reverse;
|
|
28
|
-
opacity: 0.05;
|
|
29
|
-
z-index: -1;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&__content {
|
|
33
|
-
@include animations(
|
|
34
|
-
'pulse-slow',
|
|
35
|
-
$duration: 3s,
|
|
36
|
-
$timing: ease-in-out,
|
|
37
|
-
$iteration-count: infinite
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&__title {
|
|
42
|
-
@include animations('float', $duration: 2s, $timing: ease-in-out, $iteration-count: infinite);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&__close {
|
|
46
|
-
&:hover {
|
|
47
|
-
@include animations(
|
|
48
|
-
'chill-rainbow' 'wobble-chill',
|
|
49
|
-
$duration: 0.5s,
|
|
50
|
-
$timing: ease-in-out,
|
|
51
|
-
$iteration-count: infinite
|
|
52
|
-
);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
&--success {
|
|
57
|
-
@include animations(
|
|
58
|
-
'color-wave',
|
|
59
|
-
$duration: 2s,
|
|
60
|
-
$timing: ease-in-out,
|
|
61
|
-
$iteration-count: infinite
|
|
62
|
-
);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&--warning {
|
|
66
|
-
@include animations(
|
|
67
|
-
'pulse-slow',
|
|
68
|
-
$duration: 1s,
|
|
69
|
-
$timing: ease-in-out,
|
|
70
|
-
$iteration-count: infinite
|
|
71
|
-
);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&--error {
|
|
75
|
-
@include animations(
|
|
76
|
-
'chill-rainbow',
|
|
77
|
-
$duration: 1s,
|
|
78
|
-
$timing: linear,
|
|
79
|
-
$iteration-count: infinite
|
|
80
|
-
);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
&--info {
|
|
84
|
-
@include animations(
|
|
85
|
-
'color-pulse',
|
|
86
|
-
$duration: 2s,
|
|
87
|
-
$timing: ease-in-out,
|
|
88
|
-
$iteration-count: infinite
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../02-tools/tools.animations' as *;
|
|
3
|
-
@use '../../../styles/01-settings/settings.config' as config;
|
|
4
|
-
|
|
5
|
-
.c-toggle {
|
|
6
|
-
@include animations(
|
|
7
|
-
'float' 'color-pulse',
|
|
8
|
-
$duration: 4s,
|
|
9
|
-
$timing: ease-in-out,
|
|
10
|
-
$iteration-count: infinite
|
|
11
|
-
);
|
|
12
|
-
|
|
13
|
-
&:checked {
|
|
14
|
-
@include animations(
|
|
15
|
-
'color-pulse' 'chill-rainbow',
|
|
16
|
-
$duration: 1s,
|
|
17
|
-
$timing: ease-in-out,
|
|
18
|
-
$iteration-count: infinite
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&__switch {
|
|
23
|
-
background: conic-gradient(
|
|
24
|
-
var(--#{config.$prefix}primary-1),
|
|
25
|
-
var(--#{config.$prefix}primary-3),
|
|
26
|
-
var(--#{config.$prefix}primary-5),
|
|
27
|
-
var(--#{config.$prefix}primary-3),
|
|
28
|
-
var(--#{config.$prefix}primary-1),
|
|
29
|
-
var(--#{config.$prefix}primary-1)
|
|
30
|
-
);
|
|
31
|
-
animation: #{config.$prefix}chill-rainbow 10s linear infinite reverse;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&:hover &__switch {
|
|
35
|
-
animation:
|
|
36
|
-
#{config.$prefix}chill-rainbow 2s linear infinite,
|
|
37
|
-
#{config.$prefix}pulse-slow 1s ease-in-out infinite;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&:checked &__switch {
|
|
41
|
-
animation:
|
|
42
|
-
#{config.$prefix}chill-rainbow 1s linear infinite,
|
|
43
|
-
#{config.$prefix}color-wave 2s ease-in-out infinite;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.c-toggle--hypnotic {
|
|
48
|
-
@include animations(
|
|
49
|
-
'color-wave',
|
|
50
|
-
$duration: 3s,
|
|
51
|
-
$timing: ease-in-out,
|
|
52
|
-
$iteration-count: infinite
|
|
53
|
-
);
|
|
54
|
-
|
|
55
|
-
.c-toggle__switch {
|
|
56
|
-
background: conic-gradient(
|
|
57
|
-
var(--#{config.$prefix}primary-1),
|
|
58
|
-
var(--#{config.$prefix}primary-3),
|
|
59
|
-
var(--#{config.$prefix}primary-5),
|
|
60
|
-
var(--#{config.$prefix}primary-7),
|
|
61
|
-
var(--#{config.$prefix}primary-5),
|
|
62
|
-
var(--#{config.$prefix}primary-3),
|
|
63
|
-
var(--#{config.$prefix}primary-1)
|
|
64
|
-
);
|
|
65
|
-
background-size: 200% 200%;
|
|
66
|
-
animation: #{config.$prefix}chill-rainbow 3s linear infinite;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&:checked .c-toggle__switch {
|
|
70
|
-
animation:
|
|
71
|
-
#{config.$prefix}chill-rainbow 1s linear infinite,
|
|
72
|
-
#{config.$prefix}color-wave 2s ease-in-out infinite;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../02-tools/tools.animations' as *;
|
|
3
|
-
@use '../../../styles/01-settings/settings.config' as config;
|
|
4
|
-
|
|
5
|
-
.c-tooltip {
|
|
6
|
-
@include animations('float', $duration: 2s, $timing: ease-in-out, $iteration-count: infinite);
|
|
7
|
-
|
|
8
|
-
position: relative;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
|
|
11
|
-
&::before {
|
|
12
|
-
content: '';
|
|
13
|
-
position: absolute;
|
|
14
|
-
inset: -100%;
|
|
15
|
-
|
|
16
|
-
background: conic-gradient(
|
|
17
|
-
var(--#{config.$prefix}primary-1),
|
|
18
|
-
var(--#{config.$prefix}primary-3),
|
|
19
|
-
var(--#{config.$prefix}primary-5),
|
|
20
|
-
var(--#{config.$prefix}primary-3),
|
|
21
|
-
var(--#{config.$prefix}primary-1)
|
|
22
|
-
);
|
|
23
|
-
animation: #{config.$prefix}chill-spin 8s linear infinite reverse;
|
|
24
|
-
opacity: 0.05;
|
|
25
|
-
z-index: -1;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&__inner {
|
|
29
|
-
@include animations('slow-fade-in', $duration: 0.2s, $timing: ease-in-out, $iteration-count: 1);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&:hover {
|
|
33
|
-
@include animations(
|
|
34
|
-
'color-pulse',
|
|
35
|
-
$duration: 1s,
|
|
36
|
-
$timing: ease-in-out,
|
|
37
|
-
$iteration-count: infinite
|
|
38
|
-
);
|
|
39
|
-
|
|
40
|
-
&::before {
|
|
41
|
-
animation: #{config.$prefix}chill-rainbow 3s linear infinite;
|
|
42
|
-
opacity: 0.1;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
@use '../../../styles/02-tools/tools.animations' as *;
|
|
2
|
-
@use '../02-tools/tools.animations' as *;
|
|
3
|
-
@use '../../../styles/01-settings/settings.config' as config;
|
|
4
|
-
|
|
5
|
-
.c-upload {
|
|
6
|
-
@include animations(
|
|
7
|
-
'pulse-slow',
|
|
8
|
-
$duration: 3s,
|
|
9
|
-
$timing: ease-in-out,
|
|
10
|
-
$iteration-count: infinite
|
|
11
|
-
);
|
|
12
|
-
|
|
13
|
-
position: relative;
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
|
|
16
|
-
&::before {
|
|
17
|
-
content: '';
|
|
18
|
-
position: absolute;
|
|
19
|
-
inset: -100%;
|
|
20
|
-
|
|
21
|
-
background: conic-gradient(
|
|
22
|
-
var(--#{config.$prefix}primary-1),
|
|
23
|
-
var(--#{config.$prefix}primary-3),
|
|
24
|
-
var(--#{config.$prefix}primary-5),
|
|
25
|
-
var(--#{config.$prefix}primary-3),
|
|
26
|
-
var(--#{config.$prefix}primary-1)
|
|
27
|
-
);
|
|
28
|
-
animation: #{config.$prefix}chill-spin 10s linear infinite reverse;
|
|
29
|
-
opacity: 0.05;
|
|
30
|
-
z-index: -1;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&__area {
|
|
34
|
-
@include animations('float', $duration: 2s, $timing: ease-in-out, $iteration-count: infinite);
|
|
35
|
-
|
|
36
|
-
&:hover {
|
|
37
|
-
@include animations(
|
|
38
|
-
'color-pulse',
|
|
39
|
-
$duration: 1s,
|
|
40
|
-
$timing: ease-in-out,
|
|
41
|
-
$iteration-count: infinite
|
|
42
|
-
);
|
|
43
|
-
|
|
44
|
-
&::before {
|
|
45
|
-
content: '';
|
|
46
|
-
position: absolute;
|
|
47
|
-
top: -5px;
|
|
48
|
-
left: -5px;
|
|
49
|
-
right: -5px;
|
|
50
|
-
bottom: -5px;
|
|
51
|
-
background: conic-gradient(
|
|
52
|
-
var(--#{config.$prefix}primary-1),
|
|
53
|
-
var(--#{config.$prefix}primary-3),
|
|
54
|
-
var(--#{config.$prefix}primary-5),
|
|
55
|
-
var(--#{config.$prefix}primary-7),
|
|
56
|
-
var(--#{config.$prefix}primary-5),
|
|
57
|
-
var(--#{config.$prefix}primary-3),
|
|
58
|
-
var(--#{config.$prefix}primary-1)
|
|
59
|
-
);
|
|
60
|
-
animation: #{config.$prefix}chill-spin 4s linear infinite reverse;
|
|
61
|
-
opacity: 0.1;
|
|
62
|
-
z-index: -1;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&__icon {
|
|
68
|
-
@include animations(
|
|
69
|
-
'chill-rainbow',
|
|
70
|
-
$duration: 3s,
|
|
71
|
-
$timing: linear,
|
|
72
|
-
$iteration-count: infinite
|
|
73
|
-
);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&__text {
|
|
77
|
-
@include animations(
|
|
78
|
-
'pulse-slow',
|
|
79
|
-
$duration: 2s,
|
|
80
|
-
$timing: ease-in-out,
|
|
81
|
-
$iteration-count: infinite
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&__button {
|
|
86
|
-
@include animations(
|
|
87
|
-
'wobble-chill',
|
|
88
|
-
$duration: 2s,
|
|
89
|
-
$timing: ease-in-out,
|
|
90
|
-
$iteration-count: infinite
|
|
91
|
-
);
|
|
92
|
-
|
|
93
|
-
&:hover {
|
|
94
|
-
@include animations(
|
|
95
|
-
'float' 'chill-rainbow',
|
|
96
|
-
$duration: 1s,
|
|
97
|
-
$timing: ease-in-out,
|
|
98
|
-
$iteration-count: infinite
|
|
99
|
-
);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
@forward 'components.button';
|
|
2
|
-
@forward 'components.badge';
|
|
3
|
-
@forward 'components.card';
|
|
4
|
-
@forward 'components.avatar';
|
|
5
|
-
@forward 'components.callout';
|
|
6
|
-
@forward 'components.chart';
|
|
7
|
-
@forward 'components.countdown';
|
|
8
|
-
@forward 'components.accordion';
|
|
9
|
-
@forward 'components.breadcrumb';
|
|
10
|
-
@forward 'components.dropdown';
|
|
11
|
-
@forward 'components.form';
|
|
12
|
-
@forward 'components.input';
|
|
13
|
-
@forward 'components.toggle';
|
|
14
|
-
@forward 'components.tab';
|
|
15
|
-
@forward 'components.tooltip';
|
|
16
|
-
@forward 'components.modal';
|
|
17
|
-
@forward 'components.progress';
|
|
18
|
-
@forward 'components.spinner';
|
|
19
|
-
@forward 'components.checkbox';
|
|
20
|
-
@forward 'components.color-mode-toggle';
|
|
21
|
-
@forward 'components.data-table';
|
|
22
|
-
@forward 'components.datepicker';
|
|
23
|
-
@forward 'components.edge-panel';
|
|
24
|
-
@forward 'components.hero';
|
|
25
|
-
@forward 'components.icon';
|
|
26
|
-
@forward 'components.image-gallery';
|
|
27
|
-
@forward 'components.list-group';
|
|
28
|
-
@forward 'components.pagination';
|
|
29
|
-
@forward 'components.popover';
|
|
30
|
-
@forward 'components.slider';
|
|
31
|
-
@forward 'components.steps';
|
|
32
|
-
@forward 'components.btn-group';
|
|
33
|
-
@forward 'components.avatar-group';
|
|
34
|
-
@forward 'components.checkbox-group';
|
|
35
|
-
@forward 'components.form-group';
|
|
36
|
-
@forward 'components.notification';
|
|
37
|
-
@forward 'components.rating';
|
|
38
|
-
@forward 'components.toast';
|
|
39
|
-
@forward 'components.timeline';
|
|
40
|
-
@forward 'components.skeleton';
|
|
41
|
-
@forward 'components.tag';
|
|
42
|
-
@forward 'components.upload';
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Atomix Design System theme Weed
|
|
3
|
-
* Happy, strong green theme inspired by weed colors
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
// Import and forward local theme settings first (these override base settings)
|
|
7
|
-
@use '01-settings/index' as *;
|
|
8
|
-
|
|
9
|
-
// Import and forward base styles with local overrides
|
|
10
|
-
@use '02-tools/index' as *;
|
|
11
|
-
@use '../../styles/02-tools/index' as tools;
|
|
12
|
-
|
|
13
|
-
// Intentionally using base generic styles
|
|
14
|
-
// @use '03-generic/index' as *;
|
|
15
|
-
@use '../../styles/03-generic/index' as generic;
|
|
16
|
-
|
|
17
|
-
// Intentionally using base elements styles
|
|
18
|
-
// @use '04-elements/index' as *;
|
|
19
|
-
@use '../../styles/04-elements/index' as elements;
|
|
20
|
-
|
|
21
|
-
// Intentionally using base objects styles
|
|
22
|
-
// @use '05-objects/index' as *;
|
|
23
|
-
@use '../../styles/05-objects/index' as objects;
|
|
24
|
-
|
|
25
|
-
@use '06-components/index' as *;
|
|
26
|
-
@use '../../styles/06-components/index' as components;
|
|
27
|
-
|
|
28
|
-
// Intentionally using base utilities
|
|
29
|
-
// @use '99-utilities/index' as *;
|
|
30
|
-
@use '../../styles/99-utilities/index' as utilities;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Flash Trade Theme Settings Index
|
|
3
|
-
* Dark crypto trading platform settings
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
// Modern Sass module system with namespaced imports
|
|
7
|
-
@use 'settings.config' as config;
|
|
8
|
-
@use 'settings.colors' as colors;
|
|
9
|
-
@use 'settings.typography' as typography;
|
|
10
|
-
@use 'settings.animations' as anim;
|
|
11
|
-
@use 'settings.background' as bg;
|
|
12
|
-
|
|
13
|
-
// Export all modules for backward compatibility
|
|
14
|
-
@forward 'settings.config';
|
|
15
|
-
@forward 'settings.colors';
|
|
16
|
-
@forward 'settings.typography';
|
|
17
|
-
@forward 'settings.animations';
|
|
18
|
-
@forward 'settings.background';
|
|
19
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Flash Trade Theme Animations
|
|
3
|
-
* Smooth, fast animations optimized for trading platform responsiveness
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
@use '../../../styles/01-settings/settings.animations' with (
|
|
7
|
-
$transition-base: 0.15s ease-in-out,
|
|
8
|
-
$transition-fast: 0.1s ease-in-out,
|
|
9
|
-
$transition-slow: 0.3s ease-in-out
|
|
10
|
-
);
|
|
11
|
-
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Flash Trade Theme Background
|
|
3
|
-
* Dark background settings for trading platform
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
@use '../../../styles/01-settings/settings.background' with ($background-enable-gradient-overlay: true,
|
|
7
|
-
$background-transparency-enable: true,
|
|
8
|
-
$background-enable-with-shadow: true,
|
|
9
|
-
$background-transparency: 0.8);
|