@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,546 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Mashroom Theme Section Intro Component
|
|
3
|
-
* Animated section intros with trippy headings and psychedelic visuals
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
// Import required tools and settings
|
|
7
|
-
@use '../02-tools/tools.trippy-effects' as trippy;
|
|
8
|
-
@use '../02-tools/tools.psychedelic-gradients' as gradients;
|
|
9
|
-
@use '../01-settings/settings.colors' as *;
|
|
10
|
-
|
|
11
|
-
.c-sectionintro {
|
|
12
|
-
$root: &;
|
|
13
|
-
|
|
14
|
-
// Base section intro styling
|
|
15
|
-
text-align: center;
|
|
16
|
-
padding: 3rem 0;
|
|
17
|
-
position: relative;
|
|
18
|
-
|
|
19
|
-
// Animated background particles
|
|
20
|
-
&::before {
|
|
21
|
-
content: '';
|
|
22
|
-
position: absolute;
|
|
23
|
-
top: 0;
|
|
24
|
-
left: 0;
|
|
25
|
-
right: 0;
|
|
26
|
-
bottom: 0;
|
|
27
|
-
background:
|
|
28
|
-
radial-gradient(circle at 20% 30%, rgba(157, 0, 255, 0.1) 0%, transparent 50%),
|
|
29
|
-
radial-gradient(circle at 80% 70%, rgba(255, 187, 0, 0.1) 0%, transparent 50%);
|
|
30
|
-
animation: backgroundShift 8s ease-in-out infinite;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@keyframes backgroundShift {
|
|
34
|
-
0%,
|
|
35
|
-
100% {
|
|
36
|
-
opacity: 0.3;
|
|
37
|
-
}
|
|
38
|
-
50% {
|
|
39
|
-
opacity: 0.6;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// Container
|
|
44
|
-
&__container {
|
|
45
|
-
position: relative;
|
|
46
|
-
z-index: 1;
|
|
47
|
-
max-width: 800px;
|
|
48
|
-
margin: 0 auto;
|
|
49
|
-
padding: 0 1rem;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// Title styling
|
|
53
|
-
&__title {
|
|
54
|
-
font-size: 2.5rem;
|
|
55
|
-
font-weight: 700;
|
|
56
|
-
margin-bottom: 1rem;
|
|
57
|
-
background: linear-gradient(45deg, $purple-4, $yellow-4, $red-4, $green-4);
|
|
58
|
-
background-size: 400% 400%;
|
|
59
|
-
-webkit-background-clip: text;
|
|
60
|
-
-webkit-text-fill-color: transparent;
|
|
61
|
-
background-clip: text;
|
|
62
|
-
animation: titleRainbow 4s ease-in-out infinite;
|
|
63
|
-
|
|
64
|
-
// Floating animation
|
|
65
|
-
animation:
|
|
66
|
-
titleFloat 3s ease-in-out infinite,
|
|
67
|
-
titleRainbow 4s ease-in-out infinite;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@keyframes titleFloat {
|
|
71
|
-
0%,
|
|
72
|
-
100% {
|
|
73
|
-
transform: translateY(0);
|
|
74
|
-
}
|
|
75
|
-
50% {
|
|
76
|
-
transform: translateY(-5px);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
@keyframes titleRainbow {
|
|
81
|
-
0% {
|
|
82
|
-
background-position: 0% 50%;
|
|
83
|
-
}
|
|
84
|
-
50% {
|
|
85
|
-
background-position: 100% 50%;
|
|
86
|
-
}
|
|
87
|
-
100% {
|
|
88
|
-
background-position: 0% 50%;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Subtitle styling
|
|
93
|
-
&__subtitle {
|
|
94
|
-
font-size: 1.25rem;
|
|
95
|
-
font-weight: 400;
|
|
96
|
-
color: rgba(255, 255, 255, 0.8);
|
|
97
|
-
margin-bottom: 1.5rem;
|
|
98
|
-
line-height: 1.6;
|
|
99
|
-
animation: subtitleFade 1s ease-in-out 0.5s both;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
@keyframes subtitleFade {
|
|
103
|
-
from {
|
|
104
|
-
opacity: 0;
|
|
105
|
-
transform: translateY(20px);
|
|
106
|
-
}
|
|
107
|
-
to {
|
|
108
|
-
opacity: 1;
|
|
109
|
-
transform: translateY(0);
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
// Description styling
|
|
114
|
-
&__description {
|
|
115
|
-
font-size: 1rem;
|
|
116
|
-
color: rgba(255, 255, 255, 0.7);
|
|
117
|
-
line-height: 1.7;
|
|
118
|
-
margin-bottom: 2rem;
|
|
119
|
-
animation: descriptionFade 1s ease-in-out 1s both;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@keyframes descriptionFade {
|
|
123
|
-
from {
|
|
124
|
-
opacity: 0;
|
|
125
|
-
transform: translateY(20px);
|
|
126
|
-
}
|
|
127
|
-
to {
|
|
128
|
-
opacity: 1;
|
|
129
|
-
transform: translateY(0);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
// CTA buttons
|
|
134
|
-
&__actions {
|
|
135
|
-
display: flex;
|
|
136
|
-
justify-content: center;
|
|
137
|
-
gap: 1rem;
|
|
138
|
-
flex-wrap: wrap;
|
|
139
|
-
animation: actionsFade 1s ease-in-out 1.5s both;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
@keyframes actionsFade {
|
|
143
|
-
from {
|
|
144
|
-
opacity: 0;
|
|
145
|
-
transform: translateY(20px);
|
|
146
|
-
}
|
|
147
|
-
to {
|
|
148
|
-
opacity: 1;
|
|
149
|
-
transform: translateY(0);
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
&__btn {
|
|
154
|
-
padding: 0.75rem 2rem;
|
|
155
|
-
background: linear-gradient(45deg, $purple-4, $yellow-4);
|
|
156
|
-
border: none;
|
|
157
|
-
border-radius: 2rem;
|
|
158
|
-
color: $white;
|
|
159
|
-
font-size: 1rem;
|
|
160
|
-
font-weight: 600;
|
|
161
|
-
cursor: pointer;
|
|
162
|
-
transition: all 0.3s ease;
|
|
163
|
-
@include trippy.trippy-glow(rgba(157, 0, 255, 0.4), 10px);
|
|
164
|
-
|
|
165
|
-
// Mushroom cap shape
|
|
166
|
-
border-radius: 2rem 2rem 1rem 1rem;
|
|
167
|
-
|
|
168
|
-
&:hover {
|
|
169
|
-
transform: translateY(-3px) scale(1.05);
|
|
170
|
-
@include trippy.trippy-glow($yellow-4, 15px);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
&--secondary {
|
|
174
|
-
background: transparent;
|
|
175
|
-
border: 2px solid rgba(157, 0, 255, 0.5);
|
|
176
|
-
color: rgba(255, 255, 255, 0.9);
|
|
177
|
-
|
|
178
|
-
&:hover {
|
|
179
|
-
background: rgba(157, 0, 255, 0.1);
|
|
180
|
-
border-color: $yellow-4;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
&--outline {
|
|
185
|
-
background: transparent;
|
|
186
|
-
border: 2px solid rgba(255, 255, 255, 0.3);
|
|
187
|
-
color: rgba(255, 255, 255, 0.8);
|
|
188
|
-
|
|
189
|
-
&:hover {
|
|
190
|
-
background: rgba(255, 255, 255, 0.1);
|
|
191
|
-
border-color: $yellow-4;
|
|
192
|
-
color: $white;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
// Floating spore particles
|
|
198
|
-
&__spores {
|
|
199
|
-
position: absolute;
|
|
200
|
-
top: 0;
|
|
201
|
-
left: 0;
|
|
202
|
-
right: 0;
|
|
203
|
-
bottom: 0;
|
|
204
|
-
pointer-events: none;
|
|
205
|
-
overflow: hidden;
|
|
206
|
-
|
|
207
|
-
&::before,
|
|
208
|
-
&::after,
|
|
209
|
-
&::before,
|
|
210
|
-
&::after {
|
|
211
|
-
content: '';
|
|
212
|
-
position: absolute;
|
|
213
|
-
width: 6px;
|
|
214
|
-
height: 6px;
|
|
215
|
-
background: radial-gradient(circle, $yellow-4, transparent);
|
|
216
|
-
border-radius: 50%;
|
|
217
|
-
animation: sporeFloat 6s ease-in-out infinite;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
&::before {
|
|
221
|
-
top: 20%;
|
|
222
|
-
left: 15%;
|
|
223
|
-
animation-delay: 0s;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
&::after {
|
|
227
|
-
top: 60%;
|
|
228
|
-
right: 20%;
|
|
229
|
-
animation-delay: 2s;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
&::before {
|
|
233
|
-
top: 40%;
|
|
234
|
-
left: 70%;
|
|
235
|
-
animation-delay: 4s;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
&::after {
|
|
239
|
-
top: 80%;
|
|
240
|
-
left: 40%;
|
|
241
|
-
animation-delay: 1s;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
@keyframes sporeFloat {
|
|
246
|
-
0%,
|
|
247
|
-
100% {
|
|
248
|
-
transform: translateY(0) translateX(0) scale(1);
|
|
249
|
-
opacity: 0.4;
|
|
250
|
-
}
|
|
251
|
-
50% {
|
|
252
|
-
transform: translateY(-15px) translateX(10px) scale(1.5);
|
|
253
|
-
opacity: 0.8;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
// Divider
|
|
258
|
-
&__divider {
|
|
259
|
-
width: 80px;
|
|
260
|
-
height: 3px;
|
|
261
|
-
background: linear-gradient(90deg, $purple-4, $yellow-4, $red-4);
|
|
262
|
-
margin: 1.5rem auto;
|
|
263
|
-
border-radius: 2px;
|
|
264
|
-
animation: dividerGlow 3s ease-in-out infinite;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
@keyframes dividerGlow {
|
|
268
|
-
0%,
|
|
269
|
-
100% {
|
|
270
|
-
box-shadow: 0 0 5px rgba(157, 0, 255, 0.5);
|
|
271
|
-
transform: scaleX(1);
|
|
272
|
-
}
|
|
273
|
-
50% {
|
|
274
|
-
box-shadow:
|
|
275
|
-
0 0 15px rgba(157, 0, 255, 0.8),
|
|
276
|
-
0 0 25px rgba(255, 187, 0, 0.5);
|
|
277
|
-
transform: scaleX(1.1);
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
// Stats display
|
|
282
|
-
&__stats {
|
|
283
|
-
display: flex;
|
|
284
|
-
justify-content: center;
|
|
285
|
-
gap: 2rem;
|
|
286
|
-
margin: 2rem 0;
|
|
287
|
-
animation: statsFade 1s ease-in-out 2s both;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
@keyframes statsFade {
|
|
291
|
-
from {
|
|
292
|
-
opacity: 0;
|
|
293
|
-
transform: translateY(20px);
|
|
294
|
-
}
|
|
295
|
-
to {
|
|
296
|
-
opacity: 1;
|
|
297
|
-
transform: translateY(0);
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
&__stat {
|
|
302
|
-
text-align: center;
|
|
303
|
-
|
|
304
|
-
&-number {
|
|
305
|
-
font-size: 2rem;
|
|
306
|
-
font-weight: 700;
|
|
307
|
-
color: $yellow-4;
|
|
308
|
-
background: linear-gradient(45deg, $yellow-4, $red-4);
|
|
309
|
-
background-size: 200% 200%;
|
|
310
|
-
-webkit-background-clip: text;
|
|
311
|
-
-webkit-text-fill-color: transparent;
|
|
312
|
-
background-clip: text;
|
|
313
|
-
animation: statNumberShift 3s ease-in-out infinite;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
&-label {
|
|
317
|
-
font-size: 0.875rem;
|
|
318
|
-
color: rgba(255, 255, 255, 0.7);
|
|
319
|
-
text-transform: uppercase;
|
|
320
|
-
letter-spacing: 0.5px;
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
@keyframes statNumberShift {
|
|
325
|
-
0% {
|
|
326
|
-
background-position: 0% 50%;
|
|
327
|
-
}
|
|
328
|
-
50% {
|
|
329
|
-
background-position: 100% 50%;
|
|
330
|
-
}
|
|
331
|
-
100% {
|
|
332
|
-
background-position: 0% 50%;
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
// Size variants
|
|
337
|
-
&--sm {
|
|
338
|
-
padding: 2rem 0;
|
|
339
|
-
|
|
340
|
-
#{$root}__title {
|
|
341
|
-
font-size: 2rem;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
#{$root}__subtitle {
|
|
345
|
-
font-size: 1.125rem;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
#{$root}__description {
|
|
349
|
-
font-size: 0.875rem;
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
&--lg {
|
|
354
|
-
padding: 4rem 0;
|
|
355
|
-
|
|
356
|
-
#{$root}__title {
|
|
357
|
-
font-size: 3rem;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
#{$root}__subtitle {
|
|
361
|
-
font-size: 1.5rem;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
#{$root}__description {
|
|
365
|
-
font-size: 1.125rem;
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
&--xl {
|
|
370
|
-
padding: 5rem 0;
|
|
371
|
-
|
|
372
|
-
#{$root}__title {
|
|
373
|
-
font-size: 3.5rem;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
#{$root}__subtitle {
|
|
377
|
-
font-size: 1.75rem;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
#{$root}__description {
|
|
381
|
-
font-size: 1.25rem;
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
// Alignment variants
|
|
386
|
-
&--left {
|
|
387
|
-
text-align: left;
|
|
388
|
-
|
|
389
|
-
#{$root}__container {
|
|
390
|
-
margin-left: 0;
|
|
391
|
-
margin-right: auto;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
#{$root}__divider {
|
|
395
|
-
margin-left: 0;
|
|
396
|
-
margin-right: auto;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
#{$root}__actions {
|
|
400
|
-
justify-content: flex-start;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
#{$root}__stats {
|
|
404
|
-
justify-content: flex-start;
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
&--right {
|
|
409
|
-
text-align: right;
|
|
410
|
-
|
|
411
|
-
#{$root}__container {
|
|
412
|
-
margin-left: auto;
|
|
413
|
-
margin-right: 0;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
#{$root}__divider {
|
|
417
|
-
margin-left: auto;
|
|
418
|
-
margin-right: 0;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
#{$root}__actions {
|
|
422
|
-
justify-content: flex-end;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
#{$root}__stats {
|
|
426
|
-
justify-content: flex-end;
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
// Psychedelic variant
|
|
431
|
-
&--psychedelic {
|
|
432
|
-
&::before {
|
|
433
|
-
background: linear-gradient(
|
|
434
|
-
135deg,
|
|
435
|
-
rgba(157, 0, 255, 0.1) 0%,
|
|
436
|
-
rgba(255, 32, 133, 0.1) 25%,
|
|
437
|
-
rgba(0, 255, 136, 0.1) 50%,
|
|
438
|
-
rgba(255, 187, 0, 0.1) 75%,
|
|
439
|
-
rgba(157, 0, 255, 0.1) 100%
|
|
440
|
-
);
|
|
441
|
-
animation: psychedelicBackground 5s ease-in-out infinite;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
#{$root}__title {
|
|
445
|
-
animation: psychedelicTitle 3s ease-in-out infinite;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
#{$root}__btn {
|
|
449
|
-
background: linear-gradient(135deg, $purple-4, $red-4, $yellow-4, $green-4);
|
|
450
|
-
background-size: 400% 400%;
|
|
451
|
-
animation: psychedelicButton 4s ease-in-out infinite;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
@keyframes psychedelicBackground {
|
|
456
|
-
0% {
|
|
457
|
-
background-position: 0% 50%;
|
|
458
|
-
}
|
|
459
|
-
50% {
|
|
460
|
-
background-position: 100% 50%;
|
|
461
|
-
}
|
|
462
|
-
100% {
|
|
463
|
-
background-position: 0% 50%;
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
@keyframes psychedelicTitle {
|
|
468
|
-
0% {
|
|
469
|
-
filter: hue-rotate(0deg);
|
|
470
|
-
}
|
|
471
|
-
100% {
|
|
472
|
-
filter: hue-rotate(360deg);
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
@keyframes psychedelicButton {
|
|
477
|
-
0% {
|
|
478
|
-
background-position: 0% 50%;
|
|
479
|
-
}
|
|
480
|
-
50% {
|
|
481
|
-
background-position: 100% 50%;
|
|
482
|
-
}
|
|
483
|
-
100% {
|
|
484
|
-
background-position: 0% 50%;
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
// Dark variant
|
|
489
|
-
&--dark {
|
|
490
|
-
background: rgba(0, 0, 0, 0.8);
|
|
491
|
-
|
|
492
|
-
&::before {
|
|
493
|
-
background: radial-gradient(circle at 30% 40%, rgba(157, 0, 255, 0.2) 0%, transparent 60%);
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
// Light variant
|
|
498
|
-
&--light {
|
|
499
|
-
background: rgba(255, 255, 255, 0.1);
|
|
500
|
-
|
|
501
|
-
#{$root}__title {
|
|
502
|
-
background: linear-gradient(45deg, $purple-4, $yellow-4);
|
|
503
|
-
-webkit-background-clip: text;
|
|
504
|
-
-webkit-text-fill-color: transparent;
|
|
505
|
-
background-clip: text;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
#{$root}__subtitle,
|
|
509
|
-
#{$root}__description {
|
|
510
|
-
color: rgba(0, 0, 0, 0.8);
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
#{$root}__btn--secondary {
|
|
514
|
-
border-color: rgba(0, 0, 0, 0.3);
|
|
515
|
-
color: rgba(0, 0, 0, 0.8);
|
|
516
|
-
|
|
517
|
-
&:hover {
|
|
518
|
-
background: rgba(0, 0, 0, 0.1);
|
|
519
|
-
border-color: $purple-4;
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
// Responsive adjustments
|
|
525
|
-
@media (max-width: 768px) {
|
|
526
|
-
padding: 2rem 0;
|
|
527
|
-
|
|
528
|
-
#{$root}__title {
|
|
529
|
-
font-size: 2rem;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
#{$root}__subtitle {
|
|
533
|
-
font-size: 1.125rem;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
#{$root}__stats {
|
|
537
|
-
flex-direction: column;
|
|
538
|
-
gap: 1rem;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
#{$root}__actions {
|
|
542
|
-
flex-direction: column;
|
|
543
|
-
align-items: center;
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
}
|