@vkzstudio/muza-ui 1.0.3 → 1.0.5

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.
Files changed (80) hide show
  1. package/CLAUDE_CONSUMER.md +1 -1
  2. package/README.md +5 -2
  3. package/dist/Muza_BP_logo.svg +26 -0
  4. package/dist/components/Accordion/Accordion.stories.d.ts.map +1 -1
  5. package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
  6. package/dist/components/Avatar/Avatar.stories.d.ts.map +1 -1
  7. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -1
  8. package/dist/components/Button/Button.stories.d.ts.map +1 -1
  9. package/dist/components/Calendar/CalendarBase.stories.d.ts.map +1 -1
  10. package/dist/components/Checkbox/Checkbox.stories.d.ts.map +1 -1
  11. package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
  12. package/dist/components/DatePicker/DatePicker.js +53 -53
  13. package/dist/components/DatePicker/DatePicker.stories.d.ts.map +1 -1
  14. package/dist/components/Dialog/Dialog.stories.d.ts.map +1 -1
  15. package/dist/components/DropdownMenu/DropdownMenu.d.ts +1 -1
  16. package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  17. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +47 -18
  18. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -1
  19. package/dist/components/EdgeButton/EdgeButton.stories.d.ts.map +1 -1
  20. package/dist/components/EmptyState/EmptyState.stories.d.ts.map +1 -1
  21. package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts +19 -0
  22. package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts.map +1 -1
  23. package/dist/components/FileUpload/FileItem.d.ts.map +1 -1
  24. package/dist/components/FileUpload/FileItem.js +80 -66
  25. package/dist/components/FileUpload/FileUpload.stories.d.ts.map +1 -1
  26. package/dist/components/Flex/Flex.stories.d.ts.map +1 -1
  27. package/dist/components/Icons/Icons.stories.d.ts.map +1 -1
  28. package/dist/components/Input/Input.stories.d.ts.map +1 -1
  29. package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts.map +1 -1
  30. package/dist/components/Lightbox/Lightbox.stories.d.ts.map +1 -1
  31. package/dist/components/Loader/Loader.stories.d.ts.map +1 -1
  32. package/dist/components/LoginScreen/LoginScreen.stories.d.ts.map +1 -1
  33. package/dist/components/MultiSelect/MultiSelect.stories.d.ts.map +1 -1
  34. package/dist/components/PasswordInput/PasswordInput.stories.d.ts.map +1 -1
  35. package/dist/components/PinIndicator/PinIndicator.stories.d.ts.map +1 -1
  36. package/dist/components/Popover/Popover.stories.d.ts.map +1 -1
  37. package/dist/components/Radio/Radio.stories.d.ts.map +1 -1
  38. package/dist/components/Searchbar/Searchbar.stories.d.ts.map +1 -1
  39. package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts.map +1 -1
  40. package/dist/components/SegmentedIconControl/SegmentedIconControl.stories.d.ts.map +1 -1
  41. package/dist/components/Select/Select.stories.d.ts.map +1 -1
  42. package/dist/components/Skeleton/Skeleton.stories.d.ts.map +1 -1
  43. package/dist/components/SliderIndicators/SliderIndicators.stories.d.ts.map +1 -1
  44. package/dist/components/Stepper/Stepper.stories.d.ts.map +1 -1
  45. package/dist/components/SwipeButton/SwipeButton.stories.d.ts +76 -18
  46. package/dist/components/SwipeButton/SwipeButton.stories.d.ts.map +1 -1
  47. package/dist/components/Switch/Switch.stories.d.ts.map +1 -1
  48. package/dist/components/Tag/Tag.stories.d.ts.map +1 -1
  49. package/dist/components/Textarea/Textarea.stories.d.ts.map +1 -1
  50. package/dist/components/TimePicker/TimePicker.stories.d.ts.map +1 -1
  51. package/dist/components/Toast/Toast.d.ts.map +1 -0
  52. package/dist/components/{Snackbar/Snackbar.stories.d.ts → Toast/Toast.stories.d.ts} +1 -1
  53. package/dist/components/Toast/Toast.stories.d.ts.map +1 -0
  54. package/dist/components/Toast/ToastContainer.d.ts +4 -0
  55. package/dist/components/Toast/ToastContainer.d.ts.map +1 -0
  56. package/dist/components/Toast/ToastContainer.js +6 -0
  57. package/dist/components/Toast/index.d.ts +3 -0
  58. package/dist/components/Toast/index.d.ts.map +1 -0
  59. package/dist/components/Toggle/Toggle.stories.d.ts.map +1 -1
  60. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts.map +1 -1
  61. package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
  62. package/dist/components/Typography/Typography.stories.d.ts.map +1 -1
  63. package/dist/components/index.d.ts +1 -1
  64. package/dist/components/index.d.ts.map +1 -1
  65. package/dist/favicon.ico +0 -0
  66. package/dist/index.js +25 -25
  67. package/dist/muza-ui.css +1 -1
  68. package/dist/styles/token-colors.css +1199 -1201
  69. package/dist/styles/token-sizes.css +680 -676
  70. package/dist/styles/typography.css +84 -84
  71. package/package.json +1 -1
  72. package/dist/components/Snackbar/Snackbar.d.ts +0 -4
  73. package/dist/components/Snackbar/Snackbar.d.ts.map +0 -1
  74. package/dist/components/Snackbar/Snackbar.js +0 -6
  75. package/dist/components/Snackbar/Snackbar.stories.d.ts.map +0 -1
  76. package/dist/components/Snackbar/Toast.d.ts.map +0 -1
  77. package/dist/components/Snackbar/index.d.ts +0 -3
  78. package/dist/components/Snackbar/index.d.ts.map +0 -1
  79. /package/dist/components/{Snackbar → Toast}/Toast.d.ts +0 -0
  80. /package/dist/components/{Snackbar → Toast}/Toast.js +0 -0
