@mirohq/design-system-icons 0.26.1 → 0.27.1-themes.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.
package/dist/types.d.ts CHANGED
@@ -4,14 +4,15 @@ import * as _stitches_react_types_css_util from '@stitches/react/types/css-util'
4
4
  import * as react from 'react';
5
5
  import { ForwardRefExoticComponent, RefAttributes, ComponentPropsWithRef } from 'react';
6
6
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
7
+ import * as packages_themes_src_alias_keys from 'packages/themes/src/alias-keys';
7
8
  import { iconSymbol } from '@mirohq/design-system-base-icon';
8
9
 
9
10
  declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
10
- color?: "background-danger" | "background-danger-hover" | "background-danger-prominent" | "background-danger-prominent-active" | "background-danger-prominent-hover" | "background-neutrals" | "background-neutrals-container" | "background-neutrals-controls-disabled" | "background-neutrals-disabled" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-page" | "background-neutrals-page-subtle" | "background-neutrals-scrolls" | "background-neutrals-scrolls-hover" | "background-neutrals-subtle" | "background-neutrals-subtle-active" | "background-neutrals-subtle-hover" | "background-primary-prominent" | "background-primary-prominent-active" | "background-primary-prominent-hover" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-active" | "background-primary-subtle-hover" | "background-primary-subtle-selected" | "background-success" | "background-warning-prominent" | "background-warning-subtle" | "text-danger" | "text-danger-active" | "text-danger-hover" | "text-danger-inverted" | "text-neutrals" | "text-neutrals-disabled" | "text-neutrals-inverted" | "text-neutrals-placeholder" | "text-neutrals-placeholder-only" | "text-neutrals-subtle" | "text-neutrals-subtle-active" | "text-neutrals-subtle-hover" | "text-primary" | "text-primary-active" | "text-primary-hover" | "text-primary-inverted" | "text-primary-inverted-subtle" | "text-primary-selected" | "text-success" | "text-warning" | "icon-danger" | "icon-danger-active" | "icon-danger-hover" | "icon-danger-inverted" | "icon-neutrals" | "icon-neutrals-disabled" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-neutrals-inverted" | "icon-neutrals-search" | "icon-neutrals-subtle" | "icon-neutrals-text" | "icon-primary" | "icon-primary-active" | "icon-primary-hover" | "icon-primary-inverted" | "icon-primary-selected" | "icon-success" | "icon-success-inverted" | "icon-warning" | "icon-warning-prominent" | "border-danger" | "border-danger-active" | "border-danger-hover" | "border-focus-inner" | "border-focus-middle" | "border-focus-outer" | "border-neutrals" | "border-neutrals-active" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-disabled" | "border-neutrals-hover" | "border-neutrals-inverted" | "border-neutrals-subtle" | "border-neutrals-text-subtle" | "border-neutrals-text-subtle-active" | "border-neutrals-text-subtle-hover" | "border-primary" | "border-primary-active" | "border-primary-hover" | "border-primary-inverted" | "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
+ color?: packages_themes_src_alias_keys.AliasColorsKeys | "black" | "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" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-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" | "transparent" | "white" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | undefined;
11
12
  size?: "small" | "medium" | "large" | undefined;
12
13
  weight?: "bold" | "thin" | "normal" | undefined;
