@mirohq/design-system-link 1.2.10 → 1.2.11-dropdown.1
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 +17 -11
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -91,7 +91,6 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
91
91
|
readonly 'background-danger-prominent-active'?: any;
|
|
92
92
|
readonly 'background-danger-prominent-hover'?: any;
|
|
93
93
|
readonly 'background-neutrals'?: any;
|
|
94
|
-
readonly 'background-neutrals-body'?: any;
|
|
95
94
|
readonly 'background-neutrals-container'?: any;
|
|
96
95
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
97
96
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -99,6 +98,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
99
98
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
100
99
|
readonly 'background-neutrals-inverted'?: any;
|
|
101
100
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
101
|
+
readonly 'background-neutrals-page'?: any;
|
|
102
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
102
103
|
readonly 'background-neutrals-scrolls'?: any;
|
|
103
104
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
104
105
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -122,12 +123,11 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
122
123
|
readonly 'text-neutrals'?: any;
|
|
123
124
|
readonly 'text-neutrals-disabled'?: any;
|
|
124
125
|
readonly 'text-neutrals-inverted'?: any;
|
|
125
|
-
readonly 'text-neutrals-link'?: any;
|
|
126
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
127
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
128
126
|
readonly 'text-neutrals-placeholder'?: any;
|
|
129
127
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
130
128
|
readonly 'text-neutrals-subtle'?: any;
|
|
129
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
130
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
131
131
|
readonly 'text-primary'?: any;
|
|
132
132
|
readonly 'text-primary-active'?: any;
|
|
133
133
|
readonly 'text-primary-hover'?: any;
|
|
@@ -147,7 +147,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
147
147
|
readonly 'icon-neutrals-inverted'?: any;
|
|
148
148
|
readonly 'icon-neutrals-search'?: any;
|
|
149
149
|
readonly 'icon-neutrals-subtle'?: any;
|
|
150
|
-
readonly 'icon-neutrals-
|
|
150
|
+
readonly 'icon-neutrals-text'?: any;
|
|
151
151
|
readonly 'icon-primary'?: any;
|
|
152
152
|
readonly 'icon-primary-active'?: any;
|
|
153
153
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -156,7 +156,10 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
156
156
|
readonly 'icon-success'?: any;
|
|
157
157
|
readonly 'icon-success-inverted'?: any;
|
|
158
158
|
readonly 'icon-warning'?: any;
|
|
159
|
+
readonly 'icon-warning-prominent'?: any;
|
|
159
160
|
readonly 'border-danger'?: any;
|
|
161
|
+
readonly 'border-danger-active'?: any;
|
|
162
|
+
readonly 'border-danger-hover'?: any;
|
|
160
163
|
readonly 'border-focus-inner'?: any;
|
|
161
164
|
readonly 'border-focus-middle'?: any;
|
|
162
165
|
readonly 'border-focus-outer'?: any;
|
|
@@ -168,6 +171,9 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
168
171
|
readonly 'border-neutrals-hover'?: any;
|
|
169
172
|
readonly 'border-neutrals-inverted'?: any;
|
|
170
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;
|
|
171
177
|
readonly 'border-primary'?: any;
|
|
172
178
|
readonly 'border-primary-active'?: any;
|
|
173
179
|
readonly 'border-primary-hover'?: any;
|
|
@@ -212,28 +218,28 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
212
218
|
readonly 'icon-400': "32px";
|
|
213
219
|
};
|
|
214
220
|
space: {
|
|
215
|
-
readonly
|
|
221
|
+
readonly 0: 0;
|
|
216
222
|
readonly 50: "4px";
|
|
217
223
|
readonly 100: "8px";
|
|
218
224
|
readonly 150: "12px";
|
|
219
225
|
readonly 200: "16px";
|
|
220
226
|
readonly 300: "24px";
|
|
221
227
|
readonly 400: "32px";
|
|
222
|
-
readonly 500: "
|
|
228
|
+
readonly 500: "40px";
|
|
223
229
|
readonly 600: "48px";
|
|
224
230
|
readonly 800: "64px";
|
|
225
231
|
readonly 1200: "96px";
|
|
226
232
|
readonly 1600: "128px";
|
|
227
233
|
};
|
|
228
234
|
'space-gap': {
|
|
229
|
-
readonly
|
|
235
|
+
readonly 0: any;
|
|
230
236
|
readonly 50: any;
|
|
231
237
|
readonly 100: any;
|
|
232
238
|
readonly 200: any;
|
|
233
239
|
readonly 300: any;
|
|
234
240
|
};
|
|
235
241
|
'space-inset': {
|
|
236
|
-
readonly
|
|
242
|
+
readonly 0: any;
|
|
237
243
|
readonly 50: any;
|
|
238
244
|
readonly 100: any;
|
|
239
245
|
readonly 150: any;
|
|
@@ -246,7 +252,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
246
252
|
readonly 1600: any;
|
|
247
253
|
};
|
|
248
254
|
'space-offset': {
|
|
249
|
-
readonly
|
|
255
|
+
readonly 0: any;
|
|
250
256
|
readonly 50: any;
|
|
251
257
|
readonly 100: any;
|
|
252
258
|
readonly 150: any;
|
|
@@ -257,7 +263,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
257
263
|
readonly 800: any;
|
|
258
264
|
readonly 1200: any;
|
|
259
265
|
readonly 1600: any;
|
|
260
|
-
readonly 'stacking-
|
|
266
|
+
readonly 'stacking-0': any;
|
|
261
267
|
readonly 'stacking-100': any;
|
|
262
268
|
readonly 'stacking-200': any;
|
|
263
269
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-link",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.11-dropdown.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@react-aria/utils": "^3.13.0",
|
|
32
32
|
"@react-types/link": "^3.3.0",
|
|
33
33
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-styles": "^1.0.24-dropdown.1",
|
|
35
|
+
"@mirohq/design-system-stitches": "^2.3.2-dropdown.0",
|
|
36
36
|
"@mirohq/design-system-utils": "^0.13.2"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|