unifyedx-storybook-new 0.2.33 → 0.2.35

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.
Binary file
Binary file
@@ -2087,7 +2087,7 @@ const zn = {
2087
2087
  large: "btn-lg"
2088
2088
  }, jn = {
2089
2089
  primary: "btn-primary",
2090
- secondary: "btn-secondary"
2090
+ secondary: "btn-secondary-icon"
2091
2091
  }, jl = ({
2092
2092
  dataTestId: t,
2093
2093
  title: a,
@@ -2107,7 +2107,7 @@ const zn = {
2107
2107
  ...v
2108
2108
  }) => {
2109
2109
  const d = u, p = H(
2110
- "btn-base",
2110
+ "btn-base-icon",
2111
2111
  "btn-icon-only",
2112
2112
  Bn[g],
2113
2113
  jn[m],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.2.33",
4
+ "version": "0.2.35",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",