13
14
  }, "size" | "weight" | "color"> & _stitches_react_types_styled_component.TransformProps<{
14
- color?: "background-danger" | "background-danger-hover" | "background-danger-prominent" | "background-danger-prominent-active" | "background-danger-prominent-hover" | "background-neutrals" | "background-neutrals-container" | "background-neutrals-controls-disabled" | "background-neutrals-disabled" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-page" | "background-neutrals-page-subtle" | "background-neutrals-scrolls" | "background-neutrals-scrolls-hover" | "background-neutrals-subtle" | "background-neutrals-subtle-active" | "background-neutrals-subtle-hover" | "background-primary-prominent" | "background-primary-prominent-active" | "background-primary-prominent-hover" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-active" | "background-primary-subtle-hover" | "background-primary-subtle-selected" | "background-success" | "background-warning-prominent" | "background-warning-subtle" | "text-danger" | "text-danger-active" | "text-danger-hover" | "text-danger-inverted" | "text-neutrals" | "text-neutrals-disabled" | "text-neutrals-inverted" | "text-neutrals-placeholder" | "text-neutrals-placeholder-only" | "text-neutrals-subtle" | "text-neutrals-subtle-active" | "text-neutrals-subtle-hover" | "text-primary" | "text-primary-active" | "text-primary-hover" | "text-primary-inverted" | "text-primary-inverted-subtle" | "text-primary-selected" | "text-success" | "text-warning" | "icon-danger" | "icon-danger-active" | "icon-danger-hover" | "icon-danger-inverted" | "icon-neutrals" | "icon-neutrals-disabled" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-neutrals-inverted" | "icon-neutrals-search" | "icon-neutrals-subtle" | "icon-neutrals-text" | "icon-primary" | "icon-primary-active" | "icon-primary-hover" | "icon-primary-inverted" | "icon-primary-selected" | "icon-success" | "icon-success-inverted" | "icon-warning" | "icon-warning-prominent" | "border-danger" | "border-danger-active" | "border-danger-hover" | "border-focus-inner" | "border-focus-middle" | "border-focus-outer" | "border-neutrals" | "border-neutrals-active" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-disabled" | "border-neutrals-hover" | "border-neutrals-inverted" | "border-neutrals-subtle" | "border-neutrals-text-subtle" | "border-neutrals-text-subtle-active" | "border-neutrals-text-subtle-hover" | "border-primary" | "border-primary-active" | "border-primary-hover" | "border-primary-inverted" | "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;
15
+ color?: packages_themes_src_alias_keys.AliasColorsKeys | "black" | "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" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-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" | "transparent" | "white" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | undefined;
15
16
  size?: "small" | "medium" | "large" | undefined;
16
17
  weight?: "bold" | "thin" | "normal" | undefined;
17
18
  }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Omit<react.SVGProps<SVGSVGElement>, "ref"> & {
@@ -27,6 +28,7 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
27
28
  readonly lg: "4px";
28
29
  };
