@cloudscape-design/chat-components 1.0.76 → 1.0.78
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/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +5 -0
- package/internal/generated/styles/tokens.js +55 -50
- package/internal/generated/theming/index.cjs +758 -153
- package/internal/generated/theming/index.cjs.d.ts +47 -1
- package/internal/generated/theming/index.d.ts +47 -1
- package/internal/generated/theming/index.js +758 -153
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@amzn/awsui-theming-build';
|
|
1
|
+
import { ThemePreset, GlobalValue, TypedModeValueOverride, ReferenceTokens } from '@amzn/awsui-theming-build';
|
|
2
2
|
export declare interface TypedOverride {
|
|
3
|
+
referenceTokens?: ReferenceTokens;
|
|
3
4
|
tokens: {
|
|
4
5
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
5
6
|
colorChartsStatusHigh?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -267,6 +268,11 @@ export declare interface TypedOverride {
|
|
|
267
268
|
borderWidthField?: GlobalValue;
|
|
268
269
|
borderWidthPopover?: GlobalValue;
|
|
269
270
|
borderWidthToken?: GlobalValue;
|
|
271
|
+
borderWidthIconSmall?: GlobalValue;
|
|
272
|
+
borderWidthIconNormal?: GlobalValue;
|
|
273
|
+
borderWidthIconMedium?: GlobalValue;
|
|
274
|
+
borderWidthIconBig?: GlobalValue;
|
|
275
|
+
borderWidthIconLarge?: GlobalValue;
|
|
270
276
|
};
|
|
271
277
|
contexts?: {
|
|
272
278
|
'compact-table'?: {
|
|
@@ -537,6 +543,11 @@ export declare interface TypedOverride {
|
|
|
537
543
|
borderWidthField?: GlobalValue;
|
|
538
544
|
borderWidthPopover?: GlobalValue;
|
|
539
545
|
borderWidthToken?: GlobalValue;
|
|
546
|
+
borderWidthIconSmall?: GlobalValue;
|
|
547
|
+
borderWidthIconNormal?: GlobalValue;
|
|
548
|
+
borderWidthIconMedium?: GlobalValue;
|
|
549
|
+
borderWidthIconBig?: GlobalValue;
|
|
550
|
+
borderWidthIconLarge?: GlobalValue;
|
|
540
551
|
};
|
|
541
552
|
};
|
|
542
553
|
'top-navigation'?: {
|
|
@@ -807,6 +818,11 @@ export declare interface TypedOverride {
|
|
|
807
818
|
borderWidthField?: GlobalValue;
|
|
808
819
|
borderWidthPopover?: GlobalValue;
|
|
809
820
|
borderWidthToken?: GlobalValue;
|
|
821
|
+
borderWidthIconSmall?: GlobalValue;
|
|
822
|
+
borderWidthIconNormal?: GlobalValue;
|
|
823
|
+
borderWidthIconMedium?: GlobalValue;
|
|
824
|
+
borderWidthIconBig?: GlobalValue;
|
|
825
|
+
borderWidthIconLarge?: GlobalValue;
|
|
810
826
|
};
|
|
811
827
|
};
|
|
812
828
|
'header'?: {
|
|
@@ -1077,6 +1093,11 @@ export declare interface TypedOverride {
|
|
|
1077
1093
|
borderWidthField?: GlobalValue;
|
|
1078
1094
|
borderWidthPopover?: GlobalValue;
|
|
1079
1095
|
borderWidthToken?: GlobalValue;
|
|
1096
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1097
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1098
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1099
|
+
borderWidthIconBig?: GlobalValue;
|
|
1100
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1080
1101
|
};
|
|
1081
1102
|
};
|
|
1082
1103
|
'flashbar'?: {
|
|
@@ -1347,6 +1368,11 @@ export declare interface TypedOverride {
|
|
|
1347
1368
|
borderWidthField?: GlobalValue;
|
|
1348
1369
|
borderWidthPopover?: GlobalValue;
|
|
1349
1370
|
borderWidthToken?: GlobalValue;
|
|
1371
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1372
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1373
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1374
|
+
borderWidthIconBig?: GlobalValue;
|
|
1375
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1350
1376
|
};
|
|
1351
1377
|
};
|
|
1352
1378
|
'flashbar-warning'?: {
|
|
@@ -1617,6 +1643,11 @@ export declare interface TypedOverride {
|
|
|
1617
1643
|
borderWidthField?: GlobalValue;
|
|
1618
1644
|
borderWidthPopover?: GlobalValue;
|
|
1619
1645
|
borderWidthToken?: GlobalValue;
|
|
1646
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1647
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1648
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1649
|
+
borderWidthIconBig?: GlobalValue;
|
|
1650
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1620
1651
|
};
|
|
1621
1652
|
};
|
|
1622
1653
|
'alert'?: {
|
|
@@ -1887,6 +1918,11 @@ export declare interface TypedOverride {
|
|
|
1887
1918
|
borderWidthField?: GlobalValue;
|
|
1888
1919
|
borderWidthPopover?: GlobalValue;
|
|
1889
1920
|
borderWidthToken?: GlobalValue;
|
|
1921
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1922
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1923
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1924
|
+
borderWidthIconBig?: GlobalValue;
|
|
1925
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1890
1926
|
};
|
|
1891
1927
|
};
|
|
1892
1928
|
'alert-header'?: {
|
|
@@ -2157,6 +2193,11 @@ export declare interface TypedOverride {
|
|
|
2157
2193
|
borderWidthField?: GlobalValue;
|
|
2158
2194
|
borderWidthPopover?: GlobalValue;
|
|
2159
2195
|
borderWidthToken?: GlobalValue;
|
|
2196
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2197
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2198
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2199
|
+
borderWidthIconBig?: GlobalValue;
|
|
2200
|
+
borderWidthIconLarge?: GlobalValue;
|
|
2160
2201
|
};
|
|
2161
2202
|
};
|
|
2162
2203
|
'app-layout-toolbar'?: {
|
|
@@ -2427,6 +2468,11 @@ export declare interface TypedOverride {
|
|
|
2427
2468
|
borderWidthField?: GlobalValue;
|
|
2428
2469
|
borderWidthPopover?: GlobalValue;
|
|
2429
2470
|
borderWidthToken?: GlobalValue;
|
|
2471
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2472
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2473
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2474
|
+
borderWidthIconBig?: GlobalValue;
|
|
2475
|
+
borderWidthIconLarge?: GlobalValue;
|
|
2430
2476
|
};
|
|
2431
2477
|
};
|
|
2432
2478
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@amzn/awsui-theming-runtime';
|
|
1
|
+
import { ThemePreset, GlobalValue, TypedModeValueOverride, ReferenceTokens } from '@amzn/awsui-theming-runtime';
|
|
2
2
|
export declare interface TypedOverride {
|
|
3
|
+
referenceTokens?: ReferenceTokens;
|
|
3
4
|
tokens: {
|
|
4
5
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
5
6
|
colorChartsStatusHigh?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -267,6 +268,11 @@ export declare interface TypedOverride {
|
|
|
267
268
|
borderWidthField?: GlobalValue;
|
|
268
269
|
borderWidthPopover?: GlobalValue;
|
|
269
270
|
borderWidthToken?: GlobalValue;
|
|
271
|
+
borderWidthIconSmall?: GlobalValue;
|
|
272
|
+
borderWidthIconNormal?: GlobalValue;
|
|
273
|
+
borderWidthIconMedium?: GlobalValue;
|
|
274
|
+
borderWidthIconBig?: GlobalValue;
|
|
275
|
+
borderWidthIconLarge?: GlobalValue;
|
|
270
276
|
};
|
|
271
277
|
contexts?: {
|
|
272
278
|
'compact-table'?: {
|
|
@@ -537,6 +543,11 @@ export declare interface TypedOverride {
|
|
|
537
543
|
borderWidthField?: GlobalValue;
|
|
538
544
|
borderWidthPopover?: GlobalValue;
|
|
539
545
|
borderWidthToken?: GlobalValue;
|
|
546
|
+
borderWidthIconSmall?: GlobalValue;
|
|
547
|
+
borderWidthIconNormal?: GlobalValue;
|
|
548
|
+
borderWidthIconMedium?: GlobalValue;
|
|
549
|
+
borderWidthIconBig?: GlobalValue;
|
|
550
|
+
borderWidthIconLarge?: GlobalValue;
|
|
540
551
|
};
|
|
541
552
|
};
|
|
542
553
|
'top-navigation'?: {
|
|
@@ -807,6 +818,11 @@ export declare interface TypedOverride {
|
|
|
807
818
|
borderWidthField?: GlobalValue;
|
|
808
819
|
borderWidthPopover?: GlobalValue;
|
|
809
820
|
borderWidthToken?: GlobalValue;
|
|
821
|
+
borderWidthIconSmall?: GlobalValue;
|
|
822
|
+
borderWidthIconNormal?: GlobalValue;
|
|
823
|
+
borderWidthIconMedium?: GlobalValue;
|
|
824
|
+
borderWidthIconBig?: GlobalValue;
|
|
825
|
+
borderWidthIconLarge?: GlobalValue;
|
|
810
826
|
};
|
|
811
827
|
};
|
|
812
828
|
'header'?: {
|
|
@@ -1077,6 +1093,11 @@ export declare interface TypedOverride {
|
|
|
1077
1093
|
borderWidthField?: GlobalValue;
|
|
1078
1094
|
borderWidthPopover?: GlobalValue;
|
|
1079
1095
|
borderWidthToken?: GlobalValue;
|
|
1096
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1097
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1098
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1099
|
+
borderWidthIconBig?: GlobalValue;
|
|
1100
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1080
1101
|
};
|
|
1081
1102
|
};
|
|
1082
1103
|
'flashbar'?: {
|
|
@@ -1347,6 +1368,11 @@ export declare interface TypedOverride {
|
|
|
1347
1368
|
borderWidthField?: GlobalValue;
|
|
1348
1369
|
borderWidthPopover?: GlobalValue;
|
|
1349
1370
|
borderWidthToken?: GlobalValue;
|
|
1371
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1372
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1373
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1374
|
+
borderWidthIconBig?: GlobalValue;
|
|
1375
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1350
1376
|
};
|
|
1351
1377
|
};
|
|
1352
1378
|
'flashbar-warning'?: {
|
|
@@ -1617,6 +1643,11 @@ export declare interface TypedOverride {
|
|
|
1617
1643
|
borderWidthField?: GlobalValue;
|
|
1618
1644
|
borderWidthPopover?: GlobalValue;
|
|
1619
1645
|
borderWidthToken?: GlobalValue;
|
|
1646
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1647
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1648
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1649
|
+
borderWidthIconBig?: GlobalValue;
|
|
1650
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1620
1651
|
};
|
|
1621
1652
|
};
|
|
1622
1653
|
'alert'?: {
|
|
@@ -1887,6 +1918,11 @@ export declare interface TypedOverride {
|
|
|
1887
1918
|
borderWidthField?: GlobalValue;
|
|
1888
1919
|
borderWidthPopover?: GlobalValue;
|
|
1889
1920
|
borderWidthToken?: GlobalValue;
|
|
1921
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1922
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1923
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1924
|
+
borderWidthIconBig?: GlobalValue;
|
|
1925
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1890
1926
|
};
|
|
1891
1927
|
};
|
|
1892
1928
|
'alert-header'?: {
|
|
@@ -2157,6 +2193,11 @@ export declare interface TypedOverride {
|
|
|
2157
2193
|
borderWidthField?: GlobalValue;
|
|
2158
2194
|
borderWidthPopover?: GlobalValue;
|
|
2159
2195
|
borderWidthToken?: GlobalValue;
|
|
2196
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2197
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2198
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2199
|
+
borderWidthIconBig?: GlobalValue;
|
|
2200
|
+
borderWidthIconLarge?: GlobalValue;
|
|
2160
2201
|
};
|
|
2161
2202
|
};
|
|
2162
2203
|
'app-layout-toolbar'?: {
|
|
@@ -2427,6 +2468,11 @@ export declare interface TypedOverride {
|
|
|
2427
2468
|
borderWidthField?: GlobalValue;
|
|
2428
2469
|
borderWidthPopover?: GlobalValue;
|
|
2429
2470
|
borderWidthToken?: GlobalValue;
|
|
2471
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2472
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2473
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2474
|
+
borderWidthIconBig?: GlobalValue;
|
|
2475
|
+
borderWidthIconLarge?: GlobalValue;
|
|
2430
2476
|
};
|
|
2431
2477
|
};
|
|
2432
2478
|
};
|