@instructure/ui-icons 8.32.1-snapshot-0 → 8.32.2-snapshot-1
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 +9 -1
- 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 +7 -7
- 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 +8 -8
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +7 -7
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +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.32.
|
|
6
|
+
## [8.32.2-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.32.1...v8.32.2-snapshot-1) (2023-01-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [8.32.1](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.32.1) (2022-12-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
17
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -656,20 +656,20 @@ export { IconTextStartLine } from './IconTextStartLine';
|
|
|
656
656
|
export { IconTextStartSolid } from './IconTextStartSolid';
|
|
657
657
|
export { IconTextSubscriptLine } from './IconTextSubscriptLine';
|
|
658
658
|
export { IconTextSubscriptSolid } from './IconTextSubscriptSolid';
|
|
659
|
-
export { IconTextSuperscriptSolid } from './IconTextSuperscriptSolid';
|
|
660
659
|
export { IconTextSuperscriptLine } from './IconTextSuperscriptLine';
|
|
661
|
-
export {
|
|
660
|
+
export { IconTextSuperscriptSolid } from './IconTextSuperscriptSolid';
|
|
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';
|
|
672
|
+
export { IconToggleRightSolid } from './IconToggleRightSolid';
|
|
673
673
|
export { IconToggleStartLine } from './IconToggleStartLine';
|
|
674
674
|
export { IconToggleStartSolid } from './IconToggleStartSolid';
|
|
675
675
|
export { IconTrashLine } from './IconTrashLine';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.js
CHANGED
|
@@ -5664,34 +5664,34 @@ var _IconTextSubscriptLine = require("./IconTextSubscriptLine");
|
|
|
5664
5664
|
|
|
5665
5665
|
var _IconTextSubscriptSolid = require("./IconTextSubscriptSolid");
|
|
5666
5666
|
|
|
5667
|
-
var _IconTextSuperscriptSolid = require("./IconTextSuperscriptSolid");
|
|
5668
|
-
|
|
5669
5667
|
var _IconTextSuperscriptLine = require("./IconTextSuperscriptLine");
|
|
5670
5668
|
|
|
5671
|
-
var
|
|
5669
|
+
var _IconTextSuperscriptSolid = require("./IconTextSuperscriptSolid");
|
|
5672
5670
|
|
|
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
|
|
|
5693
|
+
var _IconToggleRightSolid = require("./IconToggleRightSolid");
|
|
5694
|
+
|
|
5695
5695
|
var _IconToggleStartLine = require("./IconToggleStartLine");
|
|
5696
5696
|
|
|
5697
5697
|
var _IconToggleStartSolid = require("./IconToggleStartSolid");
|
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-1",
|
|
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-1",
|
|
26
|
+
"@instructure/ui-icons-build": "8.32.2-snapshot-1",
|
|
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-1",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|