@clasing/ui 0.0.51 → 0.0.53

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": "@clasing/ui",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
@@ -440,6 +440,7 @@ module.exports = {
440
440
  'inversed-subtlest': 'var(--color-neutral-400)',
441
441
  'inversed-subtle': 'var(--color-neutral-200)',
442
442
  'inversed-bolder': 'var(--color-neutral-000)',
443
+ transparent: 'transparent',
443
444
  accent: {
444
445
  blue: 'var(--color-blue-500)',
445
446
  mustard: 'var(--color-mustard-500)',