@seeqdev/qomponents 0.0.126 → 0.0.128

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
@@ -2057,6 +2057,10 @@ ol,
2057
2057
  height: 2.5rem;
2058
2058
  }
2059
2059
 
2060
+ .tw-h-2 {
2061
+ height: 0.5rem;
2062
+ }
2063
+
2060
2064
  .tw-h-3 {
2061
2065
  height: 0.75rem;
2062
2066
  }
@@ -2113,6 +2117,11 @@ ol,
2113
2117
  height: 34px;
2114
2118
  }
2115
2119
 
2120
+ .tw-h-max {
2121
+ height: -moz-max-content;
2122
+ height: max-content;
2123
+ }
2124
+
2116
2125
  .tw-min-h-\[27px\] {
2117
2126
  min-height: 27px;
2118
2127
  }
@@ -2121,6 +2130,10 @@ ol,
2121
2130
  width: 2.5rem;
2122
2131
  }
2123
2132
 
2133
+ .tw-w-2 {
2134
+ width: 0.5rem;
2135
+ }
2136
+
2124
2137
  .tw-w-3 {
2125
2138
  width: 0.75rem;
2126
2139
  }
@@ -2280,6 +2293,26 @@ ol,
2280
2293
  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));
2281
2294
  }
2282
2295
 
2296
+ .tw-rotate-90 {
2297
+ --tw-rotate: 90deg;
2298
+ 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));
2299
+ }
2300
+
2301
+ @keyframes tw-fadeIn {
2302
+
2303
+ from {
2304
+ opacity: 0;
2305
+ }
2306
+
2307
+ to {
2308
+ opacity: 1;
2309
+ }
2310
+ }
2311
+
2312
+ .tw-animate-fadeIn {
2313
+ animation: tw-fadeIn 0.3s ease-in-out;
2314
+ }
2315
+
2283
2316
  @keyframes tw-spin {
2284
2317
 
2285
2318
  to {
@@ -2575,11 +2608,21 @@ ol,
2575
2608
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
2576
2609
  }
2577
2610
 
2611
+ .tw-bg-gray-500 {
2612
+ --tw-bg-opacity: 1;
2613
+ background-color: rgb(107 114 128 / var(--tw-bg-opacity));
2614
+ }
2615
+
2578
2616
  .tw-bg-green-400 {
2579
2617
  --tw-bg-opacity: 1;
2580
2618
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
2581
2619
  }
2582
2620
 
2621
+ .tw-bg-green-500 {
2622
+ --tw-bg-opacity: 1;
2623
+ background-color: rgb(34 197 94 / var(--tw-bg-opacity));
2624
+ }
2625
+
2583
2626
  .tw-bg-red-400 {
2584
2627
  --tw-bg-opacity: 1;
2585
2628
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
@@ -2620,6 +2663,11 @@ ol,
2620
2663
  background-color: rgb(var(--sq-dark-gray));
2621
2664
  }
2622
2665
 
2666
+ .tw-bg-sq-darkish-gray {
2667
+ --tw-bg-opacity: 1;
2668
+ background-color: rgb(var(--sq-darkish-gray));
2669
+ }
2670
+
2623
2671
  .tw-bg-sq-disabled-gray {
2624
2672
  --tw-bg-opacity: 1;
2625
2673
  background-color: rgb(var(--sq-disabled-gray));
@@ -2664,6 +2712,11 @@ ol,
2664
2712
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2665
2713
  }
2666
2714
 
2715
+ .tw-bg-yellow-500 {
2716
+ --tw-bg-opacity: 1;
2717
+ background-color: rgb(234 179 8 / var(--tw-bg-opacity));
2718
+ }
2719
+
2667
2720
  .tw-fill-transparent {
2668
2721
  fill: transparent;
2669
2722
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.126",
3
+ "version": "0.0.128",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",