@mirohq/design-system-icons 0.2.2 → 0.2.3-colors.0

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +140 -74
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -7,10 +7,10 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/s
7
7
 
8
8
  declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
9
9
  size?: "small" | "medium" | "large" | undefined;
10
- color?: "background-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | undefined;
10
+ color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-controls-disabled" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-subtle" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-primary-inverted-subtle" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-with-text" | "icon-neutrals-subtle" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
11
11
  }, "color" | "size"> & _stitches_react_types_styled_component.TransformProps<{
12
12
  size?: "small" | "medium" | "large" | undefined;
13
- color?: "background-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | undefined;
13
+ color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-controls-disabled" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-subtle" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-primary-inverted-subtle" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-with-text" | "icon-neutrals-subtle" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
14
14
  }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
15
15
  'border-widths': {
16
16
  readonly none: 0;
@@ -19,80 +19,146 @@ declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
19
19
  readonly lg: "4px";
20
20
  };
21
21
  colors: {
22
+ readonly 'blue-100': any;
23
+ readonly 'blue-200': any;
24
+ readonly 'blue-300': any;
25
+ readonly 'blue-400': any;
26
+ readonly 'blue-500': any;
27
+ readonly 'blue-600': any;
28
+ readonly 'blue-700': any;
29
+ readonly 'blue-800': any;
30
+ readonly 'blue-900': any;
31
+ readonly 'blue-1000': any;
32
+ readonly 'gray-100': any;
33
+ readonly 'gray-200': any;
34
+ readonly 'gray-300': any;
35
+ readonly 'gray-400': any;
36
+ readonly 'gray-500': any;
37
+ readonly 'gray-600': any;
38
+ readonly 'gray-700': any;
39
+ readonly 'gray-800': any;
40
+ readonly 'gray-900': any;
41
+ readonly 'indigo-100': any;
42
+ readonly 'indigo-200': any;
43
+ readonly 'indigo-300': any;
44
+ readonly 'indigo-400': any;
45
+ readonly 'indigo-500': any;
46
+ readonly 'indigo-600': any;
47
+ readonly 'indigo-700': any;
48
+ readonly 'indigo-800': any;
49
+ readonly 'indigo-900': any;
50
+ readonly 'red-100': any;
51
+ readonly 'red-200': any;
52
+ readonly 'red-300': any;
53
+ readonly 'red-400': any;
54
+ readonly 'red-500': any;
55
+ readonly 'red-600': any;
56
+ readonly 'red-700': any;
57
+ readonly 'red-800': any;
58
+ readonly 'red-900': any;
59
+ readonly 'yellow-100': any;
60
+ readonly 'yellow-200': any;
61
+ readonly 'yellow-300': any;
62
+ readonly 'yellow-400': any;
63
+ readonly 'yellow-500': any;
64
+ readonly 'yellow-600': any;
65
+ readonly 'yellow-700': any;
66
+ readonly 'yellow-800': any;
67
+ readonly 'yellow-900': any;
68
+ readonly 'green-100': any;
69
+ readonly 'green-200': any;
70
+ readonly 'green-300': any;
71
+ readonly 'green-400': any;
72
+ readonly 'green-500': any;
73
+ readonly 'green-600': any;
74
+ readonly 'green-700': any;
75
+ readonly 'green-800': any;
76
+ readonly 'green-900': any;
22
77
  readonly black: any;
23
- readonly 'blue-10': any;
24
- readonly 'blue-20': any;
25
- readonly 'blue-50': any;
26
- readonly 'blue-60': any;
27
- readonly 'blue-70': any;
28
- readonly 'blue-80': any;
29
- readonly 'gray-20': any;
30
- readonly 'gray-30': any;
31
- readonly 'gray-40': any;
32
- readonly 'gray-50': any;
33
- readonly 'green-70': any;
34
- readonly 'indigo-20': any;
35
- readonly 'indigo-30': any;
36
- readonly 'indigo-50': any;
37
- readonly 'indigo-70': any;
38
- readonly 'indigo-90': any;
39
- readonly 'pink-20': any;
40
- readonly 'pink-50': any;
41
- readonly 'red-10': any;
42
- readonly 'red-20': any;
43
- readonly 'red-30': any;
44
- readonly 'red-50': any;
45
- readonly 'red-60': any;
46
- readonly transparent: any;
47
78
  readonly white: any;
48
- readonly 'yellow-20': any;
49
- readonly 'yellow-60': any;
50
- readonly 'background-cta-active'?: any;
51
- readonly 'background-cta-disabled'?: any;
52
- readonly 'background-cta-hover'?: any;
53
- readonly 'background-cta-idle'?: any;
54
- readonly 'background-danger-active'?: any;
79
+ readonly transparent: any;
80
+ readonly 'background-neutrals'?: any;
81
+ readonly 'background-neutrals-body'?: any;
82
+ readonly 'background-neutrals-container'?: any;
83
+ readonly 'background-neutrals-inverted'?: any;
84
+ readonly 'background-neutrals-inverted-subtle'?: any;
85
+ readonly 'background-neutrals-subtle'?: any;
86
+ readonly 'background-neutrals-subtle-hover'?: any;
87
+ readonly 'background-neutrals-subtle-active'?: any;
88
+ readonly 'background-neutrals-disabled'?: any;
89
+ readonly 'background-neutrals-controls-disabled'?: any;
90
+ readonly 'background-neutrals-scrolls'?: any;
91
+ readonly 'background-neutrals-inactive'?: any;
92
+ readonly 'background-neutrals-inactive-hover'?: any;
93
+ readonly 'background-primary-prominent'?: any;
94
+ readonly 'background-primary-prominent-hover'?: any;
95
+ readonly 'background-primary-prominent-active'?: any;
96
+ readonly 'background-primary-prominent-selected'?: any;
97
+ readonly 'background-primary-subtle'?: any;
98
+ readonly 'background-primary-subtle-hover'?: any;
99
+ readonly 'background-primary-subtle-active'?: any;
100
+ readonly 'background-primary-subtle-selected'?: any;
101
+ readonly 'background-danger-prominent'?: any;
102
+ readonly 'background-danger-prominent-hover'?: any;
103
+ readonly 'background-danger-prominent-active'?: any;
104
+ readonly 'background-danger'?: any;
55
105
  readonly 'background-danger-hover'?: any;
56
- readonly 'background-danger-idle'?: any;
57
- readonly 'background-default-active'?: any;
58
- readonly 'background-default-disabled'?: any;
59
- readonly 'background-default-hover'?: any;
60
- readonly 'background-default-idle'?: any;
61
- readonly 'background-default-selected'?: any;
62
- readonly 'background-default-selected-active'?: any;
63
- readonly 'background-info-idle'?: any;
64
- readonly 'background-primary'?: any;
65
- readonly 'background-secondary'?: any;
66
- readonly 'background-success-idle'?: any;
67
- readonly 'background-warning-idle'?: any;
68
- readonly 'border-cta-idle'?: any;
69
- readonly 'border-default-active'?: any;
70
- readonly 'border-default-error'?: any;
71
- readonly 'border-default-hover'?: any;
72
- readonly 'border-default-idle'?: any;
73
- readonly 'border-default-selected'?: any;
74
- readonly 'canvas-primary'?: any;
75
- readonly 'divider-default'?: any;
76
- readonly 'focus-ring-default'?: any;
77
- readonly 'font-cta-idle'?: any;
78
- readonly 'font-default-active'?: any;
79
- readonly 'font-default-disabled'?: any;
80
- readonly 'font-default-error'?: any;
81
- readonly 'font-default-hover'?: any;
82
- readonly 'font-default-idle'?: any;
83
- readonly 'font-default-selected'?: any;
84
- readonly 'font-default-visited'?: any;
85
- readonly 'font-primary'?: any;
86
- readonly 'font-secondary'?: any;
87
- readonly 'font-tertiary'?: any;
88
- readonly 'icon-cta-idle'?: any;
89
- readonly 'icon-default'?: any;
90
- readonly 'icon-default-active'?: any;
91
- readonly 'icon-default-disabled'?: any;
92
- readonly 'icon-default-error'?: any;
93
- readonly 'icon-default-hover'?: any;
94
- readonly 'icon-default-idle'?: any;
95
- readonly 'icon-default-selected'?: any;
106
+ readonly 'background-success'?: any;
107
+ readonly 'background-warning-subtle'?: any;
108
+ readonly 'background-warning-prominent'?: any;
109
+ readonly 'text-neutrals-inverted'?: any;
110
+ readonly 'text-neutrals'?: any;
111
+ readonly 'text-neutrals-subtle'?: any;
112
+ readonly 'text-neutrals-placeholder-only'?: any;
113
+ readonly 'text-neutrals-placeholder'?: any;
114
+ readonly 'text-neutrals-disabled'?: any;
115
+ readonly 'text-primary-inverted'?: any;
116
+ readonly 'text-primary'?: any;
117
+ readonly 'text-primary-hover'?: any;
118
+ readonly 'text-primary-active'?: any;
119
+ readonly 'text-primary-selected'?: any;
120
+ readonly 'text-primary-inverted-subtle'?: any;
121
+ readonly 'text-danger-inverted'?: any;
122
+ readonly 'text-danger'?: any;
123
+ readonly 'text-danger-hover'?: any;
124
+ readonly 'text-danger-active'?: any;
125
+ readonly 'text-success'?: any;
126
+ readonly 'text-warning'?: any;
127
+ readonly 'icon-neutrals-inverted'?: any;
128
+ readonly 'icon-neutrals'?: any;
129
+ readonly 'icon-neutrals-with-text'?: any;
130
+ readonly 'icon-neutrals-subtle'?: any;
131
+ readonly 'icon-neutrals-disabled'?: any;
132
+ readonly 'icon-neutrals-search'?: any;
133
+ readonly 'icon-neutrals-inactive'?: any;
134
+ readonly 'icon-neutrals-inactive-hover'?: any;
135
+ readonly 'icon-primary-inverted'?: any;
136
+ readonly 'icon-primary'?: any;
137
+ readonly 'icon-primary-hover'?: any;
138
+ readonly 'icon-primary-active'?: any;
139
+ readonly 'icon-primary-selected'?: any;
140
+ readonly 'icon-danger-inverted'?: any;
141
+ readonly 'icon-danger'?: any;
142
+ readonly 'icon-danger-hover'?: any;
143
+ readonly 'icon-danger-active'?: any;
144
+ readonly 'icon-success-inverted'?: any;
145
+ readonly 'icon-success'?: any;
146
+ readonly 'icon-warning'?: any;
147
+ readonly 'border-neutrals'?: any;
148
+ readonly 'border-neutrals-hover'?: any;
149
+ readonly 'border-neutrals-active'?: any;
150
+ readonly 'border-neutrals-disabled'?: any;
151
+ readonly 'border-neutrals-controls'?: any;
152
+ readonly 'border-neutrals-controls-disabled'?: any;
153
+ readonly 'border-neutrals-subtle'?: any;
154
+ readonly 'border-neutrals-inverted'?: any;
155
+ readonly 'border-primary'?: any;
156
+ readonly 'border-primary-hover'?: any;
157
+ readonly 'border-primary-active'?: any;
158
+ readonly 'border-primary-inverted'?: any;
159
+ readonly 'border-danger'?: any;
160
+ readonly 'border-success'?: any;
161
+ readonly 'border-warning'?: any;
96
162
  };
