@workday/canvas-system-icons-web 3.0.4 → 3.0.6
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/asset-list/wd-system-icons-list.json +1 -1
- package/dist/commonjs/compareFiles.d.ts +3 -0
- package/dist/commonjs/compareFiles.js +12 -0
- package/dist/commonjs/filterChecked.d.ts +3 -0
- package/dist/commonjs/filterChecked.js +12 -0
- package/dist/commonjs/index.d.ts +3 -1
- package/dist/commonjs/index.js +7 -1
- package/dist/es6/compareFiles.d.ts +3 -0
- package/dist/es6/compareFiles.js +10 -0
- package/dist/es6/filterChecked.d.ts +3 -0
- package/dist/es6/filterChecked.js +10 -0
- package/dist/es6/index.d.ts +5 -1
- package/dist/es6/index.js +5 -1
- package/dist/sprite/wd-system-icon-sprite.svg +1 -1
- package/dist/svg/wd-icon-compare-files.svg +5 -0
- package/dist/svg/wd-icon-filter-checked.svg +6 -0
- package/dist/ts/compareFiles.ts +10 -0
- package/dist/ts/filterChecked.ts +10 -0
- package/dist/ts/index.ts +6 -0
- package/package.json +3 -3
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-compare-files wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path fill-rule="evenodd" d="M10.44 6.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .706 0l.707.708a.5.5 0 0 1 0 .707L13.915 5H15a4 4 0 0 1 4 4v6.17a3.001 3.001 0 1 1-2 0V9a2 2 0 0 0-2-2h-1.086l.94.94a.5.5 0 0 1 0 .706l-.708.708a.5.5 0 0 1-.707 0l-3-3zM19 18a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8.83a3.001 3.001 0 1 0-2 0V15a4 4 0 0 0 4 4h1.086l-.94.94a.5.5 0 0 0 0 .706l.708.708a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.707 0l-.708.708a.5.5 0 0 0 0 .707l.94.939H9a2 2 0 0 1-2-2V8.83zM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" class="wd-icon-fill" clip-rule="evenodd"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-filter-checked wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24">
|
|
2
|
+
<g class="wd-icon-container">
|
|
3
|
+
<path d="M2 5.505C2 5.226 2.225 5 2.494 5h19.012c.273 0 .494.214.494.505v.99a.502.502 0 0 1-.494.505H2.494A.492.492 0 0 1 2 6.495v-.99zM7 13.505c0-.279.228-.505.51-.505H12v2H7.51a.5.5 0 0 1-.51-.505v-.99zM12 17H9.491a.503.503 0 0 0-.491.505v.99c0 .291.22.505.491.505H12v-2zM18.502 11a.5.5 0 0 0 .498-.505v-.99A.494.494 0 0 0 18.502 9H5.498A.5.5 0 0 0 5 9.505v.99c0 .291.223.505.498.505h13.004z" class="wd-icon-fill"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M17.049 16.353l-1.486-1.486a.499.499 0 0 0-.71.004l-.7.7a.495.495 0 0 0-.005.71l2.174 2.174a.495.495 0 0 0 .034.03l.337.338a.5.5 0 0 0 .715 0l4.258-4.258a.498.498 0 0 0 0-.715l-.7-.7a.5.5 0 0 0-.715 0l-3.202 3.203z" class="wd-icon-accent" clip-rule="evenodd"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'compareFiles',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-compare-files wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path fill-rule="evenodd" d="M10.44 6.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .706 0l.707.708a.5.5 0 0 1 0 .707L13.915 5H15a4 4 0 0 1 4 4v6.17a3.001 3.001 0 1 1-2 0V9a2 2 0 0 0-2-2h-1.086l.94.94a.5.5 0 0 1 0 .706l-.708.708a.5.5 0 0 1-.707 0l-3-3zM19 18a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8.83a3.001 3.001 0 1 0-2 0V15a4 4 0 0 0 4 4h1.086l-.94.94a.5.5 0 0 0 0 .706l.708.708a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.707 0l-.708.708a.5.5 0 0 0 0 .707l.94.939H9a2 2 0 0 1-2-2V8.83zM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" class="wd-icon-fill" clip-rule="evenodd"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-compare-files.svg',
|
|
7
|
+
category: 'Data Stream',
|
|
8
|
+
tags: ['arrow','node','match','difference','extend'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanvasSystemIcon, CanvasIconTypes } from '@workday/design-assets-types'
|
|
2
|
+
const icon: CanvasSystemIcon = {
|
|
3
|
+
name: 'filterChecked',
|
|
4
|
+
type: CanvasIconTypes.System,
|
|
5
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="wd-icon-filter-checked wd-icon" focusable="false" role="presentation" viewBox="0 0 24 24"><g class="wd-icon-container"><path d="M2 5.505C2 5.226 2.225 5 2.494 5h19.012c.273 0 .494.214.494.505v.99a.502.502 0 0 1-.494.505H2.494A.492.492 0 0 1 2 6.495v-.99zM7 13.505c0-.279.228-.505.51-.505H12v2H7.51a.5.5 0 0 1-.51-.505v-.99zM12 17H9.491a.503.503 0 0 0-.491.505v.99c0 .291.22.505.491.505H12v-2zM18.502 11a.5.5 0 0 0 .498-.505v-.99A.494.494 0 0 0 18.502 9H5.498A.5.5 0 0 0 5 9.505v.99c0 .291.223.505.498.505h13.004z" class="wd-icon-fill"/><path fill-rule="evenodd" d="M17.049 16.353l-1.486-1.486a.499.499 0 0 0-.71.004l-.7.7a.495.495 0 0 0-.005.71l2.174 2.174a.495.495 0 0 0 .034.03l.337.338a.5.5 0 0 0 .715 0l4.258-4.258a.498.498 0 0 0 0-.715l-.7-.7a.5.5 0 0 0-.715 0l-3.202 3.203z" class="wd-icon-accent" clip-rule="evenodd"/></g></svg>',
|
|
6
|
+
filename: 'wd-icon-filter-checked.svg',
|
|
7
|
+
category: 'Core',
|
|
8
|
+
tags: ['funnel','faceted','refine','search','table','grid','data','checked','applied'],
|
|
9
|
+
}
|
|
10
|
+
export default icon
|
package/dist/ts/index.ts
CHANGED
|
@@ -164,6 +164,7 @@ import coffeeIcon from './coffee'
|
|
|
164
164
|
import commaWsIcon from './commaWs'
|
|
165
165
|
import commentActiveIcon from './commentActive'
|
|
166
166
|
import commentPlusIcon from './commentPlus'
|
|
167
|
+
import compareFilesIcon from './compareFiles'
|
|
167
168
|
import compassIcon from './compass'
|
|
168
169
|
import componentIcon from './component'
|
|
169
170
|
import conclusionPopupIcon from './conclusionPopup'
|
|
@@ -236,6 +237,7 @@ import faceVeryHappyIcon from './faceVeryHappy'
|
|
|
236
237
|
import fastForward15Icon from './fastForward15'
|
|
237
238
|
import fetchDataIcon from './fetchData'
|
|
238
239
|
import fileIcon from './file'
|
|
240
|
+
import filterCheckedIcon from './filterChecked'
|
|
239
241
|
import filterIcon from './filter'
|
|
240
242
|
import fingerprintAndroidIcon from './fingerprintAndroid'
|
|
241
243
|
import flagIcon from './flag'
|
|
@@ -721,6 +723,7 @@ export {
|
|
|
721
723
|
commaWsIcon,
|
|
722
724
|
commentActiveIcon,
|
|
723
725
|
commentPlusIcon,
|
|
726
|
+
compareFilesIcon,
|
|
724
727
|
compassIcon,
|
|
725
728
|
componentIcon,
|
|
726
729
|
conclusionPopupIcon,
|
|
@@ -793,6 +796,7 @@ export {
|
|
|
793
796
|
fastForward15Icon,
|
|
794
797
|
fetchDataIcon,
|
|
795
798
|
fileIcon,
|
|
799
|
+
filterCheckedIcon,
|
|
796
800
|
filterIcon,
|
|
797
801
|
fingerprintAndroidIcon,
|
|
798
802
|
flagIcon,
|
|
@@ -1278,6 +1282,7 @@ export enum CanvasSystemIcons {
|
|
|
1278
1282
|
CommaWs = 'commaWs',
|
|
1279
1283
|
CommentActive = 'commentActive',
|
|
1280
1284
|
CommentPlus = 'commentPlus',
|
|
1285
|
+
CompareFiles = 'compareFiles',
|
|
1281
1286
|
Compass = 'compass',
|
|
1282
1287
|
Component = 'component',
|
|
1283
1288
|
ConclusionPopup = 'conclusionPopup',
|
|
@@ -1350,6 +1355,7 @@ export enum CanvasSystemIcons {
|
|
|
1350
1355
|
FastForward15 = 'fastForward15',
|
|
1351
1356
|
FetchData = 'fetchData',
|
|
1352
1357
|
File = 'file',
|
|
1358
|
+
FilterChecked = 'filterChecked',
|
|
1353
1359
|
Filter = 'filter',
|
|
1354
1360
|
FingerprintAndroid = 'fingerprintAndroid',
|
|
1355
1361
|
Flag = 'flag',
|
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.6",
|
|
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.6.0",
|
|
37
37
|
"@workday/icon-utils": "1.0.3",
|
|
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": "5b99a81206aeae5b8f83f9f3c49a045b8ecc202f"
|
|
45
45
|
}
|