@nextui-org/theme 0.0.0-dev-v2-20240421094500 → 0.0.0-dev-v2-20240421105141
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-524WVPFR.mjs → chunk-M3MKSQ42.mjs} +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/progress.d.ts +2 -2
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -108,7 +108,7 @@ declare const progress: tailwind_variants.TVReturnType<{
|
|
|
108
108
|
track: string;
|
|
109
109
|
indicator: string;
|
|
110
110
|
}, undefined, {
|
|
111
|
-
twMerge:
|
|
111
|
+
twMerge: true;
|
|
112
112
|
}, {
|
|
113
113
|
color: {
|
|
114
114
|
default: {
|
|
@@ -286,7 +286,7 @@ declare const progress: tailwind_variants.TVReturnType<{
|
|
|
286
286
|
track: string;
|
|
287
287
|
indicator: string;
|
|
288
288
|
}, undefined, {
|
|
289
|
-
twMerge:
|
|
289
|
+
twMerge: true;
|
|
290
290
|
}, unknown, unknown, undefined>>;
|
|
291
291
|
type ProgressVariantProps = VariantProps<typeof progress>;
|
|
292
292
|
type ProgressSlots = keyof ReturnType<typeof progress>;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED