@nextui-org/theme 0.0.0-dev-v2-20230424192123 → 0.0.0-dev-v2-20230424221531

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.
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-INZK6TTL.mjs";
7
7
  import {
8
8
  semanticColors
9
- } from "./chunk-XFP7S22H.mjs";
9
+ } from "./chunk-LQHWK6UV.mjs";
10
10
  import {
11
11
  removeDefaultKeys
12
12
  } from "./chunk-37PIXVP4.mjs";
@@ -19,7 +19,7 @@ import {
19
19
 
20
20
  // src/plugin.ts
21
21
  import Color from "color";
22
- import plugin from "tailwindcss/plugin";
22
+ import plugin from "tailwindcss/plugin.js";
23
23
  import forEach from "lodash.foreach";
24
24
  import flatten from "flat";
25
25
  import get from "lodash.get";
@@ -77,6 +77,7 @@ var navbar = tv({
77
77
  "group-data-[open=true]:after:-rotate-45"
78
78
  ],
79
79
  brand: [
80
+ "w-full",
80
81
  "flex",
81
82
  "flex-row",
82
83
  "flex-nowrap",
@@ -88,7 +89,18 @@ var navbar = tv({
88
89
  "whitespace-nowrap",
89
90
  "box-border"
90
91
  ],
91
- content: ["flex", "h-full", "flex-row", "flex-nowrap", "items-center", "gap-4"],
92
+ content: [
93
+ "flex",
94
+ "w-full",
95
+ "h-full",
96
+ "flex-row",
97
+ "flex-nowrap",
98
+ "items-center",
99
+ "gap-4",
100
+ "data-[justify=start]:justify-start",
101
+ "data-[justify=center]:justify-center",
102
+ "data-[justify=end]:justify-end"
103
+ ],
92
104
  item: [
93
105
  "text-base",
94
106
  "whitespace-nowrap",
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-CRCBVLUP.mjs";
7
7
 
8
8
  // src/colors/semantic.ts
9
- import twColors from "tailwindcss/colors";
9
+ import twColors from "tailwindcss/colors.js";
10
10
  import { readableColor } from "color2k";
11
11
  var base = {
12
12
  light: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-XFP7S22H.mjs";
3
+ } from "./chunk-LQHWK6UV.mjs";
4
4
  import {
5
5
  commonColors
6
6
  } from "./chunk-CRCBVLUP.mjs";
@@ -144,7 +144,7 @@ var commonColors = {
144
144
  };
145
145
 
146
146
  // src/colors/semantic.ts
147
- var import_colors = __toESM(require("tailwindcss/colors"));
147
+ var import_colors = __toESM(require("tailwindcss/colors.js"));
148
148
  var import_color2k = require("color2k");
149
149
 
150
150
  // src/utils/object.ts
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  colors
3
- } from "../chunk-XTUVNJGJ.mjs";
3
+ } from "../chunk-M74ZSXB7.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-XFP7S22H.mjs";
6
+ } from "../chunk-LQHWK6UV.mjs";
7
7
  import "../chunk-37PIXVP4.mjs";
8
8
  import "../chunk-M63AFAHO.mjs";
9
9
  import {
@@ -31,7 +31,7 @@ __export(semantic_exports, {
31
31
  semanticColorsLight: () => semanticColorsLight
32
32
  });
33
33
  module.exports = __toCommonJS(semantic_exports);
34
- var import_colors = __toESM(require("tailwindcss/colors"));
34
+ var import_colors = __toESM(require("tailwindcss/colors.js"));
35
35
  var import_color2k = require("color2k");
36
36
 
37
37
  // src/utils/object.ts
@@ -2,7 +2,7 @@ import {
2
2
  semanticColors,
3
3
  semanticColorsDark,
4
4
  semanticColorsLight
5
- } from "../chunk-XFP7S22H.mjs";
5
+ } from "../chunk-LQHWK6UV.mjs";
6
6
  import "../chunk-37PIXVP4.mjs";
7
7
  import "../chunk-CRCBVLUP.mjs";
8
8
  import "../chunk-DCEG5LGX.mjs";
package/dist/colors.js CHANGED
@@ -144,7 +144,7 @@ var commonColors = {
144
144
  };
145
145
 
146
146
  // src/colors/semantic.ts
147
- var import_colors = __toESM(require("tailwindcss/colors"));
147
+ var import_colors = __toESM(require("tailwindcss/colors.js"));
148
148
  var import_color2k = require("color2k");
149
149
 
150
150
  // src/utils/object.ts
package/dist/colors.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import "./chunk-WQEDQHKX.mjs";
2
2
  import {
3
3
  colors
4
- } from "./chunk-XTUVNJGJ.mjs";
4
+ } from "./chunk-M74ZSXB7.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-XFP7S22H.mjs";
7
+ } from "./chunk-LQHWK6UV.mjs";
8
8
  import "./chunk-37PIXVP4.mjs";
