@vkzstudio/muza-ui 1.0.4 → 1.0.6

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 (94) hide show
  1. package/CLAUDE_CONSUMER.md +238 -238
  2. package/README.md +171 -168
  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.stories.d.ts.map +1 -1
  12. package/dist/components/Dialog/Dialog.stories.d.ts.map +1 -1
  13. package/dist/components/DropdownMenu/DropdownMenu.d.ts +1 -1
  14. package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  15. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +47 -18
  16. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -1
  17. package/dist/components/EdgeButton/EdgeButton.stories.d.ts.map +1 -1
  18. package/dist/components/EmptyState/EmptyState.stories.d.ts.map +1 -1
  19. package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts +19 -0
  20. package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts.map +1 -1
  21. package/dist/components/FileUpload/FileItem.d.ts.map +1 -1
  22. package/dist/components/FileUpload/FileItem.js +88 -73
  23. package/dist/components/FileUpload/FileUpload.stories.d.ts.map +1 -1
  24. package/dist/components/Flex/Flex.stories.d.ts.map +1 -1
  25. package/dist/components/Icons/CustomIcons.d.ts +3 -0
  26. package/dist/components/Icons/CustomIcons.d.ts.map +1 -1
  27. package/dist/components/Icons/CustomIcons.js +90 -41
  28. package/dist/components/Icons/Icons.stories.d.ts.map +1 -1
  29. package/dist/components/Input/Input.stories.d.ts.map +1 -1
  30. package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts.map +1 -1
  31. package/dist/components/Lightbox/Lightbox.stories.d.ts.map +1 -1
  32. package/dist/components/Lightbox/LightboxOverrides.css +5 -5
  33. package/dist/components/Loader/Loader.stories.d.ts.map +1 -1
  34. package/dist/components/LoginScreen/LoginScreen.stories.d.ts.map +1 -1
  35. package/dist/components/MultiSelect/MultiSelect.stories.d.ts.map +1 -1
  36. package/dist/components/PasswordInput/PasswordInput.stories.d.ts.map +1 -1
  37. package/dist/components/PinIndicator/PinIndicator.stories.d.ts.map +1 -1
  38. package/dist/components/Popover/Popover.stories.d.ts.map +1 -1
  39. package/dist/components/Radio/Radio.stories.d.ts.map +1 -1
  40. package/dist/components/Searchbar/Searchbar.d.ts +3 -2
  41. package/dist/components/Searchbar/Searchbar.d.ts.map +1 -1
  42. package/dist/components/Searchbar/Searchbar.js +30 -29
  43. package/dist/components/Searchbar/Searchbar.stories.d.ts +1 -0
  44. package/dist/components/Searchbar/Searchbar.stories.d.ts.map +1 -1
  45. package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts.map +1 -1
  46. package/dist/components/SegmentedIconControl/SegmentedIconControl.stories.d.ts.map +1 -1
  47. package/dist/components/Select/Select.stories.d.ts.map +1 -1
  48. package/dist/components/Skeleton/Skeleton.stories.d.ts.map +1 -1
  49. package/dist/components/SliderIndicators/SliderIndicators.stories.d.ts.map +1 -1
  50. package/dist/components/Stepper/Stepper.stories.d.ts.map +1 -1
  51. package/dist/components/SwipeButton/SwipeButton.stories.d.ts +76 -18
  52. package/dist/components/SwipeButton/SwipeButton.stories.d.ts.map +1 -1
  53. package/dist/components/Switch/Switch.stories.d.ts.map +1 -1
  54. package/dist/components/Tag/Tag.stories.d.ts.map +1 -1
  55. package/dist/components/Textarea/Textarea.stories.d.ts.map +1 -1
  56. package/dist/components/TimePicker/TimePicker.stories.d.ts.map +1 -1
  57. package/dist/components/Toast/Toast.d.ts.map +1 -0
  58. package/dist/components/{Snackbar/Snackbar.stories.d.ts → Toast/Toast.stories.d.ts} +1 -1
  59. package/dist/components/Toast/Toast.stories.d.ts.map +1 -0
  60. package/dist/components/Toast/ToastContainer.d.ts +4 -0
  61. package/dist/components/Toast/ToastContainer.d.ts.map +1 -0
  62. package/dist/components/Toast/ToastContainer.js +6 -0
  63. package/dist/components/Toast/index.d.ts +3 -0
  64. package/dist/components/Toast/index.d.ts.map +1 -0
  65. package/dist/components/Toggle/Toggle.stories.d.ts.map +1 -1
  66. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts.map +1 -1
  67. package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
  68. package/dist/components/Typography/Typography.stories.d.ts.map +1 -1
  69. package/dist/components/index.d.ts +1 -1
  70. package/dist/components/index.d.ts.map +1 -1
  71. package/dist/favicon.ico +0 -0
  72. package/dist/fonts/Objectivity/OFL.txt +92 -92
  73. package/dist/globals.css +12 -12
  74. package/dist/index.js +129 -126
  75. package/dist/muza-ui.css +1 -1
  76. package/dist/styles/3rd-parties.css +5 -5
  77. package/dist/styles/animations.css +41 -41
  78. package/dist/styles/breakpoints.css +4 -4
  79. package/dist/styles/primitives.css +155 -155
  80. package/dist/styles/token-colors.css +1206 -1201
  81. package/dist/styles/token-sizes.css +680 -676
  82. package/dist/styles/typography.css +84 -84
  83. package/dist/styles/utilities.css +66 -66
  84. package/dist/styles/white-label.css +25 -25
  85. package/package.json +1 -1
  86. package/dist/components/Snackbar/Snackbar.d.ts +0 -4
  87. package/dist/components/Snackbar/Snackbar.d.ts.map +0 -1
  88. package/dist/components/Snackbar/Snackbar.js +0 -6
  89. package/dist/components/Snackbar/Snackbar.stories.d.ts.map +0 -1
  90. package/dist/components/Snackbar/Toast.d.ts.map +0 -1
  91. package/dist/components/Snackbar/index.d.ts +0 -3
  92. package/dist/components/Snackbar/index.d.ts.map +0 -1
  93. /package/dist/components/{Snackbar → Toast}/Toast.d.ts +0 -0
  94. /package/dist/components/{Snackbar → Toast}/Toast.js +0 -0
