@xploreu/styles 1.5.3 → 1.6.0

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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -1
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -1 +1 @@
1
- @import "./v1/_index.css";@import "./v2/_index.css";@layer base{button:not(:disabled),[type=button]:not(:disabled),[role=button]:not(:disabled){cursor:pointer}}
1
+ @import "./v1/_index.css";@import "./v2/_index.css";@layer base{button:not(:disabled),[type=button]:not(:disabled),[role=button]:not(:disabled){cursor:pointer}.loader{aspect-ratio:1;align-items:flex-start;width:60px;display:flex}.loader:before,.loader:after{content:"";aspect-ratio:1;--g:conic-gradient(from -90deg at 10px 10px,var(--color-fg-brand-primary-alt)90deg,#0000 0);background:var(--g),var(--g),var(--g);filter:drop-shadow(30px 30px 0 var(--color-fg-brand-primary-alt));flex:1;animation:1s infinite l20}.loader:after{transform:scaleX(-1)}@keyframes l20{0%{background-position:0 0,10px 10px,20px 20px}33%{background-position:10px 10px}66%{background-position:0 20px,10px 10px,20px 0}to{background-position:0 0,10px 10px,20px 20px}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xploreu/styles",
3
- "version": "1.5.3",
3
+ "version": "1.6.0",
4
4
  "description": "Shared styles for XploreU apps",
5
5
  "keywords": [],
6
6
  "license": "MIT",