@knime/kds-styles 0.5.7 → 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',
@@ -117,6 +118,7 @@ export const iconNames = [
117
118
  'save',
118
119
  'schedule',
119
120
  'search',
121
+ 'secret-store',
120
122
  'selected-cancel',
121
123
  'selected-execution',
122
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>
@@ -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.7",
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",