@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/tailwind.css CHANGED
@@ -1352,9 +1352,9 @@ select {
1352
1352
  border-color: transparent;
1353
1353
  }
1354
1354
 
1355
- .border-purple-500 {
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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "1.3.41",
3
+ "version": "1.3.42",
4
4
  "description": "Components that are part of the Agility CMS design system.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",