@knime/kds-styles 0.5.6 → 0.5.8

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.
@@ -75,6 +75,7 @@ export const iconNames = [
75
75
  'info',
76
76
  'interval',
77
77
  'italic',
78
+ 'key',
78
79
  'layout-editor',
79
80
  'left-aligned',
80
81
  'like',
@@ -90,6 +91,7 @@ export const iconNames = [
90
91
  'metanode',
91
92
  'mini-map',
92
93
  'minimize-dialog',
94
+ 'minimize-side-panel',
93
95
  'minus',
94
96
  'more-actions',
95
97
  'node-stack',
@@ -116,6 +118,7 @@ export const iconNames = [
116
118
  'save',
117
119
  'schedule',
118
120
  'search',
121
+ 'secret-store',
119
122
  'selected-cancel',
120
123
  'selected-execution',
121
124
  'selected-reset',
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M6.267 4.933 2 9.2l1.6 1.6m2.133-2.133-1.6-1.6m1.6-3.734a2.133 2.133 0 1 0 4.267 0 2.133 2.133 0 0 0-4.267 0" vector-effect="non-scaling-stroke"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 12 12"><path fill="#000" stroke="none" d="M1 7.316H.5zM8.963 11a.5.5 0 0 0 0-1zM3 10a.5.5 0 0 0 0 1zM1.556 7.88v.5h8.888v-1H1.556zm8.888 0v.5c.58 0 1.056-.495 1.056-1.064h-1c0 .006-.004.025-.023.045-.02.02-.034.02-.033.02zM11 7.317h.5V2.065h-1v5.25zm0-5.251h.5c0-.57-.475-1.065-1.056-1.065v1c-.001 0 .013 0 .033.02s.023.039.023.045zm-.556-.565V1H1.556v1h8.888zm-8.888 0V1C.976 1 .5 1.495.5 2.065h1c0-.006.004-.025.023-.045.02-.02.034-.02.033-.02zM1 2.065H.5v5.25h1v-5.25zm0 5.25H.5c0 .548.417 1.066 1.056 1.066v-1a.1.1 0 0 1-.029-.005l-.01-.007a.08.08 0 0 1-.017-.053zM8.963 10.5V10H3v1h5.963zm-4.185 0h.5V7.88h-1v2.62zm2.666-2.62h-.5v2.62h1V7.88z" vector-effect="non-scaling-stroke"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M8.963 10.5H3m1.778 0V7.88m2.666 0v2.62M1.556 7.88h8.888A.574.574 0 0 0 11 7.317V2.065a.574.574 0 0 0-.556-.565H1.556A.574.574 0 0 0 1 2.065v5.25a.55.55 0 0 0 .556.566" vector-effect="non-scaling-stroke"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M3.75 3.25v5.5M2.45 1.5h7.105a.45.45 0 0 1 .45.45v8.1a.45.45 0 0 1-.45.45H2.45a.45.45 0 0 1-.45-.45v-8.1a.45.45 0 0 1 .45-.45" vector-effect="non-scaling-stroke"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 12 12"><path d="M2.5 10.5v.5M3 4v3m6.5 3.5v.5m-8-1h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5M9 5.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0" vector-effect="non-scaling-stroke"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",