@festo-ui/react 9.0.0-dev.677 → 9.0.0-dev.679

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.
@@ -66,13 +66,13 @@ export const Sizes = {
66
66
  export const Icon = {
67
67
  args: {
68
68
  children: "With Icon",
69
- icon: "ecommerce-core-range-product"
69
+ icon: /*#__PURE__*/_jsx(IconCoreRangeProduct, {})
70
70
  }
71
71
  };
72
72
  export const IconOnly = {
73
73
  args: {
74
74
  iconOnly: true,
75
- icon: "ecommerce-core-range-product"
75
+ icon: /*#__PURE__*/_jsx(IconCoreRangeProduct, {})
76
76
  }
77
77
  };
78
78
  export const Floating = {
@@ -81,6 +81,6 @@ export const Floating = {
81
81
  large: true,
82
82
  primary: true,
83
83
  floating: true,
84
- icon: "ecommerce-core-range-product"
84
+ icon: /*#__PURE__*/_jsx(IconCoreRangeProduct, {})
85
85
  }
86
86
  };
@@ -73,13 +73,13 @@ const Sizes = exports.Sizes = {
73
73
  const Icon = exports.Icon = {
74
74
  args: {
75
75
  children: "With Icon",
76
- icon: "ecommerce-core-range-product"
76
+ icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIcons.IconCoreRangeProduct, {})
77
77
  }
78
78
  };
79
79
  const IconOnly = exports.IconOnly = {
80
80
  args: {
81
81
  iconOnly: true,
82
- icon: "ecommerce-core-range-product"
82
+ icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIcons.IconCoreRangeProduct, {})
83
83
  }
84
84
  };
85
85
  const Floating = exports.Floating = {
@@ -88,6 +88,6 @@ const Floating = exports.Floating = {
88
88
  large: true,
89
89
  primary: true,
90
90
  floating: true,
91
- icon: "ecommerce-core-range-product"
91
+ icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIcons.IconCoreRangeProduct, {})
92
92
  }
93
93
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react",
3
- "version": "9.0.0-dev.677",
3
+ "version": "9.0.0-dev.679",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",