9
9
  import "./chunk-M63AFAHO.mjs";
10
10
  import {
@@ -5331,6 +5331,7 @@ var navbar = (0, import_tailwind_variants32.tv)({
5331
5331
  "group-data-[open=true]:after:-rotate-45"
5332
5332
  ],
5333
5333
  brand: [
5334
+ "w-full",
5334
5335
  "flex",
5335
5336
  "flex-row",
5336
5337
  "flex-nowrap",
@@ -5342,7 +5343,18 @@ var navbar = (0, import_tailwind_variants32.tv)({
5342
5343
  "whitespace-nowrap",
5343
5344
  "box-border"
5344
5345
  ],
5345
- content: ["flex", "h-full", "flex-row", "flex-nowrap", "items-center", "gap-4"],
5346
+ content: [
5347
+ "flex",
5348
+ "w-full",
5349
+ "h-full",
5350
+ "flex-row",
5351
+ "flex-nowrap",
5352
+ "items-center",
5353
+ "gap-4",
5354
+ "data-[justify=start]:justify-start",
5355
+ "data-[justify=center]:justify-center",
5356
+ "data-[justify=end]:justify-end"
5357
+ ],
5346
5358
  item: [
5347
5359
  "text-base",
5348
5360
  "whitespace-nowrap",
@@ -52,7 +52,7 @@ import {
52
52
  } from "../chunk-YMIOHWCD.mjs";
53
53
  import {
54
54
  navbar
55
- } from "../chunk-VS5PMCQU.mjs";
55
+ } from "../chunk-ACYWLBDN.mjs";
56
56
  import {
57
57
  checkbox
58
58
  } from "../chunk-7EKGN7JP.mjs";
@@ -101,6 +101,7 @@ var navbar = (0, import_tailwind_variants.tv)({
101
101
  "group-data-[open=true]:after:-rotate-45"
102
102
  ],
103
103
  brand: [
104
+ "w-full",
104
105
  "flex",
105
106
  "flex-row",
106
107
  "flex-nowrap",
@@ -112,7 +113,18 @@ var navbar = (0, import_tailwind_variants.tv)({
112
113
  "whitespace-nowrap",
113
114
  "box-border"
114
115
  ],
115
- content: ["flex", "h-full", "flex-row", "flex-nowrap", "items-center", "gap-4"],
116
+ content: [
117
+ "flex",
118
+ "w-full",
119
+ "h-full",
120
+ "flex-row",
121
+ "flex-nowrap",
122
+ "items-center",
123
+ "gap-4",
124
+ "data-[justify=start]:justify-start",
125
+ "data-[justify=center]:justify-center",
126
+ "data-[justify=end]:justify-end"
127
+ ],
116
128
  item: [
117
129
  "text-base",
118
130
  "whitespace-nowrap",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  navbar
3
- } from "../chunk-VS5PMCQU.mjs";
3
+ } from "../chunk-ACYWLBDN.mjs";
4
4
  export {
5
5
  navbar
6
6
  };
package/dist/index.js CHANGED
@@ -5354,6 +5354,7 @@ var navbar = (0, import_tailwind_variants32.tv)({
5354
5354
  "group-data-[open=true]:after:-rotate-45"
5355
5355
  ],
5356
5356
  brand: [
5357
+ "w-full",
5357
5358
  "flex",
5358
5359
  "flex-row",
5359
5360
  "flex-nowrap",
@@ -5365,7 +5366,18 @@ var navbar = (0, import_tailwind_variants32.tv)({
5365
5366
  "whitespace-nowrap",
5366
5367
  "box-border"
5367
5368
  ],
5368
- content: ["flex", "h-full", "flex-row", "flex-nowrap", "items-center", "gap-4"],
5369
+ content: [
5370
+ "flex",
5371
+ "w-full",
5372
+ "h-full",
5373
+ "flex-row",
5374
+ "flex-nowrap",
5375
+ "items-center",
5376
+ "gap-4",
5377
+ "data-[justify=start]:justify-start",
5378
+ "data-[justify=center]:justify-center",
5379
+ "data-[justify=end]:justify-end"
5380
+ ],
5369
5381
  item: [
5370
5382
  "text-base",
5371
5383
  "whitespace-nowrap",
@@ -5842,7 +5854,7 @@ var commonColors = {
5842
5854
  };
5843
5855
 
5844
5856
  // src/colors/semantic.ts
5845
- var import_colors = __toESM(require("tailwindcss/colors"));
5857
+ var import_colors = __toESM(require("tailwindcss/colors.js"));
5846
5858
  var import_color2k = require("color2k");
5847
5859
 
5848
5860
  // src/utils/object.ts
@@ -6010,7 +6022,7 @@ var colors = {
6010
6022
 
6011
6023
  // src/plugin.ts
6012
6024
  var import_color = __toESM(require("color"));
6013
- var import_plugin = __toESM(require("tailwindcss/plugin"));
6025
+ var import_plugin = __toESM(require("tailwindcss/plugin.js"));
6014
6026
  var import_lodash = __toESM(require("lodash.foreach"));
6015
6027
  var import_flat = __toESM(require("flat"));
6016
6028
  var import_lodash2 = __toESM(require("lodash.get"));
package/dist/index.mjs CHANGED
@@ -52,7 +52,7 @@ import {
52
52
  } from "./chunk-YMIOHWCD.mjs";
53
53
  import {
54
54
  navbar
55
- } from "./chunk-VS5PMCQU.mjs";
55
+ } from "./chunk-ACYWLBDN.mjs";
56
56
  import {
57
57
  checkbox
58
58
  } from "./chunk-7EKGN7JP.mjs";
@@ -111,7 +111,7 @@ import {
111
111
  } from "./chunk-XSFH4S4Y.mjs";
112
112
  import {
113
113
  nextui
114
- } from "./chunk-N2F64G6O.mjs";
114
+ } from "./chunk-724PTTWA.mjs";
115
115
  import "./chunk-XLATS5QU.mjs";
116
116
  import {
117
117
  absoluteFullClasses,
@@ -123,10 +123,10 @@ import {
123
123
  import "./chunk-WQEDQHKX.mjs";
124
124
  import {
125
125
  colors
126
- } from "./chunk-XTUVNJGJ.mjs";
126
+ } from "./chunk-M74ZSXB7.mjs";
127
127
  import {
128
128
  semanticColors
129
- } from "./chunk-XFP7S22H.mjs";
129
+ } from "./chunk-LQHWK6UV.mjs";
130
130
  import "./chunk-37PIXVP4.mjs";
131
131
  import "./chunk-M63AFAHO.mjs";
132
132
  import "./chunk-DMASP6FA.mjs";
package/dist/plugin.js CHANGED
@@ -30,7 +30,7 @@ __export(plugin_exports, {
30
30
  });
31
31
  module.exports = __toCommonJS(plugin_exports);
32
32
  var import_color = __toESM(require("color"));
33
- var import_plugin = __toESM(require("tailwindcss/plugin"));
33
+ var import_plugin = __toESM(require("tailwindcss/plugin.js"));
34
34
  var import_lodash = __toESM(require("lodash.foreach"));
35
35
  var import_flat = __toESM(require("flat"));
36
36
  var import_lodash2 = __toESM(require("lodash.get"));
@@ -148,7 +148,7 @@ var commonColors = {
148
148
  };
149
149
 
150
150
  // src/colors/semantic.ts
151
- var import_colors = __toESM(require("tailwindcss/colors"));
151
+ var import_colors = __toESM(require("tailwindcss/colors.js"));
152
152
  var import_color2k = require("color2k");
153
153
 
154
154
  // src/utils/object.ts
package/dist/plugin.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  nextui
3
- } from "./chunk-N2F64G6O.mjs";
3
+ } from "./chunk-724PTTWA.mjs";
4
4
  import "./chunk-XLATS5QU.mjs";
5
5
  import "./chunk-INZK6TTL.mjs";
6
6
  import "./chunk-WQEDQHKX.mjs";
7
- import "./chunk-XTUVNJGJ.mjs";
8
- import "./chunk-XFP7S22H.mjs";
7
+ import "./chunk-M74ZSXB7.mjs";
8
+ import "./chunk-LQHWK6UV.mjs";
9
9
  import "./chunk-37PIXVP4.mjs";
10
10
  import "./chunk-M63AFAHO.mjs";
11
11
  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-20230424192123",
3
+ "version": "0.0.0-dev-v2-20230424221531",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",