@nextui-org/theme 0.0.0-dev-v2-20230617142344 → 0.0.0-dev-v2-20230618174149

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.
@@ -77,7 +77,7 @@ var button = tv({
77
77
  true: "[&:not(:first-child):not(:last-child)]:rounded-none"
78
78
  },
79
79
  isIconOnly: {
80
- true: "p-0 gap-0 min-w-fit",
80
+ true: "p-0 gap-0",
81
81
  false: "[&>svg]:max-w-[2em]"
82
82
  },
83
83
  disableAnimation: {
@@ -355,27 +355,27 @@ var button = tv({
355
355
  {
356
356
  isIconOnly: true,
357
357
  size: "xs",
358
- class: "w-6 h-6"
358
+ class: "min-w-[1.5rem] w-6 h-6"
359
359
  },
360
360
  {
361
361
  isIconOnly: true,
362
362
  size: "sm",
363
- class: "w-8 h-8"
363
+ class: "min-w-[2rem] w-8 h-8"
364
364
  },
365
365
  {
366
366
  isIconOnly: true,
367
367
  size: "md",
368
- class: "w-10 h-10"
368
+ class: "min-w-[2.5rem] w-10 h-10"
369
369
  },
370
370
  {
371
371
  isIconOnly: true,
372
372
  size: "lg",
373
- class: "w-12 h-12"
373
+ class: "min-w-[3rem] w-12 h-12"
374
374
  },
375
375
  {
376
376
  isIconOnly: true,
377
377
  size: "xl",
378
- class: "w-14 h-14"
378
+ class: "min-w-[3.5rem] w-14 h-14"
379
379
  }
380
380
  ]
381
381
  });
@@ -6,7 +6,7 @@ import {
6
6
  import { tv } from "tailwind-variants";
7
7
  var snippet = tv({
8
8
  slots: {
9
- base: "inline-flex items-center justify-between h-fit rounded-md",
9
+ base: "inline-flex items-center justify-between h-fit rounded-md gap-2",
10
10
  pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
11
11
  content: "flex flex-col",
12
12
  symbol: "select-none",
@@ -14,7 +14,6 @@ var snippet = tv({
14
14
  "group",
15
15
  "relative",
16
16
  "z-10",
17
- "ml-2",
18
17
  "text-lg",
19
18
  "text-inherit",
20
19
  "data-[hover=true]:bg-transparent"
@@ -67,7 +67,7 @@ declare const button: tailwind_variants.TVReturnType<{
67
67
  true: "[&:not(:first-child):not(:last-child)]:rounded-none";
68
68
  };
69
69
  isIconOnly: {
70
- true: "p-0 gap-0 min-w-fit";
70
+ true: "p-0 gap-0";
71
71
  false: "[&>svg]:max-w-[2em]";
72
72
  };
73
73
  disableAnimation: {
@@ -123,7 +123,7 @@ declare const button: tailwind_variants.TVReturnType<{
123
123
  true: "[&:not(:first-child):not(:last-child)]:rounded-none";
124
124
  };
125
125
  isIconOnly: {
126
- true: "p-0 gap-0 min-w-fit";
126
+ true: "p-0 gap-0";
127
127
  false: "[&>svg]:max-w-[2em]";
128
128
  };
129
129
  disableAnimation: {
@@ -179,7 +179,7 @@ declare const button: tailwind_variants.TVReturnType<{
179
179
  true: "[&:not(:first-child):not(:last-child)]:rounded-none";
180
180
  };
181
181
  isIconOnly: {
182
- true: "p-0 gap-0 min-w-fit";
182
+ true: "p-0 gap-0";
183
183
  false: "[&>svg]:max-w-[2em]";
184
184
  };
185
185
  disableAnimation: {
@@ -235,7 +235,7 @@ declare const button: tailwind_variants.TVReturnType<{
235
235
  true: "[&:not(:first-child):not(:last-child)]:rounded-none";
236
236
  };
237
237
  isIconOnly: {
238
- true: "p-0 gap-0 min-w-fit";
238
+ true: "p-0 gap-0";
239
239
  false: "[&>svg]:max-w-[2em]";
240
240
  };
241
241
  disableAnimation: {
@@ -174,7 +174,7 @@ var button = (0, import_tailwind_variants.tv)({
174
174
  true: "[&:not(:first-child):not(:last-child)]:rounded-none"
175
175
  },
176
176
  isIconOnly: {
177
- true: "p-0 gap-0 min-w-fit",
177
+ true: "p-0 gap-0",
178
178
  false: "[&>svg]:max-w-[2em]"
179
179
  },
180
180
  disableAnimation: {
@@ -452,27 +452,27 @@ var button = (0, import_tailwind_variants.tv)({
452
452
  {
453
453
  isIconOnly: true,
454
454
  size: "xs",
455
- class: "w-6 h-6"
455
+ class: "min-w-[1.5rem] w-6 h-6"
456
456
  },
457
457
  {
458
458
  isIconOnly: true,
459
459
  size: "sm",
460
- class: "w-8 h-8"
460
+ class: "min-w-[2rem] w-8 h-8"
461
461
  },
462
462
  {
463
463
  isIconOnly: true,
464
464
  size: "md",
465
- class: "w-10 h-10"
465
+ class: "min-w-[2.5rem] w-10 h-10"
466
466
  },
467
467
  {
468
468
  isIconOnly: true,
469
469
  size: "lg",
470
- class: "w-12 h-12"
470
+ class: "min-w-[3rem] w-12 h-12"
471
471
  },
472
472
  {
473
473
  isIconOnly: true,
474
474
  size: "xl",
475
- class: "w-14 h-14"
475
+ class: "min-w-[3.5rem] w-14 h-14"
476
476
  }
477
477
  ]
478
478
  });
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  button,
3
3
  buttonGroup
4
- } from "../chunk-WUX2XFG4.mjs";
4
+ } from "../chunk-RWCBIS6I.mjs";
5
5
  import "../chunk-CMYR6AOY.mjs";
6
6
  import "../chunk-K7LK7NCE.mjs";
7
7
  import "../chunk-I4OYRSA7.mjs";
@@ -744,7 +744,7 @@ var button = (0, import_tailwind_variants5.tv)({
744
744
  true: "[&:not(:first-child):not(:last-child)]:rounded-none"
745
745
  },
746
746
  isIconOnly: {
747
- true: "p-0 gap-0 min-w-fit",
747
+ true: "p-0 gap-0",
748
748
  false: "[&>svg]:max-w-[2em]"
749
749
  },
750
750
  disableAnimation: {
@@ -1022,27 +1022,27 @@ var button = (0, import_tailwind_variants5.tv)({
1022
1022
  {
1023
1023
  isIconOnly: true,
1024
1024
  size: "xs",
1025
- class: "w-6 h-6"
1025
+ class: "min-w-[1.5rem] w-6 h-6"
1026
1026
  },
1027
1027
  {
1028
1028
  isIconOnly: true,
1029
1029
  size: "sm",
1030
- class: "w-8 h-8"
1030
+ class: "min-w-[2rem] w-8 h-8"
1031
1031
  },
1032
1032
  {
1033
1033
  isIconOnly: true,
1034
1034
  size: "md",
1035
- class: "w-10 h-10"
1035
+ class: "min-w-[2.5rem] w-10 h-10"
1036
1036
  },
1037
1037
  {
1038
1038
  isIconOnly: true,
1039
1039
  size: "lg",
1040
- class: "w-12 h-12"
1040
+ class: "min-w-[3rem] w-12 h-12"
1041
1041
  },
1042
1042
  {
1043
1043
  isIconOnly: true,
1044
1044
  size: "xl",
1045
- class: "w-14 h-14"
1045
+ class: "min-w-[3.5rem] w-14 h-14"
1046
1046
  }
1047
1047
  ]
1048
1048
  });
@@ -1396,7 +1396,7 @@ var popover = (0, import_tailwind_variants9.tv)({
1396
1396
  var import_tailwind_variants10 = require("tailwind-variants");
1397
1397
  var snippet = (0, import_tailwind_variants10.tv)({
1398
1398
  slots: {
1399
- base: "inline-flex items-center justify-between h-fit rounded-md",
1399
+ base: "inline-flex items-center justify-between h-fit rounded-md gap-2",
1400
1400
  pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
1401
1401
  content: "flex flex-col",
1402
1402
  symbol: "select-none",
@@ -1404,7 +1404,6 @@ var snippet = (0, import_tailwind_variants10.tv)({
1404
1404
  "group",
1405
1405
  "relative",
1406
1406
  "z-10",
1407
- "ml-2",
1408
1407
  "text-lg",
1409
1408
  "text-inherit",
1410
1409
  "data-[hover=true]:bg-transparent"
@@ -1,13 +1,4 @@
1
1
  import "../chunk-PRWEADY4.mjs";
2
- import {
3
- snippet
4
- } from "../chunk-HKMIRUA2.mjs";
5
- import {
6
- spacer
7
- } from "../chunk-3B4SYPW2.mjs";
8
- import {
9
- spinner
10
- } from "../chunk-HOQUCE4N.mjs";
11
2
  import {
12
3
  table
13
4
  } from "../chunk-U54UQOTS.mjs";
@@ -20,16 +11,6 @@ import {
20
11
  import {
21
12
  user
22
13
  } from "../chunk-ZFYINWFR.mjs";
23
- import {
24
- link,
25
- linkAnchorClasses
26
- } from "../chunk-YQXYRWJP.mjs";
27
- import {
28
- modal
29
- } from "../chunk-EQVBIZB3.mjs";
30
- import {
31
- navbar
32
- } from "../chunk-LWJT5D6G.mjs";
33
14
  import {
34
15
  pagination
35
16
  } from "../chunk-K55AW2NU.mjs";
@@ -47,14 +28,14 @@ import {
47
28
  skeleton
48
29
  } from "../chunk-P5E3PNHW.mjs";
49
30
  import {
50
- code
51
- } from "../chunk-27PQQNKZ.mjs";
31
+ snippet
32
+ } from "../chunk-SPRUF3FQ.mjs";
52
33
  import {
53
- divider
54
- } from "../chunk-2ENRZMQI.mjs";
34
+ spacer
35
+ } from "../chunk-3B4SYPW2.mjs";
55
36
  import {
56
- drip
57
- } from "../chunk-OIVGIOVG.mjs";
37
+ spinner
38
+ } from "../chunk-HOQUCE4N.mjs";
58
39
  import {
59
40
  dropdown,
60
41
  dropdownItem,
@@ -71,20 +52,19 @@ import {
71
52
  kbd
72
53
  } from "../chunk-GBPOVFEX.mjs";
73
54
  import {
74
- accordion,
75
- accordionItem
76
- } from "../chunk-HNRHIJNK.mjs";
55
+ link,
56
+ linkAnchorClasses
57
+ } from "../chunk-YQXYRWJP.mjs";
77
58
  import {
78
- avatar,
79
- avatarGroup
80
- } from "../chunk-MWWMIOTS.mjs";
59
+ modal
60
+ } from "../chunk-EQVBIZB3.mjs";
81
61
  import {
82
- badge
83
- } from "../chunk-NASOHMPB.mjs";
62
+ navbar
63
+ } from "../chunk-LWJT5D6G.mjs";
84
64
  import {
85
65
  button,
86
66
  buttonGroup
87
- } from "../chunk-WUX2XFG4.mjs";
67
+ } from "../chunk-RWCBIS6I.mjs";
88
68
  import {
89
69
  card
90
70
  } from "../chunk-QW2ZGOKD.mjs";
@@ -95,12 +75,32 @@ import {
95
75
  import {
96
76
  chip
97
77
  } from "../chunk-TO7LQPC3.mjs";
98
- import "../chunk-CMYR6AOY.mjs";
99
- import "../chunk-K7LK7NCE.mjs";
100
- import "../chunk-I4OYRSA7.mjs";
101
78
  import {
102
79
  circularProgress
103
80
  } from "../chunk-UPBFQDTD.mjs";
81
+ import {
82
+ code
83
+ } from "../chunk-27PQQNKZ.mjs";
84
+ import {
85
+ divider
86
+ } from "../chunk-2ENRZMQI.mjs";
87
+ import {
88
+ drip
89
+ } from "../chunk-OIVGIOVG.mjs";
90
+ import {
91
+ accordion,
92
+ accordionItem
93
+ } from "../chunk-HNRHIJNK.mjs";
94
+ import {
95
+ avatar,
96
+ avatarGroup
97
+ } from "../chunk-MWWMIOTS.mjs";
98
+ import {
99
+ badge
100
+ } from "../chunk-NASOHMPB.mjs";
101
+ import "../chunk-CMYR6AOY.mjs";
102
+ import "../chunk-K7LK7NCE.mjs";
103
+ import "../chunk-I4OYRSA7.mjs";
104
104
  import "../chunk-INZK6TTL.mjs";
105
105
  export {
106
106
  accordion,
@@ -102,7 +102,7 @@ var colorVariants = {
102
102
  // src/components/snippet.ts
103
103
  var snippet = (0, import_tailwind_variants.tv)({
104
104
  slots: {
105
- base: "inline-flex items-center justify-between h-fit rounded-md",
105
+ base: "inline-flex items-center justify-between h-fit rounded-md gap-2",
106
106
  pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
107
107
  content: "flex flex-col",
108
108
  symbol: "select-none",
@@ -110,7 +110,6 @@ var snippet = (0, import_tailwind_variants.tv)({
110
110
  "group",
111
111
  "relative",
112
112
  "z-10",
113
- "ml-2",
114
113
  "text-lg",
115
114
  "text-inherit",
116
115
  "data-[hover=true]:bg-transparent"
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  snippet
3
- } from "../chunk-HKMIRUA2.mjs";
3
+ } from "../chunk-SPRUF3FQ.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-I4OYRSA7.mjs";
package/dist/index.js CHANGED
@@ -776,7 +776,7 @@ var button = (0, import_tailwind_variants5.tv)({
776
776
  true: "[&:not(:first-child):not(:last-child)]:rounded-none"
777
777
  },
778
778
  isIconOnly: {
779
- true: "p-0 gap-0 min-w-fit",
779
+ true: "p-0 gap-0",
780
780
  false: "[&>svg]:max-w-[2em]"
781
781
  },
782
782
  disableAnimation: {
@@ -1054,27 +1054,27 @@ var button = (0, import_tailwind_variants5.tv)({
1054
1054
  {
1055
1055
  isIconOnly: true,
1056
1056
  size: "xs",
1057
- class: "w-6 h-6"
1057
+ class: "min-w-[1.5rem] w-6 h-6"
1058
1058
  },
1059
1059
  {
1060
1060
  isIconOnly: true,
1061
1061
  size: "sm",
1062
- class: "w-8 h-8"
1062
+ class: "min-w-[2rem] w-8 h-8"
1063
1063
  },
1064
1064
  {
1065
1065
  isIconOnly: true,
1066
1066
  size: "md",
1067
- class: "w-10 h-10"
1067
+ class: "min-w-[2.5rem] w-10 h-10"
1068
1068
  },
1069
1069
  {
1070
1070
  isIconOnly: true,
1071
1071
  size: "lg",
1072
- class: "w-12 h-12"
1072
+ class: "min-w-[3rem] w-12 h-12"
1073
1073
  },
1074
1074
  {
1075
1075
  isIconOnly: true,
1076
1076
  size: "xl",
1077
- class: "w-14 h-14"
1077
+ class: "min-w-[3.5rem] w-14 h-14"
1078
1078
  }
1079
1079
  ]
1080
1080
  });
@@ -1428,7 +1428,7 @@ var popover = (0, import_tailwind_variants9.tv)({
1428
1428
  var import_tailwind_variants10 = require("tailwind-variants");
1429
1429
  var snippet = (0, import_tailwind_variants10.tv)({
1430
1430
  slots: {
1431
- base: "inline-flex items-center justify-between h-fit rounded-md",
1431
+ base: "inline-flex items-center justify-between h-fit rounded-md gap-2",
1432
1432
  pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
1433
1433
  content: "flex flex-col",
1434
1434
  symbol: "select-none",
@@ -1436,7 +1436,6 @@ var snippet = (0, import_tailwind_variants10.tv)({
1436
1436
  "group",
1437
1437
  "relative",
1438
1438
  "z-10",
1439
- "ml-2",
1440
1439
  "text-lg",
1441
1440
  "text-inherit",
1442
1441
  "data-[hover=true]:bg-transparent"
package/dist/index.mjs CHANGED
@@ -1,13 +1,4 @@
1
1
  import "./chunk-PRWEADY4.mjs";
2
- import {
3
- snippet
4
- } from "./chunk-HKMIRUA2.mjs";
5
- import {
6
- spacer
7
- } from "./chunk-3B4SYPW2.mjs";
8
- import {
9
- spinner
10
- } from "./chunk-HOQUCE4N.mjs";
11
2
  import {
12
3
  table
13
4
  } from "./chunk-U54UQOTS.mjs";
@@ -20,16 +11,6 @@ import {
20
11
  import {
21
12
  user
22
13
  } from "./chunk-ZFYINWFR.mjs";
23
- import {
24
- link,
25
- linkAnchorClasses
26
- } from "./chunk-YQXYRWJP.mjs";
27
- import {
28
- modal
29
- } from "./chunk-EQVBIZB3.mjs";
30
- import {
31
- navbar
32
- } from "./chunk-LWJT5D6G.mjs";
33
14
  import {
34
15
  pagination
35
16
  } from "./chunk-K55AW2NU.mjs";
@@ -47,14 +28,14 @@ import {
47
28
  skeleton
48
29
  } from "./chunk-P5E3PNHW.mjs";
49
30
  import {
50
- code
51
- } from "./chunk-27PQQNKZ.mjs";
31
+ snippet
32
+ } from "./chunk-SPRUF3FQ.mjs";
52
33
  import {
53
- divider
54
- } from "./chunk-2ENRZMQI.mjs";
34
+ spacer
35
+ } from "./chunk-3B4SYPW2.mjs";
55
36
  import {
56
- drip
57
- } from "./chunk-OIVGIOVG.mjs";
37
+ spinner
38
+ } from "./chunk-HOQUCE4N.mjs";
58
39
  import {
59
40
  dropdown,
60
41
  dropdownItem,
@@ -71,20 +52,19 @@ import {
71
52
  kbd
72
53
  } from "./chunk-GBPOVFEX.mjs";
73
54
  import {
74
- accordion,
75
- accordionItem
76
- } from "./chunk-HNRHIJNK.mjs";
55
+ link,
56
+ linkAnchorClasses
57
+ } from "./chunk-YQXYRWJP.mjs";
77
58
  import {
78
- avatar,
79
- avatarGroup
80
- } from "./chunk-MWWMIOTS.mjs";
59
+ modal
60
+ } from "./chunk-EQVBIZB3.mjs";
81
61
  import {
82
- badge
83
- } from "./chunk-NASOHMPB.mjs";
62
+ navbar
63
+ } from "./chunk-LWJT5D6G.mjs";
84
64
  import {
85
65
  button,
86
66
  buttonGroup
87
- } from "./chunk-WUX2XFG4.mjs";
67
+ } from "./chunk-RWCBIS6I.mjs";
88
68
  import {
89
69
  card
90
70
  } from "./chunk-QW2ZGOKD.mjs";
@@ -95,14 +75,34 @@ import {
95
75
  import {
96
76
  chip
97
77
  } from "./chunk-TO7LQPC3.mjs";
78
+ import {
79
+ circularProgress
80
+ } from "./chunk-UPBFQDTD.mjs";
81
+ import {
82
+ code
83
+ } from "./chunk-27PQQNKZ.mjs";
84
+ import {
85
+ divider
86
+ } from "./chunk-2ENRZMQI.mjs";
87
+ import {
88
+ drip
89
+ } from "./chunk-OIVGIOVG.mjs";
90
+ import {
91
+ accordion,
92
+ accordionItem
93
+ } from "./chunk-HNRHIJNK.mjs";
94
+ import {
95
+ avatar,
96
+ avatarGroup
97
+ } from "./chunk-MWWMIOTS.mjs";
98
+ import {
99
+ badge
100
+ } from "./chunk-NASOHMPB.mjs";
98
101
  import "./chunk-CMYR6AOY.mjs";
99
102
  import "./chunk-K7LK7NCE.mjs";
100
103
  import {
101
104
  colorVariants
102
105
  } from "./chunk-I4OYRSA7.mjs";
103
- import {
104
- circularProgress
105
- } from "./chunk-UPBFQDTD.mjs";
106
106
  import {
107
107
  nextui
108
108
  } from "./chunk-JR6TMRUJ.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20230617142344",
3
+ "version": "0.0.0-dev-v2-20230618174149",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",