@agility/plenum-ui 1.3.44 → 1.3.45

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
@@ -1160,6 +1160,10 @@ select {
1160
1160
  border-radius: 9999px;
1161
1161
  }
1162
1162
 
1163
+ .rounded-\[3px\] {
1164
+ border-radius: 3px;
1165
+ }
1166
+
1163
1167
  .rounded {
1164
1168
  border-radius: 0.25rem;
1165
1169
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "1.3.44",
3
+ "version": "1.3.45",
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",