@teach-in/react 1.2.0 → 1.4.0
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/LICENSE +21 -21
- package/README.md +9 -9
- package/dist/{chunk-QCLLPJMB.mjs → chunk-BBUPZCY6.mjs} +2 -2
- package/dist/{chunk-2ASQXBDD.mjs → chunk-RPIOTLYT.mjs} +1 -1
- package/dist/{chunk-2CEZXLZR.mjs → chunk-YZB4VBX7.mjs} +25 -3
- package/dist/index.js +24 -2
- package/dist/index.mjs +110 -110
- package/dist/ui/data/index.mjs +7 -7
- package/dist/ui/feedback/index.mjs +13 -13
- package/dist/ui/form/index.mjs +11 -11
- package/dist/ui/form/rhf/fields/autocomplete-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/checkbox-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/date-picker-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/email-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/index.mjs +11 -11
- package/dist/ui/form/rhf/fields/input-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/radio-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/search-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/select-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/switch-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/text-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/textarea-field.mjs +11 -11
- package/dist/ui/form/rhf/index.mjs +11 -11
- package/dist/ui/format/index.mjs +3 -3
- package/dist/ui/index.js +24 -2
- package/dist/ui/index.mjs +110 -110
- package/dist/ui/inputs/checkbox/index.mjs +3 -3
- package/dist/ui/inputs/index.mjs +20 -20
- package/dist/ui/layout/container/container.mjs +52 -52
- package/dist/ui/layout/container/index.mjs +52 -52
- package/dist/ui/layout/index.mjs +59 -59
- package/dist/ui/layout/page/index.mjs +6 -6
- package/dist/ui/layout/page/page-loading.mjs +6 -6
- package/dist/ui/layout/page/section-loading.mjs +6 -6
- package/dist/ui/navigation/index.mjs +4 -4
- package/dist/ui/overlays/index.mjs +7 -7
- package/dist/ui/provider/index.mjs +6 -6
- package/dist/ui/provider/ui-provider.mjs +6 -6
- package/dist/ui/surface/index.mjs +4 -4
- package/dist/ui/theme/colors/common.mjs +3 -3
- package/dist/ui/theme/colors/index.js +24 -2
- package/dist/ui/theme/colors/index.mjs +6 -6
- package/dist/ui/theme/colors/semantic.js +24 -2
- package/dist/ui/theme/colors/semantic.mjs +4 -4
- package/dist/ui/theme/colors/types.d.ts +2 -0
- package/dist/ui/theme/colors.js +24 -2
- package/dist/ui/theme/colors.mjs +6 -6
- package/dist/ui/theme/index.js +24 -2
- package/dist/ui/theme/index.mjs +6 -6
- package/dist/ui/theme/theme.js +24 -2
- package/dist/ui/theme/theme.mjs +6 -6
- package/package.json +1 -1
- package/dist/{chunk-IXPMUODA.mjs → chunk-5WDV3PDI.mjs} +6 -6
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2020 Next UI Inc.
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2020 Next UI Inc.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# @teach-in/react
|
|
2
|
-
|
|
3
|
-
## Installation
|
|
4
|
-
|
|
5
|
-
```sh
|
|
6
|
-
yarn add @teach-in/react
|
|
7
|
-
# or
|
|
8
|
-
npm i @teach-in/react
|
|
9
|
-
```
|
|
1
|
+
# @teach-in/react
|
|
2
|
+
|
|
3
|
+
## Installation
|
|
4
|
+
|
|
5
|
+
```sh
|
|
6
|
+
yarn add @teach-in/react
|
|
7
|
+
# or
|
|
8
|
+
npm i @teach-in/react
|
|
9
|
+
```
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
commonColors
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5WDV3PDI.mjs";
|
|
5
5
|
import {
|
|
6
6
|
swapColorValues
|
|
7
7
|
} from "./chunk-VIPLRFPR.mjs";
|
|
@@ -83,7 +83,7 @@ var themeColorsLight = {
|
|
|
83
83
|
...commonColors.shipgray,
|
|
84
84
|
foreground: commonColors.black,
|
|
85
85
|
flat: commonColors.shipgray[300],
|
|
86
|
-
DEFAULT: commonColors.shipgray[
|
|
86
|
+
DEFAULT: commonColors.shipgray[200]
|
|
87
87
|
},
|
|
88
88
|
primary: {
|
|
89
89
|
...commonColors.blue,
|
|
@@ -114,15 +114,31 @@ var themeColorsLight = {
|
|
|
114
114
|
foreground: commonColors.white,
|
|
115
115
|
flat: commonColors.red[500],
|
|
116
116
|
DEFAULT: commonColors.red[400]
|
|
117
|
+
},
|
|
118
|
+
link: {
|
|
119
|
+
DEFAULT: commonColors.blue[500]
|
|
120
|
+
},
|
|
121
|
+
brand: {
|
|
122
|
+
DEFAULT: commonColors.blue[800]
|
|
117
123
|
}
|
|
118
124
|
};
|
|
119
125
|
var themeColorsDark = {
|
|
120
126
|
...base.dark,
|
|
121
127
|
default: {
|
|
122
128
|
...swapColorValues(commonColors.shipgray),
|
|
129
|
+
50: commonColors.shipgray[800],
|
|
130
|
+
100: commonColors.shipgray[700],
|
|
131
|
+
200: commonColors.shipgray[600],
|
|
132
|
+
300: commonColors.shipgray[500],
|
|
133
|
+
400: commonColors.shipgray[400],
|
|
134
|
+
500: commonColors.shipgray[300],
|
|
135
|
+
600: commonColors.shipgray[200],
|
|
136
|
+
700: commonColors.shipgray[100],
|
|
137
|
+
800: commonColors.shipgray[50],
|
|
138
|
+
900: commonColors.white,
|
|
123
139
|
foreground: commonColors.white,
|
|
124
140
|
flat: commonColors.shipgray[600],
|
|
125
|
-
DEFAULT: commonColors.shipgray[
|
|
141
|
+
DEFAULT: commonColors.shipgray[600]
|
|
126
142
|
},
|
|
127
143
|
primary: {
|
|
128
144
|
...swapColorValues(commonColors.blue),
|
|
@@ -153,6 +169,12 @@ var themeColorsDark = {
|
|
|
153
169
|
foreground: commonColors.white,
|
|
154
170
|
flat: commonColors.red[500],
|
|
155
171
|
DEFAULT: commonColors.red[500]
|
|
172
|
+
},
|
|
173
|
+
link: {
|
|
174
|
+
DEFAULT: commonColors.blue[300]
|
|
175
|
+
},
|
|
176
|
+
brand: {
|
|
177
|
+
DEFAULT: commonColors.white
|
|
156
178
|
}
|
|
157
179
|
};
|
|
158
180
|
var semanticColors = {
|
package/dist/index.js
CHANGED
|
@@ -1971,7 +1971,7 @@ var themeColorsLight = {
|
|
|
1971
1971
|
...commonColors.shipgray,
|
|
1972
1972
|
foreground: commonColors.black,
|
|
1973
1973
|
flat: commonColors.shipgray[300],
|
|
1974
|
-
DEFAULT: commonColors.shipgray[
|
|
1974
|
+
DEFAULT: commonColors.shipgray[200]
|
|
1975
1975
|
},
|
|
1976
1976
|
primary: {
|
|
1977
1977
|
...commonColors.blue,
|
|
@@ -2002,15 +2002,31 @@ var themeColorsLight = {
|
|
|
2002
2002
|
foreground: commonColors.white,
|
|
2003
2003
|
flat: commonColors.red[500],
|
|
2004
2004
|
DEFAULT: commonColors.red[400]
|
|
2005
|
+
},
|
|
2006
|
+
link: {
|
|
2007
|
+
DEFAULT: commonColors.blue[500]
|
|
2008
|
+
},
|
|
2009
|
+
brand: {
|
|
2010
|
+
DEFAULT: commonColors.blue[800]
|
|
2005
2011
|
}
|
|
2006
2012
|
};
|
|
2007
2013
|
var themeColorsDark = {
|
|
2008
2014
|
...base.dark,
|
|
2009
2015
|
default: {
|
|
2010
2016
|
...swapColorValues(commonColors.shipgray),
|
|
2017
|
+
50: commonColors.shipgray[800],
|
|
2018
|
+
100: commonColors.shipgray[700],
|
|
2019
|
+
200: commonColors.shipgray[600],
|
|
2020
|
+
300: commonColors.shipgray[500],
|
|
2021
|
+
400: commonColors.shipgray[400],
|
|
2022
|
+
500: commonColors.shipgray[300],
|
|
2023
|
+
600: commonColors.shipgray[200],
|
|
2024
|
+
700: commonColors.shipgray[100],
|
|
2025
|
+
800: commonColors.shipgray[50],
|
|
2026
|
+
900: commonColors.white,
|
|
2011
2027
|
foreground: commonColors.white,
|
|
2012
2028
|
flat: commonColors.shipgray[600],
|
|
2013
|
-
DEFAULT: commonColors.shipgray[
|
|
2029
|
+
DEFAULT: commonColors.shipgray[600]
|
|
2014
2030
|
},
|
|
2015
2031
|
primary: {
|
|
2016
2032
|
...swapColorValues(commonColors.blue),
|
|
@@ -2041,6 +2057,12 @@ var themeColorsDark = {
|
|
|
2041
2057
|
foreground: commonColors.white,
|
|
2042
2058
|
flat: commonColors.red[500],
|
|
2043
2059
|
DEFAULT: commonColors.red[500]
|
|
2060
|
+
},
|
|
2061
|
+
link: {
|
|
2062
|
+
DEFAULT: commonColors.blue[300]
|
|
2063
|
+
},
|
|
2064
|
+
brand: {
|
|
2065
|
+
DEFAULT: commonColors.white
|
|
2044
2066
|
}
|
|
2045
2067
|
};
|
|
2046
2068
|
var semanticColors = {
|
package/dist/index.mjs
CHANGED
|
@@ -2,14 +2,6 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Container
|
|
4
4
|
} from "./chunk-773RYGHT.mjs";
|
|
5
|
-
import "./chunk-BGNMWHME.mjs";
|
|
6
|
-
import {
|
|
7
|
-
ScrollShadow
|
|
8
|
-
} from "./chunk-OZSO3C5Q.mjs";
|
|
9
|
-
import "./chunk-NDQAHQFL.mjs";
|
|
10
|
-
import {
|
|
11
|
-
Grid
|
|
12
|
-
} from "./chunk-W6NKLZ73.mjs";
|
|
13
5
|
import "./chunk-CRPCWBXA.mjs";
|
|
14
6
|
import {
|
|
15
7
|
Actions,
|
|
@@ -30,11 +22,6 @@ import {
|
|
|
30
22
|
import {
|
|
31
23
|
SectionLoading
|
|
32
24
|
} from "./chunk-25XG46X6.mjs";
|
|
33
|
-
import "./chunk-N7GOJBLM.mjs";
|
|
34
|
-
import {
|
|
35
|
-
Accordion,
|
|
36
|
-
AccordionItem
|
|
37
|
-
} from "./chunk-QUMDPADZ.mjs";
|
|
38
25
|
import "./chunk-JUIVZCH7.mjs";
|
|
39
26
|
import {
|
|
40
27
|
Flex
|
|
@@ -43,6 +30,37 @@ import "./chunk-NVLF7L4R.mjs";
|
|
|
43
30
|
import {
|
|
44
31
|
Divider
|
|
45
32
|
} from "./chunk-VWGY6KWP.mjs";
|
|
33
|
+
import "./chunk-NDQAHQFL.mjs";
|
|
34
|
+
import {
|
|
35
|
+
Grid
|
|
36
|
+
} from "./chunk-W6NKLZ73.mjs";
|
|
37
|
+
import "./chunk-BGNMWHME.mjs";
|
|
38
|
+
import {
|
|
39
|
+
ScrollShadow
|
|
40
|
+
} from "./chunk-OZSO3C5Q.mjs";
|
|
41
|
+
import "./chunk-N7GOJBLM.mjs";
|
|
42
|
+
import {
|
|
43
|
+
Accordion,
|
|
44
|
+
AccordionItem
|
|
45
|
+
} from "./chunk-QUMDPADZ.mjs";
|
|
46
|
+
import "./chunk-EVQFKHCM.mjs";
|
|
47
|
+
import "./chunk-XAW35UDV.mjs";
|
|
48
|
+
import {
|
|
49
|
+
breakpoints
|
|
50
|
+
} from "./chunk-NBFOX367.mjs";
|
|
51
|
+
import {
|
|
52
|
+
theme
|
|
53
|
+
} from "./chunk-RPIOTLYT.mjs";
|
|
54
|
+
import "./chunk-UNBE67YJ.mjs";
|
|
55
|
+
import "./chunk-PON4ZQKG.mjs";
|
|
56
|
+
import {
|
|
57
|
+
Bento,
|
|
58
|
+
bento
|
|
59
|
+
} from "./chunk-J3OZNLTZ.mjs";
|
|
60
|
+
import "./chunk-57JRJHSH.mjs";
|
|
61
|
+
import {
|
|
62
|
+
Card
|
|
63
|
+
} from "./chunk-UFYLYN5Z.mjs";
|
|
46
64
|
import "./chunk-J3GK2CGQ.mjs";
|
|
47
65
|
import "./chunk-FKHR6G3R.mjs";
|
|
48
66
|
import "./chunk-AT6DX4DN.mjs";
|
|
@@ -55,14 +73,14 @@ import {
|
|
|
55
73
|
NavbarMenuItem,
|
|
56
74
|
NavbarMenuToggle
|
|
57
75
|
} from "./chunk-SAYYLTIE.mjs";
|
|
58
|
-
import "./chunk-25ISU6R3.mjs";
|
|
59
|
-
import {
|
|
60
|
-
Link
|
|
61
|
-
} from "./chunk-7T3JFARO.mjs";
|
|
62
76
|
import "./chunk-MJTSZFLC.mjs";
|
|
63
77
|
import {
|
|
64
78
|
Tabs
|
|
65
79
|
} from "./chunk-ZSYIKEXW.mjs";
|
|
80
|
+
import "./chunk-25ISU6R3.mjs";
|
|
81
|
+
import {
|
|
82
|
+
Link
|
|
83
|
+
} from "./chunk-7T3JFARO.mjs";
|
|
66
84
|
import {
|
|
67
85
|
BreadcrumbItem,
|
|
68
86
|
Breadcrumbs
|
|
@@ -75,41 +93,30 @@ import "./chunk-Q6XJI7Q2.mjs";
|
|
|
75
93
|
import {
|
|
76
94
|
cn
|
|
77
95
|
} from "./chunk-LOMRTWX5.mjs";
|
|
78
|
-
import "./chunk-UNBE67YJ.mjs";
|
|
79
|
-
import "./chunk-57JRJHSH.mjs";
|
|
80
|
-
import {
|
|
81
|
-
Card
|
|
82
|
-
} from "./chunk-UFYLYN5Z.mjs";
|
|
83
|
-
import "./chunk-PON4ZQKG.mjs";
|
|
84
|
-
import {
|
|
85
|
-
Bento,
|
|
86
|
-
bento
|
|
87
|
-
} from "./chunk-J3OZNLTZ.mjs";
|
|
88
|
-
import "./chunk-EVQFKHCM.mjs";
|
|
89
|
-
import "./chunk-XAW35UDV.mjs";
|
|
90
|
-
import {
|
|
91
|
-
breakpoints
|
|
92
|
-
} from "./chunk-NBFOX367.mjs";
|
|
93
|
-
import {
|
|
94
|
-
theme
|
|
95
|
-
} from "./chunk-2ASQXBDD.mjs";
|
|
96
96
|
import "./chunk-JWMPI5AZ.mjs";
|
|
97
|
-
import "./chunk-
|
|
98
|
-
import "./chunk-2CEZXLZR.mjs";
|
|
97
|
+
import "./chunk-BBUPZCY6.mjs";
|
|
99
98
|
import "./chunk-EJQH6CYW.mjs";
|
|
100
|
-
import "./chunk-
|
|
99
|
+
import "./chunk-YZB4VBX7.mjs";
|
|
100
|
+
import "./chunk-5WDV3PDI.mjs";
|
|
101
|
+
import "./chunk-HOVAPYGJ.mjs";
|
|
101
102
|
import "./chunk-3LOCA2SP.mjs";
|
|
103
|
+
import "./chunk-LUERGYYZ.mjs";
|
|
102
104
|
import "./chunk-YBQFG6QJ.mjs";
|
|
103
105
|
import "./chunk-XKX5LFH7.mjs";
|
|
104
106
|
import "./chunk-SLB2JE3N.mjs";
|
|
105
107
|
import "./chunk-XYQVL4EX.mjs";
|
|
106
|
-
import "./chunk-HOVAPYGJ.mjs";
|
|
107
108
|
import "./chunk-2OPPNAW2.mjs";
|
|
108
109
|
import "./chunk-OW6U64MG.mjs";
|
|
109
|
-
import "./chunk-LUERGYYZ.mjs";
|
|
110
110
|
import "./chunk-VIPLRFPR.mjs";
|
|
111
111
|
import "./chunk-UON5ACST.mjs";
|
|
112
112
|
import "./chunk-ICRO6HS3.mjs";
|
|
113
|
+
import {
|
|
114
|
+
Dropdown,
|
|
115
|
+
DropdownItem,
|
|
116
|
+
DropdownMenu,
|
|
117
|
+
DropdownSection,
|
|
118
|
+
DropdownTrigger
|
|
119
|
+
} from "./chunk-YNCISHAU.mjs";
|
|
113
120
|
import "./chunk-I5AMV7H7.mjs";
|
|
114
121
|
import {
|
|
115
122
|
Modal
|
|
@@ -118,13 +125,6 @@ import "./chunk-UT5RUCAT.mjs";
|
|
|
118
125
|
import {
|
|
119
126
|
Popover
|
|
120
127
|
} from "./chunk-PSK7I7V4.mjs";
|
|
121
|
-
import {
|
|
122
|
-
Dropdown,
|
|
123
|
-
DropdownItem,
|
|
124
|
-
DropdownMenu,
|
|
125
|
-
DropdownSection,
|
|
126
|
-
DropdownTrigger
|
|
127
|
-
} from "./chunk-YNCISHAU.mjs";
|
|
128
128
|
import "./chunk-VOG5HJID.mjs";
|
|
129
129
|
import "./chunk-FXXWSYJA.mjs";
|
|
130
130
|
import "./chunk-PTCNYQVY.mjs";
|
|
@@ -162,10 +162,6 @@ import {
|
|
|
162
162
|
EmailField
|
|
163
163
|
} from "./chunk-R46SWVWL.mjs";
|
|
164
164
|
import "./chunk-UQAG7TKJ.mjs";
|
|
165
|
-
import "./chunk-DUQFM3QS.mjs";
|
|
166
|
-
import {
|
|
167
|
-
Text
|
|
168
|
-
} from "./chunk-KTWHCUYV.mjs";
|
|
169
165
|
import "./chunk-LLP2PTPK.mjs";
|
|
170
166
|
import {
|
|
171
167
|
FavoriteSwitch
|
|
@@ -173,36 +169,43 @@ import {
|
|
|
173
169
|
import {
|
|
174
170
|
Switch
|
|
175
171
|
} from "./chunk-N3EAW6UO.mjs";
|
|
172
|
+
import "./chunk-DUQFM3QS.mjs";
|
|
173
|
+
import {
|
|
174
|
+
Text
|
|
175
|
+
} from "./chunk-KTWHCUYV.mjs";
|
|
176
176
|
import "./chunk-5HK7HRTR.mjs";
|
|
177
177
|
import {
|
|
178
178
|
Textarea
|
|
179
179
|
} from "./chunk-HJUZTISD.mjs";
|
|
180
|
-
import "./chunk-V3KKDSQP.mjs";
|
|
181
|
-
import {
|
|
182
|
-
Email
|
|
183
|
-
} from "./chunk-46SKVFMZ.mjs";
|
|
184
180
|
import "./chunk-AQ3ISJKU.mjs";
|
|
185
181
|
import {
|
|
186
182
|
Select
|
|
187
183
|
} from "./chunk-VXYV37IM.mjs";
|
|
188
184
|
import "./chunk-2UHA3DYG.mjs";
|
|
189
|
-
import "./chunk-
|
|
185
|
+
import "./chunk-RRA7GWP2.mjs";
|
|
190
186
|
import {
|
|
191
|
-
|
|
192
|
-
} from "./chunk-
|
|
193
|
-
import
|
|
187
|
+
RadioGroup
|
|
188
|
+
} from "./chunk-NOXFF2KJ.mjs";
|
|
189
|
+
import {
|
|
190
|
+
Radio
|
|
191
|
+
} from "./chunk-2SNKT7I4.mjs";
|
|
194
192
|
import "./chunk-UUKS7JYX.mjs";
|
|
193
|
+
import {
|
|
194
|
+
Checkbox
|
|
195
|
+
} from "./chunk-N3QOXWJI.mjs";
|
|
195
196
|
import "./chunk-V2HNFTTX.mjs";
|
|
196
197
|
import {
|
|
197
198
|
DatePicker
|
|
198
199
|
} from "./chunk-IAJ6G633.mjs";
|
|
199
|
-
import "./chunk-
|
|
200
|
+
import "./chunk-V3KKDSQP.mjs";
|
|
200
201
|
import {
|
|
201
|
-
|
|
202
|
-
} from "./chunk-
|
|
202
|
+
Email
|
|
203
|
+
} from "./chunk-46SKVFMZ.mjs";
|
|
204
|
+
import "./chunk-5RNCFTW5.mjs";
|
|
203
205
|
import {
|
|
204
|
-
|
|
205
|
-
} from "./chunk-
|
|
206
|
+
Search
|
|
207
|
+
} from "./chunk-SEJXJZSK.mjs";
|
|
208
|
+
import "./chunk-C2VWADF5.mjs";
|
|
206
209
|
import "./chunk-ZRHEFEFS.mjs";
|
|
207
210
|
import {
|
|
208
211
|
Input
|
|
@@ -215,13 +218,13 @@ import {
|
|
|
215
218
|
import {
|
|
216
219
|
CheckboxGroup
|
|
217
220
|
} from "./chunk-C4PCTOGM.mjs";
|
|
218
|
-
import {
|
|
219
|
-
Checkbox
|
|
220
|
-
} from "./chunk-N3QOXWJI.mjs";
|
|
221
221
|
import {
|
|
222
222
|
ClearButton
|
|
223
223
|
} from "./chunk-TUIN5YJW.mjs";
|
|
224
224
|
import "./chunk-5N3SIZHF.mjs";
|
|
225
|
+
import {
|
|
226
|
+
Number
|
|
227
|
+
} from "./chunk-NZI5NBXF.mjs";
|
|
225
228
|
import {
|
|
226
229
|
Percent
|
|
227
230
|
} from "./chunk-CXAZBWS4.mjs";
|
|
@@ -249,50 +252,13 @@ import {
|
|
|
249
252
|
import {
|
|
250
253
|
Duration
|
|
251
254
|
} from "./chunk-4QSIBIUI.mjs";
|
|
252
|
-
import {
|
|
253
|
-
Number
|
|
254
|
-
} from "./chunk-NZI5NBXF.mjs";
|
|
255
255
|
import "./chunk-HZ5YAOU6.mjs";
|
|
256
256
|
import "./chunk-5UKTT75Y.mjs";
|
|
257
257
|
import {
|
|
258
258
|
Button
|
|
259
259
|
} from "./chunk-4BGIUXAF.mjs";
|
|
260
|
-
import "./chunk-3C4DPNCD.mjs";
|
|
261
|
-
import "./chunk-KH4D2C2T.mjs";
|
|
262
|
-
import {
|
|
263
|
-
Pagination
|
|
264
|
-
} from "./chunk-O5T4GUJH.mjs";
|
|
265
|
-
import "./chunk-54FA62HL.mjs";
|
|
266
|
-
import {
|
|
267
|
-
Table,
|
|
268
|
-
TableBody,
|
|
269
|
-
TableCell,
|
|
270
|
-
TableColumn,
|
|
271
|
-
TableHeader,
|
|
272
|
-
TableRow,
|
|
273
|
-
getKeyValue
|
|
274
|
-
} from "./chunk-PKZZEODR.mjs";
|
|
275
|
-
import "./chunk-CTKWGSNJ.mjs";
|
|
276
|
-
import {
|
|
277
|
-
User
|
|
278
|
-
} from "./chunk-XHCXM5MU.mjs";
|
|
279
|
-
import "./chunk-UTZUYZZL.mjs";
|
|
280
|
-
import {
|
|
281
|
-
Avatar
|
|
282
|
-
} from "./chunk-IZEJE6V2.mjs";
|
|
283
|
-
import "./chunk-DRZAPJZH.mjs";
|
|
284
|
-
import {
|
|
285
|
-
Image
|
|
286
|
-
} from "./chunk-4N3FFVKQ.mjs";
|
|
287
260
|
import "./chunk-AR4IYKG5.mjs";
|
|
288
|
-
import "./chunk-
|
|
289
|
-
import {
|
|
290
|
-
Tooltip
|
|
291
|
-
} from "./chunk-TJBXXTYS.mjs";
|
|
292
|
-
import "./chunk-V77JZXH7.mjs";
|
|
293
|
-
import {
|
|
294
|
-
Alert
|
|
295
|
-
} from "./chunk-TIFF5WZA.mjs";
|
|
261
|
+
import "./chunk-K3WTHFIG.mjs";
|
|
296
262
|
import "./chunk-U4FAPNVK.mjs";
|
|
297
263
|
import {
|
|
298
264
|
CircularProgress
|
|
@@ -300,10 +266,6 @@ import {
|
|
|
300
266
|
import {
|
|
301
267
|
Progress
|
|
302
268
|
} from "./chunk-JTPBZJ4S.mjs";
|
|
303
|
-
import "./chunk-WZDFBWUL.mjs";
|
|
304
|
-
import {
|
|
305
|
-
Spinner
|
|
306
|
-
} from "./chunk-ZXCQ73RT.mjs";
|
|
307
269
|
import {
|
|
308
270
|
Toast,
|
|
309
271
|
ToastProvider,
|
|
@@ -314,14 +276,52 @@ import {
|
|
|
314
276
|
isToastClosing,
|
|
315
277
|
useToast
|
|
316
278
|
} from "./chunk-CA2EAK5M.mjs";
|
|
317
|
-
import "./chunk-
|
|
279
|
+
import "./chunk-3BST3PYD.mjs";
|
|
280
|
+
import {
|
|
281
|
+
Tooltip
|
|
282
|
+
} from "./chunk-TJBXXTYS.mjs";
|
|
318
283
|
import {
|
|
319
284
|
Chip
|
|
320
285
|
} from "./chunk-EEGPGLDC.mjs";
|
|
286
|
+
import "./chunk-V77JZXH7.mjs";
|
|
287
|
+
import {
|
|
288
|
+
Alert
|
|
289
|
+
} from "./chunk-TIFF5WZA.mjs";
|
|
290
|
+
import "./chunk-WZDFBWUL.mjs";
|
|
291
|
+
import {
|
|
292
|
+
Spinner
|
|
293
|
+
} from "./chunk-ZXCQ73RT.mjs";
|
|
321
294
|
import "./chunk-Q2ILWL7L.mjs";
|
|
322
295
|
import {
|
|
323
296
|
extendVariants
|
|
324
297
|
} from "./chunk-7BTEKEON.mjs";
|
|
298
|
+
import "./chunk-3C4DPNCD.mjs";
|
|
299
|
+
import "./chunk-CTKWGSNJ.mjs";
|
|
300
|
+
import {
|
|
301
|
+
User
|
|
302
|
+
} from "./chunk-XHCXM5MU.mjs";
|
|
303
|
+
import "./chunk-54FA62HL.mjs";
|
|
304
|
+
import {
|
|
305
|
+
Table,
|
|
306
|
+
TableBody,
|
|
307
|
+
TableCell,
|
|
308
|
+
TableColumn,
|
|
309
|
+
TableHeader,
|
|
310
|
+
TableRow,
|
|
311
|
+
getKeyValue
|
|
312
|
+
} from "./chunk-PKZZEODR.mjs";
|
|
313
|
+
import "./chunk-UTZUYZZL.mjs";
|
|
314
|
+
import {
|
|
315
|
+
Avatar
|
|
316
|
+
} from "./chunk-IZEJE6V2.mjs";
|
|
317
|
+
import "./chunk-DRZAPJZH.mjs";
|
|
318
|
+
import {
|
|
319
|
+
Image
|
|
320
|
+
} from "./chunk-4N3FFVKQ.mjs";
|
|
321
|
+
import "./chunk-KH4D2C2T.mjs";
|
|
322
|
+
import {
|
|
323
|
+
Pagination
|
|
324
|
+
} from "./chunk-O5T4GUJH.mjs";
|
|
325
325
|
import {
|
|
326
326
|
Form
|
|
327
327
|
} from "./chunk-A3AAC7PF.mjs";
|
package/dist/ui/data/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../chunk-3C4DPNCD.mjs";
|
|
3
|
-
import "../../chunk-
|
|
3
|
+
import "../../chunk-CTKWGSNJ.mjs";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
} from "../../chunk-
|
|
5
|
+
User
|
|
6
|
+
} from "../../chunk-XHCXM5MU.mjs";
|
|
7
7
|
import "../../chunk-54FA62HL.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Table,
|
|
@@ -14,10 +14,6 @@ import {
|
|
|
14
14
|
TableRow,
|
|
15
15
|
getKeyValue
|
|
16
16
|
} from "../../chunk-PKZZEODR.mjs";
|
|
17
|
-
import "../../chunk-CTKWGSNJ.mjs";
|
|
18
|
-
import {
|
|
19
|
-
User
|
|
20
|
-
} from "../../chunk-XHCXM5MU.mjs";
|
|
21
17
|
import "../../chunk-UTZUYZZL.mjs";
|
|
22
18
|
import {
|
|
23
19
|
Avatar
|
|
@@ -26,6 +22,10 @@ import "../../chunk-DRZAPJZH.mjs";
|
|
|
26
22
|
import {
|
|
27
23
|
Image
|
|
28
24
|
} from "../../chunk-4N3FFVKQ.mjs";
|
|
25
|
+
import "../../chunk-KH4D2C2T.mjs";
|
|
26
|
+
import {
|
|
27
|
+
Pagination
|
|
28
|
+
} from "../../chunk-O5T4GUJH.mjs";
|
|
29
29
|
export {
|
|
30
30
|
Avatar,
|
|
31
31
|
Image,
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../chunk-AR4IYKG5.mjs";
|
|
3
|
-
import "../../chunk-
|
|
4
|
-
import {
|
|
5
|
-
Tooltip
|
|
6
|
-
} from "../../chunk-TJBXXTYS.mjs";
|
|
7
|
-
import "../../chunk-V77JZXH7.mjs";
|
|
8
|
-
import {
|
|
9
|
-
Alert
|
|
10
|
-
} from "../../chunk-TIFF5WZA.mjs";
|
|
3
|
+
import "../../chunk-K3WTHFIG.mjs";
|
|
11
4
|
import "../../chunk-U4FAPNVK.mjs";
|
|
12
5
|
import {
|
|
13
6
|
CircularProgress
|
|
@@ -15,10 +8,6 @@ import {
|
|
|
15
8
|
import {
|
|
16
9
|
Progress
|
|
17
10
|
} from "../../chunk-JTPBZJ4S.mjs";
|
|
18
|
-
import "../../chunk-WZDFBWUL.mjs";
|
|
19
|
-
import {
|
|
20
|
-
Spinner
|
|
21
|
-
} from "../../chunk-ZXCQ73RT.mjs";
|
|
22
11
|
import {
|
|
23
12
|
Toast,
|
|
24
13
|
ToastProvider,
|
|
@@ -29,10 +18,21 @@ import {
|
|
|
29
18
|
isToastClosing,
|
|
30
19
|
useToast
|
|
31
20
|
} from "../../chunk-CA2EAK5M.mjs";
|
|
32
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-3BST3PYD.mjs";
|
|
22
|
+
import {
|
|
23
|
+
Tooltip
|
|
24
|
+
} from "../../chunk-TJBXXTYS.mjs";
|
|
33
25
|
import {
|
|
34
26
|
Chip
|
|
35
27
|
} from "../../chunk-EEGPGLDC.mjs";
|
|
28
|
+
import "../../chunk-V77JZXH7.mjs";
|
|
29
|
+
import {
|
|
30
|
+
Alert
|
|
31
|
+
} from "../../chunk-TIFF5WZA.mjs";
|
|
32
|
+
import "../../chunk-WZDFBWUL.mjs";
|
|
33
|
+
import {
|
|
34
|
+
Spinner
|
|
35
|
+
} from "../../chunk-ZXCQ73RT.mjs";
|
|
36
36
|
import "../../chunk-Q2ILWL7L.mjs";
|
|
37
37
|
import "../../chunk-7BTEKEON.mjs";
|
|
38
38
|
export {
|
package/dist/ui/form/index.mjs
CHANGED
|
@@ -36,34 +36,34 @@ import {
|
|
|
36
36
|
EmailField
|
|
37
37
|
} from "../../chunk-R46SWVWL.mjs";
|
|
38
38
|
import "../../chunk-UQAG7TKJ.mjs";
|
|
39
|
-
import "../../chunk-DUQFM3QS.mjs";
|
|
40
|
-
import "../../chunk-KTWHCUYV.mjs";
|
|
41
39
|
import "../../chunk-LLP2PTPK.mjs";
|
|
42
40
|
import "../../chunk-E5QSNLSR.mjs";
|
|
43
41
|
import "../../chunk-N3EAW6UO.mjs";
|
|
42
|
+
import "../../chunk-DUQFM3QS.mjs";
|
|
43
|
+
import "../../chunk-KTWHCUYV.mjs";
|
|
44
44
|
import "../../chunk-5HK7HRTR.mjs";
|
|
45
45
|
import "../../chunk-HJUZTISD.mjs";
|
|
46
|
-
import "../../chunk-V3KKDSQP.mjs";
|
|
47
|
-
import "../../chunk-46SKVFMZ.mjs";
|
|
48
46
|
import "../../chunk-AQ3ISJKU.mjs";
|
|
49
47
|
import "../../chunk-VXYV37IM.mjs";
|
|
50
48
|
import "../../chunk-2UHA3DYG.mjs";
|
|
51
|
-
import "../../chunk-5RNCFTW5.mjs";
|
|
52
|
-
import "../../chunk-SEJXJZSK.mjs";
|
|
53
|
-
import "../../chunk-C2VWADF5.mjs";
|
|
54
|
-
import "../../chunk-UUKS7JYX.mjs";
|
|
55
|
-
import "../../chunk-V2HNFTTX.mjs";
|
|
56
|
-
import "../../chunk-IAJ6G633.mjs";
|
|
57
49
|
import "../../chunk-RRA7GWP2.mjs";
|
|
58
50
|
import "../../chunk-NOXFF2KJ.mjs";
|
|
59
51
|
import "../../chunk-2SNKT7I4.mjs";
|
|
52
|
+
import "../../chunk-UUKS7JYX.mjs";
|
|
53
|
+
import "../../chunk-N3QOXWJI.mjs";
|
|
54
|
+
import "../../chunk-V2HNFTTX.mjs";
|
|
55
|
+
import "../../chunk-IAJ6G633.mjs";
|
|
56
|
+
import "../../chunk-V3KKDSQP.mjs";
|
|
57
|
+
import "../../chunk-46SKVFMZ.mjs";
|
|
58
|
+
import "../../chunk-5RNCFTW5.mjs";
|
|
59
|
+
import "../../chunk-SEJXJZSK.mjs";
|
|
60
|
+
import "../../chunk-C2VWADF5.mjs";
|
|
60
61
|
import "../../chunk-ZRHEFEFS.mjs";
|
|
61
62
|
import "../../chunk-MCQGBAUS.mjs";
|
|
62
63
|
import "../../chunk-NSU66J5E.mjs";
|
|
63
64
|
import "../../chunk-WYJW5NNA.mjs";
|
|
64
65
|
import "../../chunk-C3MURCMZ.mjs";
|
|
65
66
|
import "../../chunk-C4PCTOGM.mjs";
|
|
66
|
-
import "../../chunk-N3QOXWJI.mjs";
|
|
67
67
|
import "../../chunk-TUIN5YJW.mjs";
|
|
68
68
|
import {
|
|
69
69
|
Form
|