@pantheon-systems/pds-toolkit-react 1.0.0-dev.281 → 1.0.0-dev.283
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/components/Modal/Modal.d.ts +7 -1
- package/_dist/css/component-css/pds-index.css +2 -2
- package/_dist/css/component-css/pds-menu-button.css +1 -1
- package/_dist/css/component-css/pds-modal.css +1 -1
- package/_dist/css/component-css/pds-select.css +1 -1
- package/_dist/css/design-tokens/pds-design-tokens.css +4 -4
- package/_dist/css/pds-components.css +2 -2
- package/_dist/css/pds-core.css +3 -3
- package/_dist/index.css +1 -1
- package/_dist/index.js +2407 -2377
- package/_dist/index.js.map +1 -1
- package/package.json +8 -3
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pantheon-systems/pds-toolkit-react",
|
|
3
|
-
"technology": "React",
|
|
4
|
-
"version": "1.0.0-dev.281",
|
|
5
3
|
"description": "PDS toolkit built using the React framework",
|
|
4
|
+
"technology": "React",
|
|
5
|
+
"version": "1.0.0-dev.283",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public",
|
|
8
|
+
"registry": "https://registry.npmjs.org/",
|
|
9
|
+
"provenance": false
|
|
10
|
+
},
|
|
6
11
|
"repository": {
|
|
7
12
|
"type": "git",
|
|
8
13
|
"url": "git+https://github.com/pantheon-systems/pds-toolkit-react.git"
|
|
@@ -133,7 +138,7 @@
|
|
|
133
138
|
"dependencies": {
|
|
134
139
|
"@floating-ui/react": "^0.24.3",
|
|
135
140
|
"@floating-ui/react-dom": "~1.3.0",
|
|
136
|
-
"@pantheon-systems/pds-design-tokens": "^1.0.0-dev.
|
|
141
|
+
"@pantheon-systems/pds-design-tokens": "^1.0.0-dev.164",
|
|
137
142
|
"@reactuses/core": "^5.0.15",
|
|
138
143
|
"downshift": "^9.0.8",
|
|
139
144
|
"focus-trap-react": "^10.2.1",
|