@nextui-org/theme 0.0.0-dev-v2-20230723192723 → 0.0.0-dev-v2-20230723212205
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-SJ7X4UT4.mjs → chunk-TIMHSW45.mjs} +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/toggle.js +1 -1
- package/dist/components/toggle.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -147,7 +147,7 @@ var toggle = tv({
|
|
|
147
147
|
disableAnimation: false,
|
|
148
148
|
size: "sm",
|
|
149
149
|
class: {
|
|
150
|
-
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-
|
|
150
|
+
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-3"]
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
{
|
package/dist/components/index.js
CHANGED
|
@@ -3231,7 +3231,7 @@ var toggle = tv({
|
|
|
3231
3231
|
disableAnimation: false,
|
|
3232
3232
|
size: "sm",
|
|
3233
3233
|
class: {
|
|
3234
|
-
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-
|
|
3234
|
+
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-3"]
|
|
3235
3235
|
}
|
|
3236
3236
|
},
|
|
3237
3237
|
{
|
|
@@ -268,7 +268,7 @@ var toggle = tv({
|
|
|
268
268
|
disableAnimation: false,
|
|
269
269
|
size: "sm",
|
|
270
270
|
class: {
|
|
271
|
-
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-
|
|
271
|
+
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-3"]
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
{
|
package/dist/index.js
CHANGED
|
@@ -3263,7 +3263,7 @@ var toggle = tv({
|
|
|
3263
3263
|
disableAnimation: false,
|
|
3264
3264
|
size: "sm",
|
|
3265
3265
|
class: {
|
|
3266
|
-
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-
|
|
3266
|
+
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-3"]
|
|
3267
3267
|
}
|
|
3268
3268
|
},
|
|
3269
3269
|
{
|
package/dist/index.mjs
CHANGED