@@ -1,92 +1,92 @@
1
- Copyright 2017 Alexander Slobzheninov (www.behance.net/slobzheninov)
2
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
3
- This license is copied below, and is also available with a FAQ at:
4
- http://scripts.sil.org/OFL
5
-
6
-
7
- -----------------------------------------------------------
8
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
9
- -----------------------------------------------------------
10
-
11
- PREAMBLE
12
- The goals of the Open Font License (OFL) are to stimulate worldwide
13
- development of collaborative font projects, to support the font creation
14
- efforts of academic and linguistic communities, and to provide a free and
15
- open framework in which fonts may be shared and improved in partnership
16
- with others.
17
-
18
- The OFL allows the licensed fonts to be used, studied, modified and
19
- redistributed freely as long as they are not sold by themselves. The
20
- fonts, including any derivative works, can be bundled, embedded,
21
- redistributed and/or sold with any software provided that any reserved
22
- names are not used by derivative works. The fonts and derivatives,
23
- however, cannot be released under any other type of license. The
24
- requirement for fonts to remain under this license does not apply
25
- to any document created using the fonts or their derivatives.
26
-
27
- DEFINITIONS
28
- "Font Software" refers to the set of files released by the Copyright
29
- Holder(s) under this license and clearly marked as such. This may
30
- include source files, build scripts and documentation.
31
-
32
- "Reserved Font Name" refers to any names specified as such after the
33
- copyright statement(s).
34
-
35
- "Original Version" refers to the collection of Font Software components as
36
- distributed by the Copyright Holder(s).
37
-
38
- "Modified Version" refers to any derivative made by adding to, deleting,
39
- or substituting -- in part or in whole -- any of the components of the
40
- Original Version, by changing formats or by porting the Font Software to a
41
- new environment.
42
-
43
- "Author" refers to any designer, engineer, programmer, technical
44
- writer or other person who contributed to the Font Software.
45
-
46
- PERMISSION & CONDITIONS
47
- Permission is hereby granted, free of charge, to any person obtaining
48
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
49
- redistribute, and sell modified and unmodified copies of the Font
50
- Software, subject to the following conditions:
51
-
52
- 1) Neither the Font Software nor any of its individual components,
53
- in Original or Modified Versions, may be sold by itself.
54
-
55
- 2) Original or Modified Versions of the Font Software may be bundled,
56
- redistributed and/or sold with any software, provided that each copy
57
- contains the above copyright notice and this license. These can be
58
- included either as stand-alone text files, human-readable headers or
59
- in the appropriate machine-readable metadata fields within text or
60
- binary files as long as those fields can be easily viewed by the user.
61
-
62
- 3) No Modified Version of the Font Software may use the Reserved Font
63
- Name(s) unless explicit written permission is granted by the corresponding
64
- Copyright Holder. This restriction only applies to the primary font name as
65
- presented to the users.
66
-
67
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
68
- Software shall not be used to promote, endorse or advertise any
69
- Modified Version, except to acknowledge the contribution(s) of the
70
- Copyright Holder(s) and the Author(s) or with their explicit written
71
- permission.
72
-
73
- 5) The Font Software, modified or unmodified, in part or in whole,
74
- must be distributed entirely under this license, and must not be
75
- distributed under any other license. The requirement for fonts to
76
- remain under this license does not apply to any document created
77
- using the Font Software.
78
-
79
- TERMINATION
80
- This license becomes null and void if any of the above conditions are
81
- not met.
82
-
83
- DISCLAIMER
84
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
85
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
86
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
87
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
88
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
89
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
90
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
91
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
92
- OTHER DEALINGS IN THE FONT SOFTWARE.
1
+ Copyright 2017 Alexander Slobzheninov (www.behance.net/slobzheninov)
2
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
3
+ This license is copied below, and is also available with a FAQ at:
4
+ http://scripts.sil.org/OFL
5
+
6
+
7
+ -----------------------------------------------------------
8
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
9
+ -----------------------------------------------------------
10
+
11
+ PREAMBLE
12
+ The goals of the Open Font License (OFL) are to stimulate worldwide
13
+ development of collaborative font projects, to support the font creation
14
+ efforts of academic and linguistic communities, and to provide a free and
15
+ open framework in which fonts may be shared and improved in partnership
16
+ with others.
17
+
18
+ The OFL allows the licensed fonts to be used, studied, modified and
19
+ redistributed freely as long as they are not sold by themselves. The
20
+ fonts, including any derivative works, can be bundled, embedded,
21
+ redistributed and/or sold with any software provided that any reserved
22
+ names are not used by derivative works. The fonts and derivatives,
23
+ however, cannot be released under any other type of license. The
24
+ requirement for fonts to remain under this license does not apply
25
+ to any document created using the fonts or their derivatives.
26
+
27
+ DEFINITIONS
28
+ "Font Software" refers to the set of files released by the Copyright
29
+ Holder(s) under this license and clearly marked as such. This may
30
+ include source files, build scripts and documentation.
31
+
32
+ "Reserved Font Name" refers to any names specified as such after the
33
+ copyright statement(s).
34
+
35
+ "Original Version" refers to the collection of Font Software components as
36
+ distributed by the Copyright Holder(s).
37
+
38
+ "Modified Version" refers to any derivative made by adding to, deleting,
39
+ or substituting -- in part or in whole -- any of the components of the
40
+ Original Version, by changing formats or by porting the Font Software to a
41
+ new environment.
42
+
43
+ "Author" refers to any designer, engineer, programmer, technical
44
+ writer or other person who contributed to the Font Software.
45
+
46
+ PERMISSION & CONDITIONS
47
+ Permission is hereby granted, free of charge, to any person obtaining
48
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
49
+ redistribute, and sell modified and unmodified copies of the Font
50
+ Software, subject to the following conditions:
51
+
52
+ 1) Neither the Font Software nor any of its individual components,
53
+ in Original or Modified Versions, may be sold by itself.
54
+
55
+ 2) Original or Modified Versions of the Font Software may be bundled,
56
+ redistributed and/or sold with any software, provided that each copy
57
+ contains the above copyright notice and this license. These can be
58
+ included either as stand-alone text files, human-readable headers or
59
+ in the appropriate machine-readable metadata fields within text or
60
+ binary files as long as those fields can be easily viewed by the user.
61
+
62
+ 3) No Modified Version of the Font Software may use the Reserved Font
63
+ Name(s) unless explicit written permission is granted by the corresponding
64
+ Copyright Holder. This restriction only applies to the primary font name as
65
+ presented to the users.
66
+
67
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
68
+ Software shall not be used to promote, endorse or advertise any
69
+ Modified Version, except to acknowledge the contribution(s) of the
70
+ Copyright Holder(s) and the Author(s) or with their explicit written
71
+ permission.
72
+
73
+ 5) The Font Software, modified or unmodified, in part or in whole,
74
+ must be distributed entirely under this license, and must not be
75
+ distributed under any other license. The requirement for fonts to
76
+ remain under this license does not apply to any document created
77
+ using the Font Software.
78
+
79
+ TERMINATION
80
+ This license becomes null and void if any of the above conditions are
81
+ not met.
82
+
83
+ DISCLAIMER
84
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
85
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
86
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
87
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
88
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
89
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
90
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
91
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
92
+ OTHER DEALINGS IN THE FONT SOFTWARE.
package/dist/globals.css CHANGED
@@ -1,12 +1,12 @@
1
- @import 'tailwindcss';
2
-
3
- @import 'tw-animate-css';
4
-
5
- @import './styles/breakpoints.css';
6
- @import './styles/primitives.css';
7
- @import './styles/white-label.css';
8
- @import './styles/token-colors.css';
9
- @import './styles/token-sizes.css';
10
- @import './styles/typography.css';
11
- @import './styles/animations.css';
12
- @import './styles/utilities.css';
1
+ @import 'tailwindcss';
2
+
3
+ @import 'tw-animate-css';
4
+
5
+ @import './styles/breakpoints.css';
6
+ @import './styles/primitives.css';
7
+ @import './styles/white-label.css';
8
+ @import './styles/token-colors.css';
9
+ @import './styles/token-sizes.css';
10
+ @import './styles/typography.css';
11
+ @import './styles/animations.css';
12
+ @import './styles/utilities.css';
package/dist/index.js CHANGED
@@ -1,91 +1,92 @@
1
1
  /* empty css */
