@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.
- package/CLAUDE_CONSUMER.md +238 -238
- package/README.md +171 -168
- package/dist/Muza_BP_logo.svg +26 -0
- package/dist/components/Accordion/Accordion.stories.d.ts.map +1 -1
- package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.stories.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -1
- package/dist/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/components/Calendar/CalendarBase.stories.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.stories.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.stories.d.ts.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +47 -18
- package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -1
- package/dist/components/EdgeButton/EdgeButton.stories.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyState.stories.d.ts.map +1 -1
- package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts +19 -0
- package/dist/components/ExpandableTable/ExpandableTable.stories.d.ts.map +1 -1
- package/dist/components/FileUpload/FileItem.d.ts.map +1 -1
- package/dist/components/FileUpload/FileItem.js +88 -73
- package/dist/components/FileUpload/FileUpload.stories.d.ts.map +1 -1
- package/dist/components/Flex/Flex.stories.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.d.ts +3 -0
- package/dist/components/Icons/CustomIcons.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.js +90 -41
- package/dist/components/Icons/Icons.stories.d.ts.map +1 -1
- package/dist/components/Input/Input.stories.d.ts.map +1 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts.map +1 -1
- package/dist/components/Lightbox/Lightbox.stories.d.ts.map +1 -1
- package/dist/components/Lightbox/LightboxOverrides.css +5 -5
- package/dist/components/Loader/Loader.stories.d.ts.map +1 -1
- package/dist/components/LoginScreen/LoginScreen.stories.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts.map +1 -1
- package/dist/components/PasswordInput/PasswordInput.stories.d.ts.map +1 -1
- package/dist/components/PinIndicator/PinIndicator.stories.d.ts.map +1 -1
- package/dist/components/Popover/Popover.stories.d.ts.map +1 -1
- package/dist/components/Radio/Radio.stories.d.ts.map +1 -1
- package/dist/components/Searchbar/Searchbar.d.ts +3 -2
- package/dist/components/Searchbar/Searchbar.d.ts.map +1 -1
- package/dist/components/Searchbar/Searchbar.js +30 -29
- package/dist/components/Searchbar/Searchbar.stories.d.ts +1 -0
- package/dist/components/Searchbar/Searchbar.stories.d.ts.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts.map +1 -1
- package/dist/components/SegmentedIconControl/SegmentedIconControl.stories.d.ts.map +1 -1
- package/dist/components/Select/Select.stories.d.ts.map +1 -1
- package/dist/components/Skeleton/Skeleton.stories.d.ts.map +1 -1
- package/dist/components/SliderIndicators/SliderIndicators.stories.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.stories.d.ts.map +1 -1
- package/dist/components/SwipeButton/SwipeButton.stories.d.ts +76 -18
- package/dist/components/SwipeButton/SwipeButton.stories.d.ts.map +1 -1
- package/dist/components/Switch/Switch.stories.d.ts.map +1 -1
- package/dist/components/Tag/Tag.stories.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.stories.d.ts.map +1 -1
- package/dist/components/TimePicker/TimePicker.stories.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts.map +1 -0
- package/dist/components/{Snackbar/Snackbar.stories.d.ts → Toast/Toast.stories.d.ts} +1 -1
- package/dist/components/Toast/Toast.stories.d.ts.map +1 -0
- package/dist/components/Toast/ToastContainer.d.ts +4 -0
- package/dist/components/Toast/ToastContainer.d.ts.map +1 -0
- package/dist/components/Toast/ToastContainer.js +6 -0
- package/dist/components/Toast/index.d.ts +3 -0
- package/dist/components/Toast/index.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.stories.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
- package/dist/components/Typography/Typography.stories.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/favicon.ico +0 -0
- package/dist/fonts/Objectivity/OFL.txt +92 -92
- package/dist/globals.css +12 -12
- package/dist/index.js +129 -126
- package/dist/muza-ui.css +1 -1
- package/dist/styles/3rd-parties.css +5 -5
- package/dist/styles/animations.css +41 -41
- package/dist/styles/breakpoints.css +4 -4
- package/dist/styles/primitives.css +155 -155
- package/dist/styles/token-colors.css +1206 -1201
- package/dist/styles/token-sizes.css +680 -676
- package/dist/styles/typography.css +84 -84
- package/dist/styles/utilities.css +66 -66
- package/dist/styles/white-label.css +25 -25
- package/package.json +1 -1
- package/dist/components/Snackbar/Snackbar.d.ts +0 -4
- package/dist/components/Snackbar/Snackbar.d.ts.map +0 -1
- package/dist/components/Snackbar/Snackbar.js +0 -6
- package/dist/components/Snackbar/Snackbar.stories.d.ts.map +0 -1
- package/dist/components/Snackbar/Toast.d.ts.map +0 -1
- package/dist/components/Snackbar/index.d.ts +0 -3
- package/dist/components/Snackbar/index.d.ts.map +0 -1
- /package/dist/components/{Snackbar → Toast}/Toast.d.ts +0 -0
- /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
|
|
5
|
-
import { Breadcrumb as
|
|
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
|
|
9
|
-
import { formatDate as
|
|
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
|
|
12
|
-
import { DatePicker as
|
|
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
|
|
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
|
|
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
|
|
22
|
-
import { Lightbox as
|
|
23
|
-
import { Item as
|
|
24
|
-
import { LanguageSwitcher as
|
|
25
|
-
import { Loader as
|
|
26
|
-
import { DEFAULT_LOGIN_GLB_PATH as
|
|
27
|
-
import { LoginScreen as
|
|
28
|
-
import { LoginScreenItem as
|
|
29
|
-
import { MultiSelect as
|
|
30
|
-
import { PasswordInput as
|
|
31
|
-
import { PinIndicator as
|
|
32
|
-
import { Popover as
|
|
33
|
-
import { RadioGroup as
|
|
34
|
-
import { Searchbar as
|
|
35
|
-
import { Select as
|
|
36
|
-
import { SegmentedControl as
|
|
37
|
-
import { SegmentedIconControl as
|
|
38
|
-
import { SliderIndicators as
|
|
39
|
-
import { toast as
|
|
40
|
-
import {
|
|
41
|
-
import { Stepper as
|
|
42
|
-
import { SwipeButton as
|
|
43
|
-
import { Switch as
|
|
44
|
-
import { Tag as
|
|
45
|
-
import { Textarea as
|
|
46
|
-
import { TimePicker as
|
|
47
|
-
import { Toggle as
|
|
48
|
-
import { ToggleGroup as
|
|
49
|
-
import { Tooltip as
|
|
50
|
-
import { Typography as
|
|
51
|
-
import { ExpandableTable as
|
|
52
|
-
import { Skeleton as
|
|
53
|
-
import { cn as
|
|
54
|
-
import { getSpacingVariants as
|
|
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
|
-
|
|
62
|
-
|
|
61
|
+
co as ArrowsSorting,
|
|
62
|
+
x as Avatar,
|
|
63
63
|
g as AvatarFallback,
|
|
64
64
|
f as AvatarImage,
|
|
65
65
|
so as Barcode,
|
|
66
|
-
|
|
67
|
-
|
|
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
|
-
|
|
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
|
-
|
|
78
|
-
|
|
77
|
+
M as CalendarBase,
|
|
78
|
+
y as CalendarDayButton,
|
|
79
79
|
So as CheckMinus,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
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
|
|
87
|
-
|
|
88
|
-
|
|
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
|
-
|
|
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
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
111
|
+
Eo as EditorBold,
|
|
112
|
+
Po as EditorItalic,
|
|
113
|
+
ko as EditorStrikethrough,
|
|
114
|
+
Ao as EmptyCircle,
|
|
114
115
|
io as EmptyState,
|
|
115
|
-
|
|
116
|
-
|
|
116
|
+
Be as ExpandableTable,
|
|
117
|
+
Vo as ExternalLink,
|
|
117
118
|
vo as EyeClosed,
|
|
118
|
-
|
|
119
|
+
lo as FileUpload,
|
|
119
120
|
Fo as Fingerprint,
|
|
120
121
|
Go as FlagCz,
|
|
121
122
|
Ro as FlagEn,
|
|
122
|
-
|
|
123
|
+
Ho as FlagSk,
|
|
123
124
|
go as Flex,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
kr as
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
le as
|
|
172
|
-
fe as
|
|
173
|
-
de as
|
|
174
|
-
ce as
|
|
175
|
-
|
|
176
|
-
Ce as
|
|
177
|
-
|
|
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
|
-
|
|
182
|
+
Me as cn,
|
|
180
183
|
no as edgeButtonVariants,
|
|
181
184
|
fo as flexVariants,
|
|
182
|
-
|
|
185
|
+
P as formatDate,
|
|
183
186
|
A as formatDateRange,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
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
|
};
|