@semcore/icon 3.12.0 → 3.13.0

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/lib/cjs/Icon.js +7 -7
  3. package/lib/es6/Icon.js +7 -7
  4. package/package.json +1 -1
  5. /package/{Confluence → color/Confluence}/l/index.d.ts +0 -0
  6. /package/{Confluence → color/Confluence}/l/index.js +0 -0
  7. /package/{Confluence → color/Confluence}/l/index.mjs +0 -0
  8. /package/{Confluence → color/Confluence}/m/index.d.ts +0 -0
  9. /package/{Confluence → color/Confluence}/m/index.js +0 -0
  10. /package/{Confluence → color/Confluence}/m/index.mjs +0 -0
  11. /package/{GoogleAds → color/GoogleAds}/l/index.d.ts +0 -0
  12. /package/{GoogleAds → color/GoogleAds}/l/index.js +0 -0
  13. /package/{GoogleAds → color/GoogleAds}/l/index.mjs +0 -0
  14. /package/{GoogleAds → color/GoogleAds}/m/index.d.ts +0 -0
  15. /package/{GoogleAds → color/GoogleAds}/m/index.js +0 -0
  16. /package/{GoogleAds → color/GoogleAds}/m/index.mjs +0 -0
  17. /package/{GoogleCloud → color/GoogleCloud}/l/index.d.ts +0 -0
  18. /package/{GoogleCloud → color/GoogleCloud}/l/index.js +0 -0
  19. /package/{GoogleCloud → color/GoogleCloud}/l/index.mjs +0 -0
  20. /package/{GoogleCloud → color/GoogleCloud}/m/index.d.ts +0 -0
  21. /package/{GoogleCloud → color/GoogleCloud}/m/index.js +0 -0
  22. /package/{GoogleCloud → color/GoogleCloud}/m/index.mjs +0 -0
  23. /package/{JavaScript → color/JavaScript}/l/index.d.ts +0 -0
  24. /package/{JavaScript → color/JavaScript}/l/index.js +0 -0
  25. /package/{JavaScript → color/JavaScript}/l/index.mjs +0 -0
  26. /package/{JavaScript → color/JavaScript}/m/index.d.ts +0 -0
  27. /package/{JavaScript → color/JavaScript}/m/index.js +0 -0
  28. /package/{JavaScript → color/JavaScript}/m/index.mjs +0 -0
  29. /package/{LookerStudio → color/LookerStudio}/l/index.d.ts +0 -0
  30. /package/{LookerStudio → color/LookerStudio}/l/index.js +0 -0
  31. /package/{LookerStudio → color/LookerStudio}/l/index.mjs +0 -0
  32. /package/{LookerStudio → color/LookerStudio}/m/index.d.ts +0 -0
  33. /package/{LookerStudio → color/LookerStudio}/m/index.js +0 -0
  34. /package/{LookerStudio → color/LookerStudio}/m/index.mjs +0 -0
  35. /package/svg-new/{icon → color}/Confluence/l.svg +0 -0
  36. /package/svg-new/{icon → color}/Confluence/m.svg +0 -0
  37. /package/svg-new/{icon → color}/GoogleAds/l.svg +0 -0
  38. /package/svg-new/{icon → color}/GoogleAds/m.svg +0 -0
  39. /package/svg-new/{icon → color}/GoogleCloud/l.svg +0 -0
  40. /package/svg-new/{icon → color}/GoogleCloud/m.svg +0 -0
  41. /package/svg-new/{icon → color}/JavaScript/l.svg +0 -0
  42. /package/svg-new/{icon → color}/JavaScript/m.svg +0 -0
  43. /package/svg-new/{icon → color}/LookerStudio/l.svg +0 -0
  44. /package/svg-new/{icon → color}/LookerStudio/m.svg +0 -0
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.13.0] - 2023-02-24
6
+
7
+ ### Fixed
8
+
9
+ - Fixed path for `Confluence`, `GoogleCloud`, `Hubspot`, `JavaScript`, `LookerStudio` icons.
10
+
5
11
  ## [3.12.0] - 2023-02-22
