@nextui-org/theme 0.0.0-dev-v2-20230625035223 → 0.0.0-dev-v2-20230625145649

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.
@@ -22,7 +22,6 @@ var popover = tv({
22
22
  "text-base",
23
23
  "outline-none",
24
24
  "box-border",
25
- "overflow-hidden",
26
25
  ...dataFocusVisibleClasses
27
26
  ],
28
27
  trigger: ["z-10"],
@@ -71,7 +70,8 @@ var popover = tv({
71
70
  },
72
71
  color: {
73
72
  default: {
74
- base: "bg-content1 border border-boundary"
73
+ base: "bg-content1 border border-boundary",
74
+ arrow: "border border-boundary"
75
75
  },
76
76
  foreground: {
77
77
  base: colorVariants.solid.foreground
@@ -127,10 +127,10 @@ var popover = tv({
127
127
  backdrop: {
128
128
  transparent: {},
129
129
  opaque: {
130
- backdrop: "bg-black/50 backdrop-opacity-50"
130
+ backdrop: "bg-overlay/50 backdrop-opacity-50"
131
131
  },
132
132
  blur: {
133
- backdrop: "backdrop-blur-sm backdrop-saturate-150 bg-black/30"
133
+ backdrop: "backdrop-blur-sm backdrop-saturate-150 bg-overlay/30"
134
134
  }
135
135
  },
136
136
  triggerScaleOnOpen: {
@@ -21,11 +21,14 @@ var base = {
21
21
  DEFAULT: "rgba(17, 17, 17, 0.15)"
22
22
  },
23
23
  boundary: {
24
- DEFAULT: twColors.zinc[300]
24
+ DEFAULT: twColors.zinc[200]
25
25
  },
26
26
  focus: {
27
27
  DEFAULT: commonColors.blue[500]
28
28
  },
29
+ overlay: {
30
+ DEFAULT: "#000000"
31
+ },
29
32
  content1: {
30
33
  DEFAULT: "#FFFFFF",
31
34
  foreground: "#11181C"
@@ -54,6 +57,9 @@ var base = {
54
57
  focus: {
55
58
  DEFAULT: commonColors.blue[500]
56
59
  },
60
+ overlay: {
61
+ DEFAULT: "#000000"
62
+ },
57
63
  divider: {
58
64
  DEFAULT: "rgba(255, 255, 255, 0.15)"
59
65
  },
@@ -123,10 +123,10 @@ var modal = tv({
123
123
  backdrop: "hidden"
124
124
  },
125
125
  opaque: {
126
- backdrop: "bg-black/50 backdrop-opacity-50"
126
+ backdrop: "bg-overlay/50 backdrop-opacity-50"
127
127
  },
128
128
  blur: {
129
- backdrop: "backdrop-blur-md backdrop-saturate-150 bg-black/30"
129
+ backdrop: "backdrop-blur-md backdrop-saturate-150 bg-overlay/30"
130
130
  }
131
131
  },
132
132
  scrollBehavior: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-N6M7XBU3.mjs";
3
+ } from "./chunk-JG7GS7DC.mjs";
4
4
  import {
5
5
  commonColors
6
6
  } from "./chunk-5LKRUH3Q.mjs";
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-G2ZSNGR5.mjs";
7
7
  import {
8
8
  semanticColors
9
- } from "./chunk-N6M7XBU3.mjs";
9
+ } from "./chunk-JG7GS7DC.mjs";
10
10
  import {
11
11
  removeDefaultKeys
12
12
  } from "./chunk-37PIXVP4.mjs";
@@ -179,11 +179,14 @@ var base = {
179
179
  DEFAULT: "rgba(17, 17, 17, 0.15)"
180
180
  },
181
181
  boundary: {
182
- DEFAULT: import_colors.default.zinc[300]
182
+ DEFAULT: import_colors.default.zinc[200]
183
183
  },
184
184
  focus: {
185
185
  DEFAULT: commonColors.blue[500]
186
186
  },
187
+ overlay: {
188
+ DEFAULT: "#000000"
189
+ },
187
190
  content1: {
188
191
  DEFAULT: "#FFFFFF",
189
192
  foreground: "#11181C"
@@ -212,6 +215,9 @@ var base = {
212
215
  focus: {
213
216
  DEFAULT: commonColors.blue[500]
214
217
  },
218
+ overlay: {
219
+ DEFAULT: "#000000"
220
+ },
215
221
  divider: {
216
222
  DEFAULT: "rgba(255, 255, 255, 0.15)"
217
223
  },
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  colors
3
- } from "../chunk-GVNDH7OI.mjs";
3
+ } from "../chunk-V62BB4KJ.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-N6M7XBU3.mjs";
6
+ } from "../chunk-JG7GS7DC.mjs";
7
7
  import "../chunk-37PIXVP4.mjs";
8
8
  import "../chunk-M63AFAHO.mjs";
9
9
  import {
@@ -177,11 +177,14 @@ var base = {
177
177
  DEFAULT: "rgba(17, 17, 17, 0.15)"
178
178
  },
179
179
  boundary: {
180
- DEFAULT: import_colors.default.zinc[300]
180
+ DEFAULT: import_colors.default.zinc[200]
181
181
  },
182
182
  focus: {
183
183
  DEFAULT: commonColors.blue[500]
184
184
  },
185
+ overlay: {
186
+ DEFAULT: "#000000"
187
+ },
185
188
  content1: {
186
189
  DEFAULT: "#FFFFFF",
187
190
  foreground: "#11181C"
@@ -210,6 +213,9 @@ var base = {
210
213
  focus: {
211
214
  DEFAULT: commonColors.blue[500]
212
215
  },
216
+ overlay: {
217
+ DEFAULT: "#000000"
218
+ },
213
219
  divider: {
214
220
  DEFAULT: "rgba(255, 255, 255, 0.15)"
215
221
  },
@@ -2,7 +2,7 @@ import {
2
2
  brandColorsDark,
3
3
  brandColorsLight,
4
4
  semanticColors
5
- } from "../chunk-N6M7XBU3.mjs";
5
+ } from "../chunk-JG7GS7DC.mjs";
6
6
  import "../chunk-37PIXVP4.mjs";
7
7
  import "../chunk-5LKRUH3Q.mjs";
8
8
  import "../chunk-DCEG5LGX.mjs";
@@ -17,6 +17,7 @@ type BaseColors = {
17
17
  foreground: ColorScale;
18
18
  divider: ColorScale;
19
19
  boundary: ColorScale;
20
+ overlay: ColorScale;
20
21
  focus: ColorScale;
21
22
  content1: ColorScale;
22
23
  content2: ColorScale;
package/dist/colors.js CHANGED
@@ -179,11 +179,14 @@ var base = {
179
179
  DEFAULT: "rgba(17, 17, 17, 0.15)"
180
180
  },
181
181
  boundary: {
182
- DEFAULT: import_colors.default.zinc[300]
182
+ DEFAULT: import_colors.default.zinc[200]
183
183
  },
184
184
  focus: {
185
185
  DEFAULT: commonColors.blue[500]
186
186
  },
187
+ overlay: {
188
+ DEFAULT: "#000000"
189
+ },
187
190
  content1: {
188
191
  DEFAULT: "#FFFFFF",
189
192
  foreground: "#11181C"
@@ -212,6 +215,9 @@ var base = {
212
215
  focus: {
213
216
  DEFAULT: commonColors.blue[500]
214
217
  },
218
+ overlay: {
219
+ DEFAULT: "#000000"
220
+ },
215
221
  divider: {
216
222
  DEFAULT: "rgba(255, 255, 255, 0.15)"
217
223
  },
package/dist/colors.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import "./chunk-WQEDQHKX.mjs";
2
2
  import {
3
3
  colors
4
- } from "./chunk-GVNDH7OI.mjs";
4
+ } from "./chunk-V62BB4KJ.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-N6M7XBU3.mjs";
7
+ } from "./chunk-JG7GS7DC.mjs";
8
8
  import "./chunk-37PIXVP4.mjs";
9
9
  import "./chunk-M63AFAHO.mjs";
10
10
  import {
@@ -1236,7 +1236,6 @@ var popover = (0, import_tailwind_variants9.tv)({
1236
1236
  "text-base",
1237
1237
  "outline-none",
1238
1238
  "box-border",
1239
- "overflow-hidden",
1240
1239
  ...dataFocusVisibleClasses
1241
1240
  ],
1242
1241
  trigger: ["z-10"],
@@ -1285,7 +1284,8 @@ var popover = (0, import_tailwind_variants9.tv)({
1285
1284
  },
1286
1285
  color: {
1287
1286
  default: {
1288
- base: "bg-content1 border border-boundary"
1287
+ base: "bg-content1 border border-boundary",
1288
+ arrow: "border border-boundary"
1289
1289
  },
1290
1290
  foreground: {
1291
1291
  base: colorVariants.solid.foreground
@@ -1341,10 +1341,10 @@ var popover = (0, import_tailwind_variants9.tv)({
1341
1341
  backdrop: {
1342
1342
  transparent: {},
1343
1343
  opaque: {
1344
- backdrop: "bg-black/50 backdrop-opacity-50"
1344
+ backdrop: "bg-overlay/50 backdrop-opacity-50"
1345
1345
  },
1346
1346
  blur: {
1347
- backdrop: "backdrop-blur-sm backdrop-saturate-150 bg-black/30"
1347
+ backdrop: "backdrop-blur-sm backdrop-saturate-150 bg-overlay/30"
1348
1348
  }
1349
1349
  },
1350
1350
  triggerScaleOnOpen: {
@@ -5182,10 +5182,10 @@ var modal = (0, import_tailwind_variants23.tv)({
5182
5182
  backdrop: "hidden"
5183
5183
  },
5184
5184
  opaque: {
5185
- backdrop: "bg-black/50 backdrop-opacity-50"
5185
+ backdrop: "bg-overlay/50 backdrop-opacity-50"
5186
5186
  },
5187
5187
  blur: {
5188
- backdrop: "backdrop-blur-md backdrop-saturate-150 bg-black/30"
5188
+ backdrop: "backdrop-blur-md backdrop-saturate-150 bg-overlay/30"
5189
5189
  }
5190
5190
  },
5191
5191
  scrollBehavior: {
@@ -19,7 +19,7 @@ import {
19
19
  } from "../chunk-FAR5DJOU.mjs";
20
20
  import {
21
21
  modal
22
- } from "../chunk-RB2RANUL.mjs";
22
+ } from "../chunk-MMICGI5R.mjs";
23
23
  import {
24
24
  navbar
25
25
  } from "../chunk-AOWZVYD6.mjs";
@@ -28,7 +28,7 @@ import {
28
28
  } from "../chunk-7CDOS5YK.mjs";
29
29
  import {
30
30
  popover
31
- } from "../chunk-W2ASLLZX.mjs";
31
+ } from "../chunk-4ZBRDYD7.mjs";
32
32
  import {
33
33
  progress
34
34
  } from "../chunk-BHHIVMOY.mjs";
@@ -156,10 +156,10 @@ var modal = (0, import_tailwind_variants.tv)({
156
156
  backdrop: "hidden"
157
157
  },
158
158
  opaque: {
159
- backdrop: "bg-black/50 backdrop-opacity-50"
159
+ backdrop: "bg-overlay/50 backdrop-opacity-50"
160
160
  },
161
161
  blur: {
162
- backdrop: "backdrop-blur-md backdrop-saturate-150 bg-black/30"
162
+ backdrop: "backdrop-blur-md backdrop-saturate-150 bg-overlay/30"
163
163
  }
164
164
  },
165
165
  scrollBehavior: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  modal
3
- } from "../chunk-RB2RANUL.mjs";
3
+ } from "../chunk-MMICGI5R.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-CEW7YOHH.mjs";
@@ -38,6 +38,7 @@ declare const popover: tailwind_variants.TVReturnType<{
38
38
  color: {
39
39
  default: {
40
40
  base: string;
41
+ arrow: string;
41
42
  };
42
43
  foreground: {
43
44
  base: string;
@@ -150,6 +151,7 @@ declare const popover: tailwind_variants.TVReturnType<{
150
151
  color: {
151
152
  default: {
152
153
  base: string;
154
+ arrow: string;
153
155
  };
154
156
  foreground: {
155
157
  base: string;
@@ -257,6 +259,7 @@ declare const popover: tailwind_variants.TVReturnType<{
257
259
  color: {
258
260
  default: {
259
261
  base: string;
262
+ arrow: string;
260
263
  };
261
264
  foreground: {
262
265
  base: string;
@@ -364,6 +367,7 @@ declare const popover: tailwind_variants.TVReturnType<{
364
367
  color: {
365
368
  default: {
366
369
  base: string;
370
+ arrow: string;
367
371
  };
368
372
  foreground: {
369
373
  base: string;
@@ -126,7 +126,6 @@ var popover = (0, import_tailwind_variants.tv)({
126
126
  "text-base",
127
127
  "outline-none",
128
128
  "box-border",
129
- "overflow-hidden",
130
129
  ...dataFocusVisibleClasses
131
130
  ],
132
131
  trigger: ["z-10"],
@@ -175,7 +174,8 @@ var popover = (0, import_tailwind_variants.tv)({
175
174
  },
176
175
  color: {
177
176
  default: {
178
- base: "bg-content1 border border-boundary"
177
+ base: "bg-content1 border border-boundary",
178
+ arrow: "border border-boundary"
179
179
  },
180
180
  foreground: {
181
181
  base: colorVariants.solid.foreground
@@ -231,10 +231,10 @@ var popover = (0, import_tailwind_variants.tv)({
231
231
  backdrop: {
232
232
  transparent: {},
233
233
  opaque: {
234
- backdrop: "bg-black/50 backdrop-opacity-50"
234
+ backdrop: "bg-overlay/50 backdrop-opacity-50"
235
235
  },
236
236
  blur: {
237
- backdrop: "backdrop-blur-sm backdrop-saturate-150 bg-black/30"
237
+ backdrop: "backdrop-blur-sm backdrop-saturate-150 bg-overlay/30"
238
238
  }
239
239
  },
240
240
  triggerScaleOnOpen: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  popover
3
- } from "../chunk-W2ASLLZX.mjs";
3
+ } from "../chunk-4ZBRDYD7.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-CEW7YOHH.mjs";
package/dist/index.js CHANGED
@@ -1269,7 +1269,6 @@ var popover = (0, import_tailwind_variants9.tv)({
1269
1269
  "text-base",
1270
1270
  "outline-none",
1271
1271
  "box-border",
1272
- "overflow-hidden",
1273
1272
  ...dataFocusVisibleClasses
1274
1273
  ],
1275
1274
  trigger: ["z-10"],
@@ -1318,7 +1317,8 @@ var popover = (0, import_tailwind_variants9.tv)({
1318
1317
  },
1319
1318
  color: {
1320
1319
  default: {
1321
- base: "bg-content1 border border-boundary"
1320
+ base: "bg-content1 border border-boundary",
1321
+ arrow: "border border-boundary"
1322
1322
  },
1323
1323
  foreground: {
1324
1324
  base: colorVariants.solid.foreground
@@ -1374,10 +1374,10 @@ var popover = (0, import_tailwind_variants9.tv)({
1374
1374
  backdrop: {
1375
1375
  transparent: {},
1376
1376
  opaque: {
1377
- backdrop: "bg-black/50 backdrop-opacity-50"
1377
+ backdrop: "bg-overlay/50 backdrop-opacity-50"
1378
1378
  },
1379
1379
  blur: {
1380
- backdrop: "backdrop-blur-sm backdrop-saturate-150 bg-black/30"
1380
+ backdrop: "backdrop-blur-sm backdrop-saturate-150 bg-overlay/30"
1381
1381
  }
1382
1382
  },
1383
1383
  triggerScaleOnOpen: {
@@ -5215,10 +5215,10 @@ var modal = (0, import_tailwind_variants23.tv)({
5215
5215
  backdrop: "hidden"
5216
5216
  },
5217
5217
  opaque: {
5218
- backdrop: "bg-black/50 backdrop-opacity-50"
5218
+ backdrop: "bg-overlay/50 backdrop-opacity-50"
5219
5219
  },
5220
5220
  blur: {
5221
- backdrop: "backdrop-blur-md backdrop-saturate-150 bg-black/30"
5221
+ backdrop: "backdrop-blur-md backdrop-saturate-150 bg-overlay/30"
5222
5222
  }
5223
5223
  },
5224
5224
  scrollBehavior: {
@@ -6302,11 +6302,14 @@ var base = {
6302
6302
  DEFAULT: "rgba(17, 17, 17, 0.15)"
6303
6303
  },
6304
6304
  boundary: {
6305
- DEFAULT: import_colors.default.zinc[300]
6305
+ DEFAULT: import_colors.default.zinc[200]
6306
6306
  },
6307
6307
  focus: {
6308
6308
  DEFAULT: commonColors.blue[500]
6309
6309
  },
6310
+ overlay: {
6311
+ DEFAULT: "#000000"
6312
+ },
6310
6313
  content1: {
6311
6314
  DEFAULT: "#FFFFFF",
6312
6315
  foreground: "#11181C"
@@ -6335,6 +6338,9 @@ var base = {
6335
6338
  focus: {
6336
6339
  DEFAULT: commonColors.blue[500]
6337
6340
  },
6341
+ overlay: {
6342
+ DEFAULT: "#000000"
6343
+ },
6338
6344
  divider: {
6339
6345
  DEFAULT: "rgba(255, 255, 255, 0.15)"
6340
6346
  },
package/dist/index.mjs CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-FAR5DJOU.mjs";
20
20
  import {
21
21
  modal
22
- } from "./chunk-RB2RANUL.mjs";
22
+ } from "./chunk-MMICGI5R.mjs";
23
23
  import {
24
24
  navbar
25
25
  } from "./chunk-AOWZVYD6.mjs";
@@ -28,7 +28,7 @@ import {
28
28
  } from "./chunk-7CDOS5YK.mjs";
29
29
  import {
30
30
  popover
31
- } from "./chunk-W2ASLLZX.mjs";
31
+ } from "./chunk-4ZBRDYD7.mjs";
32
32
  import {
33
33
  progress
34
34
  } from "./chunk-BHHIVMOY.mjs";
@@ -105,7 +105,7 @@ import {
105
105
  } from "./chunk-CEW7YOHH.mjs";
106
106
  import {
107
107
  nextui
108
- } from "./chunk-B7YAOHJP.mjs";
108
+ } from "./chunk-VQMZCOF7.mjs";
109
109
  import "./chunk-OQGOVMIP.mjs";
110
110
  import "./chunk-4Z22WXZX.mjs";
111
111
  import "./chunk-HJLDXSH7.mjs";
@@ -122,10 +122,10 @@ import {
122
122
  import "./chunk-WQEDQHKX.mjs";
123
123
  import {
124
124
  colors
125
- } from "./chunk-GVNDH7OI.mjs";
125
+ } from "./chunk-V62BB4KJ.mjs";
126
126
  import {
127
127
  semanticColors
128
- } from "./chunk-N6M7XBU3.mjs";
128
+ } from "./chunk-JG7GS7DC.mjs";
129
129
  import "./chunk-37PIXVP4.mjs";
130
130
  import "./chunk-M63AFAHO.mjs";
131
131
  import "./chunk-DMASP6FA.mjs";
package/dist/plugin.js CHANGED
@@ -195,11 +195,14 @@ var base = {
195
195
  DEFAULT: "rgba(17, 17, 17, 0.15)"
196
196
  },
197
197
  boundary: {
198
- DEFAULT: import_colors.default.zinc[300]
198
+ DEFAULT: import_colors.default.zinc[200]
199
199
  },
200
200
  focus: {
201
201
  DEFAULT: commonColors.blue[500]
202
202
  },
203
+ overlay: {
204
+ DEFAULT: "#000000"
205
+ },
203
206
  content1: {
204
207
  DEFAULT: "#FFFFFF",
205
208
  foreground: "#11181C"
@@ -228,6 +231,9 @@ var base = {
228
231
  focus: {
229
232
  DEFAULT: commonColors.blue[500]
230
233
  },
234
+ overlay: {
235
+ DEFAULT: "#000000"
236
+ },
231
237
  divider: {
232
238
  DEFAULT: "rgba(255, 255, 255, 0.15)"
233
239
  },
package/dist/plugin.mjs CHANGED
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  nextui
3
- } from "./chunk-B7YAOHJP.mjs";
3
+ } from "./chunk-VQMZCOF7.mjs";
4
4
  import "./chunk-OQGOVMIP.mjs";
5
5
  import "./chunk-4Z22WXZX.mjs";
6
6
  import "./chunk-HJLDXSH7.mjs";
7
7
  import "./chunk-DI2L75XK.mjs";
8
8
  import "./chunk-G2ZSNGR5.mjs";
9
9
  import "./chunk-WQEDQHKX.mjs";
10
- import "./chunk-GVNDH7OI.mjs";
11
- import "./chunk-N6M7XBU3.mjs";
10
+ import "./chunk-V62BB4KJ.mjs";
11
+ import "./chunk-JG7GS7DC.mjs";
12
12
  import "./chunk-37PIXVP4.mjs";
13
13
  import "./chunk-M63AFAHO.mjs";
14
14
  import "./chunk-DMASP6FA.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20230625035223",
3
+ "version": "0.0.0-dev-v2-20230625145649",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",