cekat-ui 1.3.6 → 1.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cekat-ui",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
4
4
  "description": "Cekat UI Component Library",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.mjs",
@@ -512,6 +512,8 @@ module.exports = {
512
512
  lg: '0px 4px 6px -2px rgba(16,24,40,0.03), 0px 12px 16px -4px rgba(16,24,40,0.08)',
513
513
  xs: '0px 1px 2px 0px rgba(16,24,40,0.05)',
514
514
  md: '0px 2px 4px -2px rgba(16,24,40,0.06), 0px 4px 8px -2px rgba(16,24,40,0.1)',
515
+ // Figma "Focus rings/focus-ring": white spread 2 + Primary/400 spread 4.
516
+ focus: '0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #7096D9',
515
517
  },
516
518
 
517
519
  fontSize: {