6
12
 
7
13
  ### Added
package/lib/cjs/Icon.js CHANGED
@@ -44,16 +44,16 @@ var styles = (
44
44
  /*__reshadow_css_start__*/
45
45
  _core.sstyled.insert(
46
46
  /*__inner_css_start__*/
47
- ".___SIcon_1dw8u_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_1dw8u)}.___SIcon_1dw8u_gg_.__keyboardFocused_1dw8u_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SIcon_1dw8u_gg_.__interactive_1dw8u_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1dw8u_gg_.__interactive_1dw8u_gg_:hover{color:var(--color-interactive_1dw8u)}}"
47
+ ".___SIcon_1x76n_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_1x76n)}.___SIcon_1x76n_gg_.__keyboardFocused_1x76n_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SIcon_1x76n_gg_.__interactive_1x76n_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1x76n_gg_.__interactive_1x76n_gg_:hover{color:var(--color-interactive_1x76n)}}"
48
48
  /*__inner_css_end__*/
49
- , "1dw8u_gg_")
49
+ , "1x76n_gg_")
50
50
  /*__reshadow_css_end__*/
51
51
  , {
52
- "__SIcon": "___SIcon_1dw8u_gg_",
53
- "--color": "--color_1dw8u",
54
- "_keyboardFocused": "__keyboardFocused_1dw8u_gg_",
55
- "_interactive": "__interactive_1dw8u_gg_",
56
- "--color-interactive": "--color-interactive_1dw8u"
52
+ "__SIcon": "___SIcon_1x76n_gg_",
53
+ "--color": "--color_1x76n",
54
+ "_keyboardFocused": "__keyboardFocused_1x76n_gg_",
55
+ "_interactive": "__interactive_1x76n_gg_",
56
+ "--color-interactive": "--color-interactive_1x76n"
57
57
  });
58
58
 
59
59
  function Icon(props, ref) {
package/lib/es6/Icon.js CHANGED
@@ -20,16 +20,16 @@ var styles = (
20
20
  /*__reshadow_css_start__*/
21
21
  _sstyled.insert(
22
22
  /*__inner_css_start__*/
23
- ".___SIcon_1dw8u_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_1dw8u)}.___SIcon_1dw8u_gg_.__keyboardFocused_1dw8u_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SIcon_1dw8u_gg_.__interactive_1dw8u_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1dw8u_gg_.__interactive_1dw8u_gg_:hover{color:var(--color-interactive_1dw8u)}}"
23
+ ".___SIcon_1x76n_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_1x76n)}.___SIcon_1x76n_gg_.__keyboardFocused_1x76n_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SIcon_1x76n_gg_.__interactive_1x76n_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1x76n_gg_.__interactive_1x76n_gg_:hover{color:var(--color-interactive_1x76n)}}"
24
24
  /*__inner_css_end__*/
25
- , "1dw8u_gg_")
25
+ , "1x76n_gg_")
26
26
  /*__reshadow_css_end__*/
27
27
  , {
28
- "__SIcon": "___SIcon_1dw8u_gg_",
29
- "--color": "--color_1dw8u",
30
- "_keyboardFocused": "__keyboardFocused_1dw8u_gg_",
31
- "_interactive": "__interactive_1dw8u_gg_",
32
- "--color-interactive": "--color-interactive_1dw8u"
28
+ "__SIcon": "___SIcon_1x76n_gg_",
29
+ "--color": "--color_1x76n",
30
+ "_keyboardFocused": "__keyboardFocused_1x76n_gg_",
31
+ "_interactive": "__interactive_1x76n_gg_",
32
+ "--color-interactive": "--color-interactive_1x76n"
33
33
  });
34
34
 
35
35
  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.12.0",
4
+ "version": "3.13.0",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes