@pantheon-systems/pds-toolkit-react 2.0.0-alpha.53 → 2.0.0-alpha.55
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 +25 -1
- package/dist/components/buttons/FilterButton/FilterButton.d.ts +15 -5
- package/dist/components/cards/ActionCard/ActionCard.d.ts +2 -2
- package/dist/components/cards/Card/Card.d.ts +1 -2
- package/dist/components/cards/CardSelect/CardSelect.d.ts +17 -5
- package/dist/components/charts/shared/ChartLegend.d.ts +7 -1
- package/dist/components/charts/shared/chart-styles.d.ts +1 -1
- package/dist/components/icons/Icon/generated-icon-data.d.ts +1 -1
- package/dist/components/inputs/TextInput/TextInput.d.ts +2 -2
- package/dist/components/inputs/TimeInput/TimeInput.d.ts +94 -0
- package/dist/css/component-css/pds-action-card.css +1 -1
- package/dist/css/component-css/pds-button.css +4 -4
- package/dist/css/component-css/pds-card-select.css +2 -2
- package/dist/css/component-css/pds-card.css +1 -1
- package/dist/css/component-css/pds-chart-legend.css +1 -1
- package/dist/css/component-css/pds-code-block.css +1 -1
- package/dist/css/component-css/pds-comparison-list.css +1 -1
- package/dist/css/component-css/pds-index.css +9 -9
- package/dist/css/component-css/pds-input-utilities.css +1 -1
- package/dist/css/component-css/pds-pie-chart.css +1 -1
- package/dist/css/component-css/pds-side-nav-global.css +1 -1
- package/dist/css/component-css/pds-time-input.css +1 -0
- package/dist/css/design-tokens/variables.dark.css +7 -6
- package/dist/css/design-tokens/variables.global.css +2 -2
- package/dist/css/design-tokens/variables.light.css +42 -41
- package/dist/css/layout-css/pds-app-layout.css +1 -1
- package/dist/css/layout-css/pds-index.css +1 -1
- package/dist/css/pds-components.css +9 -9
- package/dist/css/pds-core.css +1 -1
- package/dist/css/pds-layouts.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1040 -906
- package/dist/index.js.map +1 -1
- package/dist/index.source.d.ts +1 -0
- package/dist/libs/types/layout-types.d.ts +1 -0
- package/package.json +5 -2
package/dist/index.source.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export * from './components/inputs/Switch/Switch';
|
|
|
48
48
|
export * from './components/inputs/TagsInput/TagsInput';
|
|
49
49
|
export * from './components/inputs/Textarea/Textarea';
|
|
50
50
|
export * from './components/inputs/TextInput/TextInput';
|
|
51
|
+
export * from './components/inputs/TimeInput/TimeInput';
|
|
51
52
|
export * from './components/links/CTALink/CTALink';
|
|
52
53
|
export * from './components/links/LinkNewWindow/LinkNewWindow';
|
|
53
54
|
export * from './components/links/Skiplink/Skiplink';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type GapScale = 'none' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl';
|
|
2
2
|
export type PaddingScale = 'none' | 'condensed' | 'standard' | 'spacious';
|
|
3
3
|
export type CardPaddingScale = Exclude<PaddingScale, 'none'>;
|
|
4
|
+
export type CardBackground = 'default' | 'secondary' | 'transparent';
|
|
4
5
|
export type VerticalAlignOptions = 'start' | 'center' | 'end';
|
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.55",
|
|
5
5
|
"description": "PDS toolkit built using the React framework",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -180,7 +180,8 @@
|
|
|
180
180
|
"@dnd-kit/utilities": "^3.2.2",
|
|
181
181
|
"@floating-ui/react": "^0.24.3",
|
|
182
182
|
"@floating-ui/react-dom": "~1.3.0",
|
|
183
|
-
"@
|
|
183
|
+
"@internationalized/date": "^3.12.2",
|
|
184
|
+
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.61",
|
|
184
185
|
"@reactuses/core": "^5.0.15",
|
|
185
186
|
"date-fns": "^4.1.0",
|
|
186
187
|
"downshift": "^9.3.2",
|
|
@@ -193,10 +194,12 @@
|
|
|
193
194
|
"pino-http": "^11.0.0",
|
|
194
195
|
"prism-react-renderer": "^2.4.1",
|
|
195
196
|
"prismjs": "^1.29.0",
|
|
197
|
+
"react-aria": "^3.50.0",
|
|
196
198
|
"react-code-block": "^1.1.1",
|
|
197
199
|
"react-day-picker": "^9.11.1",
|
|
198
200
|
"react-device-detect": "^2.2.3",
|
|
199
201
|
"react-hotkeys-hook": "^4.5.1",
|
|
202
|
+
"react-stately": "^3.48.0",
|
|
200
203
|
"react-toastify": "^11.1.0",
|
|
201
204
|
"recharts": "^3.8.1"
|
|
202
205
|
},
|