@instructure/ui-icons 8.32.1 → 8.32.2-snapshot-2
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 +11 -0
- package/es/IconArrowNestLine.js +40 -0
- package/es/IconArrowNestSolid.js +40 -0
- package/es/font/Line/InstructureIcons-Line.css +347 -342
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +345 -342
- package/es/font/Line/InstructureIcons-Line.ttf +0 -0
- package/es/font/Line/InstructureIcons-Line.woff +0 -0
- package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/font/Line/InstructureIcons-Line_icon-map.scss +344 -342
- package/es/font/Solid/InstructureIcons-Solid.css +347 -342
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +345 -342
- package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +344 -342
- package/es/font/index.js +704 -684
- package/es/index.js +179 -177
- package/es/svg/index.js +1 -1
- package/lib/IconArrowNestLine.js +51 -0
- package/lib/IconArrowNestSolid.js +51 -0
- package/lib/font/Line/InstructureIcons-Line.css +347 -342
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +345 -342
- package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/font/Line/InstructureIcons-Line_icon-map.scss +344 -342
- package/lib/font/Solid/InstructureIcons-Solid.css +347 -342
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +345 -342
- package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +344 -342
- package/lib/font/index.js +714 -692
- package/lib/index.js +194 -178
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/arrow-nest.svg +3 -0
- package/svg/Solid/arrow-nest.svg +3 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/IconArrowNestLine.d.ts +29 -0
- package/types/IconArrowNestLine.d.ts.map +1 -0
- package/types/IconArrowNestSolid.d.ts +29 -0
- package/types/IconArrowNestSolid.d.ts.map +1 -0
- package/types/font/index.d.ts +720 -684
- package/types/index.d.ts +179 -177
- package/types/index.d.ts.map +1 -1
- package/types/svg/index.d.ts +704 -684
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.32.
|
|
3
|
+
"version": "8.32.2-snapshot-2",
|
|
4
4
|
"description": "Icon set for Instructure, Inc. products",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@instructure/ui-babel-preset": "8.32.
|
|
26
|
-
"@instructure/ui-icons-build": "8.32.
|
|
25
|
+
"@instructure/ui-babel-preset": "8.32.2-snapshot-2",
|
|
26
|
+
"@instructure/ui-icons-build": "8.32.2-snapshot-2",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.13.10",
|
|
31
|
-
"@instructure/ui-svg-images": "8.32.
|
|
31
|
+
"@instructure/ui-svg-images": "8.32.2-snapshot-2",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|