@revotech-group/revotech-ui-kit 0.1.36 → 0.1.37

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.
Files changed (2) hide show
  1. package/dist/library.css +0 -3
  2. package/package.json +1 -1
package/dist/library.css CHANGED
@@ -1514,9 +1514,6 @@ body {
1514
1514
  .rtg-text-accent-foreground {
1515
1515
  color: hsl(var(--accent-foreground));
1516
1516
  }
1517
- .rtg-text-base {
1518
- color: hsl(var(--base-background));
1519
- }
1520
1517
  .rtg-text-blue-500 {
1521
1518
  --tw-text-opacity: 1;
1522
1519
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
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.1.36",
6
+ "version": "0.1.37",
7
7
  "type": "module",
8
8
  "main": "dist/rtg-ui-kit.umd.cjs",
9
9
  "module": "./dist/rtg-ui-kit.js",