revotech-ui-kit 0.0.44 → 0.0.46

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.
@@ -7915,7 +7915,7 @@ let ft = class extends u {
7915
7915
  >
7916
7916
  <h2
7917
7917
  class="${g(
7918
- "text-lg font-semibold leading-none tracking-tight",
7918
+ "text-lg font-semibold leading-none tracking-tight text-muted-foreground",
7919
7919
  this.className
7920
7920
  )}"
7921
7921
  >
@@ -3581,7 +3581,7 @@ body {
3581
3581
  class="${p("flex flex-col space-y-1.5 text-center sm:text-left",this.className)}"
3582
3582
  >
3583
3583
  <h2
3584
- class="${p("text-lg font-semibold leading-none tracking-tight",this.className)}"
3584
+ class="${p("text-lg font-semibold leading-none tracking-tight text-muted-foreground",this.className)}"
3585
3585
  >
3586
3586
  ${this._title}
3587
3587
  </h2>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent wc-ui following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "wc-ui",
6
- "version": "0.0.44",
6
+ "version": "0.0.46",
7
7
  "type": "module",
8
8
  "main": "dist/revotech-ui-kit.umd.cjs",
9
9
  "module": "./dist/revotech-ui-kit.js",