@seeqdev/qomponents 0.0.79 → 0.0.81

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/styles.css CHANGED
@@ -2188,6 +2188,17 @@ ol,
2188
2188
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2189
2189
  }
2190
2190
 
2191
+ @keyframes tw-spin {
2192
+
2193
+ to {
2194
+ transform: rotate(360deg);
2195
+ }
2196
+ }
2197
+
2198
+ .tw-animate-spin {
2199
+ animation: tw-spin 1s linear infinite;
2200
+ }
2201
+
2191
2202
  .tw-cursor-default {
2192
2203
  cursor: default;
2193
2204
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.79",
3
+ "version": "0.0.81",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",