@nextui-org/theme 0.0.0-dev-v2-20230702153650 → 0.0.0-dev-v2-20230704015426
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/dist/{chunk-H7GKXBYI.mjs → chunk-65JSATNX.mjs} +17 -14
- package/dist/{chunk-GHB2MRUU.mjs → chunk-FJYKXAF3.mjs} +3 -2
- package/dist/{chunk-ZACTN4QJ.mjs → chunk-JMYNSFJ5.mjs} +4 -4
- package/dist/{chunk-MEZC3VSI.mjs → chunk-KUNVFLXJ.mjs} +1 -4
- package/dist/{chunk-7HEEC54H.mjs → chunk-RMBJTVLZ.mjs} +2 -2
- package/dist/colors/common.mjs +3 -3
- package/dist/colors/index.js +0 -1
- package/dist/colors/index.mjs +6 -6
- package/dist/colors/semantic.js +0 -1
- package/dist/colors/semantic.mjs +5 -5
- package/dist/colors.js +0 -1
- package/dist/colors.mjs +6 -6
- package/dist/components/accordion.mjs +1 -1
- package/dist/components/avatar.mjs +1 -1
- package/dist/components/badge.mjs +1 -1
- package/dist/components/button.mjs +1 -1
- package/dist/components/card.mjs +1 -1
- package/dist/components/checkbox.mjs +1 -1
- package/dist/components/chip.mjs +1 -1
- package/dist/components/code.mjs +1 -1
- package/dist/components/dropdown.mjs +1 -1
- package/dist/components/index.js +3 -2
- package/dist/components/index.mjs +35 -35
- package/dist/components/input.mjs +1 -1
- package/dist/components/link.mjs +1 -1
- package/dist/components/modal.mjs +1 -1
- package/dist/components/navbar.js +3 -2
- package/dist/components/navbar.mjs +2 -2
- package/dist/components/pagination.mjs +1 -1
- package/dist/components/popover.mjs +1 -1
- package/dist/components/radio.mjs +1 -1
- package/dist/components/snippet.mjs +1 -1
- package/dist/components/table.mjs +1 -1
- package/dist/components/tabs.mjs +1 -1
- package/dist/components/toggle.mjs +1 -1
- package/dist/components/user.mjs +1 -1
- package/dist/index.js +19 -16
- package/dist/index.mjs +49 -49
- package/dist/plugin.js +16 -14
- package/dist/plugin.mjs +14 -14
- package/dist/utilities/index.mjs +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/utils/object.d.ts +1 -10
- package/dist/utils/object.js +2 -6
- package/dist/utils/object.mjs +3 -5
- package/package.json +11 -3
- package/dist/{chunk-IAS3SFA4.mjs → chunk-7U2EKHEN.mjs} +6 -6
- package/dist/{chunk-UNQJ7BRW.mjs → chunk-OQGOVMIP.mjs} +3 -3
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
isBaseTheme
|
|
3
|
-
} from "./chunk-D2XMP2NC.mjs";
|
|
4
|
-
import {
|
|
5
|
-
utilities
|
|
6
|
-
} from "./chunk-UNQJ7BRW.mjs";
|
|
7
1
|
import {
|
|
8
2
|
baseStyles
|
|
9
3
|
} from "./chunk-G2ZSNGR5.mjs";
|
|
4
|
+
import {
|
|
5
|
+
isBaseTheme
|
|
6
|
+
} from "./chunk-D2XMP2NC.mjs";
|
|
10
7
|
import {
|
|
11
8
|
semanticColors
|
|
12
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-JMYNSFJ5.mjs";
|
|
10
|
+
import {
|
|
11
|
+
commonColors
|
|
12
|
+
} from "./chunk-7U2EKHEN.mjs";
|
|
13
13
|
import {
|
|
14
|
-
flattenThemeObject
|
|
15
|
-
|
|
16
|
-
} from "./chunk-MEZC3VSI.mjs";
|
|
14
|
+
flattenThemeObject
|
|
15
|
+
} from "./chunk-KUNVFLXJ.mjs";
|
|
17
16
|
import {
|
|
18
17
|
darkLayout,
|
|
19
18
|
defaultLayout,
|
|
@@ -24,13 +23,17 @@ import {
|
|
|
24
23
|
animations
|
|
25
24
|
} from "./chunk-DMASP6FA.mjs";
|
|
26
25
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
26
|
+
utilities
|
|
27
|
+
} from "./chunk-OQGOVMIP.mjs";
|
|
29
28
|
|
|
30
29
|
// src/plugin.ts
|
|
31
30
|
import Color from "color";
|
|
32
31
|
import plugin from "tailwindcss/plugin.js";
|
|
33
|
-
import
|
|
32
|
+
import get from "lodash.get";
|
|
33
|
+
import omit from "lodash.omit";
|
|
34
|
+
import forEach from "lodash.foreach";
|
|
35
|
+
import mapKeys from "lodash.mapkeys";
|
|
36
|
+
import kebabCase from "lodash.kebabcase";
|
|
34
37
|
import deepMerge from "deepmerge";
|
|
35
38
|
var DEFAULT_PREFIX = "nextui";
|
|
36
39
|
var resolveConfig = (themes = {}, defaultTheme, prefix) => {
|
|
@@ -49,7 +52,7 @@ var resolveConfig = (themes = {}, defaultTheme, prefix) => {
|
|
|
49
52
|
"color-scheme": scheme
|
|
50
53
|
} : {};
|
|
51
54
|
const flatColors = flattenThemeObject(colors);
|
|
52
|
-
const flatLayout = layout ?
|
|
55
|
+
const flatLayout = layout ? mapKeys(layout, (value, key) => kebabCase(key)) : {};
|
|
53
56
|
resolved.variants.push({
|
|
54
57
|
name: themeName,
|
|
55
58
|
definition: [`&.${themeName}`, `&[data-theme='${themeName}']`]
|
|
@@ -114,13 +114,14 @@ var navbar = tv({
|
|
|
114
114
|
"px-6",
|
|
115
115
|
"pt-2",
|
|
116
116
|
"fixed",
|
|
117
|
+
"flex",
|
|
117
118
|
"max-w-full",
|
|
118
119
|
"top-[var(--navbar-height)]",
|
|
119
120
|
"inset-x-0",
|
|
120
121
|
"bottom-0",
|
|
121
122
|
"w-screen",
|
|
122
123
|
"flex-col",
|
|
123
|
-
"gap-
|
|
124
|
+
"gap-2",
|
|
124
125
|
"overflow-y-auto"
|
|
125
126
|
],
|
|
126
127
|
menuItem: ["text-large"]
|
|
@@ -156,7 +157,7 @@ var navbar = tv({
|
|
|
156
157
|
},
|
|
157
158
|
hideOnScroll: {
|
|
158
159
|
true: {
|
|
159
|
-
base: ["
|
|
160
|
+
base: ["sticky", "top-0", "inset-x-0"]
|
|
160
161
|
}
|
|
161
162
|
},
|
|
162
163
|
isBordered: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
swapColorValues
|
|
3
|
-
} from "./chunk-MEZC3VSI.mjs";
|
|
4
1
|
import {
|
|
5
2
|
commonColors
|
|
6
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7U2EKHEN.mjs";
|
|
4
|
+
import {
|
|
5
|
+
swapColorValues
|
|
6
|
+
} from "./chunk-KUNVFLXJ.mjs";
|
|
7
7
|
|
|
8
8
|
// src/colors/semantic.ts
|
|
9
9
|
import { readableColor } from "color2k";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// src/utils/object.ts
|
|
2
2
|
import flatten from "flat";
|
|
3
|
-
import { mapKeys, kebabCase } from "lodash";
|
|
4
3
|
function swapColorValues(colors) {
|
|
5
4
|
const swappedColors = {};
|
|
6
5
|
const keys = Object.keys(colors);
|
|
@@ -34,11 +33,9 @@ var flattenThemeObject = (obj) => removeDefaultKeys(
|
|
|
34
33
|
delimiter: "-"
|
|
35
34
|
})
|
|
36
35
|
);
|
|
37
|
-
var transformKeysToKebab = (obj) => mapKeys(obj, (value, key) => kebabCase(key));
|
|
38
36
|
|
|
39
37
|
export {
|
|
40
38
|
swapColorValues,
|
|
41
39
|
removeDefaultKeys,
|
|
42
|
-
flattenThemeObject
|
|
43
|
-
transformKeysToKebab
|
|
40
|
+
flattenThemeObject
|
|
44
41
|
};
|
package/dist/colors/common.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
commonColors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-7U2EKHEN.mjs";
|
|
4
|
+
import "../chunk-YZYGFPNK.mjs";
|
|
4
5
|
import "../chunk-JUEOCLA3.mjs";
|
|
5
6
|
import "../chunk-3LKKH4AR.mjs";
|
|
7
|
+
import "../chunk-GHZ36ATJ.mjs";
|
|
6
8
|
import "../chunk-T3GWIVAM.mjs";
|
|
7
9
|
import "../chunk-OR5PUD24.mjs";
|
|
8
10
|
import "../chunk-DCEG5LGX.mjs";
|
|
9
11
|
import "../chunk-L2OL7R23.mjs";
|
|
10
|
-
import "../chunk-YZYGFPNK.mjs";
|
|
11
|
-
import "../chunk-GHZ36ATJ.mjs";
|
|
12
12
|
export {
|
|
13
13
|
commonColors
|
|
14
14
|
};
|
package/dist/colors/index.js
CHANGED
|
@@ -163,7 +163,6 @@ var import_color2k = require("color2k");
|
|
|
163
163
|
|
|
164
164
|
// src/utils/object.ts
|
|
165
165
|
var import_flat = __toESM(require("flat"));
|
|
166
|
-
var import_lodash = require("lodash");
|
|
167
166
|
function swapColorValues(colors2) {
|
|
168
167
|
const swappedColors = {};
|
|
169
168
|
const keys = Object.keys(colors2);
|
package/dist/colors/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-RMBJTVLZ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-MEZC3VSI.mjs";
|
|
6
|
+
} from "../chunk-JMYNSFJ5.mjs";
|
|
8
7
|
import "../chunk-M63AFAHO.mjs";
|
|
9
8
|
import {
|
|
10
9
|
commonColors
|
|
11
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-7U2EKHEN.mjs";
|
|
11
|
+
import "../chunk-YZYGFPNK.mjs";
|
|
12
12
|
import "../chunk-JUEOCLA3.mjs";
|
|
13
13
|
import "../chunk-3LKKH4AR.mjs";
|
|
14
|
+
import "../chunk-GHZ36ATJ.mjs";
|
|
14
15
|
import "../chunk-T3GWIVAM.mjs";
|
|
15
16
|
import "../chunk-OR5PUD24.mjs";
|
|
16
17
|
import "../chunk-DCEG5LGX.mjs";
|
|
17
18
|
import "../chunk-L2OL7R23.mjs";
|
|
18
|
-
import "../chunk-
|
|
19
|
-
import "../chunk-GHZ36ATJ.mjs";
|
|
19
|
+
import "../chunk-KUNVFLXJ.mjs";
|
|
20
20
|
export {
|
|
21
21
|
colors,
|
|
22
22
|
commonColors,
|
package/dist/colors/semantic.js
CHANGED
|
@@ -35,7 +35,6 @@ var import_color2k = require("color2k");
|
|
|
35
35
|
|
|
36
36
|
// src/utils/object.ts
|
|
37
37
|
var import_flat = __toESM(require("flat"));
|
|
38
|
-
var import_lodash = require("lodash");
|
|
39
38
|
function swapColorValues(colors) {
|
|
40
39
|
const swappedColors = {};
|
|
41
40
|
const keys = Object.keys(colors);
|
package/dist/colors/semantic.mjs
CHANGED
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
semanticColors,
|
|
3
3
|
themeColorsDark,
|
|
4
4
|
themeColorsLight
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-JMYNSFJ5.mjs";
|
|
6
|
+
import "../chunk-7U2EKHEN.mjs";
|
|
7
|
+
import "../chunk-YZYGFPNK.mjs";
|
|
8
8
|
import "../chunk-JUEOCLA3.mjs";
|
|
9
9
|
import "../chunk-3LKKH4AR.mjs";
|
|
10
|
+
import "../chunk-GHZ36ATJ.mjs";
|
|
10
11
|
import "../chunk-T3GWIVAM.mjs";
|
|
11
12
|
import "../chunk-OR5PUD24.mjs";
|
|
12
13
|
import "../chunk-DCEG5LGX.mjs";
|
|
13
14
|
import "../chunk-L2OL7R23.mjs";
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-GHZ36ATJ.mjs";
|
|
15
|
+
import "../chunk-KUNVFLXJ.mjs";
|
|
16
16
|
export {
|
|
17
17
|
semanticColors,
|
|
18
18
|
themeColorsDark,
|
package/dist/colors.js
CHANGED
|
@@ -163,7 +163,6 @@ var import_color2k = require("color2k");
|
|
|
163
163
|
|
|
164
164
|
// src/utils/object.ts
|
|
165
165
|
var import_flat = __toESM(require("flat"));
|
|
166
|
-
var import_lodash = require("lodash");
|
|
167
166
|
function swapColorValues(colors2) {
|
|
168
167
|
const swappedColors = {};
|
|
169
168
|
const keys = Object.keys(colors2);
|
package/dist/colors.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./chunk-WQEDQHKX.mjs";
|
|
2
2
|
import {
|
|
3
3
|
colors
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RMBJTVLZ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-MEZC3VSI.mjs";
|
|
7
|
+
} from "./chunk-JMYNSFJ5.mjs";
|
|
9
8
|
import "./chunk-M63AFAHO.mjs";
|
|
10
9
|
import {
|
|
11
10
|
commonColors
|
|
12
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7U2EKHEN.mjs";
|
|
12
|
+
import "./chunk-YZYGFPNK.mjs";
|
|
13
13
|
import "./chunk-JUEOCLA3.mjs";
|
|
14
14
|
import "./chunk-3LKKH4AR.mjs";
|
|
15
|
+
import "./chunk-GHZ36ATJ.mjs";
|
|
15
16
|
import "./chunk-T3GWIVAM.mjs";
|
|
16
17
|
import "./chunk-OR5PUD24.mjs";
|
|
17
18
|
import "./chunk-DCEG5LGX.mjs";
|
|
18
19
|
import "./chunk-L2OL7R23.mjs";
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-GHZ36ATJ.mjs";
|
|
20
|
+
import "./chunk-KUNVFLXJ.mjs";
|
|
21
21
|
export {
|
|
22
22
|
colors,
|
|
23
23
|
commonColors,
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
accordionItem
|
|
4
4
|
} from "../chunk-UZZPYFGR.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
7
|
import "../chunk-GMMETTYU.mjs";
|
|
8
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
accordion,
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
avatarGroup
|
|
4
4
|
} from "../chunk-6PEULYVG.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
7
|
import "../chunk-GMMETTYU.mjs";
|
|
8
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
avatar,
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
badge
|
|
3
3
|
} from "../chunk-DY5676QC.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
badge
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
buttonGroup
|
|
4
4
|
} from "../chunk-Q7Y2WFSA.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
7
|
import "../chunk-GMMETTYU.mjs";
|
|
8
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
button,
|
package/dist/components/card.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
card
|
|
3
3
|
} from "../chunk-OFWUJFG6.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
card
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
checkboxGroup
|
|
4
4
|
} from "../chunk-RVVPQOCN.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
7
|
import "../chunk-GMMETTYU.mjs";
|
|
8
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
checkbox,
|
package/dist/components/chip.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
chip
|
|
3
3
|
} from "../chunk-5VNI3CVI.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
chip
|
package/dist/components/code.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
code
|
|
3
3
|
} from "../chunk-V5ZTBGGO.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
code
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
dropdownSection
|
|
6
6
|
} from "../chunk-Y6DYRIUN.mjs";
|
|
7
7
|
import "../chunk-CMYR6AOY.mjs";
|
|
8
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
9
8
|
import "../chunk-2PIR7DFM.mjs";
|
|
10
9
|
import "../chunk-GMMETTYU.mjs";
|
|
10
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
11
11
|
import "../chunk-G2ZSNGR5.mjs";
|
|
12
12
|
export {
|
|
13
13
|
dropdown,
|
package/dist/components/index.js
CHANGED
|
@@ -4825,13 +4825,14 @@ var navbar = tv({
|
|
|
4825
4825
|
"px-6",
|
|
4826
4826
|
"pt-2",
|
|
4827
4827
|
"fixed",
|
|
4828
|
+
"flex",
|
|
4828
4829
|
"max-w-full",
|
|
4829
4830
|
"top-[var(--navbar-height)]",
|
|
4830
4831
|
"inset-x-0",
|
|
4831
4832
|
"bottom-0",
|
|
4832
4833
|
"w-screen",
|
|
4833
4834
|
"flex-col",
|
|
4834
|
-
"gap-
|
|
4835
|
+
"gap-2",
|
|
4835
4836
|
"overflow-y-auto"
|
|
4836
4837
|
],
|
|
4837
4838
|
menuItem: ["text-large"]
|
|
@@ -4867,7 +4868,7 @@ var navbar = tv({
|
|
|
4867
4868
|
},
|
|
4868
4869
|
hideOnScroll: {
|
|
4869
4870
|
true: {
|
|
4870
|
-
base: ["
|
|
4871
|
+
base: ["sticky", "top-0", "inset-x-0"]
|
|
4871
4872
|
}
|
|
4872
4873
|
},
|
|
4873
4874
|
isBordered: {
|
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
+
import {
|
|
3
|
+
table
|
|
4
|
+
} from "../chunk-CJRYUKCX.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tabs
|
|
7
|
+
} from "../chunk-XVSYFWXT.mjs";
|
|
8
|
+
import {
|
|
9
|
+
toggle
|
|
10
|
+
} from "../chunk-GCKY7FII.mjs";
|
|
2
11
|
import {
|
|
3
12
|
user
|
|
4
13
|
} from "../chunk-TXDV4YYI.mjs";
|
|
14
|
+
import {
|
|
15
|
+
pagination
|
|
16
|
+
} from "../chunk-ZHGJEVPT.mjs";
|
|
17
|
+
import {
|
|
18
|
+
popover
|
|
19
|
+
} from "../chunk-C43HNPNG.mjs";
|
|
20
|
+
import {
|
|
21
|
+
progress
|
|
22
|
+
} from "../chunk-524WVPFR.mjs";
|
|
5
23
|
import {
|
|
6
24
|
radio,
|
|
7
25
|
radioGroup
|
|
@@ -19,14 +37,14 @@ import {
|
|
|
19
37
|
spinner
|
|
20
38
|
} from "../chunk-PSEUPXFL.mjs";
|
|
21
39
|
import {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
} from "../chunk-
|
|
40
|
+
dropdown,
|
|
41
|
+
dropdownItem,
|
|
42
|
+
dropdownMenu,
|
|
43
|
+
dropdownSection
|
|
44
|
+
} from "../chunk-Y6DYRIUN.mjs";
|
|
27
45
|
import {
|
|
28
|
-
|
|
29
|
-
} from "../chunk-
|
|
46
|
+
image
|
|
47
|
+
} from "../chunk-LDBYFTHC.mjs";
|
|
30
48
|
import {
|
|
31
49
|
input
|
|
32
50
|
} from "../chunk-SQCHLZL7.mjs";
|
|
@@ -42,16 +60,18 @@ import {
|
|
|
42
60
|
} from "../chunk-QMVL7T5G.mjs";
|
|
43
61
|
import {
|
|
44
62
|
navbar
|
|
45
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-FJYKXAF3.mjs";
|
|
46
64
|
import {
|
|
47
|
-
|
|
48
|
-
|
|
65
|
+
button,
|
|
66
|
+
buttonGroup
|
|
67
|
+
} from "../chunk-Q7Y2WFSA.mjs";
|
|
49
68
|
import {
|
|
50
|
-
|
|
51
|
-
} from "../chunk-
|
|
69
|
+
card
|
|
70
|
+
} from "../chunk-OFWUJFG6.mjs";
|
|
52
71
|
import {
|
|
53
|
-
|
|
54
|
-
|
|
72
|
+
checkbox,
|
|
73
|
+
checkboxGroup
|
|
74
|
+
} from "../chunk-RVVPQOCN.mjs";
|
|
55
75
|
import {
|
|
56
76
|
chip
|
|
57
77
|
} from "../chunk-5VNI3CVI.mjs";
|
|
@@ -67,15 +87,6 @@ import {
|
|
|
67
87
|
import {
|
|
68
88
|
drip
|
|
69
89
|
} from "../chunk-AGUZRGXC.mjs";
|
|
70
|
-
import {
|
|
71
|
-
dropdown,
|
|
72
|
-
dropdownItem,
|
|
73
|
-
dropdownMenu,
|
|
74
|
-
dropdownSection
|
|
75
|
-
} from "../chunk-Y6DYRIUN.mjs";
|
|
76
|
-
import {
|
|
77
|
-
image
|
|
78
|
-
} from "../chunk-LDBYFTHC.mjs";
|
|
79
90
|
import {
|
|
80
91
|
accordion,
|
|
81
92
|
accordionItem
|
|
@@ -87,21 +98,10 @@ import {
|
|
|
87
98
|
import {
|
|
88
99
|
badge
|
|
89
100
|
} from "../chunk-DY5676QC.mjs";
|
|
90
|
-
import {
|
|
91
|
-
button,
|
|
92
|
-
buttonGroup
|
|
93
|
-
} from "../chunk-Q7Y2WFSA.mjs";
|
|
94
|
-
import {
|
|
95
|
-
card
|
|
96
|
-
} from "../chunk-OFWUJFG6.mjs";
|
|
97
|
-
import {
|
|
98
|
-
checkbox,
|
|
99
|
-
checkboxGroup
|
|
100
|
-
} from "../chunk-RVVPQOCN.mjs";
|
|
101
101
|
import "../chunk-CMYR6AOY.mjs";
|
|
102
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
103
102
|
import "../chunk-2PIR7DFM.mjs";
|
|
104
103
|
import "../chunk-GMMETTYU.mjs";
|
|
104
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
105
105
|
import "../chunk-G2ZSNGR5.mjs";
|
|
106
106
|
export {
|
|
107
107
|
accordion,
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
input
|
|
3
3
|
} from "../chunk-SQCHLZL7.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
input
|
package/dist/components/link.mjs
CHANGED
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
linkAnchorClasses
|
|
4
4
|
} from "../chunk-NXGPICRI.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
7
|
import "../chunk-GMMETTYU.mjs";
|
|
8
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
link,
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
modal
|
|
3
3
|
} from "../chunk-QMVL7T5G.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
modal
|
|
@@ -171,13 +171,14 @@ var navbar = tv({
|
|
|
171
171
|
"px-6",
|
|
172
172
|
"pt-2",
|
|
173
173
|
"fixed",
|
|
174
|
+
"flex",
|
|
174
175
|
"max-w-full",
|
|
175
176
|
"top-[var(--navbar-height)]",
|
|
176
177
|
"inset-x-0",
|
|
177
178
|
"bottom-0",
|
|
178
179
|
"w-screen",
|
|
179
180
|
"flex-col",
|
|
180
|
-
"gap-
|
|
181
|
+
"gap-2",
|
|
181
182
|
"overflow-y-auto"
|
|
182
183
|
],
|
|
183
184
|
menuItem: ["text-large"]
|
|
@@ -213,7 +214,7 @@ var navbar = tv({
|
|
|
213
214
|
},
|
|
214
215
|
hideOnScroll: {
|
|
215
216
|
true: {
|
|
216
|
-
base: ["
|
|
217
|
+
base: ["sticky", "top-0", "inset-x-0"]
|
|
217
218
|
}
|
|
218
219
|
},
|
|
219
220
|
isBordered: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
navbar
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-FJYKXAF3.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
navbar
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
pagination
|
|
3
3
|
} from "../chunk-ZHGJEVPT.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
pagination
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
popover
|
|
3
3
|
} from "../chunk-C43HNPNG.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
popover
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
radioGroup
|
|
4
4
|
} from "../chunk-MBMVULBL.mjs";
|
|
5
5
|
import "../chunk-CMYR6AOY.mjs";
|
|
6
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
7
6
|
import "../chunk-2PIR7DFM.mjs";
|
|
8
7
|
import "../chunk-GMMETTYU.mjs";
|
|
8
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
9
9
|
import "../chunk-G2ZSNGR5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
radio,
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
snippet
|
|
3
3
|
} from "../chunk-BC3PVAWS.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
snippet
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
table
|
|
3
3
|
} from "../chunk-CJRYUKCX.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
table
|
package/dist/components/tabs.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
tabs
|
|
3
3
|
} from "../chunk-XVSYFWXT.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
tabs
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
toggle
|
|
3
3
|
} from "../chunk-GCKY7FII.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-2PIR7DFM.mjs";
|
|
7
6
|
import "../chunk-GMMETTYU.mjs";
|
|
7
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
8
8
|
import "../chunk-G2ZSNGR5.mjs";
|
|
9
9
|
export {
|
|
10
10
|
toggle
|