@cryptlex/web-components 6.3.0 → 6.3.1

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/utilities.css CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
  > ol > li {
98
98
  counter-increment: steps-counter;
99
- @apply relative ps-input pb-2 min-h-12;
99
+ @apply relative ps-input pb-2 min-h-12 list-none;
100
100
  }
101
101
  > ol > li + li {
102
102
  @apply mt-0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptlex/web-components",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "React component library for Cryptlex web applications",
5
5
  "author": "Cryptlex",
6
6
  "type": "module",