@ikatec/nebula-react 1.0.28 → 1.1.0-beta.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.js CHANGED
@@ -3044,10 +3044,7 @@ function AccordionTitle({
3044
3044
  "h2",
3045
3045
  {
3046
3046
  ...props,
3047
- className: cn(
3048
- "text-start !text-accordion-text-title font-semibold text-xl leading-none",
3049
- className
3050
- )
3047
+ className: cn("text-start font-semibold text-xl leading-none", className)
3051
3048
  }
3052
3049
  );
3053
3050
  }
package/dist/index.mjs CHANGED
@@ -3002,10 +3002,7 @@ function AccordionTitle({
3002
3002
  "h2",
3003
3003
  {
3004
3004
  ...props,
3005
- className: cn(
3006
- "text-start !text-accordion-text-title font-semibold text-xl leading-none",
3007
- className
3008
- )
3005
+ className: cn("text-start font-semibold text-xl leading-none", className)
3009
3006
  }
3010
3007
  );
3011
3008
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikatec/nebula-react",
3
- "version": "1.0.28",
3
+ "version": "1.1.0-beta.2",
4
4
  "description": "React components",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -30,7 +30,7 @@
30
30
  "@babel/preset-react": "^7.26.3",
31
31
  "@babel/preset-typescript": "^7.27.0",
32
32
  "@ikatec/eslint-config": "*",
33
- "@ikatec/nebula-tokens": "*",
33
+ "@ikatec/nebula-tokens": "1.1.0-beta.1",
34
34
  "@ikatec/typescript-config": "*",
35
35
  "ts-node": "^10.9.2",
36
36
  "tsup": "^8.3.5",