lucentia-ui 0.2.0 → 0.2.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.
@@ -103,7 +103,8 @@
103
103
 
104
104
  /* ===== State ===== */
105
105
 
106
- .button:active:not(:disabled),
106
+ .sm.button:active:not(:disabled),
107
+ .md.button:active:not(:disabled),
107
108
  .button[data-state="pressed"] {
108
109
  box-shadow: none;
109
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucentia-ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "React UI design token and component system based on neumorphism, featuring two color themes: light and dark.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
File without changes
File without changes