@trackunit/react-chart-components 1.7.15 → 1.7.19

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/index.cjs.js CHANGED
@@ -180,17 +180,17 @@ const cvaLegendItem = cssClassVarianceUtilities.cvaMerge([
180
180
  "transition-all",
181
181
  "ease-in-out",
182
182
  "duration-200",
183
- "text-secondary-600",
184
- "hover:text-secondary-900",
183
+ "text-neutral-600",
184
+ "hover:text-neutral-900",
185
185
  ], {
186
186
  variants: {
187
187
  selected: {
188
188
  false: "",
189
- true: ["font-semibold", "text-secondary-900"],
189
+ true: ["font-semibold", "text-neutral-900"],
190
190
  },
191
191
  disabled: {
192
192
  false: "",
193
- true: ["text-secondary-400", "hover:text-secondary-400"],
193
+ true: ["text-neutral-400", "hover:text-neutral-400"],
194
194
  },
195
195
  isClickable: {
196
196
  false: "cursor-default",
package/index.esm.js CHANGED
@@ -159,17 +159,17 @@ const cvaLegendItem = cvaMerge([
159
159
  "transition-all",
160
160
  "ease-in-out",
161
161
  "duration-200",
162
- "text-secondary-600",
163
- "hover:text-secondary-900",
162
+ "text-neutral-600",
163
+ "hover:text-neutral-900",
164
164
  ], {
165
165
  variants: {
166
166
  selected: {
167
167
  false: "",
168
- true: ["font-semibold", "text-secondary-900"],
168
+ true: ["font-semibold", "text-neutral-900"],
169
169
  },
170
170
  disabled: {
171
171
  false: "",
172
- true: ["text-secondary-400", "hover:text-secondary-400"],
172
+ true: ["text-neutral-400", "hover:text-neutral-400"],
173
173
  },
174
174
  isClickable: {
175
175
  false: "cursor-default",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-chart-components",
3
- "version": "1.7.15",
3
+ "version": "1.7.19",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,13 +9,13 @@
9
9
  "dependencies": {
10
10
  "echarts": "5.6.0",
11
11
  "react": "19.0.0",
12
- "@trackunit/date-and-time-utils": "1.7.8",
13
- "@trackunit/react-date-and-time-hooks": "1.7.12",
14
- "@trackunit/ui-design-tokens": "1.7.8",
15
- "@trackunit/shared-utils": "1.9.8",
16
- "@trackunit/css-class-variance-utilities": "1.7.8",
17
- "@trackunit/react-components": "1.9.15",
18
- "@trackunit/react-test-setup": "1.4.8"
12
+ "@trackunit/date-and-time-utils": "1.7.11",
13
+ "@trackunit/react-date-and-time-hooks": "1.7.15",
14
+ "@trackunit/ui-design-tokens": "1.7.11",
15
+ "@trackunit/shared-utils": "1.9.11",
16
+ "@trackunit/css-class-variance-utilities": "1.7.11",
17
+ "@trackunit/react-components": "1.9.19",
18
+ "@trackunit/react-test-setup": "1.4.11"
19
19
  },
20
20
  "module": "./index.esm.js",
21
21
  "main": "./index.cjs.js",