@semcore/icon 2.19.2 → 2.19.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
+ ## [2.19.3] - 2022-02-24
6
+
7
+ ### Added
8
+
9
+ - Added repository field to package.json file.
10
+
5
11
  ## [2.19.2] - 2022-02-14
6
12
 
7
13
  ### Fixed
package/lib/cjs/Icon.js CHANGED
@@ -46,15 +46,15 @@ var styles = (
46
46
  /*__reshadow_css_start__*/
47
47
  _core.sstyled.insert(
48
48
  /*__inner_css_start__*/
49
- ".___SIcon_130ku_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_130ku_gg_.__keyboardFocused_130ku_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}.___SIcon_130ku_gg_.__interactive_130ku_gg_{cursor:pointer}.___SIcon_130ku_gg_.__interactive_130ku_gg_:hover{color:var(--color-interactive_3mutke)}"
49
+ ".___SIcon_1n8nw_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_1n8nw_gg_.__keyboardFocused_1n8nw_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}.___SIcon_1n8nw_gg_.__interactive_1n8nw_gg_{cursor:pointer}.___SIcon_1n8nw_gg_.__interactive_1n8nw_gg_:hover{color:var(--color-interactive_3mutke)}"
50
50
  /*__inner_css_end__*/
51
51
  , "3mutke_gg_")
52
52
  /*__reshadow_css_end__*/
53
53
  , {
54
- "__SIcon": "___SIcon_130ku_gg_",
54
+ "__SIcon": "___SIcon_1n8nw_gg_",
55
55
  "--color": "--color_3mutke",
56
- "_keyboardFocused": "__keyboardFocused_130ku_gg_",
57
- "_interactive": "__interactive_130ku_gg_",
56
+ "_keyboardFocused": "__keyboardFocused_1n8nw_gg_",
57
+ "_interactive": "__interactive_1n8nw_gg_",
58
58
  "--color-interactive": "--color-interactive_3mutke"
59
59
  }); // TODO: сделать useIcon?
60
60
 
package/lib/es6/Icon.js CHANGED
@@ -22,15 +22,15 @@ var styles = (
22
22
  /*__reshadow_css_start__*/
23
23
  _sstyled.insert(
24
24
  /*__inner_css_start__*/
25
- ".___SIcon_130ku_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_130ku_gg_.__keyboardFocused_130ku_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}.___SIcon_130ku_gg_.__interactive_130ku_gg_{cursor:pointer}.___SIcon_130ku_gg_.__interactive_130ku_gg_:hover{color:var(--color-interactive_3mutke)}"
25
+ ".___SIcon_1n8nw_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:none;color:var(--color_3mutke)}.___SIcon_1n8nw_gg_.__keyboardFocused_1n8nw_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}.___SIcon_1n8nw_gg_.__interactive_1n8nw_gg_{cursor:pointer}.___SIcon_1n8nw_gg_.__interactive_1n8nw_gg_:hover{color:var(--color-interactive_3mutke)}"
26
26
  /*__inner_css_end__*/
27
27
  , "3mutke_gg_")
28
28
  /*__reshadow_css_end__*/
29
29
  , {
30
- "__SIcon": "___SIcon_130ku_gg_",
30
+ "__SIcon": "___SIcon_1n8nw_gg_",
31
31
  "--color": "--color_3mutke",
32
- "_keyboardFocused": "__keyboardFocused_130ku_gg_",
33
- "_interactive": "__interactive_130ku_gg_",
32
+ "_keyboardFocused": "__keyboardFocused_1n8nw_gg_",
33
+ "_interactive": "__interactive_1n8nw_gg_",
34
34
  "--color-interactive": "--color-interactive_3mutke"
35
35
  }); // TODO: сделать useIcon?
36
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/icon",
3
3
  "description": "SEMRush Icon Component",
4
- "version": "2.19.2",
4
+ "version": "2.19.3",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -24,5 +24,10 @@
24
24
  },
25
25
  "jest": {
26
26
  "preset": "@semcore/jest-preset-ui"
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "https://github.com/semrush/intergalactic.git",
31
+ "directory": "semcore/icon"
27
32
  }
28
33
  }