@semcore/icon 16.8.0-prerelease.3 → 16.8.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/lib/es6/Icon.js CHANGED
@@ -15,12 +15,12 @@ import { useColorResolver } from '@semcore/core/lib/utils/use/useColorResolver';
15
15
  import cn from 'classnames';
16
16
  import React from 'react';
17
17
  /*!__reshadow-styles__:"./style/icon.shadow.css"*/
18
- var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SIcon_1fcg9_gg_{display:inline-block;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1fcg9)}.___SIcon_1fcg9_gg_.__interactive_1fcg9_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1fcg9_gg_.__interactive_1fcg9_gg_:hover{filter:brightness(.8)}}.___SIcon_1fcg9_gg_.__interactive_1fcg9_gg_ path{pointer-events:none}", /*__inner_css_end__*/"1fcg9_gg_"),
18
+ var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SIcon_1ma42_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1ma42)}.___SIcon_1ma42_gg_.__interactive_1ma42_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1ma42_gg_.__interactive_1ma42_gg_:hover{filter:brightness(.8)}}.___SIcon_1ma42_gg_.__interactive_1ma42_gg_ path{pointer-events:none}", /*__inner_css_end__*/"1ma42_gg_"),
19
19
  /*__reshadow_css_end__*/
20
20
  {
21
- "__SIcon": "___SIcon_1fcg9_gg_",
22
- "--color": "--color_1fcg9",
23
- "_interactive": "__interactive_1fcg9_gg_"
21
+ "__SIcon": "___SIcon_1ma42_gg_",
22
+ "--color": "--color_1ma42",
23
+ "_interactive": "__interactive_1ma42_gg_"
24
24
  });
25
25
  function Icon(props, ref) {
26
26
  var _useBox = useBox(_objectSpread({
package/lib/esm/Icon.mjs CHANGED
@@ -18,14 +18,14 @@ var styles = (
18
18
  /*__reshadow_css_start__*/
19
19
  (sstyled.insert(
20
20
  /*__inner_css_start__*/
21
- ".___SIcon_1fcg9_gg_{display:inline-block;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1fcg9)}.___SIcon_1fcg9_gg_.__interactive_1fcg9_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1fcg9_gg_.__interactive_1fcg9_gg_:hover{filter:brightness(.8)}}.___SIcon_1fcg9_gg_.__interactive_1fcg9_gg_ path{pointer-events:none}",
21
+ ".___SIcon_1ma42_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1ma42)}.___SIcon_1ma42_gg_.__interactive_1ma42_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1ma42_gg_.__interactive_1ma42_gg_:hover{filter:brightness(.8)}}.___SIcon_1ma42_gg_.__interactive_1ma42_gg_ path{pointer-events:none}",
22
22
  /*__inner_css_end__*/
23
- "1fcg9_gg_"
23
+ "1ma42_gg_"
24
24
  ), /*__reshadow_css_end__*/
25
25
  {
26
- "__SIcon": "___SIcon_1fcg9_gg_",
27
- "--color": "--color_1fcg9",
28
- "_interactive": "__interactive_1fcg9_gg_"
26
+ "__SIcon": "___SIcon_1ma42_gg_",
27
+ "--color": "--color_1ma42",
28
+ "_interactive": "__interactive_1ma42_gg_"
29
29
  })
30
30
  );
31
31
  function Icon(props, ref) {
@@ -77,7 +77,7 @@ function Icon(props, ref) {
77
77
  }));
78
78
  }
79
79
  Icon.displayName = "Icon";
80
- const Icon$1 = createBaseComponent(Icon);
80
+ const Icon_default = createBaseComponent(Icon);
81
81
  export {
82
- Icon$1 as default
82
+ Icon_default as default
83
83
  };