@pantheon-systems/pds-toolkit-react 2.0.0-alpha.38 → 2.0.0-alpha.39
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/codemods/v1-to-v2/mappings.json +13 -0
- package/dist/components/buttons/ButtonLink/ButtonLink.d.ts +1 -3
- package/dist/components/icons/Icon/generated-icon-data.d.ts +1 -1
- package/dist/components/progress-indicators/ProgressBar/ProgressBar.d.ts +1 -1
- package/dist/components/progress-indicators/ProgressRing/ProgressRing.d.ts +10 -1
- package/dist/css/component-css/pds-button-link.css +1 -1
- package/dist/css/component-css/pds-button.css +1 -1
- package/dist/css/component-css/pds-filter-button.css +1 -1
- package/dist/css/component-css/pds-index.css +3 -3
- package/dist/css/component-css/pds-progress-ring.css +1 -1
- package/dist/css/component-css/pds-skeleton.css +1 -1
- package/dist/css/component-css/pds-switch.css +1 -1
- package/dist/css/design-tokens/variables.dark.css +6 -2
- package/dist/css/design-tokens/variables.light.css +4 -0
- package/dist/css/pds-components.css +3 -3
- package/dist/css/pds-core.css +2 -2
- package/dist/index.css +1 -1
- package/dist/index.js +302 -266
- package/dist/index.js.map +1 -1
- package/dist/libs/types/custom-types.d.ts +1 -1
- package/package.json +5 -7
|
@@ -3,7 +3,7 @@ import { PDSIcon } from '../../components/icons/Icon/Icon';
|
|
|
3
3
|
export type ButtonDisplayType = 'label-only' | 'icon-start' | 'icon-end';
|
|
4
4
|
export type ButtonSize = 'xs' | 's' | 'm' | 'l';
|
|
5
5
|
export type ButtonType = 'button' | 'submit' | 'reset';
|
|
6
|
-
export type ButtonVariant = 'primary' | 'secondary' | 'subtle' | 'brand' | 'highlight' | 'reverse' | 'reverse-secondary' | 'critical' | 'critical-secondary' | '
|
|
6
|
+
export type ButtonVariant = 'primary' | 'secondary' | 'subtle' | 'brand' | 'highlight' | 'reverse' | 'reverse-secondary' | 'critical' | 'critical-secondary' | 'link';
|
|
7
7
|
export type ContainerWidth = 'narrow' | 'standard' | 'wide' | 'x-wide' | 'full';
|
|
8
8
|
export type DataContext = 'product' | 'marketing';
|
|
9
9
|
export type Display = 'block' | 'inline' | 'inline-block' | 'flex' | 'inline-flex' | 'grid' | 'inline-grid' | 'flow-root' | 'none' | 'contents' | 'table' | 'table-row' | 'table-cell' | 'table-caption' | 'table-column' | 'table-column-group' | 'table-footer-group' | 'table-header-group' | 'table-row-group' | 'list-item' | 'inherit' | 'initial' | 'revert' | 'unset';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pantheon-systems/pds-toolkit-react",
|
|
3
3
|
"technology": "React",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.39",
|
|
5
5
|
"description": "PDS toolkit built using the React framework",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -114,6 +114,9 @@
|
|
|
114
114
|
"@babel/preset-typescript": "^7.28.5",
|
|
115
115
|
"@csstools/postcss-design-tokens": "^2.0.4",
|
|
116
116
|
"@csstools/postcss-global-data": "^1.0.3",
|
|
117
|
+
"@fortawesome/free-brands-svg-icons": "^7.2.0",
|
|
118
|
+
"@fortawesome/pro-regular-svg-icons": "^7.2.0",
|
|
119
|
+
"@fortawesome/pro-solid-svg-icons": "^7.2.0",
|
|
117
120
|
"@playwright/test": "^1.60.0",
|
|
118
121
|
"@storybook/addon-a11y": "^10.4.0",
|
|
119
122
|
"@storybook/addon-docs": "^10.4.0",
|
|
@@ -178,7 +181,7 @@
|
|
|
178
181
|
"@dnd-kit/utilities": "^3.2.2",
|
|
179
182
|
"@floating-ui/react": "^0.24.3",
|
|
180
183
|
"@floating-ui/react-dom": "~1.3.0",
|
|
181
|
-
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.
|
|
184
|
+
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.57",
|
|
182
185
|
"@reactuses/core": "^5.0.15",
|
|
183
186
|
"date-fns": "^4.1.0",
|
|
184
187
|
"downshift": "^9.3.2",
|
|
@@ -198,11 +201,6 @@
|
|
|
198
201
|
"react-toastify": "^10.0.6",
|
|
199
202
|
"recharts": "^3.8.1"
|
|
200
203
|
},
|
|
201
|
-
"optionalDependencies": {
|
|
202
|
-
"@fortawesome/free-brands-svg-icons": "^7.2.0",
|
|
203
|
-
"@fortawesome/pro-regular-svg-icons": "^7.2.0",
|
|
204
|
-
"@fortawesome/pro-solid-svg-icons": "^7.2.0"
|
|
205
|
-
},
|
|
206
204
|
"overrides": {
|
|
207
205
|
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
|
|
208
206
|
"fast-uri": "^3.1.2",
|