29
30
  colors: {
31
+ readonly black: any;
30
32
  readonly 'blue-100': any;
31
33
  readonly 'blue-200': any;
32
34
  readonly 'blue-300': any;
@@ -46,6 +48,15 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
46
48
  readonly 'gray-700': any;
47
49
  readonly 'gray-800': any;
48
50
  readonly 'gray-900': any;
51
+ readonly 'green-100': any;
52
+ readonly 'green-200': any;
53
+ readonly 'green-300': any;
54
+ readonly 'green-400': any;
55
+ readonly 'green-500': any;
56
+ readonly 'green-600': any;
57
+ readonly 'green-700': any;
58
+ readonly 'green-800': any;
59
+ readonly 'green-900': any;
49
60
  readonly 'indigo-100': any;
50
61
  readonly 'indigo-200': any;
51
62
  readonly 'indigo-300': any;
@@ -64,6 +75,8 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
64
75
  readonly 'red-700': any;
65
76
  readonly 'red-800': any;
66
77
  readonly 'red-900': any;
78
+ readonly transparent: any;
79
+ readonly white: any;
67
80
  readonly 'yellow-100': any;
68
81
  readonly 'yellow-200': any;
69
82
  readonly 'yellow-300': any;
@@ -73,113 +86,112 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
73
86
  readonly 'yellow-700': any;
74
87
  readonly 'yellow-800': any;
75
88
  readonly 'yellow-900': any;
76
- readonly 'green-100': any;
77
- readonly 'green-200': any;
78
- readonly 'green-300': any;
79
- readonly 'green-400': any;
80
- readonly 'green-500': any;
81
- readonly 'green-600': any;
82
- readonly 'green-700': any;
83
- readonly 'green-800': any;
84
- readonly 'green-900': any;
85
- readonly black: any;
86
- readonly white: any;
87
- readonly transparent: any;
88
- readonly 'background-danger'?: any;
89
- readonly 'background-danger-hover'?: any;
90
- readonly 'background-danger-prominent'?: any;
91
- readonly 'background-danger-prominent-active'?: any;
92
- readonly 'background-danger-prominent-hover'?: any;
93
- readonly 'background-neutrals'?: any;
94
- readonly 'background-neutrals-container'?: any;
95
- readonly 'background-neutrals-controls-disabled'?: any;
96
- readonly 'background-neutrals-disabled'?: any;
97
- readonly 'background-neutrals-inactive'?: any;
98
- readonly 'background-neutrals-inactive-hover'?: any;
99
- readonly 'background-neutrals-inverted'?: any;
100
- readonly 'background-neutrals-inverted-subtle'?: any;
101
- readonly 'background-neutrals-page'?: any;
102
- readonly 'background-neutrals-page-subtle'?: any;
103
- readonly 'background-neutrals-scrolls'?: any;
104
- readonly 'background-neutrals-scrolls-hover'?: any;
105
- readonly 'background-neutrals-subtle'?: any;
106
- readonly 'background-neutrals-subtle-active'?: any;
107
- readonly 'background-neutrals-subtle-hover'?: any;
108
- readonly 'background-primary-prominent'?: any;
109
- readonly 'background-primary-prominent-active'?: any;
110
- readonly 'background-primary-prominent-hover'?: any;
111
- readonly 'background-primary-prominent-selected'?: any;
112
- readonly 'background-primary-subtle'?: any;
113
- readonly 'background-primary-subtle-active'?: any;
114
- readonly 'background-primary-subtle-hover'?: any;
115
- readonly 'background-primary-subtle-selected'?: any;
116
- readonly 'background-success'?: any;
117
- readonly 'background-warning-prominent'?: any;
118
- readonly 'background-warning-subtle'?: any;
119
- readonly 'text-danger'?: any;
120
- readonly 'text-danger-active'?: any;
121
- readonly 'text-danger-hover'?: any;
122
- readonly 'text-danger-inverted'?: any;
123
- readonly 'text-neutrals'?: any;
124
- readonly 'text-neutrals-disabled'?: any;
125
- readonly 'text-neutrals-inverted'?: any;
126
- readonly 'text-neutrals-placeholder'?: any;
127
- readonly 'text-neutrals-placeholder-only'?: any;
128
- readonly 'text-neutrals-subtle'?: any;
129
- readonly 'text-neutrals-subtle-active'?: any;
130
- readonly 'text-neutrals-subtle-hover'?: any;
131
- readonly 'text-primary'?: any;
132
- readonly 'text-primary-active'?: any;
133
- readonly 'text-primary-hover'?: any;
134
- readonly 'text-primary-inverted'?: any;
135
- readonly 'text-primary-inverted-subtle'?: any;
136
- readonly 'text-primary-selected'?: any;
137
- readonly 'text-success'?: any;
138
- readonly 'text-warning'?: any;
139
- readonly 'icon-danger'?: any;
140
- readonly 'icon-danger-active'?: any;
141
- readonly 'icon-danger-hover'?: any;
142
- readonly 'icon-danger-inverted'?: any;
143
- readonly 'icon-neutrals'?: any;
144
- readonly 'icon-neutrals-disabled'?: any;
145
- readonly 'icon-neutrals-inactive'?: any;
146
- readonly 'icon-neutrals-inactive-hover'?: any;
147
- readonly 'icon-neutrals-inverted'?: any;
148
- readonly 'icon-neutrals-search'?: any;
149
- readonly 'icon-neutrals-subtle'?: any;
150
- readonly 'icon-neutrals-text'?: any;
151
- readonly 'icon-primary'?: any;
152
- readonly 'icon-primary-active'?: any;
153
- readonly 'icon-primary-hover'?: any;
154
- readonly 'icon-primary-inverted'?: any;
155
- readonly 'icon-primary-selected'?: any;
156
- readonly 'icon-success'?: any;
157
- readonly 'icon-success-inverted'?: any;
158
- readonly 'icon-warning'?: any;
159
- readonly 'icon-warning-prominent'?: any;
160
- readonly 'border-danger'?: any;
161
- readonly 'border-danger-active'?: any;
162
- readonly 'border-danger-hover'?: any;
163
- readonly 'border-focus-inner'?: any;
164
- readonly 'border-focus-middle'?: any;
165
- readonly 'border-focus-outer'?: any;
166
- readonly 'border-neutrals'?: any;
167
- readonly 'border-neutrals-active'?: any;
168
- readonly 'border-neutrals-controls'?: any;
169
- readonly 'border-neutrals-controls-disabled'?: any;
170
- readonly 'border-neutrals-disabled'?: any;
171
- readonly 'border-neutrals-hover'?: any;
172
- readonly 'border-neutrals-inverted'?: any;
173
- readonly 'border-neutrals-subtle'?: any;
174
- readonly 'border-neutrals-text-subtle'?: any;
175
- readonly 'border-neutrals-text-subtle-active'?: any;
176
- readonly 'border-neutrals-text-subtle-hover'?: any;
177
- readonly 'border-primary'?: any;
178
- readonly 'border-primary-active'?: any;
179
- readonly 'border-primary-hover'?: any;
180
- readonly 'border-primary-inverted'?: any;
181
- readonly 'border-success'?: any;
182
- readonly 'border-warning'?: any;
89
+ "background-alpha-active"?: any;
90
+ "background-alpha-hover"?: any;
91
+ "background-danger-prominent"?: any;
92
+ "background-danger-prominent-active"?: any;
93
+ "background-danger-prominent-hover"?: any;
94
+ "background-danger-subtle"?: any;
95
+ "background-danger-subtle-active"?: any;
96
+ "background-danger-subtle-hover"?: any;
97
+ "background-neutrals"?: any;
98
+ "background-neutrals-active"?: any;
99
+ "background-neutrals-container"?: any;
100
+ "background-neutrals-controls-disabled"?: any;
101
+ "background-neutrals-disabled"?: any;
102
+ "background-neutrals-hover"?: any;
103
+ "background-neutrals-inactive"?: any;
104
+ "background-neutrals-inactive-hover"?: any;
105
+ "background-neutrals-inverted"?: any;
106
+ "background-neutrals-inverted-subtle"?: any;
107
+ "background-neutrals-page"?: any;
108
+ "background-neutrals-page-subtle"?: any;
109
+ "background-neutrals-scrolls"?: any;
110
+ "background-neutrals-scrolls-hover"?: any;
111
+ "background-neutrals-subtle"?: any;
112
+ "background-neutrals-subtle-active"?: any;
113
+ "background-neutrals-subtle-hover"?: any;
114
+ "background-primary-prominent"?: any;
115
+ "background-primary-prominent-active"?: any;
116
+ "background-primary-prominent-hover"?: any;
117
+ "background-primary-prominent-selected"?: any;
118
+ "background-primary-subtle"?: any;
119
+ "background-primary-subtle-active"?: any;
120
+ "background-primary-subtle-hover"?: any;
121
+ "background-primary-subtle-selected"?: any;
122
+ "background-success"?: any;
123
+ "background-warning-prominent"?: any;
124
+ "background-warning-subtle"?: any;
125
+ "border-danger"?: any;
126
+ "border-danger-active"?: any;
127
+ "border-danger-hover"?: any;
128
+ "border-focus-inner"?: any;
129
+ "border-focus-middle"?: any;
130
+ "border-focus-outer"?: any;
131
+ "border-neutrals"?: any;
132
+ "border-neutrals-active"?: any;
133
+ "border-neutrals-controls"?: any;
134
+ "border-neutrals-controls-disabled"?: any;
135
+ "border-neutrals-disabled"?: any;
136
+ "border-neutrals-hover"?: any;
137
+ "border-neutrals-inverted"?: any;
138
+ "border-neutrals-subtle"?: any;
139
+ "border-neutrals-text"?: any;
140
+ "border-neutrals-text-active"?: any;
141
+ "border-neutrals-text-hover"?: any;
142
+ "border-neutrals-text-subtle"?: any;
143
+ "border-neutrals-text-subtle-active"?: any;
144
+ "border-neutrals-text-subtle-hover"?: any;
145
+ "border-neutrals-transparent"?: any;
146
+ "border-primary"?: any;
147
+ "border-primary-active"?: any;
148
+ "border-primary-hover"?: any;
149
+ "border-primary-inverted"?: any;
150
+ "border-success"?: any;
151
+ "border-warning"?: any;
152
+ "icon-danger"?: any;
153
+ "icon-danger-active"?: any;
154
+ "icon-danger-hover"?: any;
155
+ "icon-danger-inverted"?: any;
156
+ "icon-neutrals"?: any;
157
+ "icon-neutrals-disabled"?: any;
158
+ "icon-neutrals-inactive"?: any;
159
+ "icon-neutrals-inactive-hover"?: any;
160
+ "icon-neutrals-inverted"?: any;
161
+ "icon-neutrals-search"?: any;
162
+ "icon-neutrals-subtle"?: any;
163
+ "icon-neutrals-text"?: any;
164
+ "icon-primary"?: any;
165
+ "icon-primary-active"?: any;
166
+ "icon-primary-hover"?: any;
167
+ "icon-primary-inverted"?: any;
168
+ "icon-primary-selected"?: any;
169
+ "icon-success"?: any;
170
+ "icon-success-inverted"?: any;
171
+ "icon-warning"?: any;
172
+ "icon-warning-prominent"?: any;
173
+ "text-danger"?: any;
174
+ "text-danger-active"?: any;
175
+ "text-danger-hover"?: any;
176
+ "text-danger-inverted"?: any;
177
+ "text-neutrals"?: any;
178
+ "text-neutrals-active"?: any;
179
+ "text-neutrals-disabled"?: any;
180
+ "text-neutrals-hover"?: any;
181
+ "text-neutrals-inverted"?: any;
182
+ "text-neutrals-placeholder"?: any;
183
+ "text-neutrals-placeholder-only"?: any;
184
+ "text-neutrals-subtle"?: any;
185
+ "text-neutrals-subtle-active"?: any;
186
+ "text-neutrals-subtle-hover"?: any;
187
+ "text-primary"?: any;
188
+ "text-primary-active"?: any;
189
+ "text-primary-hover"?: any;
190
+ "text-primary-inverted"?: any;
191
+ "text-primary-inverted-subtle"?: any;
192
+ "text-primary-selected"?: any;
193
+ "text-success"?: any;
194
+ "text-warning"?: any;
183
195
  };
