@ikatec/nebula-react 1.1.0-beta.2 → 1.2.0

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