@pantheon-systems/pds-toolkit-react 1.12.0 → 1.13.1
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/badges/IndicatorBadge/IndicatorBadge.d.ts +1 -1
- package/_dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +4 -0
- package/_dist/css/component-css/pds-index.css +1 -1
- package/_dist/css/component-css/pds-toaster.css +1 -1
- package/_dist/css/pds-components.css +1 -1
- package/_dist/index.css +1 -1
- package/_dist/index.js +5 -1
- package/_dist/index.js.map +1 -1
- package/package.json +9 -9
package/_dist/index.js
CHANGED
|
@@ -10158,7 +10158,11 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
10158
10158
|
silver: "Silver",
|
|
10159
10159
|
gold: "Gold",
|
|
10160
10160
|
platinum: "Platinum",
|
|
10161
|
-
diamond: "Diamond"
|
|
10161
|
+
diamond: "Diamond",
|
|
10162
|
+
starter: "Starter",
|
|
10163
|
+
standard: "Standard",
|
|
10164
|
+
premium: "Premium",
|
|
10165
|
+
priority: "Priority"
|
|
10162
10166
|
}, Bn = ({
|
|
10163
10167
|
ariaLabel: s = "Workspace selector menu",
|
|
10164
10168
|
className: c,
|