@seeqdev/qomponents 0.0.110 → 0.0.111

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
@@ -2509,6 +2509,16 @@ ol,
2509
2509
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
2510
2510
  }
2511
2511
 
2512
+ .tw-bg-green-400 {
2513
+ --tw-bg-opacity: 1;
2514
+ background-color: rgb(74 222 128 / var(--tw-bg-opacity));
2515
+ }
2516
+
2517
+ .tw-bg-red-400 {
2518
+ --tw-bg-opacity: 1;
2519
+ background-color: rgb(248 113 113 / var(--tw-bg-opacity));
2520
+ }
2521
+
2512
2522
  .tw-bg-sq-bg-warning-color {
2513
2523
  --tw-bg-opacity: 1;
2514
2524
  background-color: rgb(var(--sq-bg-warning-color));
@@ -3182,10 +3192,6 @@ ol,
3182
3192
  border-bottom-right-radius: 3px;
3183
3193
  }
3184
3194
 
3185
- .last\:tw-border:last-child {
3186
- border-width: 1px;
3187
- }
3188
-
3189
3195
  .last\:tw-border-r-0:last-child {
3190
3196
  border-right-width: 0px;
3191
3197
  }
@@ -3356,6 +3362,18 @@ ol,
3356
3362
  outline-offset: 2px;
3357
3363
  }
3358
3364
 
3365
+ .active\:tw-z-30:active {
3366
+ z-index: 30;
3367
+ }
3368
+
3369
+ .active\:tw-z-50:active {
3370
+ z-index: 50;
3371
+ }
3372
+
3373
+ .active\:tw-border:active {
3374
+ border-width: 1px;
3375
+ }
3376
+
3359
3377
  .active\:tw-border-l:active {
3360
3378
  border-left-width: 1px;
3361
3379
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",