@deque/cauldron-react 7.1.0-canary.5e550686 → 7.1.0-canary.62ea923e
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/lib/add-user.js +1 -1
- package/lib/arrow-circle.js +1 -1
- package/lib/arrow.js +1 -1
- package/lib/arrows-alt.js +1 -1
- package/lib/bolt.js +1 -1
- package/lib/broken-image.js +1 -1
- package/lib/caution.js +1 -1
- package/lib/check-circle.js +1 -1
- package/lib/check-shield.js +1 -1
- package/lib/check-solid.js +1 -1
- package/lib/check.js +1 -1
- package/lib/checkbox-checked.js +1 -1
- package/lib/checkbox-unchecked.js +1 -1
- package/lib/chevron-double.js +1 -1
- package/lib/chevron.js +1 -1
- package/lib/clipboard.js +1 -1
- package/lib/clock.js +1 -1
- package/lib/close.js +1 -1
- package/lib/code.js +1 -1
- package/lib/components/Accordion/Accordion.d.ts +1 -1
- package/lib/components/ActionList/ActionList.d.ts +1 -1
- package/lib/components/ActionMenu/ActionMenu.d.ts +14 -8
- package/lib/components/AnchoredOverlay/index.d.ts +2 -2
- package/lib/components/ClickOutsideListener/index.d.ts +1 -1
- package/lib/components/Combobox/Combobox.d.ts +1 -1
- package/lib/components/Dialog/DialogContext.d.ts +1 -1
- package/lib/components/Dialog/index.d.ts +1 -1
- package/lib/components/Drawer/index.d.ts +1 -1
- package/lib/components/ExpandCollapsePanel/ExpandCollapsePanel.d.ts +1 -1
- package/lib/components/Listbox/Listbox.d.ts +7 -2
- package/lib/components/Popover/index.d.ts +2 -2
- package/lib/components/Table/TableContext.d.ts +1 -1
- package/lib/components/Tabs/Tab.d.ts +1 -1
- package/lib/components/Tooltip/index.d.ts +2 -2
- package/lib/copy.js +1 -1
- package/lib/download.js +1 -1
- package/lib/dropper.js +1 -1
- package/lib/exchange.js +1 -1
- package/lib/export-solid.js +1 -1
- package/lib/external-link.js +1 -1
- package/lib/eye.js +1 -1
- package/lib/filter.js +1 -1
- package/lib/flag.js +1 -1
- package/lib/gears.js +1 -1
- package/lib/github.js +1 -1
- package/lib/grid.js +1 -1
- package/lib/hamburger-menu.js +1 -1
- package/lib/hashtag.js +1 -1
- package/lib/highlight.js +1 -1
- package/lib/images.js +1 -1
- package/lib/index.js +97 -74
- package/lib/info-circle-alt.js +1 -1
- package/lib/info-circle.js +1 -1
- package/lib/info-square.js +1 -1
- package/lib/kabob.js +1 -1
- package/lib/link.js +1 -1
- package/lib/linkedin.js +1 -1
- package/lib/list.js +1 -1
- package/lib/lock.js +1 -1
- package/lib/magnifying-glass.js +1 -1
- package/lib/menu.js +1 -1
- package/lib/minus.js +1 -1
- package/lib/new-releases.js +1 -1
- package/lib/new.js +1 -1
- package/lib/no.js +1 -1
- package/lib/pause.js +1 -1
- package/lib/pencil.js +1 -1
- package/lib/person-running.js +1 -1
- package/lib/play.js +1 -1
- package/lib/plus.js +1 -1
- package/lib/question-circle-alt.js +1 -1
- package/lib/question-circle.js +1 -1
- package/lib/radio-checked.js +1 -1
- package/lib/radio-unchecked.js +1 -1
- package/lib/recycle-square.js +1 -1
- package/lib/recycle.js +1 -1
- package/lib/resend.js +1 -1
- package/lib/robot.js +1 -1
- package/lib/run-again.js +1 -1
- package/lib/save.js +1 -1
- package/lib/share-nodes.js +1 -1
- package/lib/share.js +1 -1
- package/lib/sort-triangle.js +1 -1
- package/lib/sort.js +1 -1
- package/lib/star.js +1 -1
- package/lib/step-back.js +1 -1
- package/lib/step-forward.js +1 -1
- package/lib/sun.js +1 -1
- package/lib/table-sort-ascending.js +1 -1
- package/lib/table-sort-descending.js +1 -1
- package/lib/tag.js +1 -1
- package/lib/target.js +1 -1
- package/lib/trash.js +1 -1
- package/lib/triangle.js +1 -1
- package/lib/twitter.js +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/upload.js +1 -1
- package/lib/utils/getChildRef.d.ts +2 -0
- package/lib/utils/polymorphicComponent.d.ts +1 -1
- package/lib/utils/useFocusTrap.d.ts +1 -1
- package/lib/utils/useMnemonics.d.ts +2 -2
- package/lib/utils/useSharedRef.d.ts +3 -3
- package/package.json +29 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deque/cauldron-react",
|
|
3
|
-
"version": "7.1.0-canary.
|
|
3
|
+
"version": "7.1.0-canary.62ea923e",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Fully accessible react components library for Deque Cauldron",
|
|
6
6
|
"homepage": "https://cauldron.dequelabs.com/",
|
|
@@ -13,35 +13,24 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"lib/"
|
|
15
15
|
],
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": "yarn build:lib && yarn build:css",
|
|
18
|
-
"prebuild:lib": "node scripts/buildIconTypes.js",
|
|
19
|
-
"build:lib": "rollup -c",
|
|
20
|
-
"build:css": "postcss --output=lib/cauldron.css src/index.css",
|
|
21
|
-
"dev": "concurrently 'yarn build:css --watch' 'rollup -c --watch'",
|
|
22
|
-
"prepublishOnly": "NODE_ENV=production yarn build",
|
|
23
|
-
"test": "jest --maxWorkers=1 --coverage",
|
|
24
|
-
"figma:parse": "figma connect parse",
|
|
25
|
-
"figma:publish": "figma connect publish",
|
|
26
|
-
"figma:publish:dry-run": "figma connect publish --dry-run"
|
|
27
|
-
},
|
|
28
16
|
"dependencies": {
|
|
17
|
+
"@floating-ui/dom": "^1.0.0",
|
|
29
18
|
"@floating-ui/react-dom": "^2.1.2",
|
|
30
19
|
"classnames": "^2.2.6",
|
|
31
20
|
"focusable": "^2.3.0",
|
|
32
21
|
"keyname": "^0.1.0",
|
|
33
22
|
"react-aria-components": "^1.13.0",
|
|
34
23
|
"react-id-generator": "^3.0.1",
|
|
35
|
-
"react-syntax-highlighter": "^16.
|
|
24
|
+
"react-syntax-highlighter": "^16.1.1",
|
|
36
25
|
"tslib": "^2.4.0"
|
|
37
26
|
},
|
|
38
27
|
"devDependencies": {
|
|
39
|
-
"@babel/core": "^7.
|
|
40
|
-
"@babel/plugin-proposal-export-default-from": "^7.
|
|
41
|
-
"@babel/preset-env": "^7.
|
|
42
|
-
"@babel/preset-react": "^7.
|
|
43
|
-
"@babel/preset-typescript": "^7.
|
|
44
|
-
"@figma/code-connect": "^1.4.
|
|
28
|
+
"@babel/core": "^7.29.7",
|
|
29
|
+
"@babel/plugin-proposal-export-default-from": "^7.29.7",
|
|
30
|
+
"@babel/preset-env": "^7.29.7",
|
|
31
|
+
"@babel/preset-react": "^7.29.7",
|
|
32
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
33
|
+
"@figma/code-connect": "^1.4.5",
|
|
45
34
|
"@rollup/plugin-commonjs": "^14.0.0",
|
|
46
35
|
"@rollup/plugin-dynamic-import-vars": "^1.4.2",
|
|
47
36
|
"@rollup/plugin-typescript": "^11.1.2",
|
|
@@ -54,12 +43,12 @@
|
|
|
54
43
|
"@types/jest": "^29.5.11",
|
|
55
44
|
"@types/jest-axe": "^3.5.4",
|
|
56
45
|
"@types/node": "^17.0.42",
|
|
57
|
-
"@types/react": "^
|
|
58
|
-
"@types/react-dom": "^
|
|
46
|
+
"@types/react": "^19.0.0",
|
|
47
|
+
"@types/react-dom": "^19.0.0",
|
|
59
48
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
60
49
|
"@types/sinon": "^10",
|
|
61
50
|
"autoprefixer": "^9.7.6",
|
|
62
|
-
"babel-plugin-module-resolver": "^
|
|
51
|
+
"babel-plugin-module-resolver": "^5.0.3",
|
|
63
52
|
"babel-plugin-transform-export-extensions": "^6.22.0",
|
|
64
53
|
"concurrently": "^5.3.0",
|
|
65
54
|
"jest": "^29.7.0",
|
|
@@ -70,8 +59,8 @@
|
|
|
70
59
|
"postcss-import": "^12.0.1",
|
|
71
60
|
"postcss-loader": "^3.0.0",
|
|
72
61
|
"prop-types": "^15.8.1",
|
|
73
|
-
"react": "^
|
|
74
|
-
"react-dom": "^
|
|
62
|
+
"react": "^19",
|
|
63
|
+
"react-dom": "^19",
|
|
75
64
|
"rollup": "^2.23.0",
|
|
76
65
|
"sinon": "^10.0.0",
|
|
77
66
|
"ts-node": "^10.9.2",
|
|
@@ -82,7 +71,19 @@
|
|
|
82
71
|
"url": "git+https://github.com/dequelabs/cauldron.git"
|
|
83
72
|
},
|
|
84
73
|
"peerDependencies": {
|
|
85
|
-
"react": ">=16.6
|
|
86
|
-
"react-dom": ">=16.6
|
|
74
|
+
"react": ">=16.6 <20",
|
|
75
|
+
"react-dom": ">=16.6 <20"
|
|
76
|
+
},
|
|
77
|
+
"scripts": {
|
|
78
|
+
"build": "pnpm build:lib && pnpm build:css",
|
|
79
|
+
"prebuild:lib": "node scripts/buildIconTypes.js",
|
|
80
|
+
"build:lib": "rollup -c",
|
|
81
|
+
"build:css": "postcss --output=lib/cauldron.css src/index.css",
|
|
82
|
+
"typecheck": "tsc --noEmit --skipLibCheck",
|
|
83
|
+
"dev": "concurrently 'pnpm build:css --watch' 'rollup -c --watch'",
|
|
84
|
+
"test": "jest --maxWorkers=1 --coverage",
|
|
85
|
+
"figma:parse": "figma connect parse",
|
|
86
|
+
"figma:publish": "figma connect publish",
|
|
87
|
+
"figma:publish:dry-run": "figma connect publish --dry-run"
|
|
87
88
|
}
|
|
88
|
-
}
|
|
89
|
+
}
|