@nextui-org/theme 0.0.0-dev-v2-20230521141624 → 0.0.0-dev-v2-20230525214932

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.
@@ -8,7 +8,7 @@ var kbd = tv({
8
8
  "inline-block",
9
9
  "space-x-0.5",
10
10
  "font-sans",
11
- "font-medium",
11
+ "font-normal",
12
12
  "text-center",
13
13
  "text-sm",
14
14
  "border",
@@ -136,7 +136,12 @@ var checkbox = tv({
136
136
  label: "transition-none"
137
137
  },
138
138
  false: {
139
- wrapper: ["before:transition-background", "after:transition-transform-opacity"],
139
+ wrapper: [
140
+ "before:transition-background",
141
+ "after:transition-transform-opacity",
142
+ "after:!ease-linear",
143
+ "after:!duration-200"
144
+ ],
140
145
  icon: "transition-opacity",
141
146
  label: "transition-opacity before:transition-width"
142
147
  }
@@ -161,7 +161,12 @@ var checkbox = (0, import_tailwind_variants.tv)({
161
161
  label: "transition-none"
162
162
  },
163
163
  false: {
164
- wrapper: ["before:transition-background", "after:transition-transform-opacity"],
164
+ wrapper: [
165
+ "before:transition-background",
166
+ "after:transition-transform-opacity",
167
+ "after:!ease-linear",
168
+ "after:!duration-200"
169
+ ],
165
170
  icon: "transition-opacity",
166
171
  label: "transition-opacity before:transition-width"
167
172
  }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  checkbox,
3
3
  checkboxGroup
4
- } from "../chunk-B2N536X5.mjs";
4
+ } from "../chunk-TLJBVOUD.mjs";
5
5
  export {
6
6
  checkbox,
7
7
  checkboxGroup
@@ -2742,7 +2742,12 @@ var checkbox = (0, import_tailwind_variants13.tv)({
2742
2742
  label: "transition-none"
2743
2743
  },
2744
2744
  false: {
2745
- wrapper: ["before:transition-background", "after:transition-transform-opacity"],
2745
+ wrapper: [
2746
+ "before:transition-background",
2747
+ "after:transition-transform-opacity",
2748
+ "after:!ease-linear",
2749
+ "after:!duration-200"
2750
+ ],
2746
2751
  icon: "transition-opacity",
2747
2752
  label: "transition-opacity before:transition-width"
2748
2753
  }
@@ -5794,7 +5799,7 @@ var kbd = (0, import_tailwind_variants28.tv)({
5794
5799
  "inline-block",
5795
5800
  "space-x-0.5",
5796
5801
  "font-sans",
5797
- "font-medium",
5802
+ "font-normal",
5798
5803
  "text-center",
5799
5804
  "text-sm",
5800
5805
  "border",
@@ -62,7 +62,7 @@ import {
62
62
  } from "../chunk-7EDXWCUZ.mjs";
63
63
  import {
64
64
  kbd
65
- } from "../chunk-KUQBSI5S.mjs";
65
+ } from "../chunk-6IVGIMY2.mjs";
66
66
  import {
67
67
  link,
68
68
  linkAnchorClasses
@@ -84,7 +84,7 @@ import {
84
84
  import {
85
85
  checkbox,
86
86
  checkboxGroup
87
- } from "../chunk-B2N536X5.mjs";
87
+ } from "../chunk-TLJBVOUD.mjs";
88
88
  import {
89
89
  chip
90
90
  } from "../chunk-W5WYYDCM.mjs";
@@ -32,7 +32,7 @@ var kbd = (0, import_tailwind_variants.tv)({
32
32
  "inline-block",
33
33
  "space-x-0.5",
34
34
  "font-sans",
35
- "font-medium",
35
+ "font-normal",
36
36
  "text-center",
37
37
  "text-sm",
38
38
  "border",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  kbd
3
- } from "../chunk-KUQBSI5S.mjs";
3
+ } from "../chunk-6IVGIMY2.mjs";
4
4
  export {
5
5
  kbd
6
6
  };
package/dist/index.js CHANGED
@@ -2774,7 +2774,12 @@ var checkbox = (0, import_tailwind_variants13.tv)({
2774
2774
  label: "transition-none"
2775
2775
  },
2776
2776
  false: {
2777
- wrapper: ["before:transition-background", "after:transition-transform-opacity"],
2777
+ wrapper: [
2778
+ "before:transition-background",
2779
+ "after:transition-transform-opacity",
2780
+ "after:!ease-linear",
2781
+ "after:!duration-200"
2782
+ ],
2778
2783
  icon: "transition-opacity",
2779
2784
  label: "transition-opacity before:transition-width"
2780
2785
  }
@@ -5826,7 +5831,7 @@ var kbd = (0, import_tailwind_variants28.tv)({
5826
5831
  "inline-block",
5827
5832
  "space-x-0.5",
5828
5833
  "font-sans",
5829
- "font-medium",
5834
+ "font-normal",
5830
5835
  "text-center",
5831
5836
  "text-sm",
5832
5837
  "border",
package/dist/index.mjs CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  } from "./chunk-7EDXWCUZ.mjs";
63
63
  import {
64
64
  kbd
65
- } from "./chunk-KUQBSI5S.mjs";
65
+ } from "./chunk-6IVGIMY2.mjs";
66
66
  import {
67
67
  link,
68
68
  linkAnchorClasses
@@ -84,7 +84,7 @@ import {
84
84
  import {
85
85
  checkbox,
86
86
  checkboxGroup
87
- } from "./chunk-B2N536X5.mjs";
87
+ } from "./chunk-TLJBVOUD.mjs";
88
88
  import {
89
89
  chip
90
90
  } from "./chunk-W5WYYDCM.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20230521141624",
3
+ "version": "0.0.0-dev-v2-20230525214932",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",