@codecademy/gamut-illustrations 0.54.10-alpha.f4ac4e.0 → 0.54.10-alpha.fa3524.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 (67) hide show
  1. package/dist/Announcement.js +144 -147
  2. package/dist/Bee.js +123 -126
  3. package/dist/Bell.js +41 -44
  4. package/dist/BinaryBlocks.js +130 -133
  5. package/dist/BinaryStairs.js +76 -79
  6. package/dist/Blocks.js +243 -246
  7. package/dist/Blueprint.js +90 -93
  8. package/dist/BlueprintWhite.js +97 -100
  9. package/dist/BookAndNotepad.js +92 -95
  10. package/dist/Browser.js +74 -77
  11. package/dist/BrowserLock.js +41 -44
  12. package/dist/BrowserPuzzle.js +60 -63
  13. package/dist/ChatBox.js +41 -44
  14. package/dist/CodeCelebration.js +153 -156
  15. package/dist/Coffee.js +58 -61
  16. package/dist/Confetti.js +92 -95
  17. package/dist/Conversation.js +56 -59
  18. package/dist/CustomProject.js +43 -46
  19. package/dist/EmailAt.js +35 -38
  20. package/dist/Envelope.js +35 -38
  21. package/dist/ErrorWindow.js +124 -127
  22. package/dist/Events.js +1106 -1109
  23. package/dist/ExplodedCube.js +77 -80
  24. package/dist/ExplodedCubeLight.js +78 -81
  25. package/dist/Heart.js +29 -32
  26. package/dist/Hills.js +46 -49
  27. package/dist/HomeOffice.js +106 -109
  28. package/dist/Interest.js +370 -373
  29. package/dist/Interview.js +164 -167
  30. package/dist/Keyhole.js +29 -32
  31. package/dist/Knowledge.js +297 -300
  32. package/dist/LightBulbAndGears.js +344 -347
  33. package/dist/MagnifyingGlass.js +63 -66
  34. package/dist/Maze.js +66 -69
  35. package/dist/Megaphone.js +47 -50
  36. package/dist/MobilePhone.js +88 -91
  37. package/dist/MoneyBack.js +30 -33
  38. package/dist/New.js +59 -62
  39. package/dist/NumberBlocks.js +262 -265
  40. package/dist/OfficeAnnouncement.js +201 -204
  41. package/dist/Plant.js +61 -64
  42. package/dist/PortfolioProject.js +34 -37
  43. package/dist/PracticeProject.js +42 -45
  44. package/dist/PracticeTarget.js +72 -75
  45. package/dist/ProgressCharts.js +145 -148
  46. package/dist/ProgressChartsLight.js +75 -78
  47. package/dist/ProjectReview.js +217 -220
  48. package/dist/Purpose.js +127 -130
  49. package/dist/Puzzle.js +155 -158
  50. package/dist/Python.js +21 -24
  51. package/dist/SevenDayTrial.js +82 -85
  52. package/dist/StackedFruits.js +96 -99
  53. package/dist/StackedFruitsLight.js +68 -71
  54. package/dist/StackedPages.js +145 -148
  55. package/dist/StackedPagesVariant.js +193 -196
  56. package/dist/StairsToWindow.js +84 -87
  57. package/dist/StairsToWindowLight.js +72 -75
  58. package/dist/Sun.js +116 -119
  59. package/dist/Syllabus.js +347 -350
  60. package/dist/Tag25PercentOff.js +87 -90
  61. package/dist/Tag30PercentOff.js +63 -66
  62. package/dist/Tag50PercentOff.js +171 -174
  63. package/dist/TagCelebration.js +161 -164
  64. package/dist/Target.js +42 -45
  65. package/dist/TinyBlocks.js +19 -22
  66. package/dist/Warning.js +95 -98
  67. package/package.json +3 -3
package/dist/Warning.js CHANGED
@@ -1,102 +1,99 @@
1
1
  import * as React from 'react';
