@eccenca/gui-elements 24.1.0 → 24.2.0-rc.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.
@@ -1,3 +1,3 @@
1
- import { ProgressBar as BlueprintProgressBar, ProgressBarProps as BlueprintProgressBarProps } from "@blueprintjs/core";
2
- export declare const ProgressBar: typeof BlueprintProgressBar;
1
+ import { ProgressBarProps as BlueprintProgressBarProps } from "@blueprintjs/core";
2
+ export declare const ProgressBar: import("react").FC<BlueprintProgressBarProps>;
3
3
  export type ProgressBarProps = BlueprintProgressBarProps;
@@ -56,17 +56,23 @@ export declare const TitleSubsection: ({ children, className, useHtmlElement, ..
56
56
  unselectable?: "on" | "off" | undefined;
57
57
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
58
58
  is?: string | undefined;
59
+ exportparts?: string | undefined;
60
+ part?: string | undefined;
59
61
  "aria-activedescendant"?: string | undefined;
60
62
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
61
63
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
64
+ "aria-braillelabel"?: string | undefined;
65
+ "aria-brailleroledescription"?: string | undefined;
62
66
  "aria-busy"?: (boolean | "true" | "false") | undefined;
63
67
  "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
64
68
  "aria-colcount"?: number | undefined;
65
69
  "aria-colindex"?: number | undefined;
70
+ "aria-colindextext"?: string | undefined;
66
71
  "aria-colspan"?: number | undefined;
67
72
  "aria-controls"?: string | undefined;
68
73
  "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
69
74
  "aria-describedby"?: string | undefined;
75
+ "aria-description"?: string | undefined;
70
76
  "aria-details"?: string | undefined;
71
77
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
72
78
  "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
@@ -96,6 +102,7 @@ export declare const TitleSubsection: ({ children, className, useHtmlElement, ..
96
102
  "aria-roledescription"?: string | undefined;
97
103
  "aria-rowcount"?: number | undefined;
98
104
  "aria-rowindex"?: number | undefined;
105
+ "aria-rowindextext"?: string | undefined;
99
106
  "aria-rowspan"?: number | undefined;
100
107
  "aria-selected"?: (boolean | "true" | "false") | undefined;
101
108
  "aria-setsize"?: number | undefined;
@@ -78,17 +78,23 @@ export declare const transformTabProperties: ({ title, dontShrink, className, ba
78
78
  unselectable?: "on" | "off" | undefined;
79
79
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
80
80
  is?: string | undefined;
81
+ exportparts?: string | undefined;
82
+ part?: string | undefined;
81
83
  "aria-activedescendant"?: string | undefined;
82
84
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
83
85
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
86
+ "aria-braillelabel"?: string | undefined;
87
+ "aria-brailleroledescription"?: string | undefined;
84
88
  "aria-busy"?: (boolean | "true" | "false") | undefined;
85
89
  "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
86
90
  "aria-colcount"?: number | undefined;
87
91
  "aria-colindex"?: number | undefined;
92
+ "aria-colindextext"?: string | undefined;
88
93
  "aria-colspan"?: number | undefined;
89
94
  "aria-controls"?: string | undefined;
90
95
  "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
91
96
  "aria-describedby"?: string | undefined;
97
+ "aria-description"?: string | undefined;
92
98
  "aria-details"?: string | undefined;
93
99
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
94
100
  "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
@@ -118,6 +124,7 @@ export declare const transformTabProperties: ({ title, dontShrink, className, ba
118
124
  "aria-roledescription"?: string | undefined;
119
125
  "aria-rowcount"?: number | undefined;
120
126
  "aria-rowindex"?: number | undefined;
127
+ "aria-rowindextext"?: string | undefined;
121
128
  "aria-rowspan"?: number | undefined;
122
129
  "aria-selected"?: (boolean | "true" | "false") | undefined;
123
130
  "aria-setsize"?: number | undefined;
@@ -349,17 +356,23 @@ export declare const transformTabProperties: ({ title, dontShrink, className, ba
349
356
  unselectable?: "on" | "off" | undefined;
350
357
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
351
358
  is?: string | undefined;
359
+ exportparts?: string | undefined;
360
+ part?: string | undefined;
352
361
  "aria-activedescendant"?: string | undefined;
353
362
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
354
363
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
364
+ "aria-braillelabel"?: string | undefined;
365
+ "aria-brailleroledescription"?: string | undefined;
355
366
  "aria-busy"?: (boolean | "true" | "false") | undefined;
356
367
  "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
357
368
  "aria-colcount"?: number | undefined;
358
369
  "aria-colindex"?: number | undefined;
370
+ "aria-colindextext"?: string | undefined;
359
371
  "aria-colspan"?: number | undefined;
360
372
  "aria-controls"?: string | undefined;
361
373
  "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
362
374
  "aria-describedby"?: string | undefined;
375
+ "aria-description"?: string | undefined;
363
376
  "aria-details"?: string | undefined;
364
377
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
365
378
  "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
@@ -389,6 +402,7 @@ export declare const transformTabProperties: ({ title, dontShrink, className, ba
389
402
  "aria-roledescription"?: string | undefined;
390
403
  "aria-rowcount"?: number | undefined;
391
404
  "aria-rowindex"?: number | undefined;
405
+ "aria-rowindextext"?: string | undefined;
392
406
  "aria-rowspan"?: number | undefined;
393
407
  "aria-selected"?: (boolean | "true" | "false") | undefined;
394
408
  "aria-setsize"?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eccenca/gui-elements",
3
3
  "description": "GUI elements based on other libraries, usable in React application, written in Typescript.",
4
- "version": "24.1.0",
4
+ "version": "24.2.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/eccenca/gui-elements",
7
7
  "bugs": "https://github.com/eccenca/gui-elements/issues",
@@ -68,26 +68,26 @@
68
68
  "autolint:all": "yarn autolint:scripts && yarn autolint:styles && yarn autolint:prettier"
69
69
  },
70
70
  "dependencies": {
71
- "@blueprintjs/colors": "^5.1.5",
72
- "@blueprintjs/core": "^5.16.2",
73
- "@blueprintjs/select": "^5.3.7",
74
- "@carbon/icons": "^11.53.0",
75
- "@carbon/react": "1.72.0",
76
- "@codemirror/lang-javascript": "^6.2.2",
71
+ "@blueprintjs/colors": "^5.1.8",
72
+ "@blueprintjs/core": "^5.18.0",
73
+ "@blueprintjs/select": "^5.3.19",
74
+ "@carbon/icons": "^11.58.0",
75
+ "@carbon/react": "^1.80.1",
76
+ "@codemirror/lang-javascript": "^6.2.3",
77
77
  "@codemirror/lang-json": "^6.0.1",
78
- "@codemirror/lang-markdown": "^6.3.1",
78
+ "@codemirror/lang-markdown": "^6.3.2",
79
79
  "@codemirror/lang-sql": "^6.8.0",
80
80
  "@codemirror/lang-xml": "^6.1.0",
81
81
  "@codemirror/lang-yaml": "^6.1.2",
82
- "@codemirror/legacy-modes": "^6.4.2",
82
+ "@codemirror/legacy-modes": "^6.5.0",
83
83
  "@mavrin/remark-typograf": "^2.2.0",
84
84
  "classnames": "^2.5.1",
85
85
  "codemirror": "^6.0.1",
86
86
  "color": "^4.2.3",
87
- "compute-scroll-into-view": "^3.1.0",
87
+ "compute-scroll-into-view": "^3.1.1",
88
88
  "jshint": "^2.13.6",
89
89
  "lodash": "^4.17.21",
90
- "n3": "^1.23.1",
90
+ "n3": "^1.25.1",
91
91
  "re-resizable": "^6.10.3",
92
92
  "react": "^16.13.1",
93
93
  "react-dom": "^16.13.1",
@@ -103,7 +103,7 @@
103
103
  "reset-css": "^5.0.2",
104
104
  "unified": "^11.0.5",
105
105
  "wicg-inert": "^3.1.3",
106
- "xml-formatter": "^3.6.3"
106
+ "xml-formatter": "^3.6.5"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@babel/core": "^7.26.10",
@@ -114,42 +114,42 @@
114
114
  "@babel/preset-flow": "^7.25.9",
115
115
  "@babel/preset-react": "^7.26.3",
116
116
  "@babel/preset-typescript": "^7.27.0",
117
- "@eslint/compat": "^1.2.4",
118
- "@eslint/eslintrc": "^3.2.0",
119
- "@eslint/js": "^9.17.0",
120
- "@storybook/addon-actions": "^8.6.9",
121
- "@storybook/addon-essentials": "^8.6.9",
122
- "@storybook/addon-jest": "^8.6.9",
123
- "@storybook/addon-links": "^8.6.9",
124
- "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
125
- "@storybook/cli": "^8.6.9",
117
+ "@eslint/compat": "^1.2.8",
118
+ "@eslint/eslintrc": "^3.3.1",
119
+ "@eslint/js": "^9.24.0",
120
+ "@storybook/addon-actions": "^8.6.12",
121
+ "@storybook/addon-essentials": "^8.6.12",
122
+ "@storybook/addon-jest": "^8.6.12",
123
+ "@storybook/addon-links": "^8.6.12",
124
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
125
+ "@storybook/cli": "^8.6.12",
126
126
  "@storybook/preset-scss": "^1.0.3",
127
- "@storybook/react": "^8.6.9",
128
- "@storybook/react-webpack5": "^8.6.9",
129
- "@storybook/test": "^8.6.9",
127
+ "@storybook/react": "^8.6.12",
128
+ "@storybook/react-webpack5": "^8.6.12",
129
+ "@storybook/test": "^8.6.12",
130
130
  "@testing-library/jest-dom": "^6.6.3",
131
- "@testing-library/react": "^12.1.2",
131
+ "@testing-library/react": "^12.1.5",
132
132
  "@types/codemirror": "^5.60.15",
133
133
  "@types/color": "^3.0.6",
134
134
  "@types/jest": "^29.5.14",
135
135
  "@types/jshint": "^2.12.4",
136
- "@types/lodash": "^4.17.13",
137
- "@types/n3": "^1.21.1",
136
+ "@types/lodash": "^4.17.16",
137
+ "@types/n3": "^1.24.2",
138
138
  "@types/react-syntax-highlighter": "^15.5.13",
139
- "@typescript-eslint/eslint-plugin": "^8.18.1",
140
- "@typescript-eslint/parser": "^8.18.1",
139
+ "@typescript-eslint/eslint-plugin": "^8.30.1",
140
+ "@typescript-eslint/parser": "^8.30.1",
141
141
  "babel-jest": "^29.7.0",
142
- "chromatic": "^11.27.0",
143
- "eslint": "^9.17.0",
144
- "eslint-plugin-react": "^7.37.2",
145
- "eslint-plugin-react-hooks": "^5.1.0",
142
+ "chromatic": "^11.28.0",
143
+ "eslint": "^9.24.0",
144
+ "eslint-plugin-react": "^7.37.5",
145
+ "eslint-plugin-react-hooks": "^5.2.0",
146
146
  "eslint-plugin-simple-import-sort": "^12.1.1",
147
147
  "husky": "4",
148
148
  "identity-obj-proxy": "^3.0.0",
149
149
  "jest": "^29.7.0",
150
150
  "jest-environment-jsdom": "^29.7.0",
151
151
  "jest-pnp-resolver": "^1.2.3",
152
- "lint-staged": "^15.2.11",
152
+ "lint-staged": "^15.5.1",
153
153
  "node-sass-package-importer": "^5.3.3",
154
154
  "path": "^0.12.7",
155
155
  "prettier": "^2.8.8",
@@ -159,10 +159,10 @@
159
159
  "rimraf": "^5.0.10",
160
160
  "sass": "1.62.1",
161
161
  "sass-loader": "10.3.1",
162
- "storybook": "^8.6.9",
163
- "stylelint": "^15.11.0",
164
- "stylelint-config-recess-order": "^4.6.0",
165
- "stylelint-config-standard-scss": "^9.0.0",
162
+ "storybook": "^8.6.12",
163
+ "stylelint": "^16.18.0",
164
+ "stylelint-config-recess-order": "^6.0.0",
165
+ "stylelint-config-standard-scss": "^14.0.0",
166
166
  "ts-node": "^10.9.2",
167
167
  "tsc-esm-fix": "^3.1.2",
168
168
  "typescript": "5.5.3",
@@ -175,12 +175,8 @@
175
175
  "react-dom": ">=16"
176
176
  },
177
177
  "resolutions": {
178
- "**/@types/react": "^17.0.83",
179
- "node-sass-package-importer/**/postcss": "^8.4.49",
180
- "**/cross-spawn": "^7.0.5 ",
181
- "**/micromatch": "^4.0.8",
182
- "**/@babel/runtime": "^7.26.10",
183
- "**/@babel/helpers": "^7.26.10"
178
+ "**/@types/react": "^17.0.85",
179
+ "node-sass-package-importer/**/postcss": "^8.4.49"
184
180
  },
185
181
  "husky": {
186
182
  "hooks": {