97
163
  'font-sizes': {
98
164
  readonly 150: "0.75rem";
@@ -357,7 +423,7 @@ declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
357
423
  };
358
424
  }>>> & _mirohq_design_system_stitches.CustomStylesProps, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "asChild" | "media" | "path" | "crossOrigin" | "href" | "max" | "method" | "min" | "name" | "size" | "target" | "type" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "end" | "local" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
359
425
  size?: "small" | "medium" | "large" | undefined;
360
- color?: "background-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | undefined;
426
+ color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-controls-disabled" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-subtle" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-primary-inverted-subtle" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-with-text" | "icon-neutrals-subtle" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
361
427
  }, {}>;
362
428
  declare type StyledIconProps = ComponentPropsWithRef<typeof StyledIcon>;
363
429
  interface IconProps extends StyledIconProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "0.2.2",
3
+ "version": "0.2.3-colors.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,10 +30,10 @@
30
30
  "react": "^16.14 || ^17"
31
31
  },
32
32
  "dependencies": {
33
- "@mirohq/design-system-link": "^1.1.3",
33
+ "@mirohq/design-system-link": "^1.1.4-colors.0",
34
34
  "@mirohq/design-system-primitive": "^1.0.4",
35
- "@mirohq/design-system-stitches": "^2.0.10",
36
- "@mirohq/design-system-utils": "^0.11.0"
35
+ "@mirohq/design-system-utils": "^0.11.0",
36
+ "@mirohq/design-system-stitches": "^2.0.11-colors.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@svgr/cli": "^6.5.1",