diff --git a/package.json b/package.json index 3e9de5ca..4b7c7fe2 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "pathe": "^2.0.3", "reka-ui": "^2.0.2", "scule": "^1.3.0", - "tailwind-variants": "^0.3.1", + "tailwind-variants": "^1.0.0", "tailwindcss": "^4.0.12", "tinyglobby": "^0.2.12", "unplugin": "^2.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0fd6ea71..c7a5a8ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,8 +117,8 @@ importers: specifier: ^1.3.0 version: 1.3.0 tailwind-variants: - specifier: ^0.3.1 - version: 0.3.1(tailwindcss@4.0.12) + specifier: ^1.0.0 + version: 1.0.0(tailwindcss@4.0.12) tailwindcss: specifier: ^4.0.12 version: 4.0.12 @@ -6383,11 +6383,11 @@ packages: resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==} engines: {node: '>=18'} - tailwind-merge@2.5.4: - resolution: {integrity: sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==} + tailwind-merge@3.0.2: + resolution: {integrity: sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==} - tailwind-variants@0.3.1: - resolution: {integrity: sha512-krn67M3FpPwElg4FsZrOQd0U26o7UDH/QOkK8RNaiCCrr052f6YJPBUfNKnPo/s/xRzNPtv1Mldlxsg8Tb46BQ==} + tailwind-variants@1.0.0: + resolution: {integrity: sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==} engines: {node: '>=16.x', pnpm: '>=7.x'} peerDependencies: tailwindcss: '*' @@ -14608,11 +14608,11 @@ snapshots: system-architecture@0.1.0: {} - tailwind-merge@2.5.4: {} + tailwind-merge@3.0.2: {} - tailwind-variants@0.3.1(tailwindcss@4.0.12): + tailwind-variants@1.0.0(tailwindcss@4.0.12): dependencies: - tailwind-merge: 2.5.4 + tailwind-merge: 3.0.2 tailwindcss: 4.0.12 tailwindcss@4.0.12: {} diff --git a/test/components/__snapshots__/Container-vue.spec.ts.snap b/test/components/__snapshots__/Container-vue.spec.ts.snap index d4212f3d..97ff8d9d 100644 --- a/test/components/__snapshots__/Container-vue.spec.ts.snap +++ b/test/components/__snapshots__/Container-vue.spec.ts.snap @@ -2,6 +2,6 @@ exports[`Container > renders with as correctly 1`] = `"
"`; -exports[`Container > renders with class correctly 1`] = `"
"`; +exports[`Container > renders with class correctly 1`] = `"
"`; exports[`Container > renders with default slot correctly 1`] = `"
Default slot
"`; diff --git a/test/components/__snapshots__/Container.spec.ts.snap b/test/components/__snapshots__/Container.spec.ts.snap index d4212f3d..97ff8d9d 100644 --- a/test/components/__snapshots__/Container.spec.ts.snap +++ b/test/components/__snapshots__/Container.spec.ts.snap @@ -2,6 +2,6 @@ exports[`Container > renders with as correctly 1`] = `"
"`; -exports[`Container > renders with class correctly 1`] = `"
"`; +exports[`Container > renders with class correctly 1`] = `"
"`; exports[`Container > renders with default slot correctly 1`] = `"
Default slot
"`;