2
2
  import { Accordion as t, AccordionContent as a, AccordionHeader as n, AccordionItem as p } from "./components/Accordion/Accordion.js";
3
3
  import { Alert as m } from "./components/Alert/Alert.js";
4
- import { Avatar as l, AvatarFallback as g, AvatarImage as f } from "./components/Avatar/Avatar.js";
5
- import { Breadcrumb as c, BreadcrumbEllipsis as u, BreadcrumbItem as s, BreadcrumbLink as C, BreadcrumbList as D, BreadcrumbPage as S, BreadcrumbSeparator as I } from "./components/Breadcrumb/Breadcrumb.js";
4
+ import { Avatar as x, AvatarFallback as g, AvatarImage as f } from "./components/Avatar/Avatar.js";
5
+ import { Breadcrumb as u, BreadcrumbEllipsis as c, BreadcrumbItem as s, BreadcrumbLink as C, BreadcrumbList as D, BreadcrumbPage as S, BreadcrumbSeparator as T } from "./components/Breadcrumb/Breadcrumb.js";
6
6
  import { Button as b } from "./components/Button/Button.js";
7
7
  import { buttonVariants as L } from "./components/Button/buttonVariants.js";
8
- import { Calendar as w, CalendarBase as y, CalendarDayButton as M } from "./components/Calendar/Calendar.js";
9
- import { formatDate as E } from "./components/Calendar/utils/formatDate.js";
8
+ import { Calendar as w, CalendarBase as M, CalendarDayButton as y } from "./components/Calendar/Calendar.js";
9
+ import { formatDate as P } from "./components/Calendar/utils/formatDate.js";
10
10
  import { formatDateRange as A } from "./components/Calendar/utils/formatDateRange.js";
11
- import { Checkbox as F } from "./components/Checkbox/Checkbox.js";
12
- import { DatePicker as R } from "./components/DatePicker/DatePicker.js";
11
+ import { Checkbox as v } from "./components/Checkbox/Checkbox.js";
12
+ import { DatePicker as G } from "./components/DatePicker/DatePicker.js";
13
13
  import { Dialog as H, DialogClose as O, DialogContent as z, DialogDescription as U, DialogOverlay as _, DialogPortal as K, DialogTitle as N, DialogTrigger as X } from "./components/Dialog/Dialog.js";
14
14
  import { DropdownMenu as j, DropdownMenuButtonItem as q, DropdownMenuCheckboxItem as J, DropdownMenuContent as Q, DropdownMenuItem as W, DropdownMenuPortal as Y, DropdownMenuRadioGroup as $, DropdownMenuRadioItem as oo, DropdownMenuSeparator as ro, DropdownMenuTrigger as eo } from "./components/DropdownMenu/DropdownMenu.js";
15
15
  import { EdgeButton as ao, edgeButtonVariants as no } from "./components/EdgeButton/EdgeButton.js";
16
16
  import { EmptyState as io } from "./components/EmptyState/EmptyState.js";
17
- import { FileUpload as xo } from "./components/FileUpload/FileUpload.js";
17
+ import { FileUpload as lo } from "./components/FileUpload/FileUpload.js";
18
18
  import { Flex as go, flexVariants as fo } from "./components/Flex/Flex.js";
