@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,277 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Mashroom Theme Messages Component
|
|
3
|
-
* Psychedelic mushroom-inspired theme with trippy 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-messages {
|
|
12
|
-
$root: &;
|
|
13
|
-
|
|
14
|
-
// Message item styling
|
|
15
|
-
&__item {
|
|
16
|
-
position: relative;
|
|
17
|
-
margin-bottom: 0.75rem;
|
|
18
|
-
padding: 1rem 1.5rem;
|
|
19
|
-
border-radius: 1rem;
|
|
20
|
-
background: rgba(255, 255, 255, 0.1);
|
|
21
|
-
backdrop-filter: blur(10px);
|
|
22
|
-
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
23
|
-
color: rgba(255, 255, 255, 0.9);
|
|
24
|
-
|
|
25
|
-
// Mushroom cap notification shape
|
|
26
|
-
&::before {
|
|
27
|
-
content: '';
|
|
28
|
-
position: absolute;
|
|
29
|
-
top: -3px;
|
|
30
|
-
left: 20px;
|
|
31
|
-
width: 15px;
|
|
32
|
-
height: 6px;
|
|
33
|
-
background: inherit;
|
|
34
|
-
border: inherit;
|
|
35
|
-
border-bottom: none;
|
|
36
|
-
border-radius: 15px 15px 0 0;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// Trippy glow effect
|
|
40
|
-
@include trippy.trippy-glow(rgba(157, 0, 255, 0.3), 10px);
|
|
41
|
-
|
|
42
|
-
// Entrance animation
|
|
43
|
-
animation: messageSlideIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
44
|
-
|
|
45
|
-
@keyframes messageSlideIn {
|
|
46
|
-
from {
|
|
47
|
-
opacity: 0;
|
|
48
|
-
transform: translateX(100%) scale(0.8);
|
|
49
|
-
}
|
|
50
|
-
to {
|
|
51
|
-
opacity: 1;
|
|
52
|
-
transform: translateX(0) scale(1);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// Message content
|
|
58
|
-
&__content {
|
|
59
|
-
display: flex;
|
|
60
|
-
align-items: flex-start;
|
|
61
|
-
gap: 0.75rem;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// Icon styling
|
|
65
|
-
&__icon {
|
|
66
|
-
flex-shrink: 0;
|
|
67
|
-
font-size: 1.25rem;
|
|
68
|
-
animation: iconBounce 2s ease-in-out infinite;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
@keyframes iconBounce {
|
|
72
|
-
0%,
|
|
73
|
-
100% {
|
|
74
|
-
transform: scale(1);
|
|
75
|
-
}
|
|
76
|
-
50% {
|
|
77
|
-
transform: scale(1.1);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
// Text container
|
|
82
|
-
&__text {
|
|
83
|
-
flex: 1;
|
|
84
|
-
|
|
85
|
-
&-title {
|
|
86
|
-
font-weight: 600;
|
|
87
|
-
margin-bottom: 0.25rem;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&-body {
|
|
91
|
-
font-size: 0.875rem;
|
|
92
|
-
line-height: 1.4;
|
|
93
|
-
opacity: 0.9;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Close button
|
|
98
|
-
&__close {
|
|
99
|
-
background: none;
|
|
100
|
-
border: none;
|
|
101
|
-
color: rgba(255, 255, 255, 0.6);
|
|
102
|
-
font-size: 1.25rem;
|
|
103
|
-
cursor: pointer;
|
|
104
|
-
transition: all 0.3s ease;
|
|
105
|
-
|
|
106
|
-
&:hover {
|
|
107
|
-
color: $white;
|
|
108
|
-
transform: rotate(90deg);
|
|
109
|
-
@include trippy.trippy-glow(rgba(255, 255, 255, 0.3), 8px);
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
// Progress bar for auto-dismiss
|
|
114
|
-
&__progress {
|
|
115
|
-
position: absolute;
|
|
116
|
-
bottom: 0;
|
|
117
|
-
left: 0;
|
|
118
|
-
height: 3px;
|
|
119
|
-
background: rgba(255, 255, 255, 0.3);
|
|
120
|
-
border-radius: 0 0 1rem 1rem;
|
|
121
|
-
animation: progressShrink 5s linear forwards;
|
|
122
|
-
|
|
123
|
-
@keyframes progressShrink {
|
|
124
|
-
from {
|
|
125
|
-
width: 100%;
|
|
126
|
-
}
|
|
127
|
-
to {
|
|
128
|
-
width: 0%;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
// Message variants with mushroom colors
|
|
134
|
-
&__item--info {
|
|
135
|
-
background: rgba(0, 123, 255, 0.15);
|
|
136
|
-
border-color: rgba(0, 123, 255, 0.3);
|
|
137
|
-
@include trippy.trippy-glow(rgba(0, 123, 255, 0.3), 10px);
|
|
138
|
-
|
|
139
|
-
#{$root}__icon {
|
|
140
|
-
color: #00bfff;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
#{$root}__text-title {
|
|
144
|
-
color: #00bfff;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
&__item--success {
|
|
149
|
-
background: rgba(40, 167, 69, 0.15);
|
|
150
|
-
border-color: rgba(40, 167, 69, 0.3);
|
|
151
|
-
@include trippy.trippy-glow(rgba(40, 167, 69, 0.3), 10px);
|
|
152
|
-
|
|
153
|
-
#{$root}__icon {
|
|
154
|
-
color: #28a745;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
#{$root}__text-title {
|
|
158
|
-
color: #28a745;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
&__item--warning {
|
|
163
|
-
background: rgba(255, 193, 7, 0.15);
|
|
164
|
-
border-color: rgba(255, 193, 7, 0.3);
|
|
165
|
-
@include trippy.trippy-glow(rgba(255, 193, 7, 0.3), 10px);
|
|
166
|
-
|
|
167
|
-
#{$root}__icon {
|
|
168
|
-
color: #ffc107;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
#{$root}__text-title {
|
|
172
|
-
color: #ffc107;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
&__item--error {
|
|
177
|
-
background: rgba(220, 53, 69, 0.15);
|
|
178
|
-
border-color: rgba(220, 53, 69, 0.3);
|
|
179
|
-
@include trippy.trippy-glow(rgba(220, 53, 69, 0.3), 10px);
|
|
180
|
-
|
|
181
|
-
#{$root}__icon {
|
|
182
|
-
color: #dc3545;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
#{$root}__text-title {
|
|
186
|
-
color: #dc3545;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
// Psychedelic variant
|
|
191
|
-
&__item--psychedelic {
|
|
192
|
-
background: linear-gradient(
|
|
193
|
-
135deg,
|
|
194
|
-
rgba(157, 0, 255, 0.15) 0%,
|
|
195
|
-
rgba(255, 32, 133, 0.15) 50%,
|
|
196
|
-
rgba(0, 255, 136, 0.15) 100%
|
|
197
|
-
);
|
|
198
|
-
border-color: rgba(157, 0, 255, 0.4);
|
|
199
|
-
|
|
200
|
-
// Animated psychedelic border
|
|
201
|
-
&::after {
|
|
202
|
-
content: '';
|
|
203
|
-
position: absolute;
|
|
204
|
-
inset: -1px;
|
|
205
|
-
background: linear-gradient(45deg, #9d00ff, #ff2085, #00ff88, #ff2085, #9d00ff);
|
|
206
|
-
border-radius: 1rem;
|
|
207
|
-
z-index: -1;
|
|
208
|
-
animation: psychedelicBorder 2s linear infinite;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
@keyframes psychedelicBorder {
|
|
212
|
-
0% {
|
|
213
|
-
opacity: 0.5;
|
|
214
|
-
}
|
|
215
|
-
50% {
|
|
216
|
-
opacity: 1;
|
|
217
|
-
}
|
|
218
|
-
100% {
|
|
219
|
-
opacity: 0.5;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
#{$root}__icon {
|
|
224
|
-
background: linear-gradient(45deg, #ff2085, #9d00ff, #00ff88);
|
|
225
|
-
background-size: 200% 200%;
|
|
226
|
-
-webkit-background-clip: text;
|
|
227
|
-
-webkit-text-fill-color: transparent;
|
|
228
|
-
background-clip: text;
|
|
229
|
-
animation: iconColorShift 2s ease-in-out infinite;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
#{$root}__text-title {
|
|
233
|
-
background: linear-gradient(45deg, #ff2085, #9d00ff);
|
|
234
|
-
background-size: 200% 200%;
|
|
235
|
-
-webkit-background-clip: text;
|
|
236
|
-
-webkit-text-fill-color: transparent;
|
|
237
|
-
background-clip: text;
|
|
238
|
-
animation: titleColorShift 3s ease-in-out infinite;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
@keyframes iconColorShift {
|
|
242
|
-
0% {
|
|
243
|
-
background-position: 0% 50%;
|
|
244
|
-
}
|
|
245
|
-
50% {
|
|
246
|
-
background-position: 100% 50%;
|
|
247
|
-
}
|
|
248
|
-
100% {
|
|
249
|
-
background-position: 0% 50%;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
@keyframes titleColorShift {
|
|
254
|
-
0% {
|
|
255
|
-
background-position: 0% 50%;
|
|
256
|
-
}
|
|
257
|
-
50% {
|
|
258
|
-
background-position: 100% 50%;
|
|
259
|
-
}
|
|
260
|
-
100% {
|
|
261
|
-
background-position: 0% 50%;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// Exit animation
|
|
267
|
-
&__item--exiting {
|
|
268
|
-
animation: messageSlideOut 0.3s ease forwards;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
@keyframes messageSlideOut {
|
|
272
|
-
to {
|
|
273
|
-
opacity: 0;
|
|
274
|
-
transform: translateX(100%) scale(0.8);
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
}
|
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
@use '../02-tools/tools.trippy-effects' as trippy;
|
|
2
|
-
@use '../02-tools/tools.psychedelic-gradients' as gradients;
|
|
3
|
-
@use '../01-settings/settings.colors' as colors;
|
|
4
|
-
@use '../01-settings/settings.config' as config;
|
|
5
|
-
|
|
6
|
-
// Psychedelic modal animations
|
|
7
|
-
@keyframes modal-float {
|
|
8
|
-
0%,
|
|
9
|
-
100% {
|
|
10
|
-
transform: translateY(0px) rotate(0deg);
|
|
11
|
-
}
|
|
12
|
-
33% {
|
|
13
|
-
transform: translateY(-20px) rotate(2deg);
|
|
14
|
-
}
|
|
15
|
-
66% {
|
|
16
|
-
transform: translateY(10px) rotate(-1deg);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@keyframes modal-glow-pulse {
|
|
21
|
-
0%,
|
|
22
|
-
100% {
|
|
23
|
-
box-shadow: 0 0 20px colors.$primary-6;
|
|
24
|
-
}
|
|
25
|
-
50% {
|
|
26
|
-
box-shadow:
|
|
27
|
-
0 0 30px colors.$primary-6,
|
|
28
|
-
0 0 50px rgba(157, 0, 255, 0.8),
|
|
29
|
-
0 0 70px rgba(255, 32, 133, 0.6);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@keyframes modal-border-glow {
|
|
34
|
-
0%,
|
|
35
|
-
100% {
|
|
36
|
-
opacity: 0.5;
|
|
37
|
-
filter: blur(5px);
|
|
38
|
-
}
|
|
39
|
-
50% {
|
|
40
|
-
opacity: 1;
|
|
41
|
-
filter: blur(10px);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
@keyframes modal-backdrop-move {
|
|
46
|
-
0% {
|
|
47
|
-
background-position: 0 0;
|
|
48
|
-
}
|
|
49
|
-
100% {
|
|
50
|
-
background-position: 100px 100px;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.c-modal {
|
|
55
|
-
$root: &;
|
|
56
|
-
// Add a psychedelic backdrop
|
|
57
|
-
&__backdrop {
|
|
58
|
-
background-color: rgba(colors.$black, 0.8);
|
|
59
|
-
opacity: 0;
|
|
60
|
-
transition: opacity 0.3s ease;
|
|
61
|
-
|
|
62
|
-
// Add a subtle animated pattern
|
|
63
|
-
background-image:
|
|
64
|
-
radial-gradient(circle at 10% 20%, rgba(157, 0, 255, 0.1) 1px, transparent 1px),
|
|
65
|
-
radial-gradient(circle at 20% 80%, rgba(0, 255, 157, 0.1) 1px, transparent 1px),
|
|
66
|
-
radial-gradient(circle at 80% 30%, rgba(255, 32, 133, 0.1) 1px, transparent 1px),
|
|
67
|
-
radial-gradient(circle at 60% 70%, rgba(255, 187, 0, 0.1) 1px, transparent 1px);
|
|
68
|
-
background-size: 100px 100px;
|
|
69
|
-
animation: modal-backdrop-move 20s linear infinite;
|
|
70
|
-
|
|
71
|
-
@keyframes modal-backdrop-move {
|
|
72
|
-
0% {
|
|
73
|
-
background-position: 0 0;
|
|
74
|
-
}
|
|
75
|
-
100% {
|
|
76
|
-
background-position: 100px 100px;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
&--visible {
|
|
81
|
-
opacity: 1;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&__content {
|
|
86
|
-
@include gradients.forest-floor-gradient();
|
|
87
|
-
border: 2px solid colors.$primary-7;
|
|
88
|
-
border-radius: 20px;
|
|
89
|
-
|
|
90
|
-
// Add trippy glow effect
|
|
91
|
-
@include trippy.trippy-glow(colors.$primary-6, 20px);
|
|
92
|
-
|
|
93
|
-
// Add floating animation
|
|
94
|
-
@include trippy.float-animation();
|
|
95
|
-
|
|
96
|
-
// Add color shift
|
|
97
|
-
@include trippy.color-shift();
|
|
98
|
-
|
|
99
|
-
animation:
|
|
100
|
-
color-shift 10s infinite,
|
|
101
|
-
float 10s infinite,
|
|
102
|
-
modal-glow-pulse 3s infinite;
|
|
103
|
-
|
|
104
|
-
position: relative;
|
|
105
|
-
overflow: hidden;
|
|
106
|
-
|
|
107
|
-
// Add a subtle inner glow
|
|
108
|
-
&::before {
|
|
109
|
-
content: '';
|
|
110
|
-
position: absolute;
|
|
111
|
-
top: -5px;
|
|
112
|
-
left: -5px;
|
|
113
|
-
right: -5px;
|
|
114
|
-
bottom: -5px;
|
|
115
|
-
border-radius: 22px;
|
|
116
|
-
background: linear-gradient(
|
|
117
|
-
45deg,
|
|
118
|
-
rgba(colors.$primary-6, 0.5),
|
|
119
|
-
rgba(colors.$green-6, 0.5),
|
|
120
|
-
rgba(colors.$yellow-6, 0.5),
|
|
121
|
-
rgba(colors.$red-6, 0.5)
|
|
122
|
-
);
|
|
123
|
-
z-index: -1;
|
|
124
|
-
animation: modal-border-glow 3s ease infinite;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
@keyframes modal-border-glow {
|
|
128
|
-
0%,
|
|
129
|
-
100% {
|
|
130
|
-
opacity: 0.5;
|
|
131
|
-
filter: blur(5px);
|
|
132
|
-
}
|
|
133
|
-
50% {
|
|
134
|
-
opacity: 1;
|
|
135
|
-
filter: blur(10px);
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&__header {
|
|
141
|
-
position: relative;
|
|
142
|
-
&::after {
|
|
143
|
-
content: '';
|
|
144
|
-
position: absolute;
|
|
145
|
-
top: 0;
|
|
146
|
-
left: 0;
|
|
147
|
-
right: 0;
|
|
148
|
-
height: 5px;
|
|
149
|
-
@include gradients.psychedelic-linear-gradient(colors.$primary-6, colors.$blue-6);
|
|
150
|
-
animation: modal-border-glow 2s ease infinite;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
&__title {
|
|
155
|
-
// Add a subtle pulse effect to the title
|
|
156
|
-
@include trippy.psychedelic-pulse(colors.$primary-4);
|
|
157
|
-
|
|
158
|
-
// Add floating effect to title
|
|
159
|
-
@include trippy.float-animation();
|
|
160
|
-
animation-duration: 4s;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
&__body {
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
&__footer {
|
|
167
|
-
border-top: 1px solid rgba(colors.$primary-4, 0.3);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
&__close {
|
|
171
|
-
// Add glow effect to close button
|
|
172
|
-
@include trippy.trippy-glow(colors.$red-6, 5px);
|
|
173
|
-
|
|
174
|
-
// Add floating effect
|
|
175
|
-
@include trippy.float-animation();
|
|
176
|
-
animation-duration: 3s;
|
|
177
|
-
|
|
178
|
-
&:hover {
|
|
179
|
-
@include gradients.psychedelic-linear-gradient(colors.$red-6, colors.$purple-6);
|
|
180
|
-
transform: rotate(90deg);
|
|
181
|
-
transition: transform 0.3s ease;
|
|
182
|
-
@include trippy.trippy-glow(colors.$yellow-4, 15px);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
// Size variants
|
|
187
|
-
&--sm {
|
|
188
|
-
max-width: 300px;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
&--md {
|
|
192
|
-
max-width: 500px;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
&--lg {
|
|
196
|
-
max-width: 800px;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
&--xl {
|
|
200
|
-
max-width: 1140px;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
// Psychedelic variant
|
|
204
|
-
&--psychedelic {
|
|
205
|
-
#{$root}__content {
|
|
206
|
-
@include gradients.rainbow-gradient();
|
|
207
|
-
background-size: 400% 400%;
|
|
208
|
-
animation:
|
|
209
|
-
rainbow-shift 4s ease infinite,
|
|
210
|
-
modal-float 5s ease-in-out infinite;
|
|
211
|
-
border: 2px solid transparent;
|
|
212
|
-
|
|
213
|
-
&::before {
|
|
214
|
-
background: linear-gradient(
|
|
215
|
-
45deg,
|
|
216
|
-
rgba(157, 0, 255, 0.5),
|
|
217
|
-
rgba(0, 255, 157, 0.5),
|
|
218
|
-
rgba(255, 187, 0, 0.5),
|
|
219
|
-
rgba(255, 32, 133, 0.5)
|
|
220
|
-
);
|
|
221
|
-
animation: modal-border-glow 2s ease infinite;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
#{$root}__header::after {
|
|
226
|
-
@include gradients.rainbow-gradient();
|
|
227
|
-
background-size: 200% 100%;
|
|
228
|
-
animation: rainbow-shift 3s linear infinite;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
#{$root}__title {
|
|
232
|
-
@include gradients.rainbow-gradient();
|
|
233
|
-
background-clip: text;
|
|
234
|
-
-webkit-background-clip: text;
|
|
235
|
-
color: transparent;
|
|
236
|
-
background-size: 200% 100%;
|
|
237
|
-
animation: rainbow-shift 3s linear infinite;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
// Glowing variant
|
|
242
|
-
&--glow {
|
|
243
|
-
#{$root}__content {
|
|
244
|
-
@include trippy.trippy-glow(colors.$purple-4, 30px);
|
|
245
|
-
animation: modal-glow-pulse 1.5s infinite;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
#{$root}__close {
|
|
249
|
-
@include trippy.trippy-glow(colors.$red-4, 10px);
|
|
250
|
-
|
|
251
|
-
&:hover {
|
|
252
|
-
@include trippy.trippy-glow(colors.$yellow-4, 20px);
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
// Floating variant
|
|
258
|
-
&--floating {
|
|
259
|
-
#{$root}__content {
|
|
260
|
-
@include trippy.float-animation();
|
|
261
|
-
animation-duration: 6s;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
}
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
@use '../02-tools/tools.trippy-effects' as trippy;
|
|
2
|
-
@use '../02-tools/tools.psychedelic-gradients' as gradients;
|
|
3
|
-
@use '../01-settings/settings.colors' as colors;
|
|
4
|
-
@use '../01-settings/settings.config' as config;
|
|
5
|
-
|
|
6
|
-
.c-nav {
|
|
7
|
-
$root: &;
|
|
8
|
-
|
|
9
|
-
// Add a psychedelic underline effect to the whole nav
|
|
10
|
-
&::after {
|
|
11
|
-
content: '';
|
|
12
|
-
position: absolute;
|
|
13
|
-
bottom: 0;
|
|
14
|
-
left: 0;
|
|
15
|
-
right: 0;
|
|
16
|
-
height: 3px;
|
|
17
|
-
@include gradients.rainbow-gradient();
|
|
18
|
-
background-size: 300% 300%;
|
|
19
|
-
animation: nav-underline-shift 6s ease infinite;
|
|
20
|
-
border-radius: 3px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@keyframes nav-underline-shift {
|
|
24
|
-
0% {
|
|
25
|
-
background-position: 0% 50%;
|
|
26
|
-
}
|
|
27
|
-
50% {
|
|
28
|
-
background-position: 100% 50%;
|
|
29
|
-
}
|
|
30
|
-
100% {
|
|
31
|
-
background-position: 0% 50%;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&__item {
|
|
36
|
-
& + & {
|
|
37
|
-
margin-left: 1rem;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&--dropdown {
|
|
41
|
-
position: relative;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&:hover {
|
|
45
|
-
#{$root}__icon {
|
|
46
|
-
transform: rotate(-180deg);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
#{$root}__dropdown-menu,
|
|
50
|
-
#{$root}__mega-menu {
|
|
51
|
-
visibility: visible;
|
|
52
|
-
opacity: 1;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&__link {
|
|
58
|
-
position: relative;
|
|
59
|
-
overflow: hidden;
|
|
60
|
-
// Add psychedelic background that activates on hover
|
|
61
|
-
&::before {
|
|
62
|
-
content: '';
|
|
63
|
-
position: absolute;
|
|
64
|
-
top: 0;
|
|
65
|
-
left: 0;
|
|
66
|
-
right: 0;
|
|
67
|
-
bottom: 0;
|
|
68
|
-
z-index: -1;
|
|
69
|
-
opacity: 0;
|
|
70
|
-
transition: opacity 0.3s ease;
|
|
71
|
-
@include gradients.psychedelic-linear-gradient(var(--atomix-primary-6), var(--atomix-info-6));
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
// Add glow effect
|
|
75
|
-
@include trippy.trippy-glow(transparent, 5px);
|
|
76
|
-
|
|
77
|
-
&:hover,
|
|
78
|
-
&--active {
|
|
79
|
-
color: colors.$white;
|
|
80
|
-
|
|
81
|
-
&::before {
|
|
82
|
-
opacity: 1;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
// Enhance glow on hover/active
|
|
86
|
-
@include trippy.trippy-glow(colors.$primary-6, 10px);
|
|
87
|
-
|
|
88
|
-
// Add pulse effect
|
|
89
|
-
@include trippy.psychedelic-pulse(colors.$primary-4);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Add a shine effect on hover
|
|
93
|
-
&::after {
|
|
94
|
-
content: '';
|
|
95
|
-
position: absolute;
|
|
96
|
-
top: -50%;
|
|
97
|
-
left: -60%;
|
|
98
|
-
width: 20%;
|
|
99
|
-
height: 200%;
|
|
100
|
-
background: rgba(255, 255, 255, 0.3);
|
|
101
|
-
transform: rotate(25deg);
|
|
102
|
-
transition: none;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&:hover::after {
|
|
106
|
-
animation: nav-shine 1s ease;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
@keyframes nav-shine {
|
|
110
|
-
0% {
|
|
111
|
-
left: -60%;
|
|
112
|
-
}
|
|
113
|
-
20% {
|
|
114
|
-
left: 20%;
|
|
115
|
-
}
|
|
116
|
-
40% {
|
|
117
|
-
left: 40%;
|
|
118
|
-
}
|
|
119
|
-
60% {
|
|
120
|
-
left: 60%;
|
|
121
|
-
}
|
|
122
|
-
80% {
|
|
123
|
-
left: 80%;
|
|
124
|
-
}
|
|
125
|
-
100% {
|
|
126
|
-
left: 120%;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// Dropdown menu styling
|
|
132
|
-
&__dropdown-menu {
|
|
133
|
-
@include gradients.forest-floor-gradient();
|
|
134
|
-
border: 1px solid colors.$primary-7;
|
|
135
|
-
border-radius: 10px;
|
|
136
|
-
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
|
|
137
|
-
|
|
138
|
-
// Add glow effect
|
|
139
|
-
@include trippy.trippy-glow(colors.$primary-6, 10px);
|
|
140
|
-
|
|
141
|
-
// Add color shift
|
|
142
|
-
@include trippy.color-shift();
|
|
143
|
-
|
|
144
|
-
position: absolute;
|
|
145
|
-
top: 100%;
|
|
146
|
-
left: 0;
|
|
147
|
-
min-width: 200px;
|
|
148
|
-
padding: 0.5rem 0;
|
|
149
|
-
visibility: hidden;
|
|
150
|
-
opacity: 0;
|
|
151
|
-
transition:
|
|
152
|
-
opacity 0.3s ease,
|
|
153
|
-
visibility 0.3s ease;
|
|
154
|
-
z-index: 1000;
|
|
155
|
-
|
|
156
|
-
&--right {
|
|
157
|
-
left: auto;
|
|
158
|
-
right: 0;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
// Dropdown menu items
|
|
163
|
-
&__dropdown-item {
|
|
164
|
-
display: block;
|
|
165
|
-
padding: 0.5rem 1rem;
|
|
166
|
-
color: colors.$white;
|
|
167
|
-
text-decoration: none;
|
|
168
|
-
transition: all 0.2s ease;
|
|
169
|
-
|
|
170
|
-
&:hover {
|
|
171
|
-
@include gradients.psychedelic-linear-gradient(colors.$primary-6, colors.$blue-6);
|
|
172
|
-
padding-left: 1.25rem;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
// Icon styling
|
|
177
|
-
&__icon {
|
|
178
|
-
transition: transform 0.3s ease;
|
|
179
|
-
font-size: 1.25rem;
|
|
180
|
-
}
|
|
181
|
-
}
|