@pantheon-systems/pds-toolkit-react 2.0.0-alpha.23 → 2.0.0-alpha.25
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/Table/Table.d.ts +6 -1
- package/dist/components/Tag/Tag.d.ts +7 -1
- package/dist/css/component-css/pds-badge.css +1 -1
- package/dist/css/component-css/pds-index.css +2 -2
- package/dist/css/component-css/pds-tag.css +1 -1
- package/dist/css/design-tokens/variables.dark.css +56 -2
- package/dist/css/design-tokens/variables.global.css +1 -1
- package/dist/css/design-tokens/variables.light.css +56 -2
- package/dist/css/layout-css/pds-app-layout.css +2 -2
- package/dist/css/layout-css/pds-index.css +2 -2
- package/dist/css/pds-components.css +2 -2
- package/dist/css/pds-core.css +2 -2
- package/dist/css/pds-layouts.css +2 -2
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1874 -1849
- package/dist/index.js.map +1 -1
- package/dist/index.source.d.ts +1 -1
- package/package.json +2 -2
- /package/dist/components/{Skiplink → links/Skiplink}/Skiplink.d.ts +0 -0
package/dist/index.source.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export * from './components/inputs/Textarea/Textarea';
|
|
|
60
60
|
export * from './components/inputs/TextInput/TextInput';
|
|
61
61
|
export * from './components/links/CTALink/CTALink';
|
|
62
62
|
export * from './components/links/LinkNewWindow/LinkNewWindow';
|
|
63
|
+
export * from './components/links/Skiplink/Skiplink';
|
|
63
64
|
export * from './components/loading-indicators/Skeleton/Skeleton';
|
|
64
65
|
export * from './components/loading-indicators/Spinner/Spinner';
|
|
65
66
|
export * from './components/media/Picture/Picture';
|
|
@@ -100,7 +101,6 @@ export * from './components/progress-indicators/ProgressBar/ProgressBar';
|
|
|
100
101
|
export * from './components/progress-indicators/ProgressRing/ProgressRing';
|
|
101
102
|
export * from './components/PullQuote/PullQuote';
|
|
102
103
|
export * from './components/SiteDashboardHeading/SiteDashboardHeading';
|
|
103
|
-
export * from './components/Skiplink/Skiplink';
|
|
104
104
|
export * from './components/SocialLinks/SocialLinks';
|
|
105
105
|
export * from './components/StatusChecker/StatusChecker';
|
|
106
106
|
export * from './components/StatusIndicator/StatusIndicator';
|
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.25",
|
|
5
5
|
"description": "PDS toolkit built using the React framework",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"dependencies": {
|
|
161
161
|
"@floating-ui/react": "^0.24.3",
|
|
162
162
|
"@floating-ui/react-dom": "~1.3.0",
|
|
163
|
-
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.
|
|
163
|
+
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.39",
|
|
164
164
|
"@reactuses/core": "^5.0.15",
|
|
165
165
|
"date-fns": "^4.1.0",
|
|
166
166
|
"downshift": "^9.3.2",
|
|
File without changes
|