Skip to content

Commit f957bc1

Browse files
committed
...
1 parent c3dd8c6 commit f957bc1

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"casual": "^1.6.2",
1212
"core-js": "^3.39.0",
13-
"cx": "^26.0.3",
13+
"cx": "^26.0.7",
1414
"cx-react": "^24.7.1",
1515
"intl": "^1.2.5",
1616
"react": "^18.3.1",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"casual": "^1.6.2",
1212
"core-js": "^3.39.0",
13-
"cx": "^26.0.5",
13+
"cx": "^26.0.7",
1414
"cx-react": "^24.7.1",
1515
"cx-theme-aquamarine": "^25.12.0",
1616
"illuminate-js": "^1.0.0-alpha.2",

fiddle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"casual": "^1.6.2",
3333
"codemirror": "^5.65.18",
3434
"core-js": "^3.39.0",
35-
"cx": "^26.0.3",
35+
"cx": "^26.0.7",
3636
"cx-react": "^24.7.1",
3737
"deep-equal": "^2.2.3",
3838
"deepmerge": "^4.3.1",

gallery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"casual": "^1.6.2",
1212
"core-js": "^3.39.0",
13-
"cx": "^26.0.3",
13+
"cx": "^26.0.7",
1414
"cx-react": "^24.7.1",
1515
"cx-theme-aquamarine": "^25.12.0",
1616
"cx-theme-dark": "^25.12.0",

packages/cx/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cx",
3-
"version": "26.0.6",
3+
"version": "26.0.7",
44
"description": "Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.",
55
"exports": {
66
"./data/": "./build/data/",
@@ -19,6 +19,8 @@
1919
"./charts": "./build/charts/index.js",
2020
"./jsx-runtime": "./build/jsx-runtime.js",
2121
"./jsx-runtime.js": "./build/jsx-runtime.js",
22+
"./jsx-dev-runtime": "./build/jsx-runtime.js",
23+
"./jsx-dev-runtime.js": "./build/jsx-runtime.js",
2224
"./src/": "./src/",
2325
"./sass/": "./src/",
2426
"./build/": "./build/",

packages/cx/src/charts/LineGraph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Instance } from "../ui/Instance";
77
import { RenderingContext } from "../ui/RenderingContext";
88
import { NumberProp, BooleanProp, StringProp, RecordsProp, StyleProp } from "../ui/Prop";
99
import type { ChartRenderingContext } from "./Chart";
10-
import { ClassProp } from "../core";
10+
import { ClassProp } from "../ui/Prop";
1111

1212
interface LinePoint {
1313
x: number;

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3050,7 +3050,7 @@ __metadata:
30503050
copy-webpack-plugin: "npm:^12.0.2"
30513051
core-js: "npm:^3.39.0"
30523052
css-loader: "npm:^7.1.2"
3053-
cx: "npm:^26.0.3"
3053+
cx: "npm:^26.0.7"
30543054
cx-react: "npm:^24.7.1"
30553055
file-loader: "npm:^6.2.0"
30563056
html-webpack-plugin: "npm:^5.6.3"
@@ -3954,7 +3954,7 @@ __metadata:
39543954
languageName: unknown
39553955
linkType: soft
39563956

3957-
"cx@npm:^26.0.3, cx@npm:^26.0.5, cx@workspace:packages/cx":
3957+
"cx@npm:^26.0.3, cx@npm:^26.0.7, cx@workspace:packages/cx":
39583958
version: 0.0.0-use.local
39593959
resolution: "cx@workspace:packages/cx"
39603960
dependencies:
@@ -4240,7 +4240,7 @@ __metadata:
42404240
copy-webpack-plugin: "npm:^12.0.2"
42414241
core-js: "npm:^3.39.0"
42424242
css-loader: "npm:^7.1.2"
4243-
cx: "npm:^26.0.5"
4243+
cx: "npm:^26.0.7"
42444244
cx-react: "npm:^24.7.1"
42454245
cx-theme-aquamarine: "npm:^25.12.0"
42464246
file-loader: "npm:^6.2.0"
@@ -4811,7 +4811,7 @@ __metadata:
48114811
copy-webpack-plugin: "npm:^12.0.2"
48124812
core-js: "npm:^3.39.0"
48134813
css-loader: "npm:^7.1.2"
4814-
cx: "npm:^26.0.3"
4814+
cx: "npm:^26.0.7"
48154815
cx-react: "npm:^24.7.1"
48164816
deep-equal: "npm:^2.2.3"
48174817
deepmerge: "npm:^4.3.1"
@@ -5086,7 +5086,7 @@ __metadata:
50865086
copy-webpack-plugin: "npm:^12.0.2"
50875087
core-js: "npm:^3.39.0"
50885088
css-loader: "npm:^7.1.2"
5089-
cx: "npm:^26.0.3"
5089+
cx: "npm:^26.0.7"
50905090
cx-react: "npm:^24.7.1"
50915091
cx-theme-aquamarine: "npm:^25.12.0"
50925092
cx-theme-dark: "npm:^25.12.0"

0 commit comments

Comments
 (0)