184
196
  'font-sizes': {
185
197
  readonly 150: "0.75rem";
@@ -466,7 +478,7 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<{
466
478
  }> & {
467
479
  children?: react.ReactNode;
468
480
  } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
469
- color?: "background-danger" | "background-danger-hover" | "background-danger-prominent" | "background-danger-prominent-active" | "background-danger-prominent-hover" | "background-neutrals" | "background-neutrals-container" | "background-neutrals-controls-disabled" | "background-neutrals-disabled" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-page" | "background-neutrals-page-subtle" | "background-neutrals-scrolls" | "background-neutrals-scrolls-hover" | "background-neutrals-subtle" | "background-neutrals-subtle-active" | "background-neutrals-subtle-hover" | "background-primary-prominent" | "background-primary-prominent-active" | "background-primary-prominent-hover" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-active" | "background-primary-subtle-hover" | "background-primary-subtle-selected" | "background-success" | "background-warning-prominent" | "background-warning-subtle" | "text-danger" | "text-danger-active" | "text-danger-hover" | "text-danger-inverted" | "text-neutrals" | "text-neutrals-disabled" | "text-neutrals-inverted" | "text-neutrals-placeholder" | "text-neutrals-placeholder-only" | "text-neutrals-subtle" | "text-neutrals-subtle-active" | "text-neutrals-subtle-hover" | "text-primary" | "text-primary-active" | "text-primary-hover" | "text-primary-inverted" | "text-primary-inverted-subtle" | "text-primary-selected" | "text-success" | "text-warning" | "icon-danger" | "icon-danger-active" | "icon-danger-hover" | "icon-danger-inverted" | "icon-neutrals" | "icon-neutrals-disabled" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-neutrals-inverted" | "icon-neutrals-search" | "icon-neutrals-subtle" | "icon-neutrals-text" | "icon-primary" | "icon-primary-active" | "icon-primary-hover" | "icon-primary-inverted" | "icon-primary-selected" | "icon-success" | "icon-success-inverted" | "icon-warning" | "icon-warning-prominent" | "border-danger" | "border-danger-active" | "border-danger-hover" | "border-focus-inner" | "border-focus-middle" | "border-focus-outer" | "border-neutrals" | "border-neutrals-active" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-disabled" | "border-neutrals-hover" | "border-neutrals-inverted" | "border-neutrals-subtle" | "border-neutrals-text-subtle" | "border-neutrals-text-subtle-active" | "border-neutrals-text-subtle-hover" | "border-primary" | "border-primary-active" | "border-primary-hover" | "border-primary-inverted" | "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;
481
+ color?: packages_themes_src_alias_keys.AliasColorsKeys | "black" | "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" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-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" | "transparent" | "white" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | undefined;
470
482
  size?: "small" | "medium" | "large" | undefined;
471
483
  weight?: "bold" | "thin" | "normal" | undefined;
472
484
  }, {}>;
