@flodesk/grain 5.16.1 → 5.16.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.
Files changed (53) hide show
  1. package/es/icons/icon-align-center.js +11 -4
  2. package/es/icons/icon-align-left.js +12 -5
  3. package/es/icons/icon-align-right.js +12 -5
  4. package/es/icons/icon-arrow-down.js +3 -3
  5. package/es/icons/icon-arrow-left.js +3 -3
  6. package/es/icons/icon-arrow-right.js +3 -3
  7. package/es/icons/icon-arrow-up.js +3 -3
  8. package/es/icons/icon-browser.js +5 -34
  9. package/es/icons/icon-chart.js +11 -4
  10. package/es/icons/icon-check.js +13 -10
  11. package/es/icons/icon-chevron-down.js +5 -4
  12. package/es/icons/icon-chevron-horizontal.js +5 -4
  13. package/es/icons/icon-chevron-left.js +5 -4
  14. package/es/icons/icon-chevron-right.js +7 -18
  15. package/es/icons/icon-chevron-up.js +6 -10
  16. package/es/icons/icon-chevron-vertical.js +6 -19
  17. package/es/icons/icon-clip.js +14 -6
  18. package/es/icons/icon-clock.js +6 -11
  19. package/es/icons/icon-crop.js +2 -2
  20. package/es/icons/icon-cross.js +2 -2
  21. package/es/icons/icon-download.js +5 -5
  22. package/es/icons/icon-duplicate.js +6 -15
  23. package/es/icons/icon-ellipsis.js +5 -15
  24. package/es/icons/icon-file.js +11 -4
  25. package/es/icons/icon-folder-add.js +2 -2
  26. package/es/icons/icon-folder.js +2 -2
  27. package/es/icons/icon-gear.js +12 -10
  28. package/es/icons/icon-globe.js +11 -4
  29. package/es/icons/icon-heart.js +3 -2
  30. package/es/icons/icon-image.js +2 -2
  31. package/es/icons/icon-link.js +5 -9
  32. package/es/icons/icon-mail.js +2 -2
  33. package/es/icons/icon-minus.js +3 -3
  34. package/es/icons/icon-monitor.js +2 -2
  35. package/es/icons/icon-pencil.js +11 -4
  36. package/es/icons/icon-phone.js +2 -2
  37. package/es/icons/icon-plus.js +3 -3
  38. package/es/icons/icon-redo.js +2 -2
  39. package/es/icons/icon-search.js +6 -11
  40. package/es/icons/icon-send.js +5 -4
  41. package/es/icons/icon-share.js +11 -4
  42. package/es/icons/icon-smile.js +13 -23
  43. package/es/icons/icon-switch.js +2 -2
  44. package/es/icons/icon-tablet.js +2 -2
  45. package/es/icons/icon-text-align-center.js +5 -3
  46. package/es/icons/icon-text-align-left.js +5 -3
  47. package/es/icons/icon-text-align-right.js +5 -3
  48. package/es/icons/icon-trash.js +11 -4
  49. package/es/icons/icon-type.js +14 -5
  50. package/es/icons/icon-undo.js +11 -4
  51. package/es/icons/icon-upload.js +5 -5
  52. package/es/styles/variables.css +6 -6
  53. package/package.json +1 -1
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconUndo = function IconUndo(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#Undo_svg__a)"
15
+ }, ___EmotionJSX("path", {
14
16
  fillRule: "evenodd",
15
17
  clipRule: "evenodd",
16
- d: "M1.414 11.586 9 4l1.414 1.414L3.828 12H16a8 8 0 1 1 0 16h-4v-2h4a6 6 0 0 0 0-12H3.828l6.586 6.586L9 22l-7.586-7.586L0 13l1.414-1.414Z",
18
+ d: "M1.414 7.586 9 0l1.414 1.414L3.828 8H16a8 8 0 1 1 0 16h-4v-2h4a6 6 0 0 0 0-12H3.828l6.586 6.586L9 18l-7.586-7.586L0 9l1.414-1.414Z",
17
19
  fill: "currentColor"
18
- }));
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "Undo_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z"
25
+ }))));
19
26
  };
20
27
 
21
28
  export default IconUndo;
@@ -7,21 +7,21 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconUpload = function IconUpload(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("g", {
14
- clipPath: "url(#prefix__clip0_262_741)"
14
+ clipPath: "url(#Upload_svg__a)"
15
15
  }, ___EmotionJSX("path", {
16
16
  fillRule: "evenodd",
17
17
  clipRule: "evenodd",
18
- d: "M22 14l-8.586-8.586L12 4l-1.414 1.414L2 14l1.414 1.414L11 7.828V24h2V7.828l7.586 7.586L22 14zM0 20v6a2 2 0 002 2h20a2 2 0 002-2v-6h-2v6H2v-6H0z",
18
+ d: "m22 10-8.586-8.586L12 0l-1.414 1.414L2 10l1.414 1.414L11 3.828V20h2V3.828l7.586 7.586L22 10ZM0 16v6a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-6h-2v6H2v-6H0Z",
19
19
  fill: "currentColor"
20
20
  })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
- id: "prefix__clip0_262_741"
21
+ id: "Upload_svg__a"
22
22
  }, ___EmotionJSX("path", {
23
23
  fill: "#fff",
24
- d: "M0 0h24v32H0z"
24
+ d: "M0 0h24v24H0z"
25
25
  }))));
26
26
  };
27
27
 
@@ -10,13 +10,13 @@
10
10
  --grn-text-xxl: 30px;
11
11
  }
12
12
 
13
- /* ~ text size ✕ 1.6 */
13
+ /* text size ✕ ~1.285 */
14
14
  :root {
15
- --grn-icon-s: 20px;
16
- --grn-icon-m: 24px;
17
- --grn-icon-l: 32px;
18
- --grn-icon-xl: 38px;
19
- --grn-icon-xxl: 48px;
15
+ --grn-icon-s: 14px;
16
+ --grn-icon-m: 18px;
17
+ --grn-icon-l: 24px;
18
+ --grn-icon-xl: 32px;
19
+ --grn-icon-xxl: 40px;
20
20
  }
21
21
 
22
22
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "5.16.1",
3
+ "version": "5.16.3",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",