@cloudscape-design/components-themeable 3.0.1021 → 3.0.1023
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/flashbar/collapsible.scss +20 -8
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.d.ts +0 -8
- package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.js +3 -50
- package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
- package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
- package/lib/internal/template/flashbar/flash.js +5 -27
- package/lib/internal/template/flashbar/flash.js.map +1 -1
- package/lib/internal/template/flashbar/interfaces.d.ts +51 -9
- package/lib/internal/template/flashbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/flashbar/interfaces.js.map +1 -1
- package/lib/internal/template/flashbar/style.d.ts +36 -0
- package/lib/internal/template/flashbar/style.d.ts.map +1 -0
- package/lib/internal/template/flashbar/style.js +105 -0
- package/lib/internal/template/flashbar/style.js.map +1 -0
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +153 -152
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +76 -77
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +12 -13
- package/lib/internal/template/internal/generated/theming/index.d.ts +12 -13
- package/package.json +1 -1
|
@@ -2,55 +2,55 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"flash-with-motion": "awsui_flash-with-
|
|
6
|
-
"enter": "
|
|
7
|
-
"flash-body": "awsui_flash-
|
|
8
|
-
"flash-message": "awsui_flash-
|
|
9
|
-
"flash-header": "awsui_flash-
|
|
10
|
-
"flash-content": "awsui_flash-
|
|
11
|
-
"action-button-wrapper": "awsui_action-button-
|
|
12
|
-
"dismiss-button-wrapper": "awsui_dismiss-button-
|
|
13
|
-
"flash-icon": "awsui_flash-
|
|
14
|
-
"entering": "
|
|
15
|
-
"entered": "
|
|
16
|
-
"exiting": "
|
|
17
|
-
"stack": "
|
|
18
|
-
"animation-running": "awsui_animation-
|
|
19
|
-
"item": "
|
|
20
|
-
"flash-list-item": "awsui_flash-list-
|
|
21
|
-
"notification-bar": "awsui_notification-
|
|
22
|
-
"collapsed": "
|
|
23
|
-
"animation-ready": "awsui_animation-
|
|
24
|
-
"expanded-only": "awsui_expanded-
|
|
25
|
-
"expanded": "
|
|
26
|
-
"flash": "
|
|
27
|
-
"collapsible": "
|
|
28
|
-
"short-list": "awsui_short-
|
|
29
|
-
"visual-refresh": "awsui_visual-
|
|
30
|
-
"status": "
|
|
31
|
-
"header": "
|
|
32
|
-
"item-count": "awsui_item-
|
|
33
|
-
"button": "
|
|
34
|
-
"type-count": "awsui_type-
|
|
35
|
-
"count-number": "awsui_count-
|
|
36
|
-
"icon": "
|
|
37
|
-
"floating": "
|
|
38
|
-
"flashbar": "
|
|
39
|
-
"initial-hidden": "awsui_initial-
|
|
40
|
-
"flash-list": "awsui_flash-
|
|
41
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
42
|
-
"flash-text": "awsui_flash-
|
|
43
|
-
"hidden": "
|
|
44
|
-
"header-replacement": "awsui_header-
|
|
45
|
-
"content-replacement": "awsui_content-
|
|
46
|
-
"dismiss-button": "awsui_dismiss-
|
|
47
|
-
"action-wrapped": "awsui_action-
|
|
48
|
-
"action-button": "awsui_action-
|
|
49
|
-
"action-slot": "awsui_action-
|
|
50
|
-
"flash-type-success": "awsui_flash-type-
|
|
51
|
-
"flash-type-error": "awsui_flash-type-
|
|
52
|
-
"flash-type-info": "awsui_flash-type-
|
|
53
|
-
"flash-type-in-progress": "awsui_flash-type-in-
|
|
54
|
-
"flash-type-warning": "awsui_flash-type-
|
|
5
|
+
"flash-with-motion": "awsui_flash-with-motion_1q84n_qsfxj_157",
|
|
6
|
+
"enter": "awsui_enter_1q84n_qsfxj_157",
|
|
7
|
+
"flash-body": "awsui_flash-body_1q84n_qsfxj_171",
|
|
8
|
+
"flash-message": "awsui_flash-message_1q84n_qsfxj_171",
|
|
9
|
+
"flash-header": "awsui_flash-header_1q84n_qsfxj_171",
|
|
10
|
+
"flash-content": "awsui_flash-content_1q84n_qsfxj_172",
|
|
11
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_qsfxj_173",
|
|
12
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_qsfxj_174",
|
|
13
|
+
"flash-icon": "awsui_flash-icon_1q84n_qsfxj_197",
|
|
14
|
+
"entering": "awsui_entering_1q84n_qsfxj_210",
|
|
15
|
+
"entered": "awsui_entered_1q84n_qsfxj_231",
|
|
16
|
+
"exiting": "awsui_exiting_1q84n_qsfxj_336",
|
|
17
|
+
"stack": "awsui_stack_1q84n_qsfxj_370",
|
|
18
|
+
"animation-running": "awsui_animation-running_1q84n_qsfxj_370",
|
|
19
|
+
"item": "awsui_item_1q84n_qsfxj_370",
|
|
20
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_qsfxj_371",
|
|
21
|
+
"notification-bar": "awsui_notification-bar_1q84n_qsfxj_372",
|
|
22
|
+
"collapsed": "awsui_collapsed_1q84n_qsfxj_392",
|
|
23
|
+
"animation-ready": "awsui_animation-ready_1q84n_qsfxj_392",
|
|
24
|
+
"expanded-only": "awsui_expanded-only_1q84n_qsfxj_392",
|
|
25
|
+
"expanded": "awsui_expanded_1q84n_qsfxj_392",
|
|
26
|
+
"flash": "awsui_flash_1q84n_qsfxj_157",
|
|
27
|
+
"collapsible": "awsui_collapsible_1q84n_qsfxj_448",
|
|
28
|
+
"short-list": "awsui_short-list_1q84n_qsfxj_454",
|
|
29
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_qsfxj_454",
|
|
30
|
+
"status": "awsui_status_1q84n_qsfxj_601",
|
|
31
|
+
"header": "awsui_header_1q84n_qsfxj_601",
|
|
32
|
+
"item-count": "awsui_item-count_1q84n_qsfxj_602",
|
|
33
|
+
"button": "awsui_button_1q84n_qsfxj_603",
|
|
34
|
+
"type-count": "awsui_type-count_1q84n_qsfxj_636",
|
|
35
|
+
"count-number": "awsui_count-number_1q84n_qsfxj_636",
|
|
36
|
+
"icon": "awsui_icon_1q84n_qsfxj_674",
|
|
37
|
+
"floating": "awsui_floating_1q84n_qsfxj_715",
|
|
38
|
+
"flashbar": "awsui_flashbar_1q84n_qsfxj_719",
|
|
39
|
+
"initial-hidden": "awsui_initial-hidden_1q84n_qsfxj_778",
|
|
40
|
+
"flash-list": "awsui_flash-list_1q84n_qsfxj_371",
|
|
41
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_qsfxj_802",
|
|
42
|
+
"flash-text": "awsui_flash-text_1q84n_qsfxj_832",
|
|
43
|
+
"hidden": "awsui_hidden_1q84n_qsfxj_851",
|
|
44
|
+
"header-replacement": "awsui_header-replacement_1q84n_qsfxj_856",
|
|
45
|
+
"content-replacement": "awsui_content-replacement_1q84n_qsfxj_861",
|
|
46
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_qsfxj_174",
|
|
47
|
+
"action-wrapped": "awsui_action-wrapped_1q84n_qsfxj_879",
|
|
48
|
+
"action-button": "awsui_action-button_1q84n_qsfxj_173",
|
|
49
|
+
"action-slot": "awsui_action-slot_1q84n_qsfxj_886",
|
|
50
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_qsfxj_890",
|
|
51
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_qsfxj_894",
|
|
52
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_qsfxj_898",
|
|
53
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_qsfxj_899",
|
|
54
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_qsfxj_903"
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (f3846329)";
|
|
3
|
+
export var GIT_SHA = "f3846329";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -1,79 +1,78 @@
|
|
|
1
1
|
declare const customCSSPropertiesMap: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
2
|
+
maxContentWidth: string;
|
|
3
|
+
minContentWidth: string;
|
|
4
|
+
breadcrumbsGap: string;
|
|
5
|
+
contentGapLeft: string;
|
|
6
|
+
contentGapRight: string;
|
|
7
|
+
contentHeight: string;
|
|
8
|
+
contentLayoutDefaultHorizontalPadding: string;
|
|
9
|
+
contentLayoutMaxContentWidth: string;
|
|
10
|
+
contentLayoutMainGap: string;
|
|
11
|
+
defaultMaxContentWidth: string;
|
|
12
|
+
defaultMinContentWidth: string;
|
|
13
|
+
drawerSize: string;
|
|
14
|
+
footerHeight: string;
|
|
15
|
+
headerGap: string;
|
|
16
|
+
headerHeight: string;
|
|
17
|
+
layoutWidth: string;
|
|
18
|
+
mainGap: string;
|
|
19
|
+
mainOffsetLeft: string;
|
|
20
|
+
mainTemplateRows: string;
|
|
21
|
+
mobileBarHeight: string;
|
|
22
|
+
notificationsHeight: string;
|
|
23
|
+
offsetTop: string;
|
|
24
|
+
overlapHeight: string;
|
|
25
|
+
navigationWidth: string;
|
|
26
|
+
splitPanelReportedHeaderSize: string;
|
|
27
|
+
splitPanelReportedSize: string;
|
|
28
|
+
splitPanelHeight: string;
|
|
29
|
+
splitPanelMinWidth: string;
|
|
30
|
+
splitPanelMaxWidth: string;
|
|
31
|
+
toolsMaxWidth: string;
|
|
32
|
+
toolsWidth: string;
|
|
33
|
+
toolsAnimationStartingOpacity: string;
|
|
34
|
+
contentScrollMargin: string;
|
|
35
|
+
flashbarStackDepth: string;
|
|
36
|
+
flashbarStackIndex: string;
|
|
37
|
+
flashbarStickyBottomMargin: string;
|
|
38
|
+
stackedNotificationsBottomMargin: string;
|
|
39
|
+
stackedNotificationsDefaultBottomMargin: string;
|
|
40
|
+
dropdownDefaultMaxWidth: string;
|
|
41
|
+
spinnerRotatorFrom: string;
|
|
42
|
+
spinnerRotatorTo: string;
|
|
43
|
+
spinnerLineLeftFrom: string;
|
|
44
|
+
spinnerLineLeftTo: string;
|
|
45
|
+
spinnerLineRightFrom: string;
|
|
46
|
+
spinnerLineRightTo: string;
|
|
47
|
+
sliderLabelCount: string;
|
|
48
|
+
sliderTickCount: string;
|
|
49
|
+
sliderReferenceColumn: string;
|
|
50
|
+
sliderNextReferenceColumn: string;
|
|
51
|
+
sliderMaxStart: string;
|
|
52
|
+
sliderMinEnd: string;
|
|
53
|
+
sliderRangeInlineSize: string;
|
|
54
|
+
sliderTooltipPosition: string;
|
|
55
|
+
togglesLeftWidth: string;
|
|
56
|
+
togglesRightWidth: string;
|
|
57
|
+
promptInputMaxRows: string;
|
|
58
|
+
promptInputScrollHeight: string;
|
|
59
|
+
dragHandleAnimationInlineOffset: string;
|
|
60
|
+
dragHandleAnimationBlockOffset: string;
|
|
61
|
+
styleBackgroundActive: string;
|
|
62
|
+
styleBackgroundDefault: string;
|
|
63
|
+
styleBackgroundDisabled: string;
|
|
64
|
+
styleBackgroundHover: string;
|
|
65
|
+
styleBorderColorActive: string;
|
|
66
|
+
styleBorderColorDefault: string;
|
|
67
|
+
styleBorderColorDisabled: string;
|
|
68
|
+
styleBorderColorHover: string;
|
|
69
|
+
styleColorActive: string;
|
|
70
|
+
styleColorDefault: string;
|
|
71
|
+
styleColorDisabled: string;
|
|
72
|
+
styleColorHover: string;
|
|
73
|
+
styleFocusRingBorderColor: string;
|
|
74
|
+
styleFocusRingBorderRadius: string;
|
|
75
|
+
styleFocusRingBorderWidth: string;
|
|
76
|
+
styleFocusRingBoxShadow: string;
|
|
77
77
|
};
|
|
78
|
-
export default customCSSPropertiesMap;
|
|
79
|
-
//# sourceMappingURL=index.d.ts.map
|
|
78
|
+
export default customCSSPropertiesMap;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@cloudscape-design/theming-build';
|
|
2
|
-
|
|
3
2
|
export declare interface TypedOverride {
|
|
4
3
|
tokens: {
|
|
5
4
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -256,7 +255,7 @@ export declare interface TypedOverride {
|
|
|
256
255
|
borderWidthField?: GlobalValue;
|
|
257
256
|
borderWidthPopover?: GlobalValue;
|
|
258
257
|
borderWidthToken?: GlobalValue;
|
|
259
|
-
}
|
|
258
|
+
};
|
|
260
259
|
contexts?: {
|
|
261
260
|
'compact-table'?: {
|
|
262
261
|
tokens: {
|
|
@@ -514,7 +513,7 @@ export declare interface TypedOverride {
|
|
|
514
513
|
borderWidthField?: GlobalValue;
|
|
515
514
|
borderWidthPopover?: GlobalValue;
|
|
516
515
|
borderWidthToken?: GlobalValue;
|
|
517
|
-
}
|
|
516
|
+
};
|
|
518
517
|
};
|
|
519
518
|
'top-navigation'?: {
|
|
520
519
|
tokens: {
|
|
@@ -772,7 +771,7 @@ export declare interface TypedOverride {
|
|
|
772
771
|
borderWidthField?: GlobalValue;
|
|
773
772
|
borderWidthPopover?: GlobalValue;
|
|
774
773
|
borderWidthToken?: GlobalValue;
|
|
775
|
-
}
|
|
774
|
+
};
|
|
776
775
|
};
|
|
777
776
|
'header'?: {
|
|
778
777
|
tokens: {
|
|
@@ -1030,7 +1029,7 @@ export declare interface TypedOverride {
|
|
|
1030
1029
|
borderWidthField?: GlobalValue;
|
|
1031
1030
|
borderWidthPopover?: GlobalValue;
|
|
1032
1031
|
borderWidthToken?: GlobalValue;
|
|
1033
|
-
}
|
|
1032
|
+
};
|
|
1034
1033
|
};
|
|
1035
1034
|
'flashbar'?: {
|
|
1036
1035
|
tokens: {
|
|
@@ -1288,7 +1287,7 @@ export declare interface TypedOverride {
|
|
|
1288
1287
|
borderWidthField?: GlobalValue;
|
|
1289
1288
|
borderWidthPopover?: GlobalValue;
|
|
1290
1289
|
borderWidthToken?: GlobalValue;
|
|
1291
|
-
}
|
|
1290
|
+
};
|
|
1292
1291
|
};
|
|
1293
1292
|
'flashbar-warning'?: {
|
|
1294
1293
|
tokens: {
|
|
@@ -1546,7 +1545,7 @@ export declare interface TypedOverride {
|
|
|
1546
1545
|
borderWidthField?: GlobalValue;
|
|
1547
1546
|
borderWidthPopover?: GlobalValue;
|
|
1548
1547
|
borderWidthToken?: GlobalValue;
|
|
1549
|
-
}
|
|
1548
|
+
};
|
|
1550
1549
|
};
|
|
1551
1550
|
'alert'?: {
|
|
1552
1551
|
tokens: {
|
|
@@ -1804,7 +1803,7 @@ export declare interface TypedOverride {
|
|
|
1804
1803
|
borderWidthField?: GlobalValue;
|
|
1805
1804
|
borderWidthPopover?: GlobalValue;
|
|
1806
1805
|
borderWidthToken?: GlobalValue;
|
|
1807
|
-
}
|
|
1806
|
+
};
|
|
1808
1807
|
};
|
|
1809
1808
|
'alert-header'?: {
|
|
1810
1809
|
tokens: {
|
|
@@ -2062,7 +2061,7 @@ export declare interface TypedOverride {
|
|
|
2062
2061
|
borderWidthField?: GlobalValue;
|
|
2063
2062
|
borderWidthPopover?: GlobalValue;
|
|
2064
2063
|
borderWidthToken?: GlobalValue;
|
|
2065
|
-
}
|
|
2064
|
+
};
|
|
2066
2065
|
};
|
|
2067
2066
|
'app-layout-toolbar'?: {
|
|
2068
2067
|
tokens: {
|
|
@@ -2320,8 +2319,8 @@ export declare interface TypedOverride {
|
|
|
2320
2319
|
borderWidthField?: GlobalValue;
|
|
2321
2320
|
borderWidthPopover?: GlobalValue;
|
|
2322
2321
|
borderWidthToken?: GlobalValue;
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
}
|
|
2322
|
+
};
|
|
2323
|
+
};
|
|
2324
|
+
};
|
|
2326
2325
|
}
|
|
2327
|
-
export declare const preset: ThemePreset;
|
|
2326
|
+
export declare const preset: ThemePreset;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@cloudscape-design/theming-runtime';
|
|
2
|
-
|
|
3
2
|
export declare interface TypedOverride {
|
|
4
3
|
tokens: {
|
|
5
4
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -256,7 +255,7 @@ export declare interface TypedOverride {
|
|
|
256
255
|
borderWidthField?: GlobalValue;
|
|
257
256
|
borderWidthPopover?: GlobalValue;
|
|
258
257
|
borderWidthToken?: GlobalValue;
|
|
259
|
-
}
|
|
258
|
+
};
|
|
260
259
|
contexts?: {
|
|
261
260
|
'compact-table'?: {
|
|
262
261
|
tokens: {
|
|
@@ -514,7 +513,7 @@ export declare interface TypedOverride {
|
|
|
514
513
|
borderWidthField?: GlobalValue;
|
|
515
514
|
borderWidthPopover?: GlobalValue;
|
|
516
515
|
borderWidthToken?: GlobalValue;
|
|
517
|
-
}
|
|
516
|
+
};
|
|
518
517
|
};
|
|
519
518
|
'top-navigation'?: {
|
|
520
519
|
tokens: {
|
|
@@ -772,7 +771,7 @@ export declare interface TypedOverride {
|
|
|
772
771
|
borderWidthField?: GlobalValue;
|
|
773
772
|
borderWidthPopover?: GlobalValue;
|
|
774
773
|
borderWidthToken?: GlobalValue;
|
|
775
|
-
}
|
|
774
|
+
};
|
|
776
775
|
};
|
|
777
776
|
'header'?: {
|
|
778
777
|
tokens: {
|
|
@@ -1030,7 +1029,7 @@ export declare interface TypedOverride {
|
|
|
1030
1029
|
borderWidthField?: GlobalValue;
|
|
1031
1030
|
borderWidthPopover?: GlobalValue;
|
|
1032
1031
|
borderWidthToken?: GlobalValue;
|
|
1033
|
-
}
|
|
1032
|
+
};
|
|
1034
1033
|
};
|
|
1035
1034
|
'flashbar'?: {
|
|
1036
1035
|
tokens: {
|
|
@@ -1288,7 +1287,7 @@ export declare interface TypedOverride {
|
|
|
1288
1287
|
borderWidthField?: GlobalValue;
|
|
1289
1288
|
borderWidthPopover?: GlobalValue;
|
|
1290
1289
|
borderWidthToken?: GlobalValue;
|
|
1291
|
-
}
|
|
1290
|
+
};
|
|
1292
1291
|
};
|
|
1293
1292
|
'flashbar-warning'?: {
|
|
1294
1293
|
tokens: {
|
|
@@ -1546,7 +1545,7 @@ export declare interface TypedOverride {
|
|
|
1546
1545
|
borderWidthField?: GlobalValue;
|
|
1547
1546
|
borderWidthPopover?: GlobalValue;
|
|
1548
1547
|
borderWidthToken?: GlobalValue;
|
|
1549
|
-
}
|
|
1548
|
+
};
|
|
1550
1549
|
};
|
|
1551
1550
|
'alert'?: {
|
|
1552
1551
|
tokens: {
|
|
@@ -1804,7 +1803,7 @@ export declare interface TypedOverride {
|
|
|
1804
1803
|
borderWidthField?: GlobalValue;
|
|
1805
1804
|
borderWidthPopover?: GlobalValue;
|
|
1806
1805
|
borderWidthToken?: GlobalValue;
|
|
1807
|
-
}
|
|
1806
|
+
};
|
|
1808
1807
|
};
|
|
1809
1808
|
'alert-header'?: {
|
|
1810
1809
|
tokens: {
|
|
@@ -2062,7 +2061,7 @@ export declare interface TypedOverride {
|
|
|
2062
2061
|
borderWidthField?: GlobalValue;
|
|
2063
2062
|
borderWidthPopover?: GlobalValue;
|
|
2064
2063
|
borderWidthToken?: GlobalValue;
|
|
2065
|
-
}
|
|
2064
|
+
};
|
|
2066
2065
|
};
|
|
2067
2066
|
'app-layout-toolbar'?: {
|
|
2068
2067
|
tokens: {
|
|
@@ -2320,8 +2319,8 @@ export declare interface TypedOverride {
|
|
|
2320
2319
|
borderWidthField?: GlobalValue;
|
|
2321
2320
|
borderWidthPopover?: GlobalValue;
|
|
2322
2321
|
borderWidthToken?: GlobalValue;
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
}
|
|
2322
|
+
};
|
|
2323
|
+
};
|
|
2324
|
+
};
|
|
2326
2325
|
}
|
|
2327
|
-
export declare const preset: ThemePreset;
|
|
2326
|
+
export declare const preset: ThemePreset;
|