@@ -832,6 +844,10 @@ declare const IconHouse: IconComponentType;
832
844
 
833
845
  declare const IconImage: IconComponentType;
834
846
 
847
+ declare const IconIndentLeft: IconComponentType;
848
+
849
+ declare const IconIndentRight: IconComponentType;
850
+
835
851
  declare const IconInformationMarkCircle: IconComponentType;
836
852
 
837
853
  declare const IconKanban: IconComponentType;
@@ -1188,6 +1204,8 @@ declare const IconTextAlignCenter: IconComponentType;
1188
1204
 
1189
1205
  declare const IconTextAlignLeft: IconComponentType;
1190
1206
 
1207
+ declare const IconTextAlignRight: IconComponentType;
1208
+
1191
1209
  declare const IconTextBBoldItalicUnderlined: IconComponentType;
1192
1210
 
1193
1211
  declare const IconTextBBold: IconComponentType;
@@ -1280,4 +1298,4 @@ declare const IconViewSideLeft: IconComponentType;
1280
1298
 
1281
1299
  declare const IconWallet: IconComponentType;
1282
1300
 
1283
- export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrush, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconColumnsThree, IconComponentType, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDistributeHorizontal, IconDistributeVertical, IconDotsNine, IconDotsThree, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusSquare, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialYoutube, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
1301
+ export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrush, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconColumnsThree, IconComponentType, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDistributeHorizontal, IconDistributeVertical, IconDotsNine, IconDotsThree, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusSquare, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialYoutube, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "0.26.1",
3
+ "version": "0.27.1-themes.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,10 +31,10 @@
31
31
  "react": "^16.14 || ^17 || ^18"
