@mirohq/design-system-link 1.3.3 → 1.3.4
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 +13 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -127,6 +127,9 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
127
127
|
"background-primary-subtle-pressed-hover"?: any;
|
|
128
128
|
"background-primary-subtle-selected"?: any;
|
|
129
129
|
"background-success"?: any;
|
|
130
|
+
"background-success-prominent"?: any;
|
|
131
|
+
"background-success-prominent-active"?: any;
|
|
132
|
+
"background-success-prominent-hover"?: any;
|
|
130
133
|
"background-warning-prominent"?: any;
|
|
131
134
|
"background-warning-subtle"?: any;
|
|
132
135
|
"border-danger"?: any;
|
|
@@ -155,6 +158,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
155
158
|
"border-primary-hover"?: any;
|
|
156
159
|
"border-primary-inverted"?: any;
|
|
157
160
|
"border-success"?: any;
|
|
161
|
+
"border-success-active"?: any;
|
|
162
|
+
"border-success-hover"?: any;
|
|
158
163
|
"border-warning"?: any;
|
|
159
164
|
"icon-danger"?: any;
|
|
160
165
|
"icon-danger-active"?: any;
|
|
@@ -174,9 +179,12 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
174
179
|
"icon-primary-inverted"?: any;
|
|
175
180
|
"icon-primary-selected"?: any;
|
|
176
181
|
"icon-success"?: any;
|
|
182
|
+
"icon-success-active"?: any;
|
|
183
|
+
"icon-success-hover"?: any;
|
|
177
184
|
"icon-success-inverted"?: any;
|
|
178
185
|
"icon-warning"?: any;
|
|
179
186
|
"icon-warning-prominent"?: any;
|
|
187
|
+
"icon-warning-subtle"?: any;
|
|
180
188
|
"text-danger"?: any;
|
|
181
189
|
"text-danger-active"?: any;
|
|
182
190
|
"text-danger-hover"?: any;
|
|
@@ -198,7 +206,11 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
198
206
|
"text-primary-inverted-subtle"?: any;
|
|
199
207
|
"text-primary-selected"?: any;
|
|
200
208
|
"text-success"?: any;
|
|
209
|
+
"text-success-active"?: any;
|
|
210
|
+
"text-success-hover"?: any;
|
|
211
|
+
"text-success-inverted"?: any;
|
|
201
212
|
"text-warning"?: any;
|
|
213
|
+
"text-warning-subtle"?: any;
|
|
202
214
|
};
|
|
203
215
|
'font-sizes': {
|
|
204
216
|
readonly 150: "0.75rem";
|
|
@@ -241,6 +253,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
241
253
|
};
|
|
242
254
|
space: {
|
|
243
255
|
readonly 0: "0px";
|
|
256
|
+
readonly 25: "2px";
|
|
244
257
|
readonly 50: "4px";
|
|
245
258
|
readonly 100: "8px";
|
|
246
259
|
readonly 150: "12px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-link",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@react-aria/utils": "^3.13.0",
|
|
31
31
|
"@react-types/shared": "^3.16.0",
|
|
32
32
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
33
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
34
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.3.14",
|
|
34
|
+
"@mirohq/design-system-styles": "^1.1.11",
|
|
35
35
|
"@mirohq/design-system-utils": "^0.14.3"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|