@pingux/astro 2.0.1 → 2.0.2-alpha.0

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.
@@ -25,7 +25,7 @@ var CollapsiblePanelBadge = function CollapsiblePanelBadge(props) {
25
25
  bg: "neutral.90",
26
26
  label: selectedFilterCount.toString(),
27
27
  textColor: "neutral.30",
28
- variant: "variants.collapsiblePanel.collapsiblePanelBadge",
28
+ variant: "variants.collapsiblePanel.badge",
29
29
  isUppercase: true
30
30
  }, others));
31
31
  };
@@ -17,7 +17,7 @@ var CollapsiblePanelBadge = function CollapsiblePanelBadge(props) {
17
17
  bg: "neutral.90",
18
18
  label: selectedFilterCount.toString(),
19
19
  textColor: "neutral.30",
20
- variant: "variants.collapsiblePanel.collapsiblePanelBadge",
20
+ variant: "variants.collapsiblePanel.badge",
21
21
  isUppercase: true
22
22
  }, others));
23
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.0.1",
3
+ "version": "2.0.2-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",