32
32
  },
33
33
  "dependencies": {
34
- "@mirohq/design-system-base-icon": "^0.1.3",
35
- "@mirohq/design-system-link": "^1.2.16",
34
+ "@mirohq/design-system-base-icon": "^0.1.4-themes.0",
35
+ "@mirohq/design-system-link": "^1.2.17-themes.0",
36
36
  "@mirohq/design-system-primitive": "^1.1.0",
37
- "@mirohq/design-system-stitches": "^2.3.4",
37
+ "@mirohq/design-system-stitches": "^2.3.5-themes.0",
38
38
  "@mirohq/design-system-utils": "^0.14.1"
39
39
  },
40
40
  "devDependencies": {
@@ -20,10 +20,17 @@ export const IconArrowElbowDownRight: IconComponentType = forwardRef(
20
20
  fill: 'none',
21
21
  ref: forwardRef,
22
22
  },
23
- <path
24
- fill='currentColor'
25
- d='M4 15h-1c0 .5523.4477 1 1 1v-1Zm17 0 .7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-3.2929-4.7071c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142l1.4142-1.4142Zm-1.4142 8c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm-11.2929-13.2929c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-1 11h17v-2h-17v2Zm17.7071-1.7071-4-4-1.4142 1.4142 4 4 1.4142-1.4142Zm-1.4142 0-4 4 1.4142 1.4142 4-4-1.4142-1.4142Zm-15.2929.7071v-10h-2v10h2Z'
26
- />
23
+ <g clipPath='url(#clip0_4109_692)'>
24
+ <path
25
+ fill='currentColor'
26
+ d='M4 15h-1c0 .5523.4477 1 1 1v-1Zm17 0 .7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-3.2929-4.7071c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142l1.4142-1.4142Zm-1.4142 8c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm-11.2929-13.2929c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-1 11h17v-2h-17v2Zm17.7071-1.7071-4-4-1.4142 1.4142 4 4 1.4142-1.4142Zm-1.4142 0-4 4 1.4142 1.4142 4-4-1.4142-1.4142Zm-15.2929.7071v-10h-2v10h2Z'
27
+ />
28
+ </g>,
29
+ <defs>
30
+ <clipPath id='clip0_4109_692'>
31
+ <path fill='none' d='M0 0h24v24h-24z' />
32
+ </clipPath>
33
+ </defs>
27
34
  )