19
- import { ArrowsSorting as uo, Barcode as so, BulletList as Co, CZK as Do, CheckMinus as So, Checked as Io, Coins as To, Coins2Bold as bo, Coins2Outline as Bo, Coins3 as Lo, Cutlery as ho, DoubleArrowRight as wo, EUR as yo, EditorBold as Mo, EditorItalic as ko, EditorStrikethrough as Eo, EmptyCircle as Po, ExternalLink as Ao, EyeClosed as vo, Fingerprint as Fo, FlagCz as Go, FlagEn as Ro, FlagSk as Vo, LayoutHorizontal as Ho, LayoutVertical as Oo, MagnifyingGlass as zo, MuzaIcon as Uo, NumberList as _o, Plus as Ko, RemoveTextFormat as No, Reorder as Xo, SKMap as Zo, Scan as jo, TextH1 as qo, TextH2 as Jo, TextH3 as Qo, XClose as Wo } from "./components/Icons/CustomIcons.js";
19
+ import { ArrowsSorting as co, Barcode as so, BulletList as Co, CZK as Do, CheckMinus as So, Checked as To, Coins as Io, Coins2Bold as bo, Coins2Outline as Bo, Coins3 as Lo, Colour as ho, Cutlery as wo, DoubleArrowRight as Mo, EUR as yo, EditorBold as Eo, EditorItalic as Po, EditorStrikethrough as ko, EmptyCircle as Ao, ExternalLink as Vo, EyeClosed as vo, Fingerprint as Fo, FlagCz as Go, FlagEn as Ro, FlagSk as Ho, LayoutHorizontal as Oo, LayoutVertical as zo, MagnifyingGlass as Uo, MenuDotsVertical as _o, MuzaIcon as Ko, NumberList as No, Plus as Xo, RemoveTextFormat as Zo, Reorder as jo, SKMap as qo, Scan as Jo, Spinner as Qo, TextH1 as Wo, TextH2 as Yo, TextH3 as $o, XClose as or } from "./components/Icons/CustomIcons.js";
20
20
  export * from "@solar-icons/react-perf";