2
2
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
- export const Warning = _ref => {
4
- let {
5
- 'aria-hidden': ariaHidden,
6
- className,
7
- height,
8
- width
9
- } = _ref;
10
- return /*#__PURE__*/_jsxs("svg", {
11
- "aria-hidden": ariaHidden,
12
- className: className,
13
- fill: "none",
14
- height: height,
15
- viewBox: "0 0 300 168",
16
- width: width,
17
- xmlns: "http://www.w3.org/2000/svg",
18
- children: [/*#__PURE__*/_jsxs("g", {
19
- clipPath: "url(#clip0_1192_39433)",
20
- children: [/*#__PURE__*/_jsx("path", {
21
- d: "M100.551 156.308C140.62 156.308 173.103 123.854 173.103 83.8199C173.103 43.7857 140.62 11.3315 100.551 11.3315C60.4824 11.3315 28 43.7857 28 83.8199C28 123.854 60.4824 156.308 100.551 156.308Z",
22
- fill: "#1D2340",
23
- stroke: "#141C3A",
24
- strokeWidth: "0.663264"
25
- }), /*#__PURE__*/_jsx("path", {
26
- d: "M100.552 132.269C127.332 132.269 149.042 110.578 149.042 83.82C149.042 57.0624 127.332 35.3711 100.552 35.3711C73.7707 35.3711 52.0605 57.0624 52.0605 83.82C52.0605 110.578 73.7707 132.269 100.552 132.269Z",
3
+ export const Warning = ({
4
+ 'aria-hidden': ariaHidden,
5
+ className,
6
+ height,
7
+ width
8
+ }) => /*#__PURE__*/_jsxs("svg", {
9
+ "aria-hidden": ariaHidden,
10
+ className: className,
11
+ fill: "none",
12
+ height: height,
13
+ viewBox: "0 0 300 168",
14
+ width: width,
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsxs("g", {
17
+ clipPath: "url(#clip0_1192_39433)",
18
+ children: [/*#__PURE__*/_jsx("path", {
19
+ d: "M100.551 156.308C140.62 156.308 173.103 123.854 173.103 83.8199C173.103 43.7857 140.62 11.3315 100.551 11.3315C60.4824 11.3315 28 43.7857 28 83.8199C28 123.854 60.4824 156.308 100.551 156.308Z",
20
+ fill: "#1D2340",
21
+ stroke: "#141C3A",
22
+ strokeWidth: "0.663264"
23
+ }), /*#__PURE__*/_jsx("path", {
24
+ d: "M100.552 132.269C127.332 132.269 149.042 110.578 149.042 83.82C149.042 57.0624 127.332 35.3711 100.552 35.3711C73.7707 35.3711 52.0605 57.0624 52.0605 83.82C52.0605 110.578 73.7707 132.269 100.552 132.269Z",
25
+ fill: "white",
26
+ stroke: "#141C3A",
27
+ strokeWidth: "0.663264"
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M100.551 110.079C115.066 110.079 126.833 98.3223 126.833 83.8201C126.833 69.3179 115.066 57.5615 100.551 57.5615C86.0366 57.5615 74.27 69.3179 74.27 83.8201C74.27 98.3223 86.0366 110.079 100.551 110.079Z",
30
+ fill: "#E91C11",
31
+ stroke: "#141C3A",
32
+ strokeWidth: "0.663264"
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M100.551 95.285C106.889 95.285 112.026 90.1519 112.026 83.82C112.026 77.488 106.889 72.355 100.551 72.355C94.2137 72.355 89.0762 77.488 89.0762 83.82C89.0762 90.1519 94.2137 95.285 100.551 95.285Z",
35
+ fill: "#FFD300",
36
+ stroke: "#141C3A",
37
+ strokeWidth: "0.663264"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ clipRule: "evenodd",
40
+ d: "M111.889 68.635L118.736 88.4949L102.724 82.8943L111.889 68.635Z",
41
+ fill: "#141C3A",
42
+ fillRule: "evenodd",
43
+ stroke: "#141C3A",
44
+ strokeWidth: "0.663264"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M116.042 78.4165L212.499 45.2325",
47
+ stroke: "#141C3A",
48
+ strokeLinecap: "square",
49
+ strokeWidth: "0.663264"
50
+ }), /*#__PURE__*/_jsx("path", {
51
+ d: "M204.512 47.6357L208.872 38.7007",
52
+ stroke: "#141C3A",
53
+ strokeLinecap: "square",
54
+ strokeWidth: "0.663264"
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M198.649 49.5884L203.008 40.6534",
57
+ stroke: "#141C3A",
58
+ strokeLinecap: "square",
59
+ strokeWidth: "0.663264"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ d: "M192.786 51.541L197.145 42.606",
62
+ stroke: "#141C3A",
63
+ strokeLinecap: "square",
64
+ strokeWidth: "0.663264"
65
+ }), /*#__PURE__*/_jsx("path", {
66
+ d: "M204.663 47.8223L213.606 52.1825",
67
+ stroke: "#141C3A",
68
+ strokeLinecap: "square",
69
+ strokeWidth: "0.663264"
70
+ }), /*#__PURE__*/_jsx("path", {
71
+ d: "M198.8 50.2629L207.743 54.6232",
72
+ stroke: "#141C3A",
73
+ strokeLinecap: "square",
74
+ strokeWidth: "0.663264"
75
+ }), /*#__PURE__*/_jsx("path", {
76
+ d: "M192.938 52.2158L201.88 56.576",
77
+ stroke: "#141C3A",
78
+ strokeLinecap: "square",
79
+ strokeWidth: "0.663264"
80
+ }), /*#__PURE__*/_jsx("path", {
81
+ d: "M220.02 44.0231C238.096 51.5746 256.68 32.8106 248.213 21.0109C243.502 14.4452 233.409 15.5012 234.923 24.6314C236.803 35.9701 258.201 38.2025 264.512 19.7506C265.499 16.8632 266.524 14.7798 266.396 11.6867",
82
+ stroke: "#10162F",
83
+ strokeDasharray: "1.33 1.99",
84
+ strokeLinecap: "square",
85
+ strokeLinejoin: "round",
86
+ strokeWidth: "0.663264"
87
+ })]
88
+ }), /*#__PURE__*/_jsx("defs", {
89
+ children: /*#__PURE__*/_jsx("clipPath", {
90
+ id: "clip0_1192_39433",
91
+ children: /*#__PURE__*/_jsx("rect", {
27
92
  fill: "white",
28
- stroke: "#141C3A",
29
- strokeWidth: "0.663264"
30
- }), /*#__PURE__*/_jsx("path", {
31
- d: "M100.551 110.079C115.066 110.079 126.833 98.3223 126.833 83.8201C126.833 69.3179 115.066 57.5615 100.551 57.5615C86.0366 57.5615 74.27 69.3179 74.27 83.8201C74.27 98.3223 86.0366 110.079 100.551 110.079Z",
32
- fill: "#E91C11",
33
- stroke: "#141C3A",
34
- strokeWidth: "0.663264"
35
- }), /*#__PURE__*/_jsx("path", {
36
- d: "M100.551 95.285C106.889 95.285 112.026 90.1519 112.026 83.82C112.026 77.488 106.889 72.355 100.551 72.355C94.2137 72.355 89.0762 77.488 89.0762 83.82C89.0762 90.1519 94.2137 95.285 100.551 95.285Z",
37
- fill: "#FFD300",
38
- stroke: "#141C3A",
39
- strokeWidth: "0.663264"
40
- }), /*#__PURE__*/_jsx("path", {
41
- clipRule: "evenodd",
42
- d: "M111.889 68.635L118.736 88.4949L102.724 82.8943L111.889 68.635Z",
43
- fill: "#141C3A",
44
- fillRule: "evenodd",
45
- stroke: "#141C3A",
46
- strokeWidth: "0.663264"
47
- }), /*#__PURE__*/_jsx("path", {
48
- d: "M116.042 78.4165L212.499 45.2325",
49
- stroke: "#141C3A",
50
- strokeLinecap: "square",
51
- strokeWidth: "0.663264"
52
- }), /*#__PURE__*/_jsx("path", {
53
- d: "M204.512 47.6357L208.872 38.7007",
54
- stroke: "#141C3A",
55
- strokeLinecap: "square",
56
- strokeWidth: "0.663264"
57
- }), /*#__PURE__*/_jsx("path", {
58
- d: "M198.649 49.5884L203.008 40.6534",
59
- stroke: "#141C3A",
60
- strokeLinecap: "square",
61
- strokeWidth: "0.663264"
62
- }), /*#__PURE__*/_jsx("path", {
63
- d: "M192.786 51.541L197.145 42.606",
64
- stroke: "#141C3A",
65
- strokeLinecap: "square",
66
- strokeWidth: "0.663264"
67
- }), /*#__PURE__*/_jsx("path", {
68
- d: "M204.663 47.8223L213.606 52.1825",
69
- stroke: "#141C3A",
70
- strokeLinecap: "square",
71
- strokeWidth: "0.663264"
72
- }), /*#__PURE__*/_jsx("path", {
73
- d: "M198.8 50.2629L207.743 54.6232",
74
- stroke: "#141C3A",
75
- strokeLinecap: "square",
76
- strokeWidth: "0.663264"
77
- }), /*#__PURE__*/_jsx("path", {
78
- d: "M192.938 52.2158L201.88 56.576",
79
- stroke: "#141C3A",
80
- strokeLinecap: "square",
81
- strokeWidth: "0.663264"
82
- }), /*#__PURE__*/_jsx("path", {
83
- d: "M220.02 44.0231C238.096 51.5746 256.68 32.8106 248.213 21.0109C243.502 14.4452 233.409 15.5012 234.923 24.6314C236.803 35.9701 258.201 38.2025 264.512 19.7506C265.499 16.8632 266.524 14.7798 266.396 11.6867",
84
- stroke: "#10162F",
85
- strokeDasharray: "1.33 1.99",
86
- strokeLinecap: "square",
87
- strokeLinejoin: "round",
88
- strokeWidth: "0.663264"
89
- })]
90
- }), /*#__PURE__*/_jsx("defs", {
91
- children: /*#__PURE__*/_jsx("clipPath", {
92
- id: "clip0_1192_39433",
93
- children: /*#__PURE__*/_jsx("rect", {
94
- fill: "white",
95
- height: "145.918",
96
- transform: "translate(28 11)",
97
- width: "243.086"
98
- })
93
+ height: "145.918",
94
+ transform: "translate(28 11)",
95
+ width: "243.086"
99
96
  })
100
- })]
101
- });
102
- };
97
+ })
98
+ })]
99
+ });
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-illustrations",
3
3
  "description": "Illustrations library for Codecademy",
4
- "version": "0.54.10-alpha.f4ac4e.0",
4
+ "version": "0.54.10-alpha.fa3524.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "bugs": "https://github.com/Codecademy/gamut/issues",
7
7
  "dependencies": {
8
- "@codecademy/gamut-styles": "17.10.0-alpha.f4ac4e.0",
8
+ "@codecademy/gamut-styles": "17.9.1-alpha.fa3524.0",
9
9
  "classnames": "^2.2.5"
10
10
  },
11
11
  "files": [
@@ -32,5 +32,5 @@
32
32
  "dist/**/[A-Z]**/[A-Z]*.js",
33
33
  "dist/**/[A-Z]**/index.js"
34
34
  ],
35
- "gitHead": "4d5b015e131dc4df33935727293d96e411dd9357"
35
+ "gitHead": "ca48368b258153a397589468efefefa04ed58c49"
36
36
  }