@mirohq/design-system-icon-button 1.2.12-dropdown.1 → 1.2.13

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 +17 -11
  2. package/package.json +5 -9
package/dist/types.d.ts CHANGED
@@ -85,7 +85,6 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
85
85
  readonly 'background-danger-prominent-active'?: any;
86
86
  readonly 'background-danger-prominent-hover'?: any;
87
87
  readonly 'background-neutrals'?: any;
88
- readonly 'background-neutrals-body'?: any;
89
88
  readonly 'background-neutrals-container'?: any;
90
89
  readonly 'background-neutrals-controls-disabled'?: any;
91
90
  readonly 'background-neutrals-disabled'?: any;
@@ -93,6 +92,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
93
92
  readonly 'background-neutrals-inactive-hover'?: any;
94
93
  readonly 'background-neutrals-inverted'?: any;
95
94
  readonly 'background-neutrals-inverted-subtle'?: any;
95
+ readonly 'background-neutrals-page'?: any;
96
+ readonly 'background-neutrals-page-subtle'?: any;
96
97
  readonly 'background-neutrals-scrolls'?: any;
97
98
  readonly 'background-neutrals-scrolls-hover'?: any;
98
99
  readonly 'background-neutrals-subtle'?: any;
@@ -116,12 +117,11 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
116
117
  readonly 'text-neutrals'?: any;
117
118
  readonly 'text-neutrals-disabled'?: any;
118
119
  readonly 'text-neutrals-inverted'?: any;
119
- readonly 'text-neutrals-link'?: any;
120
- readonly 'text-neutrals-link-active'?: any;
121
- readonly 'text-neutrals-link-hover'?: any;
122
120
  readonly 'text-neutrals-placeholder'?: any;
123
121
  readonly 'text-neutrals-placeholder-only'?: any;
124
122
  readonly 'text-neutrals-subtle'?: any;
123
+ readonly 'text-neutrals-subtle-active'?: any;
124
+ readonly 'text-neutrals-subtle-hover'?: any;
125
125
  readonly 'text-primary'?: any;
126
126
  readonly 'text-primary-active'?: any;
127
127
  readonly 'text-primary-hover'?: any;
@@ -141,7 +141,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
141
141
  readonly 'icon-neutrals-inverted'?: any;
142
142
  readonly 'icon-neutrals-search'?: any;
143
143
  readonly 'icon-neutrals-subtle'?: any;
144
- readonly 'icon-neutrals-with-text'?: any;
144
+ readonly 'icon-neutrals-text'?: any;
145
145
  readonly 'icon-primary'?: any;
146
146
  readonly 'icon-primary-active'?: any;
147
147
  readonly 'icon-primary-hover'?: any;
@@ -150,7 +150,10 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
150
150
  readonly 'icon-success'?: any;
151
151
  readonly 'icon-success-inverted'?: any;
152
152
  readonly 'icon-warning'?: any;
153
+ readonly 'icon-warning-prominent'?: any;
153
154
  readonly 'border-danger'?: any;
155
+ readonly 'border-danger-active'?: any;
156
+ readonly 'border-danger-hover'?: any;
154
157
  readonly 'border-focus-inner'?: any;
155
158
  readonly 'border-focus-middle'?: any;
156
159
  readonly 'border-focus-outer'?: any;
@@ -162,6 +165,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
162
165
  readonly 'border-neutrals-hover'?: any;
163
166
  readonly 'border-neutrals-inverted'?: any;
164
167
  readonly 'border-neutrals-subtle'?: any;
168
+ readonly 'border-neutrals-text-subtle'?: any;
169
+ readonly 'border-neutrals-text-subtle-active'?: any;
170
+ readonly 'border-neutrals-text-subtle-hover'?: any;
165
171
  readonly 'border-primary'?: any;
166
172
  readonly 'border-primary-active'?: any;
167
173
  readonly 'border-primary-hover'?: any;
@@ -206,28 +212,28 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
206
212
  readonly 'icon-400': "32px";
207
213
  };
208
214
  space: {
209
- readonly 0: 0;
215
+ readonly none: 0;
210
216
  readonly 50: "4px";
211
217
  readonly 100: "8px";
212
218
  readonly 150: "12px";
213
219
  readonly 200: "16px";
214
220
  readonly 300: "24px";
215
221
  readonly 400: "32px";
216
- readonly 500: "40px";
222
+ readonly 500: "64px";
217
223
  readonly 600: "48px";
218
224
  readonly 800: "64px";
219
225
  readonly 1200: "96px";
220
226
  readonly 1600: "128px";
221
227
  };
222
228
  'space-gap': {
223
- readonly 0: any;
229
+ readonly none: any;
224
230
  readonly 50: any;
225
231
  readonly 100: any;
226
232
  readonly 200: any;
227
233
  readonly 300: any;
228
234
  };
229
235
  'space-inset': {
230
- readonly 0: any;
236
+ readonly none: any;
231
237
  readonly 50: any;
232
238
  readonly 100: any;
233
239
  readonly 150: any;
@@ -240,7 +246,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
240
246
  readonly 1600: any;
241
247
  };
242
248
  'space-offset': {
243
- readonly 0: any;
249
+ readonly none: any;
244
250
  readonly 50: any;
245
251
  readonly 100: any;
246
252
  readonly 150: any;
@@ -251,7 +257,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Pick<Omit<{
251
257
  readonly 800: any;
252
258
  readonly 1200: any;
253
259
  readonly 1600: any;
254
- readonly 'stacking-0': any;
260
+ readonly 'stacking-none': any;
255
261
  readonly 'stacking-100': any;
256
262
  readonly 'stacking-200': any;
257
263
  readonly 'stacking-300': any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icon-button",
3
- "version": "1.2.12-dropdown.1",
3
+ "version": "1.2.13",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,14 +26,10 @@
26
26
  "react": "^16.14 || ^17 || ^18"
27
27
  },
28
28
  "dependencies": {
29
- "@mirohq/design-system-badge": "^0.3.10-dropdown.0",
30
- "@mirohq/design-system-base-button": "^0.4.8-dropdown.1",
31
- "@mirohq/design-system-stitches": "^2.3.2-dropdown.0",
32
- "@mirohq/design-system-tooltip": "^3.2.12-dropdown.0"
33
- },
34
- "devDependencies": {
35
- "@mirohq/design-system-flex": "^2.1.12-dropdown.0",
36
- "@mirohq/design-system-icons": "^0.23.1-dropdown.0"
29
+ "@mirohq/design-system-badge": "^0.3.10",
30
+ "@mirohq/design-system-base-button": "^0.4.9",
31
+ "@mirohq/design-system-stitches": "^2.3.2",
32
+ "@mirohq/design-system-tooltip": "^3.2.12"
37
33
  },
38
34
  "scripts": {
39
35
  "build": "rollup -c ../../../rollup.config.js",