@workday/canvas-system-icons-web 3.0.16 → 3.0.18
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 +16 -0
- package/dist/commonjs/sort.js +1 -1
- package/dist/commonjs/switch.js +1 -1
- package/dist/es6/sort.js +1 -1
- package/dist/es6/switch.js +1 -1
- package/dist/ts/sort.ts +1 -1
- package/dist/ts/switch.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [3.0.18](https://ghe.megaleo.com/Design/design-assets/compare/@workday/canvas-system-icons-web@3.0.17...@workday/canvas-system-icons-web@3.0.18) (2023-10-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @workday/canvas-system-icons-web
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.0.17](https://ghe.megaleo.com/Design/design-assets/compare/@workday/canvas-system-icons-web@3.0.16...@workday/canvas-system-icons-web@3.0.17) (2023-10-10)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @workday/canvas-system-icons-web
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [3.0.16](https://ghe.megaleo.com/design/design-assets/compare/@workday/canvas-system-icons-web@3.0.15...@workday/canvas-system-icons-web@3.0.16) (2023-06-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @workday/canvas-system-icons-web
|
package/dist/commonjs/sort.js
CHANGED
|
@@ -7,6 +7,6 @@ var icon = {
|
|
|
7
7
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" class="wd-icon-sort wd-icon" focusable="false" role="presentation" viewBox="0 0 24 23"><g fill-rule="evenodd" class="wd-icon-container"><path d="M16.649 10c.278 0 .504.225.504.5v6.768l1.368-1.368a.49.49 0 0 1 .704.01l.7.7a.503.503 0 0 1 .01.705l-3.536 3.536a.505.505 0 0 1-.719 0l-3.536-3.536a.49.49 0 0 1 .01-.704l.7-.7a.503.503 0 0 1 .704-.01l1.595 1.594v-7.003a.49.49 0 0 1 .505-.492h.99zm-8.14-6.85l3.536 3.536a.49.49 0 0 1-.01.704l-.7.7a.503.503 0 0 1-.704.01L9.036 6.505v7.004A.49.49 0 0 1 8.53 14h-.99a.503.503 0 0 1-.505-.5V6.733L5.668 8.1a.49.49 0 0 1-.704-.01l-.7-.7a.503.503 0 0 1-.01-.704L7.79 3.15a.505.505 0 0 1 .719 0z" class="wd-icon-fill"/></g></svg>',
|
|
8
8
|
filename: 'wd-icon-sort.svg',
|
|
9
9
|
category: 'Core',
|
|
10
|
-
tags: ['arrow'],
|
|
10
|
+
tags: ['arrow', 'up', 'down'],
|
|
11
11
|
};
|
|
12
12
|
exports.default = icon;
|
package/dist/commonjs/switch.js
CHANGED
|
@@ -7,6 +7,6 @@ var icon = {
|
|
|
7
7
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-switch wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g fill-rule="evenodd" class="wd-icon-container"><path d="M9.844 7.425c0-.278.226-.504.5-.504h6.768l-1.367-1.368a.49.49 0 0 1 .01-.704l.7-.7a.503.503 0 0 1 .704-.01l3.536 3.536a.505.505 0 0 1 0 .719l-3.536 3.536a.49.49 0 0 1-.704-.01l-.7-.7a.503.503 0 0 1-.01-.704L17.34 8.92h-7.004a.49.49 0 0 1-.492-.505v-.99zm-6.85 8.14l3.537-3.536a.49.49 0 0 1 .704.01l.7.7a.503.503 0 0 1 .01.704L6.35 15.038h7.003a.49.49 0 0 1 .492.505v.99a.503.503 0 0 1-.5.505H6.578l1.368 1.368a.49.49 0 0 1-.01.704l-.7.7a.503.503 0 0 1-.705.01l-3.535-3.536a.505.505 0 0 1 0-.72z" class="wd-icon-fill"/></g></svg>',
|
|
8
8
|
filename: 'wd-icon-switch.svg',
|
|
9
9
|
category: 'Profile',
|
|
10
|
-
tags: ['swap', 'change', 'exchange', 'reverse', 'shift', 'trade', 'subtitute'],
|
|
10
|
+
tags: ['swap', 'change', 'exchange', 'reverse', 'shift', 'trade', 'subtitute', 'arrow'],
|
|
11
11
|
};
|
|
12
12
|
exports.default = icon;
|
package/dist/es6/sort.js
CHANGED
|
@@ -5,6 +5,6 @@ var icon = {
|
|
|
5
5
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" class="wd-icon-sort wd-icon" focusable="false" role="presentation" viewBox="0 0 24 23"><g fill-rule="evenodd" class="wd-icon-container"><path d="M16.649 10c.278 0 .504.225.504.5v6.768l1.368-1.368a.49.49 0 0 1 .704.01l.7.7a.503.503 0 0 1 .01.705l-3.536 3.536a.505.505 0 0 1-.719 0l-3.536-3.536a.49.49 0 0 1 .01-.704l.7-.7a.503.503 0 0 1 .704-.01l1.595 1.594v-7.003a.49.49 0 0 1 .505-.492h.99zm-8.14-6.85l3.536 3.536a.49.49 0 0 1-.01.704l-.7.7a.503.503 0 0 1-.704.01L9.036 6.505v7.004A.49.49 0 0 1 8.53 14h-.99a.503.503 0 0 1-.505-.5V6.733L5.668 8.1a.49.49 0 0 1-.704-.01l-.7-.7a.503.503 0 0 1-.01-.704L7.79 3.15a.505.505 0 0 1 .719 0z" class="wd-icon-fill"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-sort.svg',
|
|
7
7
|
category: 'Core',
|
|
8
|
-
tags: ['arrow'],
|
|
8
|
+
tags: ['arrow', 'up', 'down'],
|
|
9
9
|
};
|
|
10
10
|
export default icon;
|
package/dist/es6/switch.js
CHANGED
|
@@ -5,6 +5,6 @@ var icon = {
|
|
|
5
5
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-switch wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g fill-rule="evenodd" class="wd-icon-container"><path d="M9.844 7.425c0-.278.226-.504.5-.504h6.768l-1.367-1.368a.49.49 0 0 1 .01-.704l.7-.7a.503.503 0 0 1 .704-.01l3.536 3.536a.505.505 0 0 1 0 .719l-3.536 3.536a.49.49 0 0 1-.704-.01l-.7-.7a.503.503 0 0 1-.01-.704L17.34 8.92h-7.004a.49.49 0 0 1-.492-.505v-.99zm-6.85 8.14l3.537-3.536a.49.49 0 0 1 .704.01l.7.7a.503.503 0 0 1 .01.704L6.35 15.038h7.003a.49.49 0 0 1 .492.505v.99a.503.503 0 0 1-.5.505H6.578l1.368 1.368a.49.49 0 0 1-.01.704l-.7.7a.503.503 0 0 1-.705.01l-3.535-3.536a.505.505 0 0 1 0-.72z" class="wd-icon-fill"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-switch.svg',
|
|
7
7
|
category: 'Profile',
|
|
8
|
-
tags: ['swap', 'change', 'exchange', 'reverse', 'shift', 'trade', 'subtitute'],
|
|
8
|
+
tags: ['swap', 'change', 'exchange', 'reverse', 'shift', 'trade', 'subtitute', 'arrow'],
|
|
9
9
|
};
|
|
10
10
|
export default icon;
|
package/dist/ts/sort.ts
CHANGED
|
@@ -5,6 +5,6 @@ const icon: CanvasSystemIcon = {
|
|
|
5
5
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" class="wd-icon-sort wd-icon" focusable="false" role="presentation" viewBox="0 0 24 23"><g fill-rule="evenodd" class="wd-icon-container"><path d="M16.649 10c.278 0 .504.225.504.5v6.768l1.368-1.368a.49.49 0 0 1 .704.01l.7.7a.503.503 0 0 1 .01.705l-3.536 3.536a.505.505 0 0 1-.719 0l-3.536-3.536a.49.49 0 0 1 .01-.704l.7-.7a.503.503 0 0 1 .704-.01l1.595 1.594v-7.003a.49.49 0 0 1 .505-.492h.99zm-8.14-6.85l3.536 3.536a.49.49 0 0 1-.01.704l-.7.7a.503.503 0 0 1-.704.01L9.036 6.505v7.004A.49.49 0 0 1 8.53 14h-.99a.503.503 0 0 1-.505-.5V6.733L5.668 8.1a.49.49 0 0 1-.704-.01l-.7-.7a.503.503 0 0 1-.01-.704L7.79 3.15a.505.505 0 0 1 .719 0z" class="wd-icon-fill"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-sort.svg',
|
|
7
7
|
category: 'Core',
|
|
8
|
-
tags: ['arrow'],
|
|
8
|
+
tags: ['arrow','up','down'],
|
|
9
9
|
}
|
|
10
10
|
export default icon
|
package/dist/ts/switch.ts
CHANGED
|
@@ -5,6 +5,6 @@ const icon: CanvasSystemIcon = {
|
|
|
5
5
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-switch wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g fill-rule="evenodd" class="wd-icon-container"><path d="M9.844 7.425c0-.278.226-.504.5-.504h6.768l-1.367-1.368a.49.49 0 0 1 .01-.704l.7-.7a.503.503 0 0 1 .704-.01l3.536 3.536a.505.505 0 0 1 0 .719l-3.536 3.536a.49.49 0 0 1-.704-.01l-.7-.7a.503.503 0 0 1-.01-.704L17.34 8.92h-7.004a.49.49 0 0 1-.492-.505v-.99zm-6.85 8.14l3.537-3.536a.49.49 0 0 1 .704.01l.7.7a.503.503 0 0 1 .01.704L6.35 15.038h7.003a.49.49 0 0 1 .492.505v.99a.503.503 0 0 1-.5.505H6.578l1.368 1.368a.49.49 0 0 1-.01.704l-.7.7a.503.503 0 0 1-.705.01l-3.535-3.536a.505.505 0 0 1 0-.72z" class="wd-icon-fill"/></g></svg>',
|
|
6
6
|
filename: 'wd-icon-switch.svg',
|
|
7
7
|
category: 'Profile',
|
|
8
|
-
tags: ['swap','change','exchange','reverse','shift','trade','subtitute'],
|
|
8
|
+
tags: ['swap','change','exchange','reverse','shift','trade','subtitute','arrow'],
|
|
9
9
|
}
|
|
10
10
|
export default icon
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-system-icons-web",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.18",
|
|
4
4
|
"description": "Workday system icons for web",
|
|
5
5
|
"license": "CC-BY-ND-4.0",
|
|
6
6
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@workday/canvas-colors-web": "2.0.0",
|
|
36
|
-
"@workday/canvas-system-icons": "3.
|
|
36
|
+
"@workday/canvas-system-icons": "3.13.0",
|
|
37
37
|
"@workday/icon-utils": "1.0.4",
|
|
38
38
|
"svg-sprite": "^1.3.7"
|
|
39
39
|
},
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public",
|
|
42
42
|
"registry": "https://registry.npmjs.org"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "a31730857aedda17a1a1cd4da1c1b107aac22bbd"
|
|
45
45
|
}
|