@codecademy/gamut-illustrations 0.28.3-alpha.1408db.0 → 0.28.3-alpha.9bfc43.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.
- package/CHANGELOG.md +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/package.json +4 -9
- package/project.json +22 -0
- package/.turbo/turbo-build.log +0 -9
- package/dist/Coffee.d.ts +0 -3
- package/dist/Coffee.js +0 -54
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
### [0.28.3-alpha.
|
|
6
|
+
### [0.28.3-alpha.9bfc43.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.28.2...@codecademy/gamut-illustrations@0.28.3-alpha.9bfc43.0) (2022-07-22)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
9
9
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://github.com/Codecademy/gamut/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "
|
|
7
|
+
"@codecademy/gamut-styles": "13.4.1-alpha.9bfc43.0",
|
|
8
8
|
"classnames": "^2.2.5"
|
|
9
9
|
},
|
|
10
10
|
"description": "Illustrations library for Codecademy",
|
|
@@ -30,17 +30,12 @@
|
|
|
30
30
|
"url": "git+ssh://git@github.com/Codecademy/gamut.git"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
|
-
"verify": "tsc --noEmit"
|
|
34
|
-
"build:compile": "babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\"",
|
|
35
|
-
"build:clean": "rm -rf dist",
|
|
36
|
-
"build:types": "tsc --emitDeclarationOnly",
|
|
37
|
-
"build": "yarn build:clean && yarn build:compile && yarn build:types",
|
|
38
|
-
"lernaBuildTask": "yarn build"
|
|
33
|
+
"verify": "tsc --noEmit"
|
|
39
34
|
},
|
|
40
35
|
"sideEffects": [
|
|
41
36
|
"dist/**/[A-Z]**/[A-Z]*.js",
|
|
42
37
|
"dist/**/[A-Z]**/index.js"
|
|
43
38
|
],
|
|
44
|
-
"version": "0.28.3-alpha.
|
|
45
|
-
"gitHead": "
|
|
39
|
+
"version": "0.28.3-alpha.9bfc43.0",
|
|
40
|
+
"gitHead": "328c324db5d9cac65ec93ea7a02e1b80b6ff9208"
|
|
46
41
|
}
|
package/project.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
3
|
+
"sourceRoot": "packages/gamut-illustrations/src",
|
|
4
|
+
"projectType": "library",
|
|
5
|
+
"targets": {
|
|
6
|
+
"build": {
|
|
7
|
+
"outputs": ["{options.outputPath}"],
|
|
8
|
+
"executor": "nx:run-commands",
|
|
9
|
+
"options": {
|
|
10
|
+
"cwd": "packages/gamut-illustrations",
|
|
11
|
+
"outputPath": ["./dist"],
|
|
12
|
+
"commands": [
|
|
13
|
+
"rm -rf ./dist",
|
|
14
|
+
"babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\"",
|
|
15
|
+
"tsc --emitDeclarationOnly"
|
|
16
|
+
],
|
|
17
|
+
"parallel": false
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"tags": []
|
|
22
|
+
}
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
[36m@codecademy/gamut-illustrations:build: [0mcache hit, replaying output [2mc7cf6c3b8edd86d5[0m
|
|
2
|
-
[36m@codecademy/gamut-illustrations:build: [0m$ yarn build:clean && yarn build:compile && yarn build:types
|
|
3
|
-
[36m@codecademy/gamut-illustrations:build: [0m$ rm -rf dist
|
|
4
|
-
[36m@codecademy/gamut-illustrations:build: [0m$ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
|
|
5
|
-
[36m@codecademy/gamut-illustrations:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
6
|
-
[36m@codecademy/gamut-illustrations:build: [0m npx browserslist@latest --update-db
|
|
7
|
-
[36m@codecademy/gamut-illustrations:build: [0m Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
|
|
8
|
-
[36m@codecademy/gamut-illustrations:build: [0mSuccessfully compiled 36 files with Babel (1511ms).
|
|
9
|
-
[36m@codecademy/gamut-illustrations:build: [0m$ tsc --emitDeclarationOnly
|
package/dist/Coffee.d.ts
DELETED
package/dist/Coffee.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export var Coffee = function Coffee(_ref) {
|
|
3
|
-
var ariaHidden = _ref['aria-hidden'],
|
|
4
|
-
className = _ref.className,
|
|
5
|
-
height = _ref.height,
|
|
6
|
-
width = _ref.width;
|
|
7
|
-
return /*#__PURE__*/React.createElement("svg", {
|
|
8
|
-
"aria-hidden": ariaHidden,
|
|
9
|
-
className: className,
|
|
10
|
-
width: width,
|
|
11
|
-
height: height,
|
|
12
|
-
viewBox: "0 0 48 73",
|
|
13
|
-
fill: "none",
|
|
14
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
16
|
-
}, /*#__PURE__*/React.createElement("title", null, "Coffee Illustration"), /*#__PURE__*/React.createElement("path", {
|
|
17
|
-
d: "M1 28.124h36v37.05c0 1.578-.777 3.091-2.16 4.207-1.385 1.116-3.261 1.743-5.218 1.743H8.378c-1.957 0-3.834-.627-5.217-1.743C1.777 68.265 1 66.751 1 65.174v-37.05ZM37 51.15h4.055c.65-.002 1.273-.252 1.732-.696a2.331 2.331 0 0 0 .716-1.675V45.22c0-.628-.257-1.23-.716-1.675a2.495 2.495 0 0 0-1.732-.695H37V39h4.79c.684 0 1.362.13 1.994.383a5.223 5.223 0 0 1 1.69 1.091 5.026 5.026 0 0 1 1.13 1.635c.262.612.397 1.267.396 1.929v5.924c0 .662-.134 1.317-.396 1.929a5.026 5.026 0 0 1-1.13 1.635 5.22 5.22 0 0 1-1.69 1.091A5.363 5.363 0 0 1 41.79 55H37v-3.85Z",
|
|
18
|
-
fill: "#fff",
|
|
19
|
-
stroke: "#10162F",
|
|
20
|
-
strokeWidth: "1.5"
|
|
21
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
d: "M22.311 11.876H7.557v15.702h14.754V11.876Z",
|
|
23
|
-
fill: "url(#a)"
|
|
24
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
-
d: "M33.754 0H19v14.05h14.754V0Z",
|
|
26
|
-
fill: "url(#b)"
|
|
27
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
-
d: "M1 62v2.47a7.61 7.61 0 0 0 2.16 5.324A7.303 7.303 0 0 0 8.379 72h21.244a7.303 7.303 0 0 0 5.217-2.206A7.61 7.61 0 0 0 37 64.47V62H1Z",
|
|
29
|
-
fill: "#fff",
|
|
30
|
-
stroke: "#10162F",
|
|
31
|
-
strokeWidth: "1.5"
|
|
32
|
-
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
|
|
33
|
-
id: "a",
|
|
34
|
-
patternContentUnits: "objectBoundingBox",
|
|
35
|
-
width: ".542",
|
|
36
|
-
height: ".509"
|
|
37
|
-
}, /*#__PURE__*/React.createElement("use", {
|
|
38
|
-
xlinkHref: "#c",
|
|
39
|
-
transform: "scale(.06778 .06368)"
|
|
40
|
-
})), /*#__PURE__*/React.createElement("pattern", {
|
|
41
|
-
id: "b",
|
|
42
|
-
patternContentUnits: "objectBoundingBox",
|
|
43
|
-
width: ".542",
|
|
44
|
-
height: ".569"
|
|
45
|
-
}, /*#__PURE__*/React.createElement("use", {
|
|
46
|
-
xlinkHref: "#c",
|
|
47
|
-
transform: "scale(.06778 .07118)"
|
|
48
|
-
})), /*#__PURE__*/React.createElement("image", {
|
|
49
|
-
id: "c",
|
|
50
|
-
width: "8",
|
|
51
|
-
height: "8",
|
|
52
|
-
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBzc4xAQAAAAEwEVxq6J+OGCzBQDk4MzgV8D0CqU26KA8AAAAASUVORK5CYII="
|
|
53
|
-
})));
|
|
54
|
-
};
|