@instructure/ui-icons 8.30.0 → 8.30.1-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 +8 -0
- 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 +33 -33
- 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 +34 -34
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +32 -32
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.30.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.30.1-snapshot-0) (2022-10-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [8.30.0](https://github.com/instructure/instructure-ui/compare/v8.29.0...v8.30.0) (2022-10-26)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @instructure/ui-icons
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -658,67 +658,67 @@ export { IconTextSubscriptLine } from './IconTextSubscriptLine';
|
|
|
658
658
|
export { IconTextSubscriptSolid } from './IconTextSubscriptSolid';
|
|
659
659
|
export { IconTextSuperscriptLine } from './IconTextSuperscriptLine';
|
|
660
660
|
export { IconTextSuperscriptSolid } from './IconTextSuperscriptSolid';
|
|
661
|
-
export { IconTextSolid } from './IconTextSolid';
|
|
662
661
|
export { IconTextLine } from './IconTextLine';
|
|
663
|
-
export {
|
|
662
|
+
export { IconTextSolid } from './IconTextSolid';
|
|
664
663
|
export { IconTextareaLine } from './IconTextareaLine';
|
|
665
|
-
export {
|
|
664
|
+
export { IconTextareaSolid } from './IconTextareaSolid';
|
|
666
665
|
export { IconTimerLine } from './IconTimerLine';
|
|
667
|
-
export {
|
|
666
|
+
export { IconTimerSolid } from './IconTimerSolid';
|
|
668
667
|
export { IconToggleEndLine } from './IconToggleEndLine';
|
|
669
|
-
export {
|
|
668
|
+
export { IconToggleEndSolid } from './IconToggleEndSolid';
|
|
670
669
|
export { IconToggleLeftLine } from './IconToggleLeftLine';
|
|
671
|
-
export {
|
|
670
|
+
export { IconToggleLeftSolid } from './IconToggleLeftSolid';
|
|
672
671
|
export { IconToggleRightLine } from './IconToggleRightLine';
|
|
673
|
-
export {
|
|
672
|
+
export { IconToggleRightSolid } from './IconToggleRightSolid';
|
|
674
673
|
export { IconToggleStartLine } from './IconToggleStartLine';
|
|
675
|
-
export {
|
|
674
|
+
export { IconToggleStartSolid } from './IconToggleStartSolid';
|
|
676
675
|
export { IconTrashLine } from './IconTrashLine';
|
|
677
|
-
export {
|
|
676
|
+
export { IconTrashSolid } from './IconTrashSolid';
|
|
678
677
|
export { IconTroubleLine } from './IconTroubleLine';
|
|
679
|
-
export {
|
|
678
|
+
export { IconTroubleSolid } from './IconTroubleSolid';
|
|
680
679
|
export { IconTwitterBoxedLine } from './IconTwitterBoxedLine';
|
|
681
|
-
export {
|
|
680
|
+
export { IconTwitterBoxedSolid } from './IconTwitterBoxedSolid';
|
|
682
681
|
export { IconTwitterLine } from './IconTwitterLine';
|
|
683
|
-
export {
|
|
682
|
+
export { IconTwitterSolid } from './IconTwitterSolid';
|
|
684
683
|
export { IconUnarchiveLine } from './IconUnarchiveLine';
|
|
685
|
-
export {
|
|
684
|
+
export { IconUnarchiveSolid } from './IconUnarchiveSolid';
|
|
686
685
|
export { IconUnderlineLine } from './IconUnderlineLine';
|
|
687
|
-
export {
|
|
686
|
+
export { IconUnderlineSolid } from './IconUnderlineSolid';
|
|
688
687
|
export { IconUnlockLine } from './IconUnlockLine';
|
|
689
|
-
export {
|
|
688
|
+
export { IconUnlockSolid } from './IconUnlockSolid';
|
|
690
689
|
export { IconUnmutedLine } from './IconUnmutedLine';
|
|
691
|
-
export {
|
|
690
|
+
export { IconUnmutedSolid } from './IconUnmutedSolid';
|
|
692
691
|
export { IconUnpublishLine } from './IconUnpublishLine';
|
|
693
|
-
export {
|
|
692
|
+
export { IconUnpublishSolid } from './IconUnpublishSolid';
|
|
694
693
|
export { IconUnpublishedLine } from './IconUnpublishedLine';
|
|
695
|
-
export {
|
|
694
|
+
export { IconUnpublishedSolid } from './IconUnpublishedSolid';
|
|
696
695
|
export { IconUpdownLine } from './IconUpdownLine';
|
|
697
|
-
export {
|
|
696
|
+
export { IconUpdownSolid } from './IconUpdownSolid';
|
|
698
697
|
export { IconUploadLine } from './IconUploadLine';
|
|
699
|
-
export {
|
|
698
|
+
export { IconUploadSolid } from './IconUploadSolid';
|
|
700
699
|
export { IconUserAddLine } from './IconUserAddLine';
|
|
701
|
-
export {
|
|
700
|
+
export { IconUserAddSolid } from './IconUserAddSolid';
|
|
702
701
|
export { IconUserLine } from './IconUserLine';
|
|
703
|
-
export {
|
|
702
|
+
export { IconUserSolid } from './IconUserSolid';
|
|
704
703
|
export { IconVideoCameraOffLine } from './IconVideoCameraOffLine';
|
|
705
|
-
export {
|
|
704
|
+
export { IconVideoCameraOffSolid } from './IconVideoCameraOffSolid';
|
|
706
705
|
export { IconVideoCameraLine } from './IconVideoCameraLine';
|
|
707
|
-
export {
|
|
706
|
+
export { IconVideoCameraSolid } from './IconVideoCameraSolid';
|
|
708
707
|
export { IconVideoLine } from './IconVideoLine';
|
|
709
|
-
export {
|
|
708
|
+
export { IconVideoSolid } from './IconVideoSolid';
|
|
710
709
|
export { IconWarningBorderlessLine } from './IconWarningBorderlessLine';
|
|
711
|
-
export {
|
|
710
|
+
export { IconWarningBorderlessSolid } from './IconWarningBorderlessSolid';
|
|
712
711
|
export { IconWarningLine } from './IconWarningLine';
|
|
713
|
-
export {
|
|
712
|
+
export { IconWarningSolid } from './IconWarningSolid';
|
|
714
713
|
export { IconWindowsLine } from './IconWindowsLine';
|
|
715
|
-
export {
|
|
714
|
+
export { IconWindowsSolid } from './IconWindowsSolid';
|
|
716
715
|
export { IconWordpressLine } from './IconWordpressLine';
|
|
717
|
-
export {
|
|
716
|
+
export { IconWordpressSolid } from './IconWordpressSolid';
|
|
718
717
|
export { IconXLine } from './IconXLine';
|
|
719
|
-
export {
|
|
718
|
+
export { IconXSolid } from './IconXSolid';
|
|
720
719
|
export { IconZippedLine } from './IconZippedLine';
|
|
721
|
-
export {
|
|
720
|
+
export { IconZippedSolid } from './IconZippedSolid';
|
|
722
721
|
export { IconZoomInLine } from './IconZoomInLine';
|
|
723
|
-
export {
|
|
724
|
-
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
722
|
+
export { IconZoomInSolid } from './IconZoomInSolid';
|
|
723
|
+
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
724
|
+
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
|
@@ -5668,130 +5668,130 @@ var _IconTextSuperscriptLine = require("./IconTextSuperscriptLine");
|
|
|
5668
5668
|
|
|
5669
5669
|
var _IconTextSuperscriptSolid = require("./IconTextSuperscriptSolid");
|
|
5670
5670
|
|
|
5671
|
-
var _IconTextSolid = require("./IconTextSolid");
|
|
5672
|
-
|
|
5673
5671
|
var _IconTextLine = require("./IconTextLine");
|
|
5674
5672
|
|
|
5675
|
-
var
|
|
5673
|
+
var _IconTextSolid = require("./IconTextSolid");
|
|
5676
5674
|
|
|
5677
5675
|
var _IconTextareaLine = require("./IconTextareaLine");
|
|
5678
5676
|
|
|
5679
|
-
var
|
|
5677
|
+
var _IconTextareaSolid = require("./IconTextareaSolid");
|
|
5680
5678
|
|
|
5681
5679
|
var _IconTimerLine = require("./IconTimerLine");
|
|
5682
5680
|
|
|
5683
|
-
var
|
|
5681
|
+
var _IconTimerSolid = require("./IconTimerSolid");
|
|
5684
5682
|
|
|
5685
5683
|
var _IconToggleEndLine = require("./IconToggleEndLine");
|
|
5686
5684
|
|
|
5687
|
-
var
|
|
5685
|
+
var _IconToggleEndSolid = require("./IconToggleEndSolid");
|
|
5688
5686
|
|
|
5689
5687
|
var _IconToggleLeftLine = require("./IconToggleLeftLine");
|
|
5690
5688
|
|
|
5691
|
-
var
|
|
5689
|
+
var _IconToggleLeftSolid = require("./IconToggleLeftSolid");
|
|
5692
5690
|
|
|
5693
5691
|
var _IconToggleRightLine = require("./IconToggleRightLine");
|
|
5694
5692
|
|
|
5695
|
-
var
|
|
5693
|
+
var _IconToggleRightSolid = require("./IconToggleRightSolid");
|
|
5696
5694
|
|
|
5697
5695
|
var _IconToggleStartLine = require("./IconToggleStartLine");
|
|
5698
5696
|
|
|
5699
|
-
var
|
|
5697
|
+
var _IconToggleStartSolid = require("./IconToggleStartSolid");
|
|
5700
5698
|
|
|
5701
5699
|
var _IconTrashLine = require("./IconTrashLine");
|
|
5702
5700
|
|
|
5703
|
-
var
|
|
5701
|
+
var _IconTrashSolid = require("./IconTrashSolid");
|
|
5704
5702
|
|
|
5705
5703
|
var _IconTroubleLine = require("./IconTroubleLine");
|
|
5706
5704
|
|
|
5707
|
-
var
|
|
5705
|
+
var _IconTroubleSolid = require("./IconTroubleSolid");
|
|
5708
5706
|
|
|
5709
5707
|
var _IconTwitterBoxedLine = require("./IconTwitterBoxedLine");
|
|
5710
5708
|
|
|
5711
|
-
var
|
|
5709
|
+
var _IconTwitterBoxedSolid = require("./IconTwitterBoxedSolid");
|
|
5712
5710
|
|
|
5713
5711
|
var _IconTwitterLine = require("./IconTwitterLine");
|
|
5714
5712
|
|
|
5715
|
-
var
|
|
5713
|
+
var _IconTwitterSolid = require("./IconTwitterSolid");
|
|
5716
5714
|
|
|
5717
5715
|
var _IconUnarchiveLine = require("./IconUnarchiveLine");
|
|
5718
5716
|
|
|
5719
|
-
var
|
|
5717
|
+
var _IconUnarchiveSolid = require("./IconUnarchiveSolid");
|
|
5720
5718
|
|
|
5721
5719
|
var _IconUnderlineLine = require("./IconUnderlineLine");
|
|
5722
5720
|
|
|
5723
|
-
var
|
|
5721
|
+
var _IconUnderlineSolid = require("./IconUnderlineSolid");
|
|
5724
5722
|
|
|
5725
5723
|
var _IconUnlockLine = require("./IconUnlockLine");
|
|
5726
5724
|
|
|
5727
|
-
var
|
|
5725
|
+
var _IconUnlockSolid = require("./IconUnlockSolid");
|
|
5728
5726
|
|
|
5729
5727
|
var _IconUnmutedLine = require("./IconUnmutedLine");
|
|
5730
5728
|
|
|
5731
|
-
var
|
|
5729
|
+
var _IconUnmutedSolid = require("./IconUnmutedSolid");
|
|
5732
5730
|
|
|
5733
5731
|
var _IconUnpublishLine = require("./IconUnpublishLine");
|
|
5734
5732
|
|
|
5735
|
-
var
|
|
5733
|
+
var _IconUnpublishSolid = require("./IconUnpublishSolid");
|
|
5736
5734
|
|
|
5737
5735
|
var _IconUnpublishedLine = require("./IconUnpublishedLine");
|
|
5738
5736
|
|
|
5739
|
-
var
|
|
5737
|
+
var _IconUnpublishedSolid = require("./IconUnpublishedSolid");
|
|
5740
5738
|
|
|
5741
5739
|
var _IconUpdownLine = require("./IconUpdownLine");
|
|
5742
5740
|
|
|
5743
|
-
var
|
|
5741
|
+
var _IconUpdownSolid = require("./IconUpdownSolid");
|
|
5744
5742
|
|
|
5745
5743
|
var _IconUploadLine = require("./IconUploadLine");
|
|
5746
5744
|
|
|
5747
|
-
var
|
|
5745
|
+
var _IconUploadSolid = require("./IconUploadSolid");
|
|
5748
5746
|
|
|
5749
5747
|
var _IconUserAddLine = require("./IconUserAddLine");
|
|
5750
5748
|
|
|
5751
|
-
var
|
|
5749
|
+
var _IconUserAddSolid = require("./IconUserAddSolid");
|
|
5752
5750
|
|
|
5753
5751
|
var _IconUserLine = require("./IconUserLine");
|
|
5754
5752
|
|
|
5755
|
-
var
|
|
5753
|
+
var _IconUserSolid = require("./IconUserSolid");
|
|
5756
5754
|
|
|
5757
5755
|
var _IconVideoCameraOffLine = require("./IconVideoCameraOffLine");
|
|
5758
5756
|
|
|
5759
|
-
var
|
|
5757
|
+
var _IconVideoCameraOffSolid = require("./IconVideoCameraOffSolid");
|
|
5760
5758
|
|
|
5761
5759
|
var _IconVideoCameraLine = require("./IconVideoCameraLine");
|
|
5762
5760
|
|
|
5763
|
-
var
|
|
5761
|
+
var _IconVideoCameraSolid = require("./IconVideoCameraSolid");
|
|
5764
5762
|
|
|
5765
5763
|
var _IconVideoLine = require("./IconVideoLine");
|
|
5766
5764
|
|
|
5767
|
-
var
|
|
5765
|
+
var _IconVideoSolid = require("./IconVideoSolid");
|
|
5768
5766
|
|
|
5769
5767
|
var _IconWarningBorderlessLine = require("./IconWarningBorderlessLine");
|
|
5770
5768
|
|
|
5771
|
-
var
|
|
5769
|
+
var _IconWarningBorderlessSolid = require("./IconWarningBorderlessSolid");
|
|
5772
5770
|
|
|
5773
5771
|
var _IconWarningLine = require("./IconWarningLine");
|
|
5774
5772
|
|
|
5775
|
-
var
|
|
5773
|
+
var _IconWarningSolid = require("./IconWarningSolid");
|
|
5776
5774
|
|
|
5777
5775
|
var _IconWindowsLine = require("./IconWindowsLine");
|
|
5778
5776
|
|
|
5779
|
-
var
|
|
5777
|
+
var _IconWindowsSolid = require("./IconWindowsSolid");
|
|
5780
5778
|
|
|
5781
5779
|
var _IconWordpressLine = require("./IconWordpressLine");
|
|
5782
5780
|
|
|
5783
|
-
var
|
|
5781
|
+
var _IconWordpressSolid = require("./IconWordpressSolid");
|
|
5784
5782
|
|
|
5785
5783
|
var _IconXLine = require("./IconXLine");
|
|
5786
5784
|
|
|
5787
|
-
var
|
|
5785
|
+
var _IconXSolid = require("./IconXSolid");
|
|
5788
5786
|
|
|
5789
5787
|
var _IconZippedLine = require("./IconZippedLine");
|
|
5790
5788
|
|
|
5791
|
-
var
|
|
5789
|
+
var _IconZippedSolid = require("./IconZippedSolid");
|
|
5792
5790
|
|
|
5793
5791
|
var _IconZoomInLine = require("./IconZoomInLine");
|
|
5794
5792
|
|
|
5795
|
-
var
|
|
5793
|
+
var _IconZoomInSolid = require("./IconZoomInSolid");
|
|
5794
|
+
|
|
5795
|
+
var _IconZoomOutLine = require("./IconZoomOutLine");
|
|
5796
5796
|
|
|
5797
|
-
var
|
|
5797
|
+
var _IconZoomOutSolid = require("./IconZoomOutSolid");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.30.0",
|
|
3
|
+
"version": "8.30.1-snapshot-0",
|
|
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.30.0",
|
|
26
|
-
"@instructure/ui-icons-build": "8.30.0",
|
|
25
|
+
"@instructure/ui-babel-preset": "8.30.1-snapshot-0",
|
|
26
|
+
"@instructure/ui-icons-build": "8.30.1-snapshot-0",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.13.10",
|
|
31
|
-
"@instructure/ui-svg-images": "8.30.0",
|
|
31
|
+
"@instructure/ui-svg-images": "8.30.1-snapshot-0",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|