@vkzstudio/muza-ui 1.0.4 → 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.
- 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 +80 -66
- 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/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.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 +25 -25
- 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 +52 -54
- package/dist/styles/token-sizes.css +24 -20
- 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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toggle.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Toggle/Toggle.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAEjC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"Toggle.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Toggle/Toggle.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAEjC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAkF7B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA;AAEpC,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAqBtB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAuBxB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAiBzB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAwF/B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAgBxB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleGroup.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ToggleGroup/ToggleGroup.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,WAAW,EAAmB,MAAM,eAAe,CAAA;AAI5D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,
|
|
1
|
+
{"version":3,"file":"ToggleGroup.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ToggleGroup/ToggleGroup.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,WAAW,EAAmB,MAAM,eAAe,CAAA;AAI5D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAwElC,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAEzC,eAAO,MAAM,OAAO,EAAE,KAsBrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KA4BnB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KA6DzB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAsB/B,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KA0CvB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAqD/B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KA2BxB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAsBxB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EACL,OAAO,EAIR,MAAM,WAAW,CAAA;AAElB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,
|
|
1
|
+
{"version":3,"file":"Tooltip.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/Tooltip.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EACL,OAAO,EAIR,MAAM,WAAW,CAAA;AAElB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CA+D9B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,OAAO,CAAC,CAAA;AAErC,eAAO,MAAM,uBAAuB,EAAE,KAqBrC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,KAsBjC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typography.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,UAAU,EAAwB,MAAM,cAAc,CAAA;AAgC/D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,
|
|
1
|
+
{"version":3,"file":"Typography.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,EAAE,UAAU,EAAwB,MAAM,cAAc,CAAA;AAgC/D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAiGjC,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AAsCxC,eAAO,MAAM,OAAO,EAAE,KAkBrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAwEtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAsEtB,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAuE3B,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAsErB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAgC5B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAuC9B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAyC9B,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAwD/B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KA4H9B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAkBxB,CAAA"}
|
|
@@ -28,7 +28,7 @@ export * from './Select';
|
|
|
28
28
|
export * from './SegmentedControl';
|
|
29
29
|
export * from './SegmentedIconControl';
|
|
30
30
|
export * from './SliderIndicators';
|
|
31
|
-
export * from './
|
|
31
|
+
export * from './Toast';
|
|
32
32
|
export * from './Stepper';
|
|
33
33
|
export * from './SwipeButton';
|
|
34
34
|
export * from './Switch';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,oBAAoB,CAAA;AAClC,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,oBAAoB,CAAA;AAClC,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA;AAC7B,cAAc,UAAU,CAAA;AACxB,cAAc,OAAO,CAAA;AACrB,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,mBAAmB,CAAA;AACjC,cAAc,YAAY,CAAA"}
|
package/dist/favicon.ico
ADDED
|
Binary file
|
|
@@ -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
|
@@ -2,11 +2,11 @@
|
|
|
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
4
|
import { Avatar as l, AvatarFallback as g, AvatarImage as f } from "./components/Avatar/Avatar.js";
|
|
5
|
-
import { Breadcrumb as
|
|
5
|
+
import { Breadcrumb as u, BreadcrumbEllipsis as c, BreadcrumbItem as s, BreadcrumbLink as C, BreadcrumbList as D, BreadcrumbPage as T, BreadcrumbSeparator as I } 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
8
|
import { Calendar as w, CalendarBase as y, CalendarDayButton as M } from "./components/Calendar/Calendar.js";
|
|
9
|
-
import { formatDate as
|
|
9
|
+
import { formatDate as P } from "./components/Calendar/utils/formatDate.js";
|
|
10
10
|
import { formatDateRange as A } from "./components/Calendar/utils/formatDateRange.js";
|
|
11
11
|
import { Checkbox as F } from "./components/Checkbox/Checkbox.js";
|
|
12
12
|
import { DatePicker as R } from "./components/DatePicker/DatePicker.js";
|
|
@@ -16,7 +16,7 @@ import { EdgeButton as ao, edgeButtonVariants as no } from "./components/EdgeBut
|
|
|
16
16
|
import { EmptyState as io } from "./components/EmptyState/EmptyState.js";
|
|
17
17
|
import { FileUpload as xo } 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 To, Checked as Io, Coins as So, Coins2Bold as bo, Coins2Outline as Bo, Coins3 as Lo, Cutlery as ho, DoubleArrowRight as wo, EUR as yo, EditorBold as Mo, EditorItalic as Eo, EditorStrikethrough as Po, EmptyCircle as ko, 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";
|
|
20
20
|
export * from "@solar-icons/react-perf";
|
|
21
21
|
import { Input as or } from "./components/Input/Input.js";
|
|
22
22
|
import { Lightbox as er, LightboxGalleryOnlyImage as tr, LightboxTrigger as ar } from "./components/Lightbox/Lightbox.js";
|
|
@@ -24,20 +24,20 @@ import { Item as pr } from "./node_modules/react-photoswipe-gallery/dist/item.js
|
|
|
24
24
|
import { LanguageSwitcher as mr } from "./components/LanguageSwitcher/LanguageSwitcher.js";
|
|
25
25
|
import { Loader as lr } from "./components/Loader/Loader.js";
|
|
26
26
|
import { DEFAULT_LOGIN_GLB_PATH as fr } from "./components/LoginScreen/LoginScreen3D/LoginScreen3DModel.js";
|
|
27
|
-
import { LoginScreen as
|
|
27
|
+
import { LoginScreen as ur } from "./components/LoginScreen/LoginScreen.js";
|
|
28
28
|
import { LoginScreenItem as sr } from "./components/LoginScreen/LoginScreenItem.js";
|
|
29
29
|
import { MultiSelect as Dr } from "./components/MultiSelect/MultiSelect.js";
|
|
30
30
|
import { PasswordInput as Ir } from "./components/PasswordInput/PasswordInput.js";
|
|
31
31
|
import { PinIndicator as br } from "./components/PinIndicator/PinIndicator.js";
|
|
32
32
|
import { Popover as Lr, PopoverContent as hr, PopoverTrigger as wr } from "./components/Popover/Popover.js";
|
|
33
|
-
import { RadioGroup as Mr, RadioGroupItem as
|
|
34
|
-
import { Searchbar as
|
|
33
|
+
import { RadioGroup as Mr, RadioGroupItem as Er } from "./components/Radio/Radio.js";
|
|
34
|
+
import { Searchbar as kr } from "./components/Searchbar/Searchbar.js";
|
|
35
35
|
import { Select as vr } from "./components/Select/Select.js";
|
|
36
36
|
import { SegmentedControl as Gr, SegmentedControlItem as Rr } from "./components/SegmentedControl/SegmentedControl.js";
|
|
37
37
|
import { SegmentedIconControl as Hr, SegmentedIconControlItem as Or } from "./components/SegmentedIconControl/SegmentedIconControl.js";
|
|
38
38
|
import { SliderIndicators as Ur } from "./components/SliderIndicators/SliderIndicators.js";
|
|
39
|
-
import { toast as Kr } from "./components/
|
|
40
|
-
import {
|
|
39
|
+
import { toast as Kr } from "./components/Toast/Toast.js";
|
|
40
|
+
import { ToastContainer as Xr } from "./components/Toast/ToastContainer.js";
|
|
41
41
|
import { Stepper as jr } from "./components/Stepper/Stepper.js";
|
|
42
42
|
import { SwipeButton as Jr } from "./components/SwipeButton/SwipeButton.js";
|
|
43
43
|
import { Switch as Wr } from "./components/Switch/Switch.js";
|
|
@@ -46,7 +46,7 @@ import { Textarea as ee } from "./components/Textarea/Textarea.js";
|
|
|
46
46
|
import { TimePicker as ae } from "./components/TimePicker/TimePicker.js";
|
|
47
47
|
import { Toggle as pe, toggleVariants as ie } from "./components/Toggle/Toggle.js";
|
|
48
48
|
import { ToggleGroup as xe, ToggleGroupItem as le } from "./components/ToggleGroup/ToggleGroup.js";
|
|
49
|
-
import { Tooltip as fe, TooltipContent as de, TooltipProvider as
|
|
49
|
+
import { Tooltip as fe, TooltipContent as de, TooltipProvider as ue, TooltipTrigger as ce } from "./components/Tooltip/Tooltip.js";
|
|
50
50
|
import { Typography as Ce, typographyVariants as De } from "./components/Typography/Typography.js";
|
|
51
51
|
import { ExpandableTable as Ie } from "./components/ExpandableTable/ExpandableTable.js";
|
|
52
52
|
import { Skeleton as be } from "./components/Skeleton/Skeleton.js";
|
|
@@ -58,17 +58,17 @@ export {
|
|
|
58
58
|
n as AccordionHeader,
|
|
59
59
|
p as AccordionItem,
|
|
60
60
|
m as Alert,
|
|
61
|
-
|
|
61
|
+
co as ArrowsSorting,
|
|
62
62
|
l 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
|
+
T as BreadcrumbPage,
|
|
72
72
|
I as BreadcrumbSeparator,
|
|
73
73
|
Co as BulletList,
|
|
74
74
|
b as Button,
|
|
@@ -76,10 +76,10 @@ export {
|
|
|
76
76
|
w as Calendar,
|
|
77
77
|
y as CalendarBase,
|
|
78
78
|
M as CalendarDayButton,
|
|
79
|
-
|
|
79
|
+
To as CheckMinus,
|
|
80
80
|
F as Checkbox,
|
|
81
81
|
Io as Checked,
|
|
82
|
-
|
|
82
|
+
So as Coins,
|
|
83
83
|
bo as Coins2Bold,
|
|
84
84
|
Bo as Coins2Outline,
|
|
85
85
|
Lo as Coins3,
|
|
@@ -108,9 +108,9 @@ export {
|
|
|
108
108
|
yo as EUR,
|
|
109
109
|
ao as EdgeButton,
|
|
110
110
|
Mo as EditorBold,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
111
|
+
Eo as EditorItalic,
|
|
112
|
+
Po as EditorStrikethrough,
|
|
113
|
+
ko as EmptyCircle,
|
|
114
114
|
io as EmptyState,
|
|
115
115
|
Ie as ExpandableTable,
|
|
116
116
|
Ao as ExternalLink,
|
|
@@ -130,7 +130,7 @@ export {
|
|
|
130
130
|
pr as LightboxItem,
|
|
131
131
|
ar as LightboxTrigger,
|
|
132
132
|
lr as Loader,
|
|
133
|
-
|
|
133
|
+
ur as LoginScreen,
|
|
134
134
|
sr as LoginScreenItem,
|
|
135
135
|
zo as MagnifyingGlass,
|
|
136
136
|
Dr as MultiSelect,
|
|
@@ -143,12 +143,12 @@ export {
|
|
|
143
143
|
hr as PopoverContent,
|
|
144
144
|
wr as PopoverTrigger,
|
|
145
145
|
Mr as RadioGroup,
|
|
146
|
-
|
|
146
|
+
Er as RadioGroupItem,
|
|
147
147
|
No as RemoveTextFormat,
|
|
148
148
|
Xo as Reorder,
|
|
149
149
|
Zo as SKMap,
|
|
150
150
|
jo as Scan,
|
|
151
|
-
|
|
151
|
+
kr as Searchbar,
|
|
152
152
|
Gr as SegmentedControl,
|
|
153
153
|
Rr as SegmentedControlItem,
|
|
154
154
|
Hr as SegmentedIconControl,
|
|
@@ -156,7 +156,6 @@ export {
|
|
|
156
156
|
vr as Select,
|
|
157
157
|
be as Skeleton,
|
|
158
158
|
Ur as SliderIndicators,
|
|
159
|
-
Xr as SnackbarContainer,
|
|
160
159
|
jr as Stepper,
|
|
161
160
|
Jr as SwipeButton,
|
|
162
161
|
Wr as Switch,
|
|
@@ -166,20 +165,21 @@ export {
|
|
|
166
165
|
Qo as TextH3,
|
|
167
166
|
ee as Textarea,
|
|
168
167
|
ae as TimePicker,
|
|
168
|
+
Xr as ToastContainer,
|
|
169
169
|
pe as Toggle,
|
|
170
170
|
xe as ToggleGroup,
|
|
171
171
|
le as ToggleGroupItem,
|
|
172
172
|
fe as Tooltip,
|
|
173
173
|
de as TooltipContent,
|
|
174
|
-
|
|
175
|
-
|
|
174
|
+
ue as TooltipProvider,
|
|
175
|
+
ce as TooltipTrigger,
|
|
176
176
|
Ce as Typography,
|
|
177
177
|
Wo as XClose,
|
|
178
178
|
L as buttonVariants,
|
|
179
179
|
Le as cn,
|
|
180
180
|
no as edgeButtonVariants,
|
|
181
181
|
fo as flexVariants,
|
|
182
|
-
|
|
182
|
+
P as formatDate,
|
|
183
183
|
A as formatDateRange,
|
|
184
184
|
we as getSpacingVariants,
|
|
185
185
|
ye as spacingVariantDefinitions,
|