28
35
  )
29
36
 
@@ -20,16 +20,16 @@ export const IconDiagramCardLarge2: IconComponentType = forwardRef(
20
20
  fill: 'none',
21
21
  ref: forwardRef,
22
22
  },
23
+ <path
24
+ fill='currentColor'
25
+ d='M9 8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM7 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM10 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM15 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM18 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z'
26
+ />,
23
27
  <path
24
28
  stroke='currentColor'
25
29
  strokeLinecap='round'
26
30
  strokeLinejoin='round'
27
31
  strokeWidth='var(--svg-stroke-width)'
28
32
  d='M12 7h6m-6 4h6m-15-8h18v18h-18v-18Z'
29
- />,
30
- <path
31
- fill='currentColor'
32
- d='M9 8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM7 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM10 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM15 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM18 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z'
33
33
  />
34
34
  )
35
35
  )
@@ -20,16 +20,16 @@ export const IconDiagramCardLarge3: IconComponentType = forwardRef(
20
20
  fill: 'none',
21
21
  ref: forwardRef,
22
22
  },
23
+ <path
24
+ fill='currentColor'
25
+ d='M8 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM13 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM17 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z'
26
+ />,
23
27
  <path
24
28
  stroke='currentColor'
25
29
  strokeLinecap='round'
26
30
  strokeLinejoin='round'
27
31
  strokeWidth='var(--svg-stroke-width)'
28
32
  d='M7 7h7m-7 4h7m-11 4v6h18v-6m-18 0v-12h18v12m-18 0h18'
29
- />,
30
- <path
31
- fill='currentColor'
32
- d='M8 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM13 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM17 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z'
33
33
  />
34
34
  )
35
35
  )
@@ -20,16 +20,16 @@ export const IconDiagramCardLarge4: IconComponentType = forwardRef(
20
20
  fill: 'none',
21
21
  ref: forwardRef,
22
22
  },
23
+ <path
24
+ fill='currentColor'
25
+ d='M7 10c1.1046 0 2-.8954 2-2s-.8954-2-2-2-2 .8954-2 2 .8954 2 2 2ZM7 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM12 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM18 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z'
26
+ />,
23
27
  <path
24
28
  stroke='currentColor'
25
29
  strokeLinecap='round'
26
30
  strokeLinejoin='round'
27
31
  strokeWidth='var(--svg-stroke-width)'
28
32
  d='M12 7h6m-6 4h6m-15 4v6h18v-6m-18 0v-12h18v12m-18 0h18'
29
- />,
30
- <path
31
- fill='currentColor'
32
- d='M7 10c1.1046 0 2-.8954 2-2s-.8954-2-2-2-2 .8954-2 2 .8954 2 2 2ZM7 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM12 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM18 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z'
33
33
  />
34
34
  )
35
35
  )
@@ -20,14 +20,14 @@ export const IconDiagramCardSmall2: IconComponentType = forwardRef(
20
20
  fill: 'none',
21
21
  ref: forwardRef,
22
22
  },
23
+ <circle cx={7} cy={12} r={2} fill='currentColor' />,
23
24
  <path
24
25
  stroke='currentColor'
25
26
  strokeLinecap='round'
26
27
  strokeLinejoin='round'
27
28
  strokeWidth='var(--svg-stroke-width)'
28
29
  d='M18 12h-6.5m-8.5-5h18v10h-18v-10Z'
29
- />,
30
- <circle cx={7} cy={12} r={2} fill='currentColor' />
30
+ />
31
31
  )
