@mirohq/design-system-base-button 0.4.23 → 0.4.24
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 +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -126,6 +126,9 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
126
126
|
"background-primary-subtle-pressed-hover"?: any;
|
|
127
127
|
"background-primary-subtle-selected"?: any;
|
|
128
128
|
"background-success"?: any;
|
|
129
|
+
"background-success-prominent"?: any;
|
|
130
|
+
"background-success-prominent-active"?: any;
|
|
131
|
+
"background-success-prominent-hover"?: any;
|
|
129
132
|
"background-warning-prominent"?: any;
|
|
130
133
|
"background-warning-subtle"?: any;
|
|
131
134
|
"border-danger"?: any;
|
|
@@ -154,6 +157,8 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
154
157
|
"border-primary-hover"?: any;
|
|
155
158
|
"border-primary-inverted"?: any;
|
|
156
159
|
"border-success"?: any;
|
|
160
|
+
"border-success-active"?: any;
|
|
161
|
+
"border-success-hover"?: any;
|
|
157
162
|
"border-warning"?: any;
|
|
158
163
|
"icon-danger"?: any;
|
|
159
164
|
"icon-danger-active"?: any;
|
|
@@ -173,9 +178,12 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
173
178
|
"icon-primary-inverted"?: any;
|
|
174
179
|
"icon-primary-selected"?: any;
|
|
175
180
|
"icon-success"?: any;
|
|
181
|
+
"icon-success-active"?: any;
|
|
182
|
+
"icon-success-hover"?: any;
|
|
176
183
|
"icon-success-inverted"?: any;
|
|
177
184
|
"icon-warning"?: any;
|
|
178
185
|
"icon-warning-prominent"?: any;
|
|
186
|
+
"icon-warning-subtle"?: any;
|
|
179
187
|
"text-danger"?: any;
|
|
180
188
|
"text-danger-active"?: any;
|
|
181
189
|
"text-danger-hover"?: any;
|
|
@@ -197,7 +205,11 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
197
205
|
"text-primary-inverted-subtle"?: any;
|
|
198
206
|
"text-primary-selected"?: any;
|
|
199
207
|
"text-success"?: any;
|
|
208
|
+
"text-success-active"?: any;
|
|
209
|
+
"text-success-hover"?: any;
|
|
210
|
+
"text-success-inverted"?: any;
|
|
200
211
|
"text-warning"?: any;
|
|
212
|
+
"text-warning-subtle"?: any;
|
|
201
213
|
};
|
|
202
214
|
'font-sizes': {
|
|
203
215
|
readonly 150: "0.75rem";
|
|
@@ -240,6 +252,7 @@ declare const StyledBaseButton: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
240
252
|
};
|
|
241
253
|
space: {
|
|
242
254
|
readonly 0: "0px";
|
|
255
|
+
readonly 25: "2px";
|
|
243
256
|
readonly 50: "4px";
|
|
244
257
|
readonly 100: "8px";
|
|
245
258
|
readonly 150: "12px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-base-button",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.24",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@react-types/shared": "^3.16.0",
|
|
32
32
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
33
33
|
"@mirohq/design-system-types": "^0.6.2",
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.3.14"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../../rollup.config.js",
|