@instructure/ui-icons 8.24.3-snapshot.6 → 8.24.4-snapshot.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 +5 -3
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- 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/Solid/InstructureIcons-Solid.eot +0 -0
- 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/index.js +20 -20
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- 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/Solid/InstructureIcons-Solid.eot +0 -0
- 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/index.js +21 -21
- package/package.json +5 -5
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +19 -19
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,13 +3,15 @@
|
|
|
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
|
-
## [8.24.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @instructure/ui-icons
|
|
6
|
+
## [8.24.3](https://github.com/instructure/instructure-ui/compare/v8.24.2...v8.24.3) (2022-05-25)
|
|
9
7
|
|
|
8
|
+
### Bug Fixes
|
|
10
9
|
|
|
10
|
+
- **ui-icons-build,ui-icons:** correct `instructure` icon displaying `canvas` logo ([53afffb](https://github.com/instructure/instructure-ui/commit/53afffb68cdee592b6d98380f2b7559659c2caee))
|
|
11
11
|
|
|
12
|
+
## [8.24.2](https://github.com/instructure/instructure-ui/compare/v8.24.1...v8.24.2) (2022-05-02)
|
|
12
13
|
|
|
14
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
13
15
|
|
|
14
16
|
## [8.24.1](https://github.com/instructure/instructure-ui/compare/v8.24.0...v8.24.1) (2022-04-29)
|
|
15
17
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -676,41 +676,41 @@ export { IconUnarchiveLine } from './IconUnarchiveLine';
|
|
|
676
676
|
export { IconUnarchiveSolid } from './IconUnarchiveSolid';
|
|
677
677
|
export { IconUnderlineLine } from './IconUnderlineLine';
|
|
678
678
|
export { IconUnderlineSolid } from './IconUnderlineSolid';
|
|
679
|
-
export { IconUnlockSolid } from './IconUnlockSolid';
|
|
680
679
|
export { IconUnlockLine } from './IconUnlockLine';
|
|
681
|
-
export {
|
|
680
|
+
export { IconUnlockSolid } from './IconUnlockSolid';
|
|
682
681
|
export { IconUnmutedLine } from './IconUnmutedLine';
|
|
683
|
-
export {
|
|
682
|
+
export { IconUnmutedSolid } from './IconUnmutedSolid';
|
|
684
683
|
export { IconUnpublishLine } from './IconUnpublishLine';
|
|
685
|
-
export {
|
|
684
|
+
export { IconUnpublishSolid } from './IconUnpublishSolid';
|
|
686
685
|
export { IconUnpublishedLine } from './IconUnpublishedLine';
|
|
687
|
-
export {
|
|
686
|
+
export { IconUnpublishedSolid } from './IconUnpublishedSolid';
|
|
688
687
|
export { IconUpdownLine } from './IconUpdownLine';
|
|
689
|
-
export {
|
|
688
|
+
export { IconUpdownSolid } from './IconUpdownSolid';
|
|
690
689
|
export { IconUploadLine } from './IconUploadLine';
|
|
691
|
-
export {
|
|
690
|
+
export { IconUploadSolid } from './IconUploadSolid';
|
|
692
691
|
export { IconUserAddLine } from './IconUserAddLine';
|
|
693
|
-
export {
|
|
692
|
+
export { IconUserAddSolid } from './IconUserAddSolid';
|
|
694
693
|
export { IconUserLine } from './IconUserLine';
|
|
695
|
-
export {
|
|
694
|
+
export { IconUserSolid } from './IconUserSolid';
|
|
696
695
|
export { IconVideoCameraOffLine } from './IconVideoCameraOffLine';
|
|
697
|
-
export {
|
|
696
|
+
export { IconVideoCameraOffSolid } from './IconVideoCameraOffSolid';
|
|
698
697
|
export { IconVideoCameraLine } from './IconVideoCameraLine';
|
|
699
|
-
export {
|
|
698
|
+
export { IconVideoCameraSolid } from './IconVideoCameraSolid';
|
|
700
699
|
export { IconVideoLine } from './IconVideoLine';
|
|
701
|
-
export {
|
|
700
|
+
export { IconVideoSolid } from './IconVideoSolid';
|
|
702
701
|
export { IconWarningBorderlessLine } from './IconWarningBorderlessLine';
|
|
703
|
-
export {
|
|
702
|
+
export { IconWarningBorderlessSolid } from './IconWarningBorderlessSolid';
|
|
704
703
|
export { IconWarningLine } from './IconWarningLine';
|
|
705
|
-
export {
|
|
704
|
+
export { IconWarningSolid } from './IconWarningSolid';
|
|
706
705
|
export { IconWindowsLine } from './IconWindowsLine';
|
|
707
|
-
export {
|
|
706
|
+
export { IconWindowsSolid } from './IconWindowsSolid';
|
|
708
707
|
export { IconWordpressLine } from './IconWordpressLine';
|
|
709
|
-
export {
|
|
708
|
+
export { IconWordpressSolid } from './IconWordpressSolid';
|
|
710
709
|
export { IconXLine } from './IconXLine';
|
|
711
|
-
export {
|
|
710
|
+
export { IconXSolid } from './IconXSolid';
|
|
712
711
|
export { IconZippedLine } from './IconZippedLine';
|
|
713
|
-
export {
|
|
712
|
+
export { IconZippedSolid } from './IconZippedSolid';
|
|
714
713
|
export { IconZoomInLine } from './IconZoomInLine';
|
|
715
|
-
export {
|
|
716
|
-
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
714
|
+
export { IconZoomInSolid } from './IconZoomInSolid';
|
|
715
|
+
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
716
|
+
export { IconZoomOutSolid } from './IconZoomOutSolid';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.js
CHANGED
|
@@ -5656,78 +5656,78 @@ var _IconUnderlineLine = require("./IconUnderlineLine");
|
|
|
5656
5656
|
|
|
5657
5657
|
var _IconUnderlineSolid = require("./IconUnderlineSolid");
|
|
5658
5658
|
|
|
5659
|
-
var _IconUnlockSolid = require("./IconUnlockSolid");
|
|
5660
|
-
|
|
5661
5659
|
var _IconUnlockLine = require("./IconUnlockLine");
|
|
5662
5660
|
|
|
5663
|
-
var
|
|
5661
|
+
var _IconUnlockSolid = require("./IconUnlockSolid");
|
|
5664
5662
|
|
|
5665
5663
|
var _IconUnmutedLine = require("./IconUnmutedLine");
|
|
5666
5664
|
|
|
5667
|
-
var
|
|
5665
|
+
var _IconUnmutedSolid = require("./IconUnmutedSolid");
|
|
5668
5666
|
|
|
5669
5667
|
var _IconUnpublishLine = require("./IconUnpublishLine");
|
|
5670
5668
|
|
|
5671
|
-
var
|
|
5669
|
+
var _IconUnpublishSolid = require("./IconUnpublishSolid");
|
|
5672
5670
|
|
|
5673
5671
|
var _IconUnpublishedLine = require("./IconUnpublishedLine");
|
|
5674
5672
|
|
|
5675
|
-
var
|
|
5673
|
+
var _IconUnpublishedSolid = require("./IconUnpublishedSolid");
|
|
5676
5674
|
|
|
5677
5675
|
var _IconUpdownLine = require("./IconUpdownLine");
|
|
5678
5676
|
|
|
5679
|
-
var
|
|
5677
|
+
var _IconUpdownSolid = require("./IconUpdownSolid");
|
|
5680
5678
|
|
|
5681
5679
|
var _IconUploadLine = require("./IconUploadLine");
|
|
5682
5680
|
|
|
5683
|
-
var
|
|
5681
|
+
var _IconUploadSolid = require("./IconUploadSolid");
|
|
5684
5682
|
|
|
5685
5683
|
var _IconUserAddLine = require("./IconUserAddLine");
|
|
5686
5684
|
|
|
5687
|
-
var
|
|
5685
|
+
var _IconUserAddSolid = require("./IconUserAddSolid");
|
|
5688
5686
|
|
|
5689
5687
|
var _IconUserLine = require("./IconUserLine");
|
|
5690
5688
|
|
|
5691
|
-
var
|
|
5689
|
+
var _IconUserSolid = require("./IconUserSolid");
|
|
5692
5690
|
|
|
5693
5691
|
var _IconVideoCameraOffLine = require("./IconVideoCameraOffLine");
|
|
5694
5692
|
|
|
5695
|
-
var
|
|
5693
|
+
var _IconVideoCameraOffSolid = require("./IconVideoCameraOffSolid");
|
|
5696
5694
|
|
|
5697
5695
|
var _IconVideoCameraLine = require("./IconVideoCameraLine");
|
|
5698
5696
|
|
|
5699
|
-
var
|
|
5697
|
+
var _IconVideoCameraSolid = require("./IconVideoCameraSolid");
|
|
5700
5698
|
|
|
5701
5699
|
var _IconVideoLine = require("./IconVideoLine");
|
|
5702
5700
|
|
|
5703
|
-
var
|
|
5701
|
+
var _IconVideoSolid = require("./IconVideoSolid");
|
|
5704
5702
|
|
|
5705
5703
|
var _IconWarningBorderlessLine = require("./IconWarningBorderlessLine");
|
|
5706
5704
|
|
|
5707
|
-
var
|
|
5705
|
+
var _IconWarningBorderlessSolid = require("./IconWarningBorderlessSolid");
|
|
5708
5706
|
|
|
5709
5707
|
var _IconWarningLine = require("./IconWarningLine");
|
|
5710
5708
|
|
|
5711
|
-
var
|
|
5709
|
+
var _IconWarningSolid = require("./IconWarningSolid");
|
|
5712
5710
|
|
|
5713
5711
|
var _IconWindowsLine = require("./IconWindowsLine");
|
|
5714
5712
|
|
|
5715
|
-
var
|
|
5713
|
+
var _IconWindowsSolid = require("./IconWindowsSolid");
|
|
5716
5714
|
|
|
5717
5715
|
var _IconWordpressLine = require("./IconWordpressLine");
|
|
5718
5716
|
|
|
5719
|
-
var
|
|
5717
|
+
var _IconWordpressSolid = require("./IconWordpressSolid");
|
|
5720
5718
|
|
|
5721
5719
|
var _IconXLine = require("./IconXLine");
|
|
5722
5720
|
|
|
5723
|
-
var
|
|
5721
|
+
var _IconXSolid = require("./IconXSolid");
|
|
5724
5722
|
|
|
5725
5723
|
var _IconZippedLine = require("./IconZippedLine");
|
|
5726
5724
|
|
|
5727
|
-
var
|
|
5725
|
+
var _IconZippedSolid = require("./IconZippedSolid");
|
|
5728
5726
|
|
|
5729
5727
|
var _IconZoomInLine = require("./IconZoomInLine");
|
|
5730
5728
|
|
|
5731
|
-
var
|
|
5729
|
+
var _IconZoomInSolid = require("./IconZoomInSolid");
|
|
5730
|
+
|
|
5731
|
+
var _IconZoomOutLine = require("./IconZoomOutLine");
|
|
5732
5732
|
|
|
5733
|
-
var
|
|
5733
|
+
var _IconZoomOutSolid = require("./IconZoomOutSolid");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.24.
|
|
3
|
+
"version": "8.24.4-snapshot.0+c24cb92f6",
|
|
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.24.
|
|
26
|
-
"@instructure/ui-icons-build": "8.24.
|
|
25
|
+
"@instructure/ui-babel-preset": "8.24.4-snapshot.0+c24cb92f6",
|
|
26
|
+
"@instructure/ui-icons-build": "8.24.4-snapshot.0+c24cb92f6",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.13.10",
|
|
31
|
-
"@instructure/ui-svg-images": "8.24.
|
|
31
|
+
"@instructure/ui-svg-images": "8.24.4-snapshot.0+c24cb92f6",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "c24cb92f62c9a8df7602501c73c69f6b61151812"
|
|
42
42
|
}
|