@nextui-org/theme 0.0.0-dev-v2-20240303203505 → 0.0.0-dev-v2-20240303205459
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-G2RPAV6S.mjs → chunk-LY3D37PO.mjs} +8 -0
- package/dist/components/chip.js +8 -0
- package/dist/components/chip.mjs +1 -1
- package/dist/components/index.js +8 -0
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +8 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/components/chip.js
CHANGED
package/dist/components/chip.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -2141,6 +2141,14 @@ var chip = tv({
|
|
|
2141
2141
|
base: "w-auto"
|
|
2142
2142
|
}
|
|
2143
2143
|
},
|
|
2144
|
+
{
|
|
2145
|
+
isOneChar: true,
|
|
2146
|
+
variant: "dot",
|
|
2147
|
+
class: {
|
|
2148
|
+
base: "w-auto h-7 px-1 items-center",
|
|
2149
|
+
content: "px-2"
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2144
2152
|
{
|
|
2145
2153
|
hasStartContent: true,
|
|
2146
2154
|
size: "sm",
|
package/dist/index.js
CHANGED
|
@@ -2174,6 +2174,14 @@ var chip = tv({
|
|
|
2174
2174
|
base: "w-auto"
|
|
2175
2175
|
}
|
|
2176
2176
|
},
|
|
2177
|
+
{
|
|
2178
|
+
isOneChar: true,
|
|
2179
|
+
variant: "dot",
|
|
2180
|
+
class: {
|
|
2181
|
+
base: "w-auto h-7 px-1 items-center",
|
|
2182
|
+
content: "px-2"
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2177
2185
|
{
|
|
2178
2186
|
hasStartContent: true,
|
|
2179
2187
|
size: "sm",
|
package/dist/index.mjs
CHANGED