@@ -1,84 +1,84 @@
1
- /* width >= 1024px */
2
- @theme {
3
- --font-heading: Objectivity;
4
- --font-text: Objectivity;
5
- --font-cta: Objectivity;
6
- --paragraph-spacing-12: 12px;
7
- --text-2xs: 12px;
8
- --text-input: 14px;
9
- --text-xs: 14px;
10
- --text-sm: 16px;
11
- --text-md: 18px;
12
- --text-lg: 20px;
13
- --text-xl: 24px;
14
- --text-2xl: 32px;
15
- --text-3xl: 40px;
16
- --text-4xl: 48px;
17
- --text-5xl: 56px;
18
- --text-6xl: 64px;
19
- --text-7xl: 72px;
20
- --font-weight-light: 300;
21
- --font-weight-regular: 400;
22
- --font-weight-medium: 500;
23
- --font-weight-bold: 700;
24
- }
25
-
26
- /* max 1024px */
27
- @media (width < 64rem) {
28
- :root {
29
- --paragraph-spacing-12: 12px;
30
- --text-2xs: 12px;
31
- --text-xs: 14px;
32
- --text-input: 16px;
33
- --text-sm: 16px;
34
- --text-md: 18px;
35
- --text-lg: 20px;
36
- --text-xl: 22px;
37
- --text-2xl: 28px;
38
- --text-3xl: 32px;
39
- --text-4xl: 40px;
40
- --text-5xl: 48px;
41
- --text-6xl: 56px;
42
- --text-7xl: 64px;
43
- }
44
- }
45
-
46
- /* max 768px */
47
- @media (width < 48rem) {
48
- :root {
49
- --paragraph-spacing-12: 12px;
50
- --text-2xs: 12px;
51
- --text-xs: 14px;
52
- --text-input: 16px;
53
- --text-sm: 16px;
54
- --text-md: 18px;
55
- --text-lg: 20px;
56
- --text-xl: 20px;
57
- --text-2xl: 24px;
58
- --text-3xl: 28px;
59
- --text-4xl: 32px;
60
- --text-5xl: 40px;
61
- --text-6xl: 48px;
62
- --text-7xl: 56px;
63
- }
64
- }
65
-
66
- /* min 1600px */
67
- @media (width >= 100rem) {
68
- :root {
69
- --paragraph-spacing-12: 12px;
70
- --text-2xs: 12px;
71
- --text-input: 14px;
72
- --text-xs: 14px;
73
- --text-sm: 16px;
74
- --text-md: 18px;
75
- --text-lg: 20px;
76
- --text-xl: 24px;
77
- --text-2xl: 32px;
78
- --text-3xl: 40px;
79
- --text-4xl: 48px;
80
- --text-5xl: 56px;
81
- --text-6xl: 64px;
82
- --text-7xl: 72px;
83
- }
84
- }
1
+ /* width >= 1024px */
2
+ @theme {
3
+ --font-heading: Objectivity;
4
+ --font-text: Objectivity;
5
+ --font-cta: Objectivity;
6
+ --paragraph-spacing-12: 12px;
7
+ --text-2xs: 12px;
8
+ --text-input: 14px;
9
+ --text-xs: 14px;
10
+ --text-sm: 16px;
11
+ --text-md: 18px;
12
+ --text-lg: 20px;
13
+ --text-xl: 24px;
14
+ --text-2xl: 32px;
15
+ --text-3xl: 40px;
16
+ --text-4xl: 48px;
17
+ --text-5xl: 56px;
18
+ --text-6xl: 64px;
19
+ --text-7xl: 72px;
20
+ --font-weight-light: 300;
21
+ --font-weight-regular: 400;
22
+ --font-weight-medium: 500;
23
+ --font-weight-bold: 700;
24
+ }
25
+
26
+ /* max 1024px */
27
+ @media (width < 64rem) {
28
+ :root {
29
+ --paragraph-spacing-12: 12px;
30
+ --text-2xs: 12px;
31
+ --text-xs: 14px;
32
+ --text-input: 16px;
33
+ --text-sm: 16px;
34
+ --text-md: 18px;
35
+ --text-lg: 20px;
36
+ --text-xl: 22px;
37
+ --text-2xl: 28px;
38
+ --text-3xl: 32px;
39
+ --text-4xl: 40px;
40
+ --text-5xl: 48px;
41
+ --text-6xl: 56px;
42
+ --text-7xl: 64px;
43
+ }
44
+ }
45
+
46
+ /* max 768px */
47
+ @media (width < 48rem) {
48
+ :root {
49
+ --paragraph-spacing-12: 12px;
50
+ --text-2xs: 12px;
51
+ --text-xs: 14px;
52
+ --text-input: 16px;
53
+ --text-sm: 16px;
54
+ --text-md: 18px;
55
+ --text-lg: 20px;
56
+ --text-xl: 20px;
57
+ --text-2xl: 24px;
58
+ --text-3xl: 28px;
59
+ --text-4xl: 32px;
60
+ --text-5xl: 40px;
61
+ --text-6xl: 48px;
62
+ --text-7xl: 56px;
63
+ }
64
+ }
65
+
66
+ /* min 1600px */
67
+ @media (width >= 100rem) {
68
+ :root {
69
+ --paragraph-spacing-12: 12px;
70
+ --text-2xs: 12px;
71
+ --text-input: 14px;
72
+ --text-xs: 14px;
73
+ --text-sm: 16px;
74
+ --text-md: 18px;
75
+ --text-lg: 20px;
76
+ --text-xl: 24px;
77
+ --text-2xl: 32px;
78
+ --text-3xl: 40px;
79
+ --text-4xl: 48px;
80
+ --text-5xl: 56px;
81
+ --text-6xl: 64px;
82
+ --text-7xl: 72px;
83
+ }
84
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkzstudio/muza-ui",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "React component library built with Vite, shadcn/ui, and Tailwind CSS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,4 +0,0 @@
1
- import { ToasterProps as SnackbarProps } from 'sonner';
2
- declare const SnackbarContainer: ({ ...props }: SnackbarProps) => import("react/jsx-runtime").JSX.Element;
3
- export { SnackbarContainer };
4
- //# sourceMappingURL=Snackbar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../src/components/Snackbar/Snackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,IAAI,aAAa,EAAqB,MAAM,QAAQ,CAAA;AAE9E,QAAA,MAAM,iBAAiB,GAAI,cAAc,aAAa,4CAErD,CAAA;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAA"}
@@ -1,6 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { Toaster as t } from "sonner";
3
- const e = ({ ...r }) => /* @__PURE__ */ o(t, { ...r });
4
- export {
5
- e as SnackbarContainer
6
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"Snackbar.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Snackbar/Snackbar.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAG3D,OAAO,EAAE,KAAK,EAAS,MAAM,SAAS,CAAA;AAEtC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CA6D5B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAA;AAEnC,eAAO,MAAM,OAAO,EAAE,KAyBrB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KA4BrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KA4BnB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAgExB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/components/Snackbar/Toast.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAOzB,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IACnB,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;IACxC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,KAAK,GAAI,OAAO,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,oBAO3C,CAAA;AAED,QAAA,MAAM,KAAK,GAAI,8EASZ,UAAU,4CA8CZ,CAAA;AAED,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from './Snackbar';
2
- export { toast } from './Toast';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Snackbar/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA"}
File without changes
File without changes