@amboss/design-system 1.6.0 → 1.7.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/build/build-tokens/visualConfig.d.ts +8 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/src/components/Patterns/ButtonGroup/ButtonGroup.d.ts +15 -0
- package/build/src/components/Patterns/Modal/Modal.d.ts +28 -0
- package/build/src/components/Portal/Portal.d.ts +7 -0
- package/build/src/components/Stack/Stack.d.ts +1 -2
- package/build/src/index.d.ts +3 -1
- package/build/src/shared/mediaQueries.d.ts +2 -0
- package/build/src/shared/useOnEscapePress.d.ts +2 -0
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@ declare type Variables = {
|
|
|
6
6
|
"whiteTransparent02": string;
|
|
7
7
|
"whiteTransparent03": string;
|
|
8
8
|
"black": string;
|
|
9
|
+
"blackTransparent02": string;
|
|
9
10
|
};
|
|
10
11
|
"green": {
|
|
11
12
|
"regular": string;
|
|
@@ -218,6 +219,9 @@ declare type Variables = {
|
|
|
218
219
|
"dropdownMenu": {
|
|
219
220
|
"width": string;
|
|
220
221
|
};
|
|
222
|
+
"modal": {
|
|
223
|
+
"width": string;
|
|
224
|
+
};
|
|
221
225
|
"mediaViewerBar": {
|
|
222
226
|
"separator": {
|
|
223
227
|
"width": string;
|
|
@@ -317,6 +321,9 @@ declare type Variables = {
|
|
|
317
321
|
"button": {
|
|
318
322
|
"m": string;
|
|
319
323
|
};
|
|
324
|
+
"callout": {
|
|
325
|
+
"s": string;
|
|
326
|
+
};
|
|
320
327
|
"link": {
|
|
321
328
|
"xs": string;
|
|
322
329
|
"s": string;
|
|
@@ -361,6 +368,7 @@ declare type AmbossTheme = {
|
|
|
361
368
|
"layer_2": string;
|
|
362
369
|
"layer_3": string;
|
|
363
370
|
"layer_4": string;
|
|
371
|
+
"backdrop": string;
|
|
364
372
|
"button": {
|
|
365
373
|
"primary": {
|
|
366
374
|
"base": string;
|