@nextui-org/theme 0.0.0-dev-v2-20230423212921 → 0.0.0-dev-v2-20230424192123
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-5HKM2D3Z.mjs +18 -0
- package/dist/{chunk-6U5W7RS7.mjs → chunk-N2F64G6O.mjs} +1 -1
- package/dist/{chunk-R47OQZR5.mjs → chunk-W2RCO7SN.mjs} +0 -1
- package/dist/{chunk-FJNSTLAL.mjs → chunk-XFP7S22H.mjs} +2 -2
- package/dist/{chunk-BLEVU2FW.mjs → chunk-XTUVNJGJ.mjs} +1 -1
- package/dist/colors/index.js +2 -2
- package/dist/colors/index.mjs +2 -2
- package/dist/colors/semantic.js +2 -2
- package/dist/colors/semantic.mjs +1 -1
- package/dist/colors.js +2 -2
- package/dist/colors.mjs +2 -2
- package/dist/components/avatar.mjs +1 -1
- package/dist/components/badge.mjs +1 -1
- package/dist/components/button.js +0 -1
- package/dist/components/button.mjs +2 -2
- package/dist/components/chip.mjs +1 -1
- package/dist/components/code.mjs +1 -1
- package/dist/components/divider.d.ts +27 -0
- package/dist/components/divider.js +42 -0
- package/dist/components/divider.mjs +6 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +17 -1
- package/dist/components/index.mjs +15 -11
- package/dist/components/link.mjs +1 -1
- package/dist/components/pagination.mjs +1 -1
- package/dist/components/popover.mjs +1 -1
- package/dist/components/snippet.mjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +22 -6
- package/dist/index.mjs +18 -14
- package/dist/plugin.js +2 -2
- package/dist/plugin.mjs +3 -3
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-RH7YHIQY.mjs → chunk-FD464FGG.mjs} +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// src/components/divider.ts
|
|
2
|
+
import { tv } from "tailwind-variants";
|
|
3
|
+
var divider = tv({
|
|
4
|
+
base: "shrink-0 bg-border border-none",
|
|
5
|
+
variants: {
|
|
6
|
+
orientation: {
|
|
7
|
+
horizontal: "w-full h-px",
|
|
8
|
+
vertical: "h-full w-px"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
defaultVariants: {
|
|
12
|
+
orientation: "horizontal"
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export {
|
|
17
|
+
divider
|
|
18
|
+
};
|
|
@@ -17,7 +17,7 @@ var base = {
|
|
|
17
17
|
DEFAULT: "#11181C"
|
|
18
18
|
},
|
|
19
19
|
border: {
|
|
20
|
-
DEFAULT:
|
|
20
|
+
DEFAULT: twColors.zinc[300]
|
|
21
21
|
},
|
|
22
22
|
content1: {
|
|
23
23
|
DEFAULT: twColors.zinc[50],
|
|
@@ -44,7 +44,7 @@ var base = {
|
|
|
44
44
|
DEFAULT: "#ECEDEE"
|
|
45
45
|
},
|
|
46
46
|
border: {
|
|
47
|
-
DEFAULT:
|
|
47
|
+
DEFAULT: twColors.zinc[700]
|
|
48
48
|
},
|
|
49
49
|
content1: {
|
|
50
50
|
DEFAULT: twColors.zinc[900],
|
package/dist/colors/index.js
CHANGED
|
@@ -175,7 +175,7 @@ var base = {
|
|
|
175
175
|
DEFAULT: "#11181C"
|
|
176
176
|
},
|
|
177
177
|
border: {
|
|
178
|
-
DEFAULT:
|
|
178
|
+
DEFAULT: import_colors.default.zinc[300]
|
|
179
179
|
},
|
|
180
180
|
content1: {
|
|
181
181
|
DEFAULT: import_colors.default.zinc[50],
|
|
@@ -202,7 +202,7 @@ var base = {
|
|
|
202
202
|
DEFAULT: "#ECEDEE"
|
|
203
203
|
},
|
|
204
204
|
border: {
|
|
205
|
-
DEFAULT:
|
|
205
|
+
DEFAULT: import_colors.default.zinc[700]
|
|
206
206
|
},
|
|
207
207
|
content1: {
|
|
208
208
|
DEFAULT: import_colors.default.zinc[900],
|
package/dist/colors/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
colors
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-XTUVNJGJ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
semanticColors
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-XFP7S22H.mjs";
|
|
7
7
|
import "../chunk-37PIXVP4.mjs";
|
|
8
8
|
import "../chunk-M63AFAHO.mjs";
|
|
9
9
|
import {
|
package/dist/colors/semantic.js
CHANGED
|
@@ -173,7 +173,7 @@ var base = {
|
|
|
173
173
|
DEFAULT: "#11181C"
|
|
174
174
|
},
|
|
175
175
|
border: {
|
|
176
|
-
DEFAULT:
|
|
176
|
+
DEFAULT: import_colors.default.zinc[300]
|
|
177
177
|
},
|
|
178
178
|
content1: {
|
|
179
179
|
DEFAULT: import_colors.default.zinc[50],
|
|
@@ -200,7 +200,7 @@ var base = {
|
|
|
200
200
|
DEFAULT: "#ECEDEE"
|
|
201
201
|
},
|
|
202
202
|
border: {
|
|
203
|
-
DEFAULT:
|
|
203
|
+
DEFAULT: import_colors.default.zinc[700]
|
|
204
204
|
},
|
|
205
205
|
content1: {
|
|
206
206
|
DEFAULT: import_colors.default.zinc[900],
|
package/dist/colors/semantic.mjs
CHANGED
package/dist/colors.js
CHANGED
|
@@ -175,7 +175,7 @@ var base = {
|
|
|
175
175
|
DEFAULT: "#11181C"
|
|
176
176
|
},
|
|
177
177
|
border: {
|
|
178
|
-
DEFAULT:
|
|
178
|
+
DEFAULT: import_colors.default.zinc[300]
|
|
179
179
|
},
|
|
180
180
|
content1: {
|
|
181
181
|
DEFAULT: import_colors.default.zinc[50],
|
|
@@ -202,7 +202,7 @@ var base = {
|
|
|
202
202
|
DEFAULT: "#ECEDEE"
|
|
203
203
|
},
|
|
204
204
|
border: {
|
|
205
|
-
DEFAULT:
|
|
205
|
+
DEFAULT: import_colors.default.zinc[700]
|
|
206
206
|
},
|
|
207
207
|
content1: {
|
|
208
208
|
DEFAULT: import_colors.default.zinc[900],
|
package/dist/colors.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-WQEDQHKX.mjs";
|
|
2
2
|
import {
|
|
3
3
|
colors
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XTUVNJGJ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
semanticColors
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XFP7S22H.mjs";
|
|
8
8
|
import "./chunk-37PIXVP4.mjs";
|
|
9
9
|
import "./chunk-M63AFAHO.mjs";
|
|
10
10
|
import {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
button
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-W2RCO7SN.mjs";
|
|
4
4
|
import "../chunk-CMYR6AOY.mjs";
|
|
5
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
6
5
|
import "../chunk-RO3WUCFF.mjs";
|
|
6
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
7
7
|
import "../chunk-INZK6TTL.mjs";
|
|
8
8
|
export {
|
|
9
9
|
button
|
package/dist/components/chip.mjs
CHANGED
package/dist/components/code.mjs
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Divider wrapper **Tailwind Variants** component
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
*
|
|
10
|
+
* const styles = divider()
|
|
11
|
+
*
|
|
12
|
+
* <span className={styles} />
|
|
13
|
+
*/
|
|
14
|
+
declare const divider: tailwind_variants.TVReturnType<{
|
|
15
|
+
orientation: {
|
|
16
|
+
horizontal: string;
|
|
17
|
+
vertical: string;
|
|
18
|
+
};
|
|
19
|
+
}, unknown, undefined, undefined, "shrink-0 bg-border border-none", tailwind_variants_dist_config.TVConfig<{
|
|
20
|
+
orientation: {
|
|
21
|
+
horizontal: string;
|
|
22
|
+
vertical: string;
|
|
23
|
+
};
|
|
24
|
+
}, unknown>>;
|
|
25
|
+
type DividerVariantProps = VariantProps<typeof divider>;
|
|
26
|
+
|
|
27
|
+
export { DividerVariantProps, divider };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/components/divider.ts
|
|
21
|
+
var divider_exports = {};
|
|
22
|
+
__export(divider_exports, {
|
|
23
|
+
divider: () => divider
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(divider_exports);
|
|
26
|
+
var import_tailwind_variants = require("tailwind-variants");
|
|
27
|
+
var divider = (0, import_tailwind_variants.tv)({
|
|
28
|
+
base: "shrink-0 bg-border border-none",
|
|
29
|
+
variants: {
|
|
30
|
+
orientation: {
|
|
31
|
+
horizontal: "w-full h-px",
|
|
32
|
+
vertical: "h-full w-px"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
defaultVariants: {
|
|
36
|
+
orientation: "horizontal"
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
divider
|
|
42
|
+
});
|
|
@@ -32,5 +32,6 @@ export { ModalSlots, ModalVariantProps, modal } from './modal.js';
|
|
|
32
32
|
export { NavbarSlots, NavbarVariantProps, navbar } from './navbar.js';
|
|
33
33
|
export { TableReturnType, TableSlots, TableVariantProps, table } from './table.js';
|
|
34
34
|
export { SpacerVariantProps, spacer } from './spacer.js';
|
|
35
|
+
export { DividerVariantProps, divider } from './divider.js';
|
|
35
36
|
import 'tailwind-variants';
|
|
36
37
|
import 'tailwind-variants/dist/config';
|
package/dist/components/index.js
CHANGED
|
@@ -33,6 +33,7 @@ __export(components_exports, {
|
|
|
33
33
|
chip: () => chip,
|
|
34
34
|
circularProgress: () => circularProgress,
|
|
35
35
|
code: () => code,
|
|
36
|
+
divider: () => divider,
|
|
36
37
|
drip: () => drip,
|
|
37
38
|
dropdown: () => dropdown,
|
|
38
39
|
dropdownItem: () => dropdownItem,
|
|
@@ -646,7 +647,6 @@ var button = (0, import_tailwind_variants6.tv)({
|
|
|
646
647
|
"inline-flex",
|
|
647
648
|
"items-center",
|
|
648
649
|
"justify-center",
|
|
649
|
-
"max-w-fit",
|
|
650
650
|
"box-border",
|
|
651
651
|
"appearance-none",
|
|
652
652
|
"outline-none",
|
|
@@ -5691,6 +5691,21 @@ var spacer = (0, import_tailwind_variants34.tv)({
|
|
|
5691
5691
|
isInline: false
|
|
5692
5692
|
}
|
|
5693
5693
|
});
|
|
5694
|
+
|
|
5695
|
+
// src/components/divider.ts
|
|
5696
|
+
var import_tailwind_variants35 = require("tailwind-variants");
|
|
5697
|
+
var divider = (0, import_tailwind_variants35.tv)({
|
|
5698
|
+
base: "shrink-0 bg-border border-none",
|
|
5699
|
+
variants: {
|
|
5700
|
+
orientation: {
|
|
5701
|
+
horizontal: "w-full h-px",
|
|
5702
|
+
vertical: "h-full w-px"
|
|
5703
|
+
}
|
|
5704
|
+
},
|
|
5705
|
+
defaultVariants: {
|
|
5706
|
+
orientation: "horizontal"
|
|
5707
|
+
}
|
|
5708
|
+
});
|
|
5694
5709
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5695
5710
|
0 && (module.exports = {
|
|
5696
5711
|
accordion,
|
|
@@ -5706,6 +5721,7 @@ var spacer = (0, import_tailwind_variants34.tv)({
|
|
|
5706
5721
|
chip,
|
|
5707
5722
|
circularProgress,
|
|
5708
5723
|
code,
|
|
5724
|
+
divider,
|
|
5709
5725
|
drip,
|
|
5710
5726
|
dropdown,
|
|
5711
5727
|
dropdownItem,
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-FD464FGG.mjs";
|
|
2
|
+
import {
|
|
3
|
+
table
|
|
4
|
+
} from "../chunk-KWWWVBJL.mjs";
|
|
2
5
|
import {
|
|
3
6
|
toggle
|
|
4
7
|
} from "../chunk-NCFXYR7C.mjs";
|
|
5
8
|
import {
|
|
6
9
|
user
|
|
7
10
|
} from "../chunk-MW7UVOSP.mjs";
|
|
11
|
+
import {
|
|
12
|
+
pagination
|
|
13
|
+
} from "../chunk-TYA6TT57.mjs";
|
|
8
14
|
import {
|
|
9
15
|
popover
|
|
10
16
|
} from "../chunk-JWVJZEAT.mjs";
|
|
@@ -27,8 +33,8 @@ import {
|
|
|
27
33
|
spinner
|
|
28
34
|
} from "../chunk-XUL76UJD.mjs";
|
|
29
35
|
import {
|
|
30
|
-
|
|
31
|
-
} from "../chunk-
|
|
36
|
+
dropdownSection
|
|
37
|
+
} from "../chunk-AVGEHFT4.mjs";
|
|
32
38
|
import {
|
|
33
39
|
dropdown
|
|
34
40
|
} from "../chunk-UNMHV7HH.mjs";
|
|
@@ -47,9 +53,6 @@ import {
|
|
|
47
53
|
import {
|
|
48
54
|
navbar
|
|
49
55
|
} from "../chunk-VS5PMCQU.mjs";
|
|
50
|
-
import {
|
|
51
|
-
pagination
|
|
52
|
-
} from "../chunk-TYA6TT57.mjs";
|
|
53
56
|
import {
|
|
54
57
|
checkbox
|
|
55
58
|
} from "../chunk-7EKGN7JP.mjs";
|
|
@@ -62,6 +65,9 @@ import {
|
|
|
62
65
|
import {
|
|
63
66
|
code
|
|
64
67
|
} from "../chunk-WFCALVUC.mjs";
|
|
68
|
+
import {
|
|
69
|
+
divider
|
|
70
|
+
} from "../chunk-5HKM2D3Z.mjs";
|
|
65
71
|
import {
|
|
66
72
|
drip
|
|
67
73
|
} from "../chunk-OIVGIOVG.mjs";
|
|
@@ -71,9 +77,6 @@ import {
|
|
|
71
77
|
import {
|
|
72
78
|
dropdownMenu
|
|
73
79
|
} from "../chunk-FCYNUVAR.mjs";
|
|
74
|
-
import {
|
|
75
|
-
dropdownSection
|
|
76
|
-
} from "../chunk-AVGEHFT4.mjs";
|
|
77
80
|
import {
|
|
78
81
|
accordion
|
|
79
82
|
} from "../chunk-YYBLBQIV.mjs";
|
|
@@ -91,10 +94,10 @@ import {
|
|
|
91
94
|
} from "../chunk-VKFQ7EZN.mjs";
|
|
92
95
|
import {
|
|
93
96
|
button
|
|
94
|
-
} from "../chunk-
|
|
97
|
+
} from "../chunk-W2RCO7SN.mjs";
|
|
95
98
|
import "../chunk-CMYR6AOY.mjs";
|
|
96
|
-
import "../chunk-K7LK7NCE.mjs";
|
|
97
99
|
import "../chunk-RO3WUCFF.mjs";
|
|
100
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
98
101
|
import {
|
|
99
102
|
card
|
|
100
103
|
} from "../chunk-TDD767J7.mjs";
|
|
@@ -119,6 +122,7 @@ export {
|
|
|
119
122
|
chip,
|
|
120
123
|
circularProgress,
|
|
121
124
|
code,
|
|
125
|
+
divider,
|
|
122
126
|
drip,
|
|
123
127
|
dropdown,
|
|
124
128
|
dropdownItem,
|
package/dist/components/link.mjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ export { ModalSlots, ModalVariantProps, modal } from './components/modal.js';
|
|
|
34
34
|
export { NavbarSlots, NavbarVariantProps, navbar } from './components/navbar.js';
|
|
35
35
|
export { TableReturnType, TableSlots, TableVariantProps, table } from './components/table.js';
|
|
36
36
|
export { SpacerVariantProps, spacer } from './components/spacer.js';
|
|
37
|
+
export { DividerVariantProps, divider } from './components/divider.js';
|
|
37
38
|
export { absoluteFullClasses, baseStyles, focusVisibleClasses, ringClasses, translateCenterClasses } from './utils/classes.js';
|
|
38
39
|
export { SlotsToClasses } from './utils/types.js';
|
|
39
40
|
export { colorVariants } from './utils/variants.js';
|
package/dist/index.js
CHANGED
|
@@ -45,6 +45,7 @@ __export(src_exports, {
|
|
|
45
45
|
colorVariants: () => colorVariants,
|
|
46
46
|
colors: () => colors,
|
|
47
47
|
commonColors: () => commonColors,
|
|
48
|
+
divider: () => divider,
|
|
48
49
|
drip: () => drip,
|
|
49
50
|
dropdown: () => dropdown,
|
|
50
51
|
dropdownItem: () => dropdownItem,
|
|
@@ -70,7 +71,7 @@ __export(src_exports, {
|
|
|
70
71
|
table: () => table,
|
|
71
72
|
toggle: () => toggle,
|
|
72
73
|
translateCenterClasses: () => translateCenterClasses,
|
|
73
|
-
tv: () =>
|
|
74
|
+
tv: () => import_tailwind_variants37.tv,
|
|
74
75
|
user: () => user
|
|
75
76
|
});
|
|
76
77
|
module.exports = __toCommonJS(src_exports);
|
|
@@ -669,7 +670,6 @@ var button = (0, import_tailwind_variants6.tv)({
|
|
|
669
670
|
"inline-flex",
|
|
670
671
|
"items-center",
|
|
671
672
|
"justify-center",
|
|
672
|
-
"max-w-fit",
|
|
673
673
|
"box-border",
|
|
674
674
|
"appearance-none",
|
|
675
675
|
"outline-none",
|
|
@@ -5715,6 +5715,21 @@ var spacer = (0, import_tailwind_variants34.tv)({
|
|
|
5715
5715
|
}
|
|
5716
5716
|
});
|
|
5717
5717
|
|
|
5718
|
+
// src/components/divider.ts
|
|
5719
|
+
var import_tailwind_variants35 = require("tailwind-variants");
|
|
5720
|
+
var divider = (0, import_tailwind_variants35.tv)({
|
|
5721
|
+
base: "shrink-0 bg-border border-none",
|
|
5722
|
+
variants: {
|
|
5723
|
+
orientation: {
|
|
5724
|
+
horizontal: "w-full h-px",
|
|
5725
|
+
vertical: "h-full w-px"
|
|
5726
|
+
}
|
|
5727
|
+
},
|
|
5728
|
+
defaultVariants: {
|
|
5729
|
+
orientation: "horizontal"
|
|
5730
|
+
}
|
|
5731
|
+
});
|
|
5732
|
+
|
|
5718
5733
|
// src/colors/blue.ts
|
|
5719
5734
|
var blue = {
|
|
5720
5735
|
50: "#e6f1fe",
|
|
@@ -5869,7 +5884,7 @@ var base = {
|
|
|
5869
5884
|
DEFAULT: "#11181C"
|
|
5870
5885
|
},
|
|
5871
5886
|
border: {
|
|
5872
|
-
DEFAULT:
|
|
5887
|
+
DEFAULT: import_colors.default.zinc[300]
|
|
5873
5888
|
},
|
|
5874
5889
|
content1: {
|
|
5875
5890
|
DEFAULT: import_colors.default.zinc[50],
|
|
@@ -5896,7 +5911,7 @@ var base = {
|
|
|
5896
5911
|
DEFAULT: "#ECEDEE"
|
|
5897
5912
|
},
|
|
5898
5913
|
border: {
|
|
5899
|
-
DEFAULT:
|
|
5914
|
+
DEFAULT: import_colors.default.zinc[700]
|
|
5900
5915
|
},
|
|
5901
5916
|
content1: {
|
|
5902
5917
|
DEFAULT: import_colors.default.zinc[900],
|
|
@@ -6272,9 +6287,9 @@ var nextui = (config = {}) => {
|
|
|
6272
6287
|
};
|
|
6273
6288
|
|
|
6274
6289
|
// src/index.ts
|
|
6275
|
-
var import_tailwind_variants35 = require("tailwind-variants");
|
|
6276
6290
|
var import_tailwind_variants36 = require("tailwind-variants");
|
|
6277
|
-
var
|
|
6291
|
+
var import_tailwind_variants37 = require("tailwind-variants");
|
|
6292
|
+
var cn = (...classes) => (0, import_tailwind_variants36.cn)(classes)();
|
|
6278
6293
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6279
6294
|
0 && (module.exports = {
|
|
6280
6295
|
absoluteFullClasses,
|
|
@@ -6296,6 +6311,7 @@ var cn = (...classes) => (0, import_tailwind_variants35.cn)(classes)();
|
|
|
6296
6311
|
colorVariants,
|
|
6297
6312
|
colors,
|
|
6298
6313
|
commonColors,
|
|
6314
|
+
divider,
|
|
6299
6315
|
drip,
|
|
6300
6316
|
dropdown,
|
|
6301
6317
|
dropdownItem,
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-FD464FGG.mjs";
|
|
2
|
+
import {
|
|
3
|
+
table
|
|
4
|
+
} from "./chunk-KWWWVBJL.mjs";
|
|
2
5
|
import {
|
|
3
6
|
toggle
|
|
4
7
|
} from "./chunk-NCFXYR7C.mjs";
|
|
5
8
|
import {
|
|
6
9
|
user
|
|
7
10
|
} from "./chunk-MW7UVOSP.mjs";
|
|
11
|
+
import {
|
|
12
|
+
pagination
|
|
13
|
+
} from "./chunk-TYA6TT57.mjs";
|
|
8
14
|
import {
|
|
9
15
|
popover
|
|
10
16
|
} from "./chunk-JWVJZEAT.mjs";
|
|
@@ -27,8 +33,8 @@ import {
|
|
|
27
33
|
spinner
|
|
28
34
|
} from "./chunk-XUL76UJD.mjs";
|
|
29
35
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
36
|
+
dropdownSection
|
|
37
|
+
} from "./chunk-AVGEHFT4.mjs";
|
|
32
38
|
import {
|
|
33
39
|
dropdown
|
|
34
40
|
} from "./chunk-UNMHV7HH.mjs";
|
|
@@ -47,9 +53,6 @@ import {
|
|
|
47
53
|
import {
|
|
48
54
|
navbar
|
|
49
55
|
} from "./chunk-VS5PMCQU.mjs";
|
|
50
|
-
import {
|
|
51
|
-
pagination
|
|
52
|
-
} from "./chunk-TYA6TT57.mjs";
|
|
53
56
|
import {
|
|
54
57
|
checkbox
|
|
55
58
|
} from "./chunk-7EKGN7JP.mjs";
|
|
@@ -62,6 +65,9 @@ import {
|
|
|
62
65
|
import {
|
|
63
66
|
code
|
|
64
67
|
} from "./chunk-WFCALVUC.mjs";
|
|
68
|
+
import {
|
|
69
|
+
divider
|
|
70
|
+
} from "./chunk-5HKM2D3Z.mjs";
|
|
65
71
|
import {
|
|
66
72
|
drip
|
|
67
73
|
} from "./chunk-OIVGIOVG.mjs";
|
|
@@ -71,9 +77,6 @@ import {
|
|
|
71
77
|
import {
|
|
72
78
|
dropdownMenu
|
|
73
79
|
} from "./chunk-FCYNUVAR.mjs";
|
|
74
|
-
import {
|
|
75
|
-
dropdownSection
|
|
76
|
-
} from "./chunk-AVGEHFT4.mjs";
|
|
77
80
|
import {
|
|
78
81
|
accordion
|
|
79
82
|
} from "./chunk-YYBLBQIV.mjs";
|
|
@@ -91,12 +94,12 @@ import {
|
|
|
91
94
|
} from "./chunk-VKFQ7EZN.mjs";
|
|
92
95
|
import {
|
|
93
96
|
button
|
|
94
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-W2RCO7SN.mjs";
|
|
95
98
|
import "./chunk-CMYR6AOY.mjs";
|
|
96
|
-
import "./chunk-K7LK7NCE.mjs";
|
|
97
99
|
import {
|
|
98
100
|
colorVariants
|
|
99
101
|
} from "./chunk-RO3WUCFF.mjs";
|
|
102
|
+
import "./chunk-K7LK7NCE.mjs";
|
|
100
103
|
import {
|
|
101
104
|
card
|
|
102
105
|
} from "./chunk-TDD767J7.mjs";
|
|
@@ -108,7 +111,7 @@ import {
|
|
|
108
111
|
} from "./chunk-XSFH4S4Y.mjs";
|
|
109
112
|
import {
|
|
110
113
|
nextui
|
|
111
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-N2F64G6O.mjs";
|
|
112
115
|
import "./chunk-XLATS5QU.mjs";
|
|
113
116
|
import {
|
|
114
117
|
absoluteFullClasses,
|
|
@@ -120,10 +123,10 @@ import {
|
|
|
120
123
|
import "./chunk-WQEDQHKX.mjs";
|
|
121
124
|
import {
|
|
122
125
|
colors
|
|
123
|
-
} from "./chunk-
|
|
126
|
+
} from "./chunk-XTUVNJGJ.mjs";
|
|
124
127
|
import {
|
|
125
128
|
semanticColors
|
|
126
|
-
} from "./chunk-
|
|
129
|
+
} from "./chunk-XFP7S22H.mjs";
|
|
127
130
|
import "./chunk-37PIXVP4.mjs";
|
|
128
131
|
import "./chunk-M63AFAHO.mjs";
|
|
129
132
|
import "./chunk-DMASP6FA.mjs";
|
|
@@ -162,6 +165,7 @@ export {
|
|
|
162
165
|
colorVariants,
|
|
163
166
|
colors,
|
|
164
167
|
commonColors,
|
|
168
|
+
divider,
|
|
165
169
|
drip,
|
|
166
170
|
dropdown,
|
|
167
171
|
dropdownItem,
|
package/dist/plugin.js
CHANGED
|
@@ -190,7 +190,7 @@ var base = {
|
|
|
190
190
|
DEFAULT: "#11181C"
|
|
191
191
|
},
|
|
192
192
|
border: {
|
|
193
|
-
DEFAULT:
|
|
193
|
+
DEFAULT: import_colors.default.zinc[300]
|
|
194
194
|
},
|
|
195
195
|
content1: {
|
|
196
196
|
DEFAULT: import_colors.default.zinc[50],
|
|
@@ -217,7 +217,7 @@ var base = {
|
|
|
217
217
|
DEFAULT: "#ECEDEE"
|
|
218
218
|
},
|
|
219
219
|
border: {
|
|
220
|
-
DEFAULT:
|
|
220
|
+
DEFAULT: import_colors.default.zinc[700]
|
|
221
221
|
},
|
|
222
222
|
content1: {
|
|
223
223
|
DEFAULT: import_colors.default.zinc[900],
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-N2F64G6O.mjs";
|
|
4
4
|
import "./chunk-XLATS5QU.mjs";
|
|
5
5
|
import "./chunk-INZK6TTL.mjs";
|
|
6
6
|
import "./chunk-WQEDQHKX.mjs";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-XTUVNJGJ.mjs";
|
|
8
|
+
import "./chunk-XFP7S22H.mjs";
|
|
9
9
|
import "./chunk-37PIXVP4.mjs";
|
|
10
10
|
import "./chunk-M63AFAHO.mjs";
|
|
11
11
|
import "./chunk-DMASP6FA.mjs";
|
package/dist/utils/index.mjs
CHANGED
package/package.json
CHANGED
|
File without changes
|