@ah-automation.nl/component-lib 0.0.97 → 0.0.98

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -41073,7 +41073,7 @@ function uue({
41073
41073
  {
41074
41074
  "data-slot": "card-title",
41075
41075
  className: I(
41076
- "font-semibold tracking-tight text-foreground group-data-[size=sm]/card:text-sm",
41076
+ "font-semibold tracking-tight text-lg text-foreground group-data-[size=sm]/card:text-sm",
41077
41077
  e
41078
41078
  ),
41079
41079
  ...t
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ah-automation.nl/component-lib",
3
- "version": "0.0.97",
3
+ "version": "0.0.98",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",