@pantheon-systems/pds-toolkit-react 2.0.0-alpha.55 → 2.0.0-alpha.57
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 +1 -1
- package/dist/components/ResultCount/ResultCount.d.ts +53 -0
- package/dist/components/icons/Icon/generated-icon-data.d.ts +1 -1
- package/dist/components/inputs/CheckboxFieldset/CheckboxFieldset.d.ts +9 -1
- package/dist/components/inputs/CheckboxGroup/CheckboxGroup.d.ts +9 -1
- package/dist/components/inputs/RadioGroup/RadioGroup.d.ts +9 -1
- package/dist/components/inputs/Select/Select.d.ts +5 -1
- package/dist/components/inputs/input-utilities.d.ts +10 -1
- package/dist/components/overlays/Modal/Modal.d.ts +1 -1
- package/dist/components/pagination/{PaginationMini/PaginationMini.d.ts → PaginationChapter/PaginationChapter.d.ts} +5 -5
- package/dist/components/pagination/PaginationCompact/PaginationCompact.d.ts +14 -1
- package/dist/css/component-css/pds-checkbox-group.css +1 -1
- package/dist/css/component-css/pds-combobox-multiselect.css +1 -1
- package/dist/css/component-css/pds-combobox.css +1 -1
- package/dist/css/component-css/pds-dropdown.css +1 -1
- package/dist/css/component-css/pds-index.css +12 -10
- package/dist/css/component-css/pds-input-utilities.css +1 -1
- package/dist/css/component-css/pds-pagination-chapter.css +3 -0
- package/dist/css/component-css/pds-pagination-compact.css +1 -1
- package/dist/css/component-css/pds-pagination.css +1 -1
- package/dist/css/component-css/pds-result-count.css +1 -0
- package/dist/css/component-css/pds-select.css +1 -1
- package/dist/css/component-css/pds-table.css +4 -2
- package/dist/css/component-css/pds-tabs.css +1 -1
- package/dist/css/component-css/pds-tag.css +1 -1
- package/dist/css/component-css/pds-tags-input.css +1 -1
- package/dist/css/design-tokens/variables.dark.css +4 -8
- package/dist/css/design-tokens/variables.light.css +3 -7
- package/dist/css/pds-components.css +12 -10
- package/dist/css/pds-core.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +387 -310
- package/dist/index.js.map +1 -1
- package/dist/index.source.d.ts +2 -1
- package/package.json +2 -2
- package/dist/css/component-css/pds-pagination-mini.css +0 -3
package/dist/index.source.d.ts
CHANGED
|
@@ -78,8 +78,8 @@ export * from './components/overlays/Drawer/Drawer';
|
|
|
78
78
|
export * from './components/overlays/FullScreenOverlay/FullScreenOverlay';
|
|
79
79
|
export * from './components/overlays/Modal/Modal';
|
|
80
80
|
export * from './components/pagination/Pagination/Pagination';
|
|
81
|
+
export * from './components/pagination/PaginationChapter/PaginationChapter';
|
|
81
82
|
export * from './components/pagination/PaginationCompact/PaginationCompact';
|
|
82
|
-
export * from './components/pagination/PaginationMini/PaginationMini';
|
|
83
83
|
export * from './components/panels/ExpansionPanel/ExpansionPanel';
|
|
84
84
|
export * from './components/panels/ExpansionPanelGroup/ExpansionPanelGroup';
|
|
85
85
|
export * from './components/panels/Panel/Panel';
|
|
@@ -89,6 +89,7 @@ export * from './components/PantheonLogo/PantheonLogo';
|
|
|
89
89
|
export * from './components/Popover/Popover';
|
|
90
90
|
export * from './components/progress-indicators/ProgressBar/ProgressBar';
|
|
91
91
|
export * from './components/progress-indicators/ProgressRing/ProgressRing';
|
|
92
|
+
export * from './components/ResultCount/ResultCount';
|
|
92
93
|
export * from './components/SiteFooter/SiteFooter';
|
|
93
94
|
export * from './components/SiteSearch/SiteSearch';
|
|
94
95
|
export * from './components/SortableList/SortableList';
|
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.57",
|
|
5
5
|
"description": "PDS toolkit built using the React framework",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -181,7 +181,7 @@
|
|
|
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.
|
|
184
|
+
"@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.62",
|
|
185
185
|
"@reactuses/core": "^5.0.15",
|
|
186
186
|
"date-fns": "^4.1.0",
|
|
187
187
|
"downshift": "^9.3.2",
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
@layer pds-v1, pds-v2;@layer pds-v2{.pds-pagination-mini{display:flex;font-family:var(--pds-typography-ff-default);justify-content:space-between;width:100%}.pds-pagination-mini__btn{align-items:flex-start;background:transparent;border:none;border-radius:var(--pds-border-radius-input);cursor:pointer;display:flex;flex-direction:column;gap:var(--pds-spacing-3xs);padding:0}.pds-pagination-mini__btn:hover .pds-pagination-mini__nav{color:var(--pds-color-interactive-foreground-hover)}.pds-pagination-mini__btn:focus-visible{outline:var(--pds-border-width-outline) solid var(--pds-color-interactive-focus);outline-offset:var(--pds-spacing-5xs);transition:var(--pds-animation-transition-focus)}.pds-pagination-mini__btn--prev .pds-pagination-mini__label{padding-inline-start:var(
|
|
2
|
-
--pds-spacing-l
|
|
3
|
-
)}.pds-pagination-mini__btn--next{align-items:flex-start;margin-inline-start:auto}.pds-pagination-mini__label{color:var(--pds-color-foreground-default-secondary);font-size:var(--pds-typography-size-xs)}.pds-pagination-mini__nav{align-items:center;color:var(--pds-color-foreground-default);display:flex;font-size:var(--pds-typography-size-m);font-weight:var(--pds-typography-fw-medium);gap:var(--pds-spacing-4xs)}}
|