32
32
  )
33
33
 
@@ -20,14 +20,14 @@ export const IconDiagramCardSmall3: IconComponentType = forwardRef(
20
20
  fill: 'none',
21
21
  ref: forwardRef,
22
22
  },
23
+ <path fill='currentColor' d='M13 7h8v10h-8z' />,
23
24
  <path
24
25
  stroke='currentColor'
25
26
  strokeLinecap='round'
26
27
  strokeLinejoin='round'
27
28
  strokeWidth='var(--svg-stroke-width)'
28
29
  d='M6 11h4m-7-4h18v10h-18v-10Z'
29
- />,
30
- <path fill='currentColor' d='M13 7h8v10h-8z' />
30
+ />
31
31
  )
32
32
  )
33
33
 
@@ -0,0 +1,42 @@
1
+ /**
2
+ * DO NOT MODIFY THIS FILE.
3
+ * This file was generated by sync icons utility.
4
+ */
5
+ import React, { forwardRef, createElement } from 'react'
6
+ import { iconSymbol } from '@mirohq/design-system-base-icon'
7
+
8
+ import { StyledIcon } from '../src/icon'
9
+ import type { IconComponentType } from '../src/icon'
10
+
11
+ export const IconIndentLeft: IconComponentType = forwardRef(
12
+ ({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
13
+ createElement(
14
+ StyledIcon,
15
+ {
16
+ ...props,
17
+ weight,
18
+ size,
19
+ viewBox: '0 0 24 24',
20
+ fill: 'none',
21
+ ref: forwardRef,
22
+ },
23
+ <path
24
+ fill='currentColor'
25
+ d='M7 14.5683v-5.1366c0-.3838-.464-.576-.7355-.3046l-2.5683 2.5682a.431.431 0 0 0 0 .6094l2.5683 2.5682c.2714.2715.7355.0792.7355-.3046Z'
26
+ />,
27
+ <path
28
+ stroke='currentColor'
29
+ strokeLinecap='round'
30
+ strokeLinejoin='round'
31
+ strokeWidth='var(--svg-stroke-width)'
32
+ d='M5 6h14m-8 6h8m-14 6h14'
33
+ />,
34
+ <path
35
+ stroke='currentColor'
36
+ strokeWidth='var(--svg-stroke-width)'
37
+ d='M11.8097 12.3875v.0001'
38
+ />
39
+ )
40
+ )
41
+
42
+ IconIndentLeft[iconSymbol] = true
@@ -0,0 +1,42 @@
1
+ /**
2
+ * DO NOT MODIFY THIS FILE.
3
+ * This file was generated by sync icons utility.
4
+ */
5
+ import React, { forwardRef, createElement } from 'react'
6
+ import { iconSymbol } from '@mirohq/design-system-base-icon'
7
+
8
+ import { StyledIcon } from '../src/icon'
9
+ import type { IconComponentType } from '../src/icon'
10
+
11
+ export const IconIndentRight: IconComponentType = forwardRef(
12
+ ({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
13
+ createElement(
14
+ StyledIcon,
15
+ {
16
+ ...props,
17
+ weight,
18
+ size,
19
+ viewBox: '0 0 24 24',
20
+ fill: 'none',
21
+ ref: forwardRef,
22
+ },
23
+ <path
24
+ stroke='currentColor'
25
+ strokeLinecap='round'
26
+ strokeLinejoin='round'
27
+ strokeWidth='var(--svg-stroke-width)'
28
+ d='M5 6h14m-8 6h8m-14 6h14'
29
+ />,
30
+ <path
31
+ stroke='currentColor'
32
+ strokeWidth='var(--svg-stroke-width)'
33
+ d='M11.8097 12.3875v.0001'
34
+ />,
35
+ <path
36
+ fill='currentColor'
37
+ d='M4.04 14.5683v-5.1366c0-.3838.4641-.576.7355-.3046l2.5683 2.5682a.431.431 0 0 1 0 .6094l-2.5683 2.5682c-.2714.2715-.7355.0792-.7355-.3046Z'
38
+ />
39
+ )
40
+ )
41
+
42
+ IconIndentRight[iconSymbol] = true