@semcore/icon 3.4.1 → 3.4.3

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [3.4.3] - 2022-12-19
6
+
7
+ ### Changed
8
+
9
+ - Version patch update due to children dependencies update (`@semcore/flex-box` [4.7.2 ~> 4.7.3], `@semcore/utils` [3.44.0 ~> 3.44.1]).
10
+
5
11
  ## [3.4.1] - 2022-12-13
6
12
 
7
13
  ### Changed
package/README.md CHANGED
@@ -19,7 +19,9 @@ npm install @semcore/ui
19
19
  ## Usage
20
20
 
21
21
  ```jsx
22
- import Accordion from '@semcore/ui/icon';
22
+ import BaseIcon from '@semcore/ui/icon';
23
+
24
+ import CloseM from '@semcore/ui/icon/Close/m';
23
25
  ```
24
26
 
25
27
  <details>
package/lib/cjs/Icon.js CHANGED
@@ -52,16 +52,16 @@ var styles = (
52
52
  /*__reshadow_css_start__*/
53
53
  _core.sstyled.insert(
54
54
  /*__inner_css_start__*/
55
- ".___SIcon_2dka4_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:none;color:var(--color_2dka4)}.___SIcon_2dka4_gg_.__keyboardFocused_2dka4_gg_{box-shadow:var(--intergalactic-keyboard-focus,0 0 0 3px rgba(0,143,248,.3))}.___SIcon_2dka4_gg_.__interactive_2dka4_gg_{cursor:pointer}.___SIcon_2dka4_gg_.__interactive_2dka4_gg_:hover{color:var(--color-interactive_2dka4)}"
55
+ ".___SIcon_pdrly_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:none;color:var(--color_pdrly)}.___SIcon_pdrly_gg_.__keyboardFocused_pdrly_gg_{box-shadow:var(--intergalactic-keyboard-focus,0 0 0 3px rgba(0,143,248,.3))}.___SIcon_pdrly_gg_.__interactive_pdrly_gg_{cursor:pointer}.___SIcon_pdrly_gg_.__interactive_pdrly_gg_:hover{color:var(--color-interactive_pdrly)}"
56
56
  /*__inner_css_end__*/
57
- , "2dka4_gg_")
57
+ , "pdrly_gg_")
58
58
  /*__reshadow_css_end__*/
59
59
  , {
60
- "__SIcon": "___SIcon_2dka4_gg_",
61
- "--color": "--color_2dka4",
62
- "_keyboardFocused": "__keyboardFocused_2dka4_gg_",
63
- "_interactive": "__interactive_2dka4_gg_",
64
- "--color-interactive": "--color-interactive_2dka4"
60
+ "__SIcon": "___SIcon_pdrly_gg_",
61
+ "--color": "--color_pdrly",
62
+ "_keyboardFocused": "__keyboardFocused_pdrly_gg_",
63
+ "_interactive": "__interactive_pdrly_gg_",
64
+ "--color-interactive": "--color-interactive_pdrly"
65
65
  });
66
66
 
67
67
  function Icon(props, ref) {
package/lib/es6/Icon.js CHANGED
@@ -25,16 +25,16 @@ var styles = (
25
25
  /*__reshadow_css_start__*/
26
26
  _sstyled.insert(
27
27
  /*__inner_css_start__*/
28
- ".___SIcon_2dka4_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:none;color:var(--color_2dka4)}.___SIcon_2dka4_gg_.__keyboardFocused_2dka4_gg_{box-shadow:var(--intergalactic-keyboard-focus,0 0 0 3px rgba(0,143,248,.3))}.___SIcon_2dka4_gg_.__interactive_2dka4_gg_{cursor:pointer}.___SIcon_2dka4_gg_.__interactive_2dka4_gg_:hover{color:var(--color-interactive_2dka4)}"
28
+ ".___SIcon_pdrly_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:none;color:var(--color_pdrly)}.___SIcon_pdrly_gg_.__keyboardFocused_pdrly_gg_{box-shadow:var(--intergalactic-keyboard-focus,0 0 0 3px rgba(0,143,248,.3))}.___SIcon_pdrly_gg_.__interactive_pdrly_gg_{cursor:pointer}.___SIcon_pdrly_gg_.__interactive_pdrly_gg_:hover{color:var(--color-interactive_pdrly)}"
29
29
  /*__inner_css_end__*/
30
- , "2dka4_gg_")
30
+ , "pdrly_gg_")
31
31
  /*__reshadow_css_end__*/
32
32
  , {
33
- "__SIcon": "___SIcon_2dka4_gg_",
34
- "--color": "--color_2dka4",
35
- "_keyboardFocused": "__keyboardFocused_2dka4_gg_",
36
- "_interactive": "__interactive_2dka4_gg_",
37
- "--color-interactive": "--color-interactive_2dka4"
33
+ "__SIcon": "___SIcon_pdrly_gg_",
34
+ "--color": "--color_pdrly",
35
+ "_keyboardFocused": "__keyboardFocused_pdrly_gg_",
36
+ "_interactive": "__interactive_pdrly_gg_",
37
+ "--color-interactive": "--color-interactive_pdrly"
38
38
  });
39
39
 
40
40
  function Icon(props, ref) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/icon",
3
3
  "description": "Semrush Icon Component",
4
- "version": "3.4.1",
4
+ "version": "3.4.3",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -9,8 +9,9 @@
9
9
  "author": "UI-kit team <ui-kit-team@semrush.com>",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@semcore/utils": "^3.40.0",
13
12
  "@semcore/flex-box": "^4",
13
+ "@semcore/icon": "^3.3.2",
14
+ "@semcore/utils": "^3.40.0",
14
15
  "classnames": "2.2.6"
15
16
  },
16
17
  "peerDependencies": {
@@ -27,9 +28,9 @@
27
28
  "directory": "semcore/icon"
28
29
  },
29
30
  "devDependencies": {
30
- "@types/react": "18.0.21",
31
+ "@semcore/icon-transform-svg": "1.1.0",
31
32
  "@semcore/jest-preset-ui": "1.0.0",
32
- "@semcore/icon-transform-svg": "1.1.0"
33
+ "@types/react": "18.0.21"
33
34
  },
34
35
  "scripts": {
35
36
  "transform": "pnpm icon-transform-svg",