@nextui-org/theme 0.0.0-dev-v2-20230609000231 → 0.0.0-dev-v2-20230609003119
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-KO33WCU2.mjs → chunk-IJYQWVHA.mjs} +1 -0
- package/dist/components/button.js +1 -0
- package/dist/components/button.mjs +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -20,6 +20,7 @@ var button = tv({
|
|
|
20
20
|
"subpixel-antialiased",
|
|
21
21
|
"data-[pressed=true]:scale-95",
|
|
22
22
|
"overflow-hidden",
|
|
23
|
+
"data-[focus-visible=true]:z-10",
|
|
23
24
|
"data-[focus-visible=true]:outline-none",
|
|
24
25
|
"data-[focus-visible=true]:ring-2",
|
|
25
26
|
"data-[focus-visible=true]:ring-primary",
|
|
@@ -117,6 +117,7 @@ var button = (0, import_tailwind_variants.tv)({
|
|
|
117
117
|
"subpixel-antialiased",
|
|
118
118
|
"data-[pressed=true]:scale-95",
|
|
119
119
|
"overflow-hidden",
|
|
120
|
+
"data-[focus-visible=true]:z-10",
|
|
120
121
|
"data-[focus-visible=true]:outline-none",
|
|
121
122
|
"data-[focus-visible=true]:ring-2",
|
|
122
123
|
"data-[focus-visible=true]:ring-primary",
|
package/dist/components/index.js
CHANGED
|
@@ -687,6 +687,7 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
687
687
|
"subpixel-antialiased",
|
|
688
688
|
"data-[pressed=true]:scale-95",
|
|
689
689
|
"overflow-hidden",
|
|
690
|
+
"data-[focus-visible=true]:z-10",
|
|
690
691
|
"data-[focus-visible=true]:outline-none",
|
|
691
692
|
"data-[focus-visible=true]:ring-2",
|
|
692
693
|
"data-[focus-visible=true]:ring-primary",
|
package/dist/index.js
CHANGED
|
@@ -719,6 +719,7 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
719
719
|
"subpixel-antialiased",
|
|
720
720
|
"data-[pressed=true]:scale-95",
|
|
721
721
|
"overflow-hidden",
|
|
722
|
+
"data-[focus-visible=true]:z-10",
|
|
722
723
|
"data-[focus-visible=true]:outline-none",
|
|
723
724
|
"data-[focus-visible=true]:ring-2",
|
|
724
725
|
"data-[focus-visible=true]:ring-primary",
|
package/dist/index.mjs
CHANGED