@geomak/ui 6.27.1 → 6.27.3
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/index.cjs +15 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +7 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2093,6 +2093,10 @@ video {
|
|
|
2093
2093
|
.p-8 {
|
|
2094
2094
|
padding: 2rem;
|
|
2095
2095
|
}
|
|
2096
|
+
.\!px-0 {
|
|
2097
|
+
padding-left: 0px !important;
|
|
2098
|
+
padding-right: 0px !important;
|
|
2099
|
+
}
|
|
2096
2100
|
.px-1 {
|
|
2097
2101
|
padding-left: 0.25rem;
|
|
2098
2102
|
padding-right: 0.25rem;
|
|
@@ -2772,6 +2776,9 @@ video {
|
|
|
2772
2776
|
.focus-visible\:ring-white\/50:focus-visible {
|
|
2773
2777
|
--tw-ring-color: rgb(255 255 255 / 0.5);
|
|
2774
2778
|
}
|
|
2779
|
+
.focus-visible\:\!ring-offset-0:focus-visible {
|
|
2780
|
+
--tw-ring-offset-width: 0px !important;
|
|
2781
|
+
}
|
|
2775
2782
|
.focus-visible\:ring-offset-1:focus-visible {
|
|
2776
2783
|
--tw-ring-offset-width: 1px;
|
|
2777
2784
|
}
|
package/package.json
CHANGED