cekat-ui 1.3.5 → 1.3.7

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/style.css CHANGED
@@ -923,6 +923,11 @@ body {
923
923
  height: 0.625rem;
924
924
  }
925
925
 
926
+ .size-3 {
927
+ width: 0.75rem;
928
+ height: 0.75rem;
929
+ }
930
+
926
931
  .size-3\.5 {
927
932
  width: 0.875rem;
928
933
  height: 0.875rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cekat-ui",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "description": "Cekat UI Component Library",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.mjs",