@pantheon-systems/pds-toolkit-react 2.0.0-alpha.74 → 2.0.0-alpha.76
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 +73 -7
- package/dist/components/buttons/MenuButton/MenuButton.d.ts +9 -6
- package/dist/components/buttons/SelectButton/SelectButton.d.ts +81 -0
- package/dist/components/icons/Icon/generated-icon-data.d.ts +16 -2
- package/dist/components/navigation/UserMenu/UserMenu.d.ts +5 -4
- package/dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +5 -4
- package/dist/components/notifications/SectionMessage/SectionMessage.d.ts +7 -1
- package/dist/components/overlays/BottomSheet/BottomSheet.d.ts +66 -0
- package/dist/components/overlays/BulkActionBar/BulkActionBar.d.ts +48 -0
- package/dist/components/pagination/PaginationCompact/PaginationCompact.d.ts +7 -2
- package/dist/css/component-css/pds-bottom-sheet.css +1 -0
- package/dist/css/component-css/pds-bulk-action-bar.css +1 -0
- package/dist/css/component-css/pds-dropdown.css +1 -1
- package/dist/css/component-css/pds-filter-button.css +1 -1
- package/dist/css/component-css/pds-icon-button.css +21 -15
- package/dist/css/component-css/pds-index.css +30 -22
- package/dist/css/component-css/pds-pagination-compact.css +1 -1
- package/dist/css/component-css/pds-section-message.css +1 -1
- package/dist/css/component-css/pds-select-button.css +1 -0
- package/dist/css/component-css/pds-table.css +4 -2
- package/dist/css/component-css/pds-user-menu.css +1 -1
- package/dist/css/component-css/pds-utility-bar.css +1 -1
- package/dist/css/design-tokens/variables.dark.css +1 -18
- package/dist/css/design-tokens/variables.light.css +1 -18
- package/dist/css/pds-components.css +30 -22
- package/dist/css/pds-core.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1621 -1367
- package/dist/index.js.map +1 -1
- package/dist/index.source.d.ts +3 -0
- package/dist/svg/arrowDownWideShort.svg +3 -0
- package/dist/svg/arrowUpShortWide.svg +3 -0
- package/package.json +2 -2
package/dist/index.source.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from './components/buttons/FilterButton/FilterButton';
|
|
|
11
11
|
export * from './components/buttons/IconButton/IconButton';
|
|
12
12
|
export * from './components/buttons/MenuButton/MenuButton';
|
|
13
13
|
export * from './components/buttons/SegmentedButton/SegmentedButton';
|
|
14
|
+
export * from './components/buttons/SelectButton/SelectButton';
|
|
14
15
|
export * from './components/buttons/SplitButton/SplitButton';
|
|
15
16
|
export * from './components/buttons/SSOButton/SSOButton';
|
|
16
17
|
export * from './components/buttons/UtilityButton/UtilityButton';
|
|
@@ -74,6 +75,8 @@ export * from './components/notifications/SectionMessage/SectionMessage';
|
|
|
74
75
|
export * from './components/notifications/Toaster/Toast';
|
|
75
76
|
export * from './components/notifications/Toaster/Toaster';
|
|
76
77
|
export * from './components/notifications/Toaster/useToast';
|
|
78
|
+
export * from './components/overlays/BottomSheet/BottomSheet';
|
|
79
|
+
export * from './components/overlays/BulkActionBar/BulkActionBar';
|
|
77
80
|
export * from './components/overlays/Drawer/Drawer';
|
|
78
81
|
export * from './components/overlays/FullScreenOverlay/FullScreenOverlay';
|
|
79
82
|
export * from './components/overlays/Modal/Modal';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
|
|
2
|
+
<path d="M249 369L145 473c-9.4 9.4-24.6 9.4-33.9 0L7 369c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l63 63 0-342.1c0-13.3 10.7-24 24-24s24 10.7 24 24l0 342.1 63-63c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zm63 111c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0zm0-128c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0zm0-128c-13.3 0-24-10.7-24-24s10.7-24 24-24l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0zm0-128c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L312 96z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
|
|
2
|
+
<path d="M145 39c-9.4-9.4-24.6-9.4-33.9 0L7 143c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l63-63 0 342.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-342.1 63 63c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L145 39zm167 9c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zm0 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0zm0 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0zm0 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-240 0z"/>
|
|
3
|
+
</svg>
|
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.76",
|
|
5
5
|
"description": "PDS toolkit built using the React framework",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"@floating-ui/react": "^0.24.3",
|
|
183
183
|
"@floating-ui/react-dom": "~1.3.0",
|
|
184
184
|
"@internationalized/date": "^3.12.2",
|
|
185
|
-
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.
|
|
185
|
+
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.70",
|
|
186
186
|
"@reactuses/core": "^5.0.15",
|
|
187
187
|
"date-fns": "^4.1.0",
|
|
188
188
|
"downshift": "^9.3.2",
|