@appkit/dek-ui 0.24.1 → 0.24.2

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/index.es.js CHANGED
@@ -33350,6 +33350,14 @@ const BG1 = d2.div``, CG1 = d2(wG1)`
33350
33350
  ${({ $clearBackColor: t }) => t !== void 0 ? `background-color: ${t + " !important;"}` : ""}
33351
33351
  }
33352
33352
 
33353
+ .dek-card-normal {
33354
+ ${({ $tileBackColor: t }) => t !== void 0 ? `background-color: ${t + " !important;"}` : ""}
33355
+ }
33356
+
33357
+ .dek-card-clear {
33358
+ ${({ $clearBackColor: t }) => t !== void 0 ? `background-color: ${t + " !important;"}` : ""}
33359
+ }
33360
+
33353
33361
  .dek-button-clear, .dek-button-toggle {
33354
33362
  ${({ $clearBackColor: t }) => t !== void 0 ? `background-color: ${t + " !important;"}` : ""}
33355
33363
  }
package/dist/index.umd.js CHANGED
@@ -470,6 +470,14 @@ Check the top-level render call using <`+z1+">.")}return s1}}function t0(_,s1){{
470
470
  ${({$clearBackColor:t})=>t!==void 0?`background-color: ${t+" !important;"}`:""}
471
471
  }
472
472
 
473
+ .dek-card-normal {
474
+ ${({$tileBackColor:t})=>t!==void 0?`background-color: ${t+" !important;"}`:""}
475
+ }
476
+
477
+ .dek-card-clear {
478
+ ${({$clearBackColor:t})=>t!==void 0?`background-color: ${t+" !important;"}`:""}
479
+ }
480
+
473
481
  .dek-button-clear, .dek-button-toggle {
474
482
  ${({$clearBackColor:t})=>t!==void 0?`background-color: ${t+" !important;"}`:""}
475
483
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-ui",
3
3
  "private": false,
4
- "version": "0.24.1",
4
+ "version": "0.24.2",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && vite build",