@ifsworld/granite-icons 1.2.1 → 1.3.0-beta.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 +29 -2
- package/assets/fonts/ligature/all-icons.js +8 -8
- package/package.json +6 -2
- package/trigger-release.md +18 -3
- package/assets/fonts/glyph/granite-iconfont-glyph.css +0 -1460
- package/assets/fonts/glyph/granite-iconfont-glyph.woff +0 -0
- package/assets/fonts/glyph/granite-iconfont-glyph.woff2 +0 -0
- package/assets/fonts/ligature/granite-iconfont-liga.css +0 -30
- package/assets/fonts/ligature/granite-iconfont-liga.woff +0 -0
- package/assets/fonts/ligature/granite-iconfont-liga.woff2 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,36 @@
|
|
|
1
|
-
# [@ifsworld/granite-icons-v1.
|
|
1
|
+
# [@ifsworld/granite-icons-v1.3.0-beta.1](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.2.1...@ifsworld/granite-icons-v1.3.0-beta.1) (2023-03-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **icons:** added new test icon ([3a532f8](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/3a532f8d52649d37e6bd6b850466e07d1cfb6479))
|
|
7
|
+
* **icons:** fix clip path issues with icons ([c23418c](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/c23418cbc5ed29f52a01f9c21b9f25b46c6f3ab9))
|
|
2
8
|
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
6
|
-
* **icons:**
|
|
12
|
+
* **icons:** add new icons and update icons ([6f6b55e](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/6f6b55ed3f506d7b1896d2b91970f4894b6966f9))
|
|
13
|
+
|
|
14
|
+
# [@ifsworld/granite-icons-v1.2.0-beta.2](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.2.0-beta.1...@ifsworld/granite-icons-v1.2.0-beta.2) (2022-11-09)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **icons:** fix clip path issues with icons ([c23418c](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/c23418cbc5ed29f52a01f9c21b9f25b46c6f3ab9))
|
|
20
|
+
|
|
21
|
+
# [@ifsworld/granite-icons-v1.2.0-beta.1](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.1.1-beta.1...@ifsworld/granite-icons-v1.2.0-beta.1) (2022-11-08)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **icons:** add new icons and update icons ([6f6b55e](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/6f6b55ed3f506d7b1896d2b91970f4894b6966f9))
|
|
27
|
+
|
|
28
|
+
# [@ifsworld/granite-icons-v1.1.1-beta.1](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.1.0...@ifsworld/granite-icons-v1.1.1-beta.1) (2022-10-19)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **icons:** added new test icon ([3a532f8](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/3a532f8d52649d37e6bd6b850466e07d1cfb6479))
|
|
7
34
|
|
|
8
35
|
# [@ifsworld/granite-icons-v1.1.0](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v1.0.2...@ifsworld/granite-icons-v1.1.0) (2022-07-11)
|
|
9
36
|
|
|
@@ -75,9 +75,6 @@ export function getIconsTemplate() {
|
|
|
75
75
|
</div><div class="box" >
|
|
76
76
|
<granite-icon class="box-icon">avatar</granite-icon>
|
|
77
77
|
<div class="box-label">avatar</div>
|
|
78
|
-
</div><div class="box" >
|
|
79
|
-
<granite-icon class="box-icon">aviation</granite-icon>
|
|
80
|
-
<div class="box-label">aviation</div>
|
|
81
78
|
</div><div class="box" >
|
|
82
79
|
<granite-icon class="box-icon">bad-image</granite-icon>
|
|
83
80
|
<div class="box-label">bad-image</div>
|
|
@@ -121,8 +118,8 @@ export function getIconsTemplate() {
|
|
|
121
118
|
<granite-icon class="box-icon">bookmark</granite-icon>
|
|
122
119
|
<div class="box-label">bookmark</div>
|
|
123
120
|
</div><div class="box" >
|
|
124
|
-
<granite-icon class="box-icon">box-
|
|
125
|
-
<div class="box-label">box-
|
|
121
|
+
<granite-icon class="box-icon">box-larged</granite-icon>
|
|
122
|
+
<div class="box-label">box-larged</div>
|
|
126
123
|
</div><div class="box" >
|
|
127
124
|
<granite-icon class="box-icon">boxes</granite-icon>
|
|
128
125
|
<div class="box-label">boxes</div>
|
|
@@ -342,9 +339,6 @@ export function getIconsTemplate() {
|
|
|
342
339
|
</div><div class="box" >
|
|
343
340
|
<granite-icon class="box-icon">connection</granite-icon>
|
|
344
341
|
<div class="box-label">connection</div>
|
|
345
|
-
</div><div class="box" >
|
|
346
|
-
<granite-icon class="box-icon">context</granite-icon>
|
|
347
|
-
<div class="box-label">context</div>
|
|
348
342
|
</div><div class="box" >
|
|
349
343
|
<granite-icon class="box-icon">contingency</granite-icon>
|
|
350
344
|
<div class="box-label">contingency</div>
|
|
@@ -375,6 +369,9 @@ export function getIconsTemplate() {
|
|
|
375
369
|
</div><div class="box" >
|
|
376
370
|
<granite-icon class="box-icon">currency</granite-icon>
|
|
377
371
|
<div class="box-label">currency</div>
|
|
372
|
+
</div><div class="box" >
|
|
373
|
+
<granite-icon class="box-icon">cut-new</granite-icon>
|
|
374
|
+
<div class="box-label">cut-new</div>
|
|
378
375
|
</div><div class="box" >
|
|
379
376
|
<granite-icon class="box-icon">cut</granite-icon>
|
|
380
377
|
<div class="box-label">cut</div>
|
|
@@ -1443,6 +1440,9 @@ export function getIconsTemplate() {
|
|
|
1443
1440
|
</div><div class="box" >
|
|
1444
1441
|
<granite-icon class="box-icon">workflow</granite-icon>
|
|
1445
1442
|
<div class="box-label">workflow</div>
|
|
1443
|
+
</div><div class="box" >
|
|
1444
|
+
<granite-icon class="box-icon">zcontext</granite-icon>
|
|
1445
|
+
<div class="box-label">zcontext</div>
|
|
1446
1446
|
</div><div class="box" >
|
|
1447
1447
|
<granite-icon class="box-icon">zoom-in</granite-icon>
|
|
1448
1448
|
<div class="box-label">zoom-in</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifsworld/granite-icons",
|
|
3
|
-
"version": "1.2
|
|
3
|
+
"version": "1.3.0-beta.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
|
-
"typings": "./src/index.d.ts"
|
|
6
|
+
"typings": "./src/index.d.ts",
|
|
7
|
+
"dependencies": {},
|
|
8
|
+
"peerDependencies": {
|
|
9
|
+
"tslib": "^2.0.0"
|
|
10
|
+
}
|
|
7
11
|
}
|
package/trigger-release.md
CHANGED
|
@@ -5,10 +5,25 @@
|
|
|
5
5
|
Ex: If there are files changed in assets/icons dir, it means a release should be triggered for granite-icons-aurena-native library.
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
[trigger-release] › Mon, Dec 5, 2022 12:18:28 PM
|
|
9
|
-
feat(icons): adding new icons
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
[trigger-release] › Wed, Oct 19, 2022 2:13:35 PM
|
|
10
|
+
fix(icons): added new test icon | 9435f3d7b2483cd86173791175cd982ee1023834
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
[trigger-release] › Tue, Nov 8, 2022 1:36:12 PM
|
|
15
|
+
feat(icons): add new icons and update icons
|
|
16
|
+
|
|
17
|
+
Links To: UX-2769 | 3c6531e3262a6ef2732086316ce71ce077469591
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
[trigger-release] › Wed, Nov 9, 2022 2:33:17 PM
|
|
22
|
+
fix(icons): fix clip path issues with icons | f230583fc6335ad8bf605091c8fe30cfe252e25f
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
[trigger-release] › Wed, Mar 29, 2023 1:29:46 PM
|
|
26
|
+
fix(icons): add new icon | ffd9c6458158e5583c05e159f2718857730312ad
|
|
12
27
|
|
|
13
28
|
---
|
|
14
29
|
|