@js-empire/emperor-ui 1.3.6 → 1.3.7
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/dist/emperor-ui.js +60623 -158
- package/package.json +7 -3
- package/.cursor/rules/code-conventions.mdc +0 -50
- package/.husky/pre-commit +0 -4
- package/.prettierrc +0 -10
- package/.storybook/main.ts +0 -24
- package/.storybook/preview.ts +0 -19
- package/.storybook/vitest.setup.ts +0 -7
- package/.vscode/extensions.json +0 -1
- package/dist/index-ABKcY4tX.js +0 -60607
- package/dist/index-CWu5fG3N.js +0 -6
- package/dist/index-DpemL3iQ.js +0 -291
- package/dist/src-UW24ZMRV-I8bMqcTI.js +0 -6
- package/eslint.config.js +0 -34
- package/index.html +0 -13
- package/public/icons/emperor-ui-logo.ico +0 -0
- package/public/images/avatar-female.jpg +0 -0
- package/public/images/avatar-male.jpg +0 -0
- package/public/images/emperor-ui-logo.png +0 -0
- package/src/animations/blink.ts +0 -26
- package/src/animations/floating.ts +0 -12
- package/src/animations/index.ts +0 -2
- package/src/components/atoms/brand/brand.stories.tsx +0 -27
- package/src/components/atoms/brand/brand.tsx +0 -56
- package/src/components/atoms/brand/index.ts +0 -1
- package/src/components/atoms/brand/styles/classes.ts +0 -9
- package/src/components/atoms/brand/styles/index.ts +0 -2
- package/src/components/atoms/brand/styles/styles.ts +0 -0
- package/src/components/atoms/color-picker/color-picker.tsx +0 -12
- package/src/components/atoms/color-picker/free-color-picker.tsx +0 -58
- package/src/components/atoms/color-picker/index.ts +0 -3
- package/src/components/atoms/color-picker/preset-color-picker.tsx +0 -66
- package/src/components/atoms/color-picker/stories/color-picker.stories.tsx +0 -63
- package/src/components/atoms/column/column.stories.tsx +0 -37
- package/src/components/atoms/column/column.tsx +0 -21
- package/src/components/atoms/column/index.ts +0 -1
- package/src/components/atoms/container/column.stories.tsx +0 -37
- package/src/components/atoms/container/container.tsx +0 -28
- package/src/components/atoms/container/index.ts +0 -1
- package/src/components/atoms/copy-button/copy-button.tsx +0 -73
- package/src/components/atoms/copy-button/index.ts +0 -1
- package/src/components/atoms/copy-button/stories/copy-button.stories.tsx +0 -21
- package/src/components/atoms/field/field.tsx +0 -81
- package/src/components/atoms/field/index.ts +0 -3
- package/src/components/atoms/field/styles/classes.ts +0 -9
- package/src/components/atoms/field/styles/index.ts +0 -1
- package/src/components/atoms/field/units/autocomplete-field.tsx +0 -49
- package/src/components/atoms/field/units/checkbox-field.tsx +0 -35
- package/src/components/atoms/field/units/index.ts +0 -7
- package/src/components/atoms/field/units/input-field.tsx +0 -35
- package/src/components/atoms/field/units/radio-field.tsx +0 -43
- package/src/components/atoms/field/units/select-field.tsx +0 -50
- package/src/components/atoms/field/units/switch-field.tsx +0 -35
- package/src/components/atoms/field/units/textarea-field.tsx +0 -37
- package/src/components/atoms/filter/filter.tsx +0 -93
- package/src/components/atoms/filter/index.ts +0 -3
- package/src/components/atoms/filter/stories/filter.stories.tsx +0 -238
- package/src/components/atoms/filter/styles/classes.ts +0 -20
- package/src/components/atoms/filter/styles/index.ts +0 -1
- package/src/components/atoms/filter/units/autocomplete-filter.tsx +0 -66
- package/src/components/atoms/filter/units/checkbox-filter.tsx +0 -42
- package/src/components/atoms/filter/units/checkbox-group-filter.tsx +0 -68
- package/src/components/atoms/filter/units/date-filter.tsx +0 -46
- package/src/components/atoms/filter/units/index.ts +0 -9
- package/src/components/atoms/filter/units/numeric-filter.tsx +0 -41
- package/src/components/atoms/filter/units/range-filter.tsx +0 -65
- package/src/components/atoms/filter/units/search-filter.tsx +0 -53
- package/src/components/atoms/filter/units/select-filter.tsx +0 -57
- package/src/components/atoms/filter/units/switch-filter.tsx +0 -35
- package/src/components/atoms/index.ts +0 -11
- package/src/components/atoms/portal/index.ts +0 -1
- package/src/components/atoms/portal/portal.stories.tsx +0 -43
- package/src/components/atoms/portal/portal.tsx +0 -25
- package/src/components/atoms/row/index.ts +0 -1
- package/src/components/atoms/row/row.stories.tsx +0 -37
- package/src/components/atoms/row/row.tsx +0 -26
- package/src/components/atoms/theme-switch/index.ts +0 -1
- package/src/components/atoms/theme-switch/styles/classes.ts +0 -16
- package/src/components/atoms/theme-switch/styles/index.ts +0 -1
- package/src/components/atoms/theme-switch/theme-switch.stories.tsx +0 -26
- package/src/components/atoms/theme-switch/theme-switch.tsx +0 -54
- package/src/components/atoms/uploader/components/avatar-label.tsx +0 -102
- package/src/components/atoms/uploader/components/index.ts +0 -8
- package/src/components/atoms/uploader/components/upload-file-error-box.tsx +0 -40
- package/src/components/atoms/uploader/components/upload-file-input.tsx +0 -36
- package/src/components/atoms/uploader/components/upload-file-label.tsx +0 -92
- package/src/components/atoms/uploader/components/upload-file-listing.tsx +0 -64
- package/src/components/atoms/uploader/components/uploader-title.tsx +0 -21
- package/src/components/atoms/uploader/components/uploader.tsx +0 -89
- package/src/components/atoms/uploader/components/view-image-modal.tsx +0 -41
- package/src/components/atoms/uploader/index.ts +0 -1
- package/src/components/atoms/uploader/stories/uploader.stories.tsx +0 -202
- package/src/components/index.ts +0 -4
- package/src/components/molecules/index.ts +0 -4
- package/src/components/molecules/item-card/components/actions/index.ts +0 -3
- package/src/components/molecules/item-card/components/actions/item-actions-buttons.tsx +0 -43
- package/src/components/molecules/item-card/components/actions/item-actions-dropdown.tsx +0 -57
- package/src/components/molecules/item-card/components/actions/item-actions-overlay.tsx +0 -50
- package/src/components/molecules/item-card/components/additions/index.ts +0 -2
- package/src/components/molecules/item-card/components/additions/item-banner.tsx +0 -22
- package/src/components/molecules/item-card/components/additions/loading-item.tsx +0 -88
- package/src/components/molecules/item-card/components/card/index.ts +0 -4
- package/src/components/molecules/item-card/components/card/item-card-body.tsx +0 -74
- package/src/components/molecules/item-card/components/card/item-card-footer.tsx +0 -79
- package/src/components/molecules/item-card/components/card/item-card-header.tsx +0 -69
- package/src/components/molecules/item-card/components/card/item-card.tsx +0 -123
- package/src/components/molecules/item-card/components/index.ts +0 -3
- package/src/components/molecules/item-card/index.ts +0 -2
- package/src/components/molecules/item-card/stories/item-card.stories.tsx +0 -218
- package/src/components/molecules/item-card/styles/classes.ts +0 -141
- package/src/components/molecules/item-card/styles/index.ts +0 -1
- package/src/components/molecules/nav-bar/index.ts +0 -3
- package/src/components/molecules/nav-bar/nav-bar-item.tsx +0 -64
- package/src/components/molecules/nav-bar/nav-bar.tsx +0 -57
- package/src/components/molecules/nav-bar/stories/hover-effect/nav-bar-hover-effect.stories.tsx +0 -52
- package/src/components/molecules/nav-bar/stories/nav-bar.stories.tsx +0 -50
- package/src/components/molecules/nav-bar/styles/classes.ts +0 -68
- package/src/components/molecules/nav-bar/styles/index.ts +0 -2
- package/src/components/molecules/nav-bar/styles/styles.ts +0 -85
- package/src/components/molecules/nav-bar/sub-items-box.tsx +0 -58
- package/src/components/molecules/scaffold/index.ts +0 -2
- package/src/components/molecules/scaffold/scaffold.stories.tsx +0 -21
- package/src/components/molecules/scaffold/scaffold.tsx +0 -23
- package/src/components/molecules/scaffold/styles/index.ts +0 -1
- package/src/components/molecules/scaffold/styles/scaffold-classes.ts +0 -10
- package/src/components/molecules/side-bar/compact-side-bar.tsx +0 -77
- package/src/components/molecules/side-bar/index.ts +0 -1
- package/src/components/molecules/side-bar/side-bar-drawer.tsx +0 -113
- package/src/components/molecules/side-bar/side-bar.stories.tsx +0 -111
- package/src/components/molecules/side-bar/side-bar.tsx +0 -31
- package/src/components/molecules/side-bar/styles/classes.ts +0 -28
- package/src/components/molecules/side-bar/styles/index.ts +0 -2
- package/src/components/molecules/side-bar/styles/styles.ts +0 -13
- package/src/components/organisms/deletion-confirmor/deletion-confirmor.tsx +0 -110
- package/src/components/organisms/deletion-confirmor/index.ts +0 -3
- package/src/components/organisms/deletion-confirmor/stories/components.tsx +0 -25
- package/src/components/organisms/deletion-confirmor/stories/deletion-confirmor.stories.tsx +0 -78
- package/src/components/organisms/deletion-confirmor/styles/classes.ts +0 -28
- package/src/components/organisms/deletion-confirmor/styles/index.ts +0 -2
- package/src/components/organisms/deletion-confirmor/styles/styles.ts +0 -4
- package/src/components/organisms/footer/copy-rights-box.tsx +0 -27
- package/src/components/organisms/footer/footer.tsx +0 -75
- package/src/components/organisms/footer/index.ts +0 -5
- package/src/components/organisms/footer/policies-box.tsx +0 -27
- package/src/components/organisms/footer/quick-links-box.tsx +0 -46
- package/src/components/organisms/footer/social-links-box.tsx +0 -33
- package/src/components/organisms/footer/stories/footer.stories.tsx +0 -61
- package/src/components/organisms/footer/styles/classes.ts +0 -71
- package/src/components/organisms/footer/styles/index.ts +0 -2
- package/src/components/organisms/footer/styles/styles.ts +0 -6
- package/src/components/organisms/form-builder/form-builder.stories.tsx +0 -144
- package/src/components/organisms/form-builder/form-builder.tsx +0 -75
- package/src/components/organisms/form-builder/index.ts +0 -1
- package/src/components/organisms/header/header.tsx +0 -87
- package/src/components/organisms/header/index.ts +0 -1
- package/src/components/organisms/header/segmented-header-content.tsx +0 -29
- package/src/components/organisms/header/stories/header.stories.tsx +0 -144
- package/src/components/organisms/header/styles/classes.ts +0 -22
- package/src/components/organisms/header/styles/index.ts +0 -2
- package/src/components/organisms/header/styles/styles.ts +0 -39
- package/src/components/organisms/index.ts +0 -6
- package/src/components/organisms/item-details/index.ts +0 -1
- package/src/components/organisms/item-details/item-details.tsx +0 -6
- package/src/components/organisms/listings/empty-listings.tsx +0 -80
- package/src/components/organisms/listings/index.ts +0 -3
- package/src/components/organisms/listings/listings.tsx +0 -96
- package/src/components/organisms/listings/stories/grid-listings.stories.tsx +0 -153
- package/src/components/organisms/listings/stories/list-listings.stories.tsx +0 -171
- package/src/components/organisms/listings/styles/classes.ts +0 -49
- package/src/components/organisms/listings/styles/index.ts +0 -2
- package/src/components/organisms/listings/styles/styles.ts +0 -6
- package/src/components/templates/index.ts +0 -1
- package/src/components/templates/landing-page/index.ts +0 -1
- package/src/components/templates/landing-page/landing-page.stories.tsx +0 -21
- package/src/components/templates/landing-page/landing-page.tsx +0 -57
- package/src/components/templates/landing-page/styles/classes.ts +0 -11
- package/src/components/templates/landing-page/styles/index.ts +0 -1
- package/src/constants/animations.ts +0 -14
- package/src/constants/card.tsx +0 -42
- package/src/constants/defaults.ts +0 -59
- package/src/constants/fake.ts +0 -5
- package/src/constants/footer.tsx +0 -157
- package/src/constants/index.ts +0 -6
- package/src/constants/uploader.ts +0 -33
- package/src/context/emperor-ui-context.ts +0 -6
- package/src/context/form-builder-context.tsx +0 -8
- package/src/context/index.ts +0 -4
- package/src/context/navigation-context.ts +0 -6
- package/src/context/uploader-context.ts +0 -6
- package/src/enums/index.ts +0 -2
- package/src/enums/placeholders.ts +0 -4
- package/src/enums/preserved-keys.ts +0 -3
- package/src/examples/index.ts +0 -1
- package/src/hooks/index.ts +0 -8
- package/src/hooks/use-emperor-ui.ts +0 -12
- package/src/hooks/use-filters.ts +0 -20
- package/src/hooks/use-form-builder-context.ts +0 -16
- package/src/hooks/use-navigation.ts +0 -12
- package/src/hooks/use-search-params-handler.tsx +0 -186
- package/src/hooks/use-uploader-context.ts +0 -14
- package/src/hooks/use-uploader.tsx +0 -164
- package/src/hooks/use-window-size.tsx +0 -53
- package/src/i18n/configs/i18n.ts +0 -7
- package/src/i18n/configs/index.ts +0 -1
- package/src/i18n/constants/index.ts +0 -1
- package/src/i18n/constants/locales.ts +0 -4
- package/src/i18n/index.ts +0 -5
- package/src/i18n/locales/ar.ts +0 -15
- package/src/i18n/locales/atoms/ar.ts +0 -18
- package/src/i18n/locales/atoms/en.ts +0 -18
- package/src/i18n/locales/atoms/index.ts +0 -2
- package/src/i18n/locales/common/ar.ts +0 -1
- package/src/i18n/locales/common/en.ts +0 -1
- package/src/i18n/locales/common/index.ts +0 -2
- package/src/i18n/locales/en.ts +0 -15
- package/src/i18n/locales/index.ts +0 -4
- package/src/i18n/locales/molecules/ar.ts +0 -1
- package/src/i18n/locales/molecules/en.ts +0 -1
- package/src/i18n/locales/molecules/index.ts +0 -2
- package/src/i18n/locales/organisms/ar.ts +0 -11
- package/src/i18n/locales/organisms/en.ts +0 -11
- package/src/i18n/locales/organisms/index.ts +0 -2
- package/src/i18n/locales/templates/ar.ts +0 -1
- package/src/i18n/locales/templates/en.ts +0 -1
- package/src/i18n/locales/templates/index.ts +0 -2
- package/src/i18n/locales/toasts/ar.ts +0 -1
- package/src/i18n/locales/toasts/en.ts +0 -1
- package/src/i18n/locales/toasts/index.ts +0 -2
- package/src/i18n/types/index.ts +0 -2
- package/src/i18n/types/locale.ts +0 -5
- package/src/i18n/types/toasts.ts +0 -3
- package/src/i18n/utils/get-locales.ts +0 -4
- package/src/i18n/utils/index.ts +0 -2
- package/src/i18n/utils/localize.ts +0 -15
- package/src/index.ts +0 -14
- package/src/mocks/constants.ts +0 -103
- package/src/mocks/deletion-confirmor.ts +0 -16
- package/src/mocks/header.tsx +0 -118
- package/src/mocks/index.ts +0 -6
- package/src/mocks/listings.tsx +0 -154
- package/src/mocks/locales/index.ts +0 -1
- package/src/mocks/locales/uploader.ts +0 -33
- package/src/mocks/types.ts +0 -64
- package/src/providers/config-provider.tsx +0 -72
- package/src/providers/emperor-ui-provider.tsx +0 -35
- package/src/providers/form-builder-provider-context.tsx +0 -18
- package/src/providers/index.ts +0 -6
- package/src/providers/navigation-provider.tsx +0 -42
- package/src/providers/theme-provider.tsx +0 -16
- package/src/providers/uploader-provider.tsx +0 -53
- package/src/styles/globals.css +0 -38
- package/src/styles/hero.ts +0 -3
- package/src/styles/index.css +0 -18
- package/src/types/components/atoms/brand.ts +0 -13
- package/src/types/components/atoms/color-picker/color-picker.ts +0 -21
- package/src/types/components/atoms/color-picker/index.ts +0 -1
- package/src/types/components/atoms/column.ts +0 -3
- package/src/types/components/atoms/container.ts +0 -3
- package/src/types/components/atoms/field/field.ts +0 -61
- package/src/types/components/atoms/field/index.ts +0 -1
- package/src/types/components/atoms/filter/filter.ts +0 -52
- package/src/types/components/atoms/filter/index.ts +0 -2
- package/src/types/components/atoms/filter/select-filter.ts +0 -8
- package/src/types/components/atoms/index.ts +0 -9
- package/src/types/components/atoms/portal.ts +0 -6
- package/src/types/components/atoms/row.ts +0 -3
- package/src/types/components/atoms/uploader.ts +0 -103
- package/src/types/components/index.ts +0 -4
- package/src/types/components/molecules/footer/footer.ts +0 -68
- package/src/types/components/molecules/footer/index.ts +0 -1
- package/src/types/components/molecules/header/header.ts +0 -51
- package/src/types/components/molecules/header/index.ts +0 -1
- package/src/types/components/molecules/index.ts +0 -9
- package/src/types/components/molecules/item-card/index.ts +0 -1
- package/src/types/components/molecules/item-card/item-card.ts +0 -69
- package/src/types/components/molecules/item-details/index.ts +0 -1
- package/src/types/components/molecules/item-details/item-details.ts +0 -9
- package/src/types/components/molecules/listings/index.ts +0 -1
- package/src/types/components/molecules/listings/listings.ts +0 -29
- package/src/types/components/molecules/nav-bar/index.ts +0 -1
- package/src/types/components/molecules/nav-bar/nav-bar.ts +0 -66
- package/src/types/components/molecules/scaffold/index.ts +0 -1
- package/src/types/components/molecules/scaffold/scaffold.ts +0 -9
- package/src/types/components/molecules/side-bar/index.ts +0 -1
- package/src/types/components/molecules/side-bar/side-bar.ts +0 -40
- package/src/types/components/molecules/theme-switch/index.ts +0 -1
- package/src/types/components/molecules/theme-switch/theme-switch.ts +0 -9
- package/src/types/components/organisms/deletion-confirmor/deletion-confirmor.ts +0 -22
- package/src/types/components/organisms/deletion-confirmor/index.ts +0 -1
- package/src/types/components/organisms/filters/filters.ts +0 -11
- package/src/types/components/organisms/filters/index.ts +0 -1
- package/src/types/components/organisms/form-builder/context.ts +0 -6
- package/src/types/components/organisms/form-builder/form-builder.ts +0 -39
- package/src/types/components/organisms/form-builder/index.ts +0 -2
- package/src/types/components/organisms/index.ts +0 -3
- package/src/types/components/templates/index.ts +0 -1
- package/src/types/components/templates/landing-page.ts +0 -10
- package/src/types/context/config.ts +0 -24
- package/src/types/context/index.ts +0 -4
- package/src/types/context/localization.ts +0 -24
- package/src/types/context/navigation.ts +0 -17
- package/src/types/context/theme.ts +0 -33
- package/src/types/index.ts +0 -3
- package/src/types/shared/components.ts +0 -13
- package/src/types/shared/index.ts +0 -1
- package/src/utils/cn.ts +0 -6
- package/src/utils/compress-images.ts +0 -36
- package/src/utils/index.ts +0 -5
- package/src/utils/locales.ts +0 -54
- package/src/utils/storybook.tsx +0 -15
- package/src/utils/uploader.ts +0 -170
- package/tsconfig.app.json +0 -37
- package/tsconfig.json +0 -7
- package/tsconfig.node.json +0 -25
- package/vite.config.ts +0 -47
- package/vitest.shims.d.ts +0 -1
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
import { cva } from "class-variance-authority";
|
|
2
|
-
|
|
3
|
-
export const itemCardMotionClasses = cva(["w-full relative"], {
|
|
4
|
-
variants: {
|
|
5
|
-
orientation: {
|
|
6
|
-
vertical: "max-w-80",
|
|
7
|
-
horizontal: "min-w-full max-w-full",
|
|
8
|
-
},
|
|
9
|
-
},
|
|
10
|
-
defaultVariants: {},
|
|
11
|
-
compoundVariants: [],
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
export const itemMainWrapperClasses = cva(["size-full"], {
|
|
15
|
-
variants: {
|
|
16
|
-
orientation: {
|
|
17
|
-
vertical: "flex flex-col",
|
|
18
|
-
horizontal: "grid grid-cols-[200px_auto]",
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
defaultVariants: {},
|
|
22
|
-
compoundVariants: [],
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
export const itemImageWrapperClasses = cva(
|
|
26
|
-
["relative aspect-4/3 overflow-hidden"],
|
|
27
|
-
{
|
|
28
|
-
variants: {
|
|
29
|
-
orientation: {
|
|
30
|
-
vertical: "w-full",
|
|
31
|
-
horizontal: "w-fit h-full",
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
defaultVariants: {},
|
|
35
|
-
compoundVariants: [],
|
|
36
|
-
},
|
|
37
|
-
);
|
|
38
|
-
|
|
39
|
-
export const itemHeaderClasses = cva(["relative p-0"], {
|
|
40
|
-
variants: {
|
|
41
|
-
orientation: {
|
|
42
|
-
vertical: "",
|
|
43
|
-
horizontal: "row-span-2",
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
defaultVariants: {},
|
|
47
|
-
compoundVariants: [],
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
export const itemBodyClasses = cva(["relative flex flex-col gap-2 p-4"], {
|
|
51
|
-
variants: {
|
|
52
|
-
orientation: {
|
|
53
|
-
vertical: "",
|
|
54
|
-
horizontal: "",
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
defaultVariants: {},
|
|
58
|
-
compoundVariants: [],
|
|
59
|
-
});
|
|
60
|
-
|
|
61
|
-
export const itemFooterClasses = cva(
|
|
62
|
-
["flex flex-wrap flex-col p-4 gap-4 items-start"],
|
|
63
|
-
{
|
|
64
|
-
variants: {
|
|
65
|
-
orientation: {
|
|
66
|
-
vertical: "",
|
|
67
|
-
horizontal: "justify-end",
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
defaultVariants: {},
|
|
71
|
-
compoundVariants: [],
|
|
72
|
-
},
|
|
73
|
-
);
|
|
74
|
-
|
|
75
|
-
export const itemTitleClasses = cva(
|
|
76
|
-
["line-clamp-1 font-semibold text-foreground"],
|
|
77
|
-
{
|
|
78
|
-
variants: {
|
|
79
|
-
orientation: {
|
|
80
|
-
vertical: "",
|
|
81
|
-
horizontal: "w-[calc(100%-30px)]",
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
defaultVariants: {},
|
|
85
|
-
compoundVariants: [],
|
|
86
|
-
},
|
|
87
|
-
);
|
|
88
|
-
|
|
89
|
-
export const itemPriceClasses = cva(["text-2xl font-bold text-foreground"], {
|
|
90
|
-
variants: {
|
|
91
|
-
orientation: {
|
|
92
|
-
vertical: "",
|
|
93
|
-
horizontal: "",
|
|
94
|
-
},
|
|
95
|
-
},
|
|
96
|
-
defaultVariants: {},
|
|
97
|
-
compoundVariants: [],
|
|
98
|
-
});
|
|
99
|
-
|
|
100
|
-
export const itemDescriptionClasses = cva(
|
|
101
|
-
["line-clamp-2 text-sm text-default-600"],
|
|
102
|
-
{
|
|
103
|
-
variants: {
|
|
104
|
-
orientation: {
|
|
105
|
-
vertical: "",
|
|
106
|
-
horizontal: "",
|
|
107
|
-
},
|
|
108
|
-
},
|
|
109
|
-
defaultVariants: {},
|
|
110
|
-
compoundVariants: [],
|
|
111
|
-
},
|
|
112
|
-
);
|
|
113
|
-
|
|
114
|
-
export const itemChipsClasses = cva(["flex flex-wrap items-center gap-2 p-1"], {
|
|
115
|
-
variants: {
|
|
116
|
-
orientation: {
|
|
117
|
-
vertical: "",
|
|
118
|
-
horizontal: "",
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
|
-
defaultVariants: {},
|
|
122
|
-
compoundVariants: [],
|
|
123
|
-
});
|
|
124
|
-
|
|
125
|
-
export const itemBannerClasses = cva(
|
|
126
|
-
[
|
|
127
|
-
"absolute left-0 top-0 z-10 px-2 py-1 text-xs font-semibold",
|
|
128
|
-
"bg-primary-500/50 backdrop-blur-sm text-center flex justify-center items-center",
|
|
129
|
-
"-rotate-45 w-full text-white",
|
|
130
|
-
],
|
|
131
|
-
{
|
|
132
|
-
variants: {
|
|
133
|
-
orientation: {
|
|
134
|
-
vertical: "-translate-x-28 translate-y-7",
|
|
135
|
-
horizontal: "-translate-x-14 translate-y-7",
|
|
136
|
-
},
|
|
137
|
-
},
|
|
138
|
-
defaultVariants: {},
|
|
139
|
-
compoundVariants: [],
|
|
140
|
-
},
|
|
141
|
-
);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./classes";
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { cn } from "@/utils";
|
|
2
|
-
import { VariantProps } from "class-variance-authority";
|
|
3
|
-
import { forwardRef, ComponentProps } from "react";
|
|
4
|
-
import type { NavBarItemProps } from "@/types";
|
|
5
|
-
import { navBarItemClasses, navBarItemStyles } from "./styles";
|
|
6
|
-
import { useNavigation } from "@/hooks";
|
|
7
|
-
|
|
8
|
-
export const NavBarItem = forwardRef<
|
|
9
|
-
HTMLLIElement,
|
|
10
|
-
ComponentProps<"li"> &
|
|
11
|
-
VariantProps<typeof navBarItemClasses> &
|
|
12
|
-
NavBarItemProps
|
|
13
|
-
>(({ className, item, variant, hoverEffect, ...props }, ref) => {
|
|
14
|
-
const {
|
|
15
|
-
hoveredItemId,
|
|
16
|
-
subItemsBoxIsHovered,
|
|
17
|
-
setSubItems,
|
|
18
|
-
setHoveredItemId,
|
|
19
|
-
setIsSubItemsBoxOpen,
|
|
20
|
-
} = useNavigation();
|
|
21
|
-
|
|
22
|
-
const { id, label, Icon, subItems } = item;
|
|
23
|
-
|
|
24
|
-
const isHovered = hoveredItemId === id;
|
|
25
|
-
|
|
26
|
-
const handleHover = (id: string | null) => {
|
|
27
|
-
if (id) {
|
|
28
|
-
setHoveredItemId(id);
|
|
29
|
-
|
|
30
|
-
if (subItems && subItems.length > 0) {
|
|
31
|
-
setSubItems(subItems);
|
|
32
|
-
setIsSubItemsBoxOpen(true);
|
|
33
|
-
} else {
|
|
34
|
-
setIsSubItemsBoxOpen(false);
|
|
35
|
-
}
|
|
36
|
-
return;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
setHoveredItemId(null);
|
|
40
|
-
|
|
41
|
-
if (!subItemsBoxIsHovered) {
|
|
42
|
-
setIsSubItemsBoxOpen(false);
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
return (
|
|
47
|
-
<li
|
|
48
|
-
ref={ref}
|
|
49
|
-
data-slot="emperor-nav-bar-item"
|
|
50
|
-
style={navBarItemStyles({
|
|
51
|
-
hoverEffect,
|
|
52
|
-
isHovered,
|
|
53
|
-
variant,
|
|
54
|
-
})}
|
|
55
|
-
className={cn(navBarItemClasses({ hoverEffect, variant }))}
|
|
56
|
-
onMouseEnter={() => handleHover(id)}
|
|
57
|
-
onMouseLeave={() => handleHover(null)}
|
|
58
|
-
{...props}
|
|
59
|
-
>
|
|
60
|
-
{Icon && <Icon className="size-4" />}
|
|
61
|
-
{label && <p>{label}</p>}
|
|
62
|
-
</li>
|
|
63
|
-
);
|
|
64
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { cn } from "@/utils";
|
|
2
|
-
import { VariantProps } from "class-variance-authority";
|
|
3
|
-
import { forwardRef, ComponentProps } from "react";
|
|
4
|
-
import type { NavBarProps } from "@/types";
|
|
5
|
-
import {
|
|
6
|
-
navBarClasses,
|
|
7
|
-
navBarMenuClasses,
|
|
8
|
-
navBarMenuStyles,
|
|
9
|
-
navBarStyles,
|
|
10
|
-
} from "./styles";
|
|
11
|
-
import { NavBarItem, SubItemsBox } from "@/components";
|
|
12
|
-
|
|
13
|
-
export const NavBar = forwardRef<
|
|
14
|
-
HTMLDivElement,
|
|
15
|
-
ComponentProps<"nav"> & VariantProps<typeof navBarClasses> & NavBarProps
|
|
16
|
-
>(
|
|
17
|
-
(
|
|
18
|
-
{
|
|
19
|
-
className,
|
|
20
|
-
hoverEffect = "default",
|
|
21
|
-
variant = "default",
|
|
22
|
-
items = [],
|
|
23
|
-
subItemsColumns = 3,
|
|
24
|
-
...props
|
|
25
|
-
},
|
|
26
|
-
ref,
|
|
27
|
-
) => {
|
|
28
|
-
return (
|
|
29
|
-
<nav
|
|
30
|
-
ref={ref}
|
|
31
|
-
data-slot="emperor-nav-bar"
|
|
32
|
-
className={cn(navBarClasses({ hoverEffect, variant, className }))}
|
|
33
|
-
style={navBarStyles({
|
|
34
|
-
variant,
|
|
35
|
-
})}
|
|
36
|
-
{...props}
|
|
37
|
-
>
|
|
38
|
-
<ul
|
|
39
|
-
className={cn(navBarMenuClasses({ className }))}
|
|
40
|
-
style={navBarMenuStyles({ hoverEffect, variant })}
|
|
41
|
-
data-slot="emperor-nav-bar-menu"
|
|
42
|
-
>
|
|
43
|
-
{items?.map((item) => (
|
|
44
|
-
<NavBarItem
|
|
45
|
-
key={item.id}
|
|
46
|
-
item={item}
|
|
47
|
-
variant={variant}
|
|
48
|
-
hoverEffect={hoverEffect}
|
|
49
|
-
/>
|
|
50
|
-
))}
|
|
51
|
-
</ul>
|
|
52
|
-
|
|
53
|
-
<SubItemsBox subItemsColumns={subItemsColumns} />
|
|
54
|
-
</nav>
|
|
55
|
-
);
|
|
56
|
-
},
|
|
57
|
-
);
|
package/src/components/molecules/nav-bar/stories/hover-effect/nav-bar-hover-effect.stories.tsx
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { NavBar } from "@/components";
|
|
3
|
-
import { getStorybookDecorators } from "@/utils";
|
|
4
|
-
import { MOCK_HEADER_ITEMS } from "@/mocks";
|
|
5
|
-
|
|
6
|
-
const meta: Meta<typeof NavBar> = {
|
|
7
|
-
title: "Molecules/NavBar/HoverEffect",
|
|
8
|
-
component: NavBar,
|
|
9
|
-
parameters: {
|
|
10
|
-
layout: "centered",
|
|
11
|
-
},
|
|
12
|
-
tags: ["autodocs"],
|
|
13
|
-
decorators: getStorybookDecorators({
|
|
14
|
-
config: {
|
|
15
|
-
layout: {
|
|
16
|
-
withScaffold: false,
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
}),
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export default meta;
|
|
23
|
-
|
|
24
|
-
type Story = StoryObj<typeof meta>;
|
|
25
|
-
|
|
26
|
-
export const SolidHover: Story = {
|
|
27
|
-
args: {
|
|
28
|
-
items: MOCK_HEADER_ITEMS,
|
|
29
|
-
hoverEffect: "solid",
|
|
30
|
-
},
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
export const GhostHover: Story = {
|
|
34
|
-
args: {
|
|
35
|
-
items: MOCK_HEADER_ITEMS,
|
|
36
|
-
hoverEffect: "ghost",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export const BorderedHover: Story = {
|
|
41
|
-
args: {
|
|
42
|
-
items: MOCK_HEADER_ITEMS,
|
|
43
|
-
hoverEffect: "bordered",
|
|
44
|
-
},
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export const UnderlinedHover: Story = {
|
|
48
|
-
args: {
|
|
49
|
-
items: MOCK_HEADER_ITEMS,
|
|
50
|
-
hoverEffect: "underline",
|
|
51
|
-
},
|
|
52
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { NavBar } from "@/components";
|
|
3
|
-
import { getStorybookDecorators } from "@/utils";
|
|
4
|
-
import { MOCK_HEADER_ITEMS, MOCK_HEADER_ITEMS_WITH_SUB_ITEMS } from "@/mocks";
|
|
5
|
-
|
|
6
|
-
const meta: Meta<typeof NavBar> = {
|
|
7
|
-
title: "Molecules/NavBar",
|
|
8
|
-
component: NavBar,
|
|
9
|
-
parameters: {
|
|
10
|
-
layout: "centered",
|
|
11
|
-
},
|
|
12
|
-
tags: ["autodocs"],
|
|
13
|
-
decorators: getStorybookDecorators({
|
|
14
|
-
config: {
|
|
15
|
-
layout: {
|
|
16
|
-
withScaffold: false,
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
}),
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export default meta;
|
|
23
|
-
|
|
24
|
-
type Story = StoryObj<typeof meta>;
|
|
25
|
-
|
|
26
|
-
export const Default: Story = {
|
|
27
|
-
args: {
|
|
28
|
-
items: MOCK_HEADER_ITEMS,
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export const Solid: Story = {
|
|
33
|
-
args: {
|
|
34
|
-
items: MOCK_HEADER_ITEMS,
|
|
35
|
-
variant: "solid",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
export const Bordered: Story = {
|
|
40
|
-
args: {
|
|
41
|
-
items: MOCK_HEADER_ITEMS,
|
|
42
|
-
variant: "bordered",
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
export const WithSubItems: Story = {
|
|
47
|
-
args: {
|
|
48
|
-
items: MOCK_HEADER_ITEMS_WITH_SUB_ITEMS,
|
|
49
|
-
},
|
|
50
|
-
};
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { cva } from "class-variance-authority";
|
|
2
|
-
|
|
3
|
-
export const navBarClasses = cva(["relative flex items-center gap-3"], {
|
|
4
|
-
variants: {
|
|
5
|
-
hoverEffect: {
|
|
6
|
-
default: [],
|
|
7
|
-
solid: [],
|
|
8
|
-
underline: [],
|
|
9
|
-
ghost: [],
|
|
10
|
-
bordered: [],
|
|
11
|
-
none: [],
|
|
12
|
-
},
|
|
13
|
-
variant: {
|
|
14
|
-
default: [],
|
|
15
|
-
solid: [],
|
|
16
|
-
bordered: [],
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
defaultVariants: {
|
|
20
|
-
hoverEffect: "default",
|
|
21
|
-
variant: "default",
|
|
22
|
-
},
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
export const navBarMenuClasses = cva(["size-full flex items-center"], {
|
|
26
|
-
variants: {
|
|
27
|
-
variant: {
|
|
28
|
-
default: [],
|
|
29
|
-
solid: [],
|
|
30
|
-
bordered: [],
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
defaultVariants: {
|
|
34
|
-
variant: "default",
|
|
35
|
-
},
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
export const navBarItemClasses = cva(
|
|
39
|
-
[
|
|
40
|
-
"relative cursor-pointer px-4 py-2 transition-all font-semibold flex items-center gap-2",
|
|
41
|
-
],
|
|
42
|
-
{
|
|
43
|
-
variants: {
|
|
44
|
-
hoverEffect: {
|
|
45
|
-
default: [],
|
|
46
|
-
solid: ["hover:opacity-80"],
|
|
47
|
-
underline: [
|
|
48
|
-
"relative font-bold",
|
|
49
|
-
"before:absolute before:bottom-0 before:left-0",
|
|
50
|
-
"before:h-0.5 before:w-full before:bg-current before:rounded-lg",
|
|
51
|
-
"before:scale-x-0 before:transition-transform hover:before:scale-x-100",
|
|
52
|
-
],
|
|
53
|
-
ghost: [],
|
|
54
|
-
bordered: ["last:border-r-2! first:border-l-2!"],
|
|
55
|
-
none: [],
|
|
56
|
-
},
|
|
57
|
-
variant: {
|
|
58
|
-
default: [],
|
|
59
|
-
solid: [],
|
|
60
|
-
bordered: ["last:border-r-2! first:border-l-2!"],
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
defaultVariants: {
|
|
64
|
-
hoverEffect: "default",
|
|
65
|
-
variant: "default",
|
|
66
|
-
},
|
|
67
|
-
},
|
|
68
|
-
);
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
NavBarItemStylesProps,
|
|
3
|
-
NavBarMenuStylesProps,
|
|
4
|
-
NavBarStylesProps,
|
|
5
|
-
} from "@/types";
|
|
6
|
-
import { CSSProperties } from "react";
|
|
7
|
-
|
|
8
|
-
export const navBarStyles = ({
|
|
9
|
-
primaryColor,
|
|
10
|
-
foregroundColor,
|
|
11
|
-
variant,
|
|
12
|
-
}: NavBarStylesProps): CSSProperties => {
|
|
13
|
-
if (variant === "solid") {
|
|
14
|
-
return {
|
|
15
|
-
backgroundColor: primaryColor,
|
|
16
|
-
color: foregroundColor,
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
return {};
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
// eslint-disable-next-line no-empty-pattern
|
|
24
|
-
export const navBarMenuStyles = ({}: NavBarMenuStylesProps): CSSProperties => {
|
|
25
|
-
return {};
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export const navBarItemStyles = ({
|
|
29
|
-
foregroundColor,
|
|
30
|
-
hoverEffect,
|
|
31
|
-
primaryColor,
|
|
32
|
-
isHovered,
|
|
33
|
-
variant,
|
|
34
|
-
}: NavBarItemStylesProps): CSSProperties => {
|
|
35
|
-
if (hoverEffect === "solid") {
|
|
36
|
-
return {
|
|
37
|
-
color: foregroundColor,
|
|
38
|
-
backgroundColor: primaryColor,
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
if (hoverEffect === "underline") {
|
|
43
|
-
return {
|
|
44
|
-
// color: primaryColor,
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
if (hoverEffect === "ghost") {
|
|
49
|
-
return {
|
|
50
|
-
color: isHovered ? primaryColor : foregroundColor,
|
|
51
|
-
backgroundColor: isHovered ? "transparent" : primaryColor,
|
|
52
|
-
borderColor: isHovered ? primaryColor : "transparent",
|
|
53
|
-
borderWidth: "2px",
|
|
54
|
-
borderStyle: "solid",
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
if (hoverEffect === "bordered") {
|
|
59
|
-
return {
|
|
60
|
-
color: isHovered ? foregroundColor : primaryColor,
|
|
61
|
-
backgroundColor: isHovered ? primaryColor : "transparent",
|
|
62
|
-
borderColor: isHovered ? "transparent" : primaryColor,
|
|
63
|
-
borderTopWidth: "2px",
|
|
64
|
-
borderBottomWidth: "2px",
|
|
65
|
-
borderRightWidth: "1px",
|
|
66
|
-
borderLeftWidth: "1px",
|
|
67
|
-
borderStyle: "solid",
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
if (variant === "bordered") {
|
|
72
|
-
return {
|
|
73
|
-
color: primaryColor,
|
|
74
|
-
backgroundColor: "transparent",
|
|
75
|
-
borderColor: primaryColor,
|
|
76
|
-
borderTopWidth: "2px",
|
|
77
|
-
borderBottomWidth: "2px",
|
|
78
|
-
borderRightWidth: "1px",
|
|
79
|
-
borderLeftWidth: "1px",
|
|
80
|
-
borderStyle: "solid",
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
return {};
|
|
85
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { cn } from "@/utils";
|
|
2
|
-
import { Link } from "@heroui/link";
|
|
3
|
-
import { useNavigation } from "@/hooks";
|
|
4
|
-
import { SubItemsBoxProps } from "@/types";
|
|
5
|
-
|
|
6
|
-
export const SubItemsBox = ({ subItemsColumns = 3 }: SubItemsBoxProps) => {
|
|
7
|
-
const {
|
|
8
|
-
hoveredItemId,
|
|
9
|
-
subItems,
|
|
10
|
-
isSubItemsBoxOpen,
|
|
11
|
-
subItemsBoxIsHovered,
|
|
12
|
-
setSubItemsBoxIsHovered,
|
|
13
|
-
setIsSubItemsBoxOpen,
|
|
14
|
-
} = useNavigation();
|
|
15
|
-
|
|
16
|
-
const isOpen = isSubItemsBoxOpen || subItemsBoxIsHovered;
|
|
17
|
-
|
|
18
|
-
return (
|
|
19
|
-
<div
|
|
20
|
-
className={cn(
|
|
21
|
-
"absolute top-full left-0 w-full overflow-hidden bg-background",
|
|
22
|
-
"transition-all duration-300 ease-in-out z-50",
|
|
23
|
-
)}
|
|
24
|
-
style={{
|
|
25
|
-
maxHeight: isOpen
|
|
26
|
-
? `${Number(subItems.length / subItemsColumns) * 70}px`
|
|
27
|
-
: "0px",
|
|
28
|
-
}}
|
|
29
|
-
onMouseEnter={() => {
|
|
30
|
-
setSubItemsBoxIsHovered(true);
|
|
31
|
-
setIsSubItemsBoxOpen(true);
|
|
32
|
-
}}
|
|
33
|
-
onMouseLeave={() => {
|
|
34
|
-
setSubItemsBoxIsHovered(false);
|
|
35
|
-
if (!hoveredItemId) setIsSubItemsBoxOpen(false);
|
|
36
|
-
}}
|
|
37
|
-
>
|
|
38
|
-
<ul
|
|
39
|
-
className="grid border border-gray-200"
|
|
40
|
-
style={{ gridTemplateColumns: `repeat(${subItemsColumns}, 1fr)` }}
|
|
41
|
-
>
|
|
42
|
-
{subItems?.map(({ id, href, label, Icon }) => (
|
|
43
|
-
<Link
|
|
44
|
-
key={id}
|
|
45
|
-
href={href}
|
|
46
|
-
className={cn(
|
|
47
|
-
" w-full flex items-center gap-2 text-foreground p-2 transition-all duration-300 ease-in-out",
|
|
48
|
-
"hover:text-background hover:bg-primary",
|
|
49
|
-
)}
|
|
50
|
-
>
|
|
51
|
-
{Icon && <Icon className="size-4" />}
|
|
52
|
-
{label && <p>{label}</p>}
|
|
53
|
-
</Link>
|
|
54
|
-
))}
|
|
55
|
-
</ul>
|
|
56
|
-
</div>
|
|
57
|
-
);
|
|
58
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-vite";
|
|
2
|
-
import { Scaffold } from "@/components";
|
|
3
|
-
import { getStorybookDecorators } from "@/utils";
|
|
4
|
-
|
|
5
|
-
const meta: Meta<typeof Scaffold> = {
|
|
6
|
-
title: "Molecules/Scaffold",
|
|
7
|
-
component: Scaffold,
|
|
8
|
-
parameters: {
|
|
9
|
-
layout: "fullscreen",
|
|
10
|
-
},
|
|
11
|
-
tags: ["autodocs"],
|
|
12
|
-
decorators: getStorybookDecorators({}),
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export default meta;
|
|
16
|
-
|
|
17
|
-
type Story = StoryObj<typeof meta>;
|
|
18
|
-
|
|
19
|
-
export const Default: Story = {
|
|
20
|
-
args: {},
|
|
21
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { useEmperorUI } from "@/hooks";
|
|
2
|
-
import type { ScaffoldProps } from "@/types";
|
|
3
|
-
import { cn } from "@/utils";
|
|
4
|
-
import { forwardRef } from "react";
|
|
5
|
-
import { scaffoldClasses } from "@/components";
|
|
6
|
-
|
|
7
|
-
export const Scaffold = forwardRef<HTMLDivElement, ScaffoldProps>(
|
|
8
|
-
({ className, children, ...props }, ref) => {
|
|
9
|
-
const { config } = useEmperorUI();
|
|
10
|
-
|
|
11
|
-
return (
|
|
12
|
-
<main
|
|
13
|
-
ref={ref}
|
|
14
|
-
dir={config?.interLocalization?.dir}
|
|
15
|
-
data-slot="scaffold"
|
|
16
|
-
className={cn(scaffoldClasses({ className }), className)}
|
|
17
|
-
{...props}
|
|
18
|
-
>
|
|
19
|
-
{children}
|
|
20
|
-
</main>
|
|
21
|
-
);
|
|
22
|
-
},
|
|
23
|
-
);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./scaffold-classes";
|