@agility/plenum-ui 1.3.41 → 1.3.42
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/lib/components/Forms/TextInput/TextInput.d.ts +2 -0
- package/lib/index.esm.js +8 -17
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +8 -17
- package/lib/index.js.map +1 -1
- package/lib/tailwind.css +8 -3
- package/package.json +1 -1
package/lib/tailwind.css
CHANGED
|
@@ -1352,9 +1352,9 @@ select {
|
|
|
1352
1352
|
border-color: transparent;
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
1355
|
-
|
|
1356
|
-
--tw-border-opacity: 1;
|
|
1357
|
-
border-color: rgb(121 51 221 / var(--tw-border-opacity));
|
|
1355
|
+
.\!border-purple-500 {
|
|
1356
|
+
--tw-border-opacity: 1 !important;
|
|
1357
|
+
border-color: rgb(121 51 221 / var(--tw-border-opacity)) !important;
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
1360
1360
|
.\!border-red-500 {
|
|
@@ -2017,6 +2017,11 @@ select {
|
|
|
2017
2017
|
--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
|
|
2018
2018
|
}
|
|
2019
2019
|
|
|
2020
|
+
.focus\:\!ring-purple-500:focus {
|
|
2021
|
+
--tw-ring-opacity: 1 !important;
|
|
2022
|
+
--tw-ring-color: rgb(121 51 221 / var(--tw-ring-opacity)) !important;
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2020
2025
|
.focus\:ring-red-500:focus {
|
|
2021
2026
|
--tw-ring-opacity: 1;
|
|
2022
2027
|
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
|