21
- import { Input as or } from "./components/Input/Input.js";
22
- import { Lightbox as er, LightboxGalleryOnlyImage as tr, LightboxTrigger as ar } from "./components/Lightbox/Lightbox.js";
23
- import { Item as pr } from "./node_modules/react-photoswipe-gallery/dist/item.js";
24
- import { LanguageSwitcher as mr } from "./components/LanguageSwitcher/LanguageSwitcher.js";
25
- import { Loader as lr } from "./components/Loader/Loader.js";
26
- import { DEFAULT_LOGIN_GLB_PATH as fr } from "./components/LoginScreen/LoginScreen3D/LoginScreen3DModel.js";
27
- import { LoginScreen as cr } from "./components/LoginScreen/LoginScreen.js";
28
- import { LoginScreenItem as sr } from "./components/LoginScreen/LoginScreenItem.js";
29
- import { MultiSelect as Dr } from "./components/MultiSelect/MultiSelect.js";
30
- import { PasswordInput as Ir } from "./components/PasswordInput/PasswordInput.js";
31
- import { PinIndicator as br } from "./components/PinIndicator/PinIndicator.js";
32
- import { Popover as Lr, PopoverContent as hr, PopoverTrigger as wr } from "./components/Popover/Popover.js";
33
- import { RadioGroup as Mr, RadioGroupItem as kr } from "./components/Radio/Radio.js";
34
- import { Searchbar as Pr } from "./components/Searchbar/Searchbar.js";
35
- import { Select as vr } from "./components/Select/Select.js";
36
- import { SegmentedControl as Gr, SegmentedControlItem as Rr } from "./components/SegmentedControl/SegmentedControl.js";
37
- import { SegmentedIconControl as Hr, SegmentedIconControlItem as Or } from "./components/SegmentedIconControl/SegmentedIconControl.js";
38
- import { SliderIndicators as Ur } from "./components/SliderIndicators/SliderIndicators.js";
39
- import { toast as Kr } from "./components/Snackbar/Toast.js";
40
- import { SnackbarContainer as Xr } from "./components/Snackbar/Snackbar.js";
41
- import { Stepper as jr } from "./components/Stepper/Stepper.js";
42
- import { SwipeButton as Jr } from "./components/SwipeButton/SwipeButton.js";
43
- import { Switch as Wr } from "./components/Switch/Switch.js";
44
- import { Tag as $r, tagVariants as oe } from "./components/Tag/Tag.js";
45
- import { Textarea as ee } from "./components/Textarea/Textarea.js";
46
- import { TimePicker as ae } from "./components/TimePicker/TimePicker.js";
47
- import { Toggle as pe, toggleVariants as ie } from "./components/Toggle/Toggle.js";
48
- import { ToggleGroup as xe, ToggleGroupItem as le } from "./components/ToggleGroup/ToggleGroup.js";
49
- import { Tooltip as fe, TooltipContent as de, TooltipProvider as ce, TooltipTrigger as ue } from "./components/Tooltip/Tooltip.js";
50
- import { Typography as Ce, typographyVariants as De } from "./components/Typography/Typography.js";
51
- import { ExpandableTable as Ie } from "./components/ExpandableTable/ExpandableTable.js";
52
- import { Skeleton as be } from "./components/Skeleton/Skeleton.js";
53
- import { cn as Le } from "./utils/cn.js";
54
- import { getSpacingVariants as we, spacingVariantDefinitions as ye } from "./utils/spacing.js";
21
+ import { Input as tr } from "./components/Input/Input.js";
22
+ import { Lightbox as nr, LightboxGalleryOnlyImage as pr, LightboxTrigger as ir } from "./components/Lightbox/Lightbox.js";
23
+ import { Item as lr } from "./node_modules/react-photoswipe-gallery/dist/item.js";
24
+ import { LanguageSwitcher as gr } from "./components/LanguageSwitcher/LanguageSwitcher.js";
25
+ import { Loader as dr } from "./components/Loader/Loader.js";
26
+ import { DEFAULT_LOGIN_GLB_PATH as cr } from "./components/LoginScreen/LoginScreen3D/LoginScreen3DModel.js";
27
+ import { LoginScreen as Cr } from "./components/LoginScreen/LoginScreen.js";
28
+ import { LoginScreenItem as Sr } from "./components/LoginScreen/LoginScreenItem.js";
29
+ import { MultiSelect as Ir } from "./components/MultiSelect/MultiSelect.js";
30
+ import { PasswordInput as Br } from "./components/PasswordInput/PasswordInput.js";
31
+ import { PinIndicator as hr } from "./components/PinIndicator/PinIndicator.js";
32
+ import { Popover as Mr, PopoverContent as yr, PopoverTrigger as Er } from "./components/Popover/Popover.js";
33
+ import { RadioGroup as kr, RadioGroupItem as Ar } from "./components/Radio/Radio.js";
34
+ import { Searchbar as vr } from "./components/Searchbar/Searchbar.js";
35
+ import { Select as Gr } from "./components/Select/Select.js";
36
+ import { SegmentedControl as Hr, SegmentedControlItem as Or } from "./components/SegmentedControl/SegmentedControl.js";
37
+ import { SegmentedIconControl as Ur, SegmentedIconControlItem as _r } from "./components/SegmentedIconControl/SegmentedIconControl.js";
38
+ import { SliderIndicators as Nr } from "./components/SliderIndicators/SliderIndicators.js";
39
+ import { toast as Zr } from "./components/Toast/Toast.js";
40
+ import { ToastContainer as qr } from "./components/Toast/ToastContainer.js";
41
+ import { Stepper as Qr } from "./components/Stepper/Stepper.js";
42
+ import { SwipeButton as Yr } from "./components/SwipeButton/SwipeButton.js";
43
+ import { Switch as oe } from "./components/Switch/Switch.js";
44
+ import { Tag as ee, tagVariants as te } from "./components/Tag/Tag.js";
45
+ import { Textarea as ne } from "./components/Textarea/Textarea.js";
46
+ import { TimePicker as ie } from "./components/TimePicker/TimePicker.js";
47
+ import { Toggle as le, toggleVariants as xe } from "./components/Toggle/Toggle.js";
48
+ import { ToggleGroup as fe, ToggleGroupItem as de } from "./components/ToggleGroup/ToggleGroup.js";
49
+ import { Tooltip as ce, TooltipContent as se, TooltipProvider as Ce, TooltipTrigger as De } from "./components/Tooltip/Tooltip.js";
50
+ import { Typography as Te, typographyVariants as Ie } from "./components/Typography/Typography.js";
51
+ import { ExpandableTable as Be } from "./components/ExpandableTable/ExpandableTable.js";
52
+ import { Skeleton as he } from "./components/Skeleton/Skeleton.js";
53
+ import { cn as Me } from "./utils/cn.js";
54
+ import { getSpacingVariants as Ee, spacingVariantDefinitions as Pe } from "./utils/spacing.js";
55
55
  export {
56
56
  t as Accordion,
57
57
  a as AccordionContent,
58
58
  n as AccordionHeader,
59
59
  p as AccordionItem,
60
60
  m as Alert,
61
- uo as ArrowsSorting,
62
- l as Avatar,
61
+ co as ArrowsSorting,
62
+ x as Avatar,
63
63
  g as AvatarFallback,
64
64
  f as AvatarImage,
65
65
  so as Barcode,
66
- c as Breadcrumb,
67
- u as BreadcrumbEllipsis,
66
+ u as Breadcrumb,
67
+ c as BreadcrumbEllipsis,
68
68
  s as BreadcrumbItem,
69
69
  C as BreadcrumbLink,
70
70
  D as BreadcrumbList,
71
71
  S as BreadcrumbPage,
72
- I as BreadcrumbSeparator,
72
+ T as BreadcrumbSeparator,
73
73
  Co as BulletList,
74
74
  b as Button,
75
75
  Do as CZK,
76
76
  w as Calendar,
77
- y as CalendarBase,
78
- M as CalendarDayButton,
77
+ M as CalendarBase,
78
+ y as CalendarDayButton,
79
79
  So as CheckMinus,
80
- F as Checkbox,
81
- Io as Checked,
82
- To as Coins,
80
+ v as Checkbox,
81
+ To as Checked,
82
+ Io as Coins,
83
83
  bo as Coins2Bold,
84
84
  Bo as Coins2Outline,
85
85
  Lo as Coins3,
86
- ho as Cutlery,
87
- fr as DEFAULT_LOGIN_GLB_PATH,
88
- R as DatePicker,
86
+ ho as Colour,
87
+ wo as Cutlery,
88
+ cr as DEFAULT_LOGIN_GLB_PATH,
89
+ G as DatePicker,
89
90
  H as Dialog,
90
91
  O as DialogClose,
91
92
  z as DialogContent,
@@ -94,7 +95,7 @@ export {
94
95
  K as DialogPortal,
95
96
  N as DialogTitle,
96
97
  X as DialogTrigger,
97
- wo as DoubleArrowRight,
98
+ Mo as DoubleArrowRight,
98
99
  j as DropdownMenu,
99
100
  q as DropdownMenuButtonItem,
100
101
  J as DropdownMenuCheckboxItem,
@@ -107,84 +108,86 @@ export {
107
108
  eo as DropdownMenuTrigger,
108
109
  yo as EUR,
109
110
  ao as EdgeButton,
110
- Mo as EditorBold,
111
- ko as EditorItalic,
112
- Eo as EditorStrikethrough,
113
- Po as EmptyCircle,
111
+ Eo as EditorBold,
112
+ Po as EditorItalic,
113
+ ko as EditorStrikethrough,
114
+ Ao as EmptyCircle,
114
115
  io as EmptyState,
115
- Ie as ExpandableTable,
116
- Ao as ExternalLink,
116
+ Be as ExpandableTable,
117
+ Vo as ExternalLink,
117
118
  vo as EyeClosed,
118
- xo as FileUpload,
119
+ lo as FileUpload,
119
120
  Fo as Fingerprint,
120
121
  Go as FlagCz,
121
122
  Ro as FlagEn,
122
- Vo as FlagSk,
123
+ Ho as FlagSk,
123
124
  go as Flex,
124
- or as Input,
125
- mr as LanguageSwitcher,
126
- Ho as LayoutHorizontal,
127
- Oo as LayoutVertical,
128
- er as Lightbox,
129
- tr as LightboxGalleryOnlyImage,
130
- pr as LightboxItem,
131
- ar as LightboxTrigger,
132
- lr as Loader,
133
- cr as LoginScreen,
134
- sr as LoginScreenItem,
135
- zo as MagnifyingGlass,
136
- Dr as MultiSelect,
137
- Uo as MuzaIcon,
138
- _o as NumberList,
139
- Ir as PasswordInput,
140
- br as PinIndicator,
141
- Ko as Plus,
142
- Lr as Popover,
143
- hr as PopoverContent,
144
- wr as PopoverTrigger,
145
- Mr as RadioGroup,
146
- kr as RadioGroupItem,
147
- No as RemoveTextFormat,
148
- Xo as Reorder,
149
- Zo as SKMap,
150
- jo as Scan,
151
- Pr as Searchbar,
152
- Gr as SegmentedControl,
153
- Rr as SegmentedControlItem,
154
- Hr as SegmentedIconControl,
155
- Or as SegmentedIconControlItem,
156
- vr as Select,
157
- be as Skeleton,
158
- Ur as SliderIndicators,
159
- Xr as SnackbarContainer,
160
- jr as Stepper,
161
- Jr as SwipeButton,
162
- Wr as Switch,
163
- $r as Tag,
164
- qo as TextH1,
165
- Jo as TextH2,
166
- Qo as TextH3,
167
- ee as Textarea,
168
- ae as TimePicker,
169
- pe as Toggle,
170
- xe as ToggleGroup,
171
- le as ToggleGroupItem,
172
- fe as Tooltip,
173
- de as TooltipContent,
174
- ce as TooltipProvider,
175
- ue as TooltipTrigger,
176
- Ce as Typography,
177
- Wo as XClose,
125
+ tr as Input,
126
+ gr as LanguageSwitcher,
127
+ Oo as LayoutHorizontal,
128
+ zo as LayoutVertical,
129
+ nr as Lightbox,
130
+ pr as LightboxGalleryOnlyImage,
131
+ lr as LightboxItem,
132
+ ir as LightboxTrigger,
133
+ dr as Loader,
134
+ Cr as LoginScreen,
135
+ Sr as LoginScreenItem,
136
+ Uo as MagnifyingGlass,
137
+ _o as MenuDotsVertical,
138
+ Ir as MultiSelect,
139
+ Ko as MuzaIcon,
140
+ No as NumberList,
141
+ Br as PasswordInput,
142
+ hr as PinIndicator,
143
+ Xo as Plus,
144
+ Mr as Popover,
145
+ yr as PopoverContent,
146
+ Er as PopoverTrigger,
147
+ kr as RadioGroup,
148
+ Ar as RadioGroupItem,
149
+ Zo as RemoveTextFormat,
150
+ jo as Reorder,
151
+ qo as SKMap,
152
+ Jo as Scan,
153
+ vr as Searchbar,
154
+ Hr as SegmentedControl,
155
+ Or as SegmentedControlItem,
156
+ Ur as SegmentedIconControl,
157
+ _r as SegmentedIconControlItem,
158
+ Gr as Select,
159
+ he as Skeleton,
160
+ Nr as SliderIndicators,
161
+ Qo as Spinner,
162
+ Qr as Stepper,
163
+ Yr as SwipeButton,
164
+ oe as Switch,
165
+ ee as Tag,
166
+ Wo as TextH1,
167
+ Yo as TextH2,
168
+ $o as TextH3,
169
+ ne as Textarea,
170
+ ie as TimePicker,
171
+ qr as ToastContainer,
172
+ le as Toggle,
173
+ fe as ToggleGroup,
174
+ de as ToggleGroupItem,
175
+ ce as Tooltip,
176
+ se as TooltipContent,
177
+ Ce as TooltipProvider,
178
+ De as TooltipTrigger,
179
+ Te as Typography,
180
+ or as XClose,
178
181
  L as buttonVariants,
179
- Le as cn,
182
+ Me as cn,
180
183
  no as edgeButtonVariants,
181
184
  fo as flexVariants,
182
- E as formatDate,
185
+ P as formatDate,
183
186
  A as formatDateRange,
184
- we as getSpacingVariants,
185
- ye as spacingVariantDefinitions,
186
- oe as tagVariants,
187
- Kr as toast,
188
- ie as toggleVariants,
189
- De as typographyVariants
187
+ Ee as getSpacingVariants,
188
+ Pe as spacingVariantDefinitions,
189
+ te as tagVariants,
190
+ Zr as toast,
191
+ xe as toggleVariants,
192
+ Ie as typographyVariants
190
193
  };