@cloudscape-design/board-components 3.0.130 → 3.0.132
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/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/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@amzn/awsui-theming-build';
|
|
1
|
+
import { ThemePreset, GlobalValue, TypedModeValueOverride, ReferenceTokens } from '@amzn/awsui-theming-build';
|
|
2
2
|
|
|
3
3
|
export declare interface TypedOverride {
|
|
4
|
+
referenceTokens?: ReferenceTokens,
|
|
4
5
|
tokens: {
|
|
5
6
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
6
7
|
colorChartsStatusHigh?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -268,6 +269,11 @@ export declare interface TypedOverride {
|
|
|
268
269
|
borderWidthField?: GlobalValue;
|
|
269
270
|
borderWidthPopover?: GlobalValue;
|
|
270
271
|
borderWidthToken?: GlobalValue;
|
|
272
|
+
borderWidthIconSmall?: GlobalValue;
|
|
273
|
+
borderWidthIconNormal?: GlobalValue;
|
|
274
|
+
borderWidthIconMedium?: GlobalValue;
|
|
275
|
+
borderWidthIconBig?: GlobalValue;
|
|
276
|
+
borderWidthIconLarge?: GlobalValue;
|
|
271
277
|
},
|
|
272
278
|
contexts?: {
|
|
273
279
|
'compact-table'?: {
|
|
@@ -538,6 +544,11 @@ export declare interface TypedOverride {
|
|
|
538
544
|
borderWidthField?: GlobalValue;
|
|
539
545
|
borderWidthPopover?: GlobalValue;
|
|
540
546
|
borderWidthToken?: GlobalValue;
|
|
547
|
+
borderWidthIconSmall?: GlobalValue;
|
|
548
|
+
borderWidthIconNormal?: GlobalValue;
|
|
549
|
+
borderWidthIconMedium?: GlobalValue;
|
|
550
|
+
borderWidthIconBig?: GlobalValue;
|
|
551
|
+
borderWidthIconLarge?: GlobalValue;
|
|
541
552
|
}
|
|
542
553
|
};
|
|
543
554
|
'top-navigation'?: {
|
|
@@ -808,6 +819,11 @@ export declare interface TypedOverride {
|
|
|
808
819
|
borderWidthField?: GlobalValue;
|
|
809
820
|
borderWidthPopover?: GlobalValue;
|
|
810
821
|
borderWidthToken?: GlobalValue;
|
|
822
|
+
borderWidthIconSmall?: GlobalValue;
|
|
823
|
+
borderWidthIconNormal?: GlobalValue;
|
|
824
|
+
borderWidthIconMedium?: GlobalValue;
|
|
825
|
+
borderWidthIconBig?: GlobalValue;
|
|
826
|
+
borderWidthIconLarge?: GlobalValue;
|
|
811
827
|
}
|
|
812
828
|
};
|
|
813
829
|
'header'?: {
|
|
@@ -1078,6 +1094,11 @@ export declare interface TypedOverride {
|
|
|
1078
1094
|
borderWidthField?: GlobalValue;
|
|
1079
1095
|
borderWidthPopover?: GlobalValue;
|
|
1080
1096
|
borderWidthToken?: GlobalValue;
|
|
1097
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1098
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1099
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1100
|
+
borderWidthIconBig?: GlobalValue;
|
|
1101
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1081
1102
|
}
|
|
1082
1103
|
};
|
|
1083
1104
|
'flashbar'?: {
|
|
@@ -1348,6 +1369,11 @@ export declare interface TypedOverride {
|
|
|
1348
1369
|
borderWidthField?: GlobalValue;
|
|
1349
1370
|
borderWidthPopover?: GlobalValue;
|
|
1350
1371
|
borderWidthToken?: GlobalValue;
|
|
1372
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1373
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1374
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1375
|
+
borderWidthIconBig?: GlobalValue;
|
|
1376
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1351
1377
|
}
|
|
1352
1378
|
};
|
|
1353
1379
|
'flashbar-warning'?: {
|
|
@@ -1618,6 +1644,11 @@ export declare interface TypedOverride {
|
|
|
1618
1644
|
borderWidthField?: GlobalValue;
|
|
1619
1645
|
borderWidthPopover?: GlobalValue;
|
|
1620
1646
|
borderWidthToken?: GlobalValue;
|
|
1647
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1648
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1649
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1650
|
+
borderWidthIconBig?: GlobalValue;
|
|
1651
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1621
1652
|
}
|
|
1622
1653
|
};
|
|
1623
1654
|
'alert'?: {
|
|
@@ -1888,6 +1919,11 @@ export declare interface TypedOverride {
|
|
|
1888
1919
|
borderWidthField?: GlobalValue;
|
|
1889
1920
|
borderWidthPopover?: GlobalValue;
|
|
1890
1921
|
borderWidthToken?: GlobalValue;
|
|
1922
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1923
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1924
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1925
|
+
borderWidthIconBig?: GlobalValue;
|
|
1926
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1891
1927
|
}
|
|
1892
1928
|
};
|
|
1893
1929
|
'alert-header'?: {
|
|
@@ -2158,6 +2194,11 @@ export declare interface TypedOverride {
|
|
|
2158
2194
|
borderWidthField?: GlobalValue;
|
|
2159
2195
|
borderWidthPopover?: GlobalValue;
|
|
2160
2196
|
borderWidthToken?: GlobalValue;
|
|
2197
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2198
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2199
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2200
|
+
borderWidthIconBig?: GlobalValue;
|
|
2201
|
+
borderWidthIconLarge?: GlobalValue;
|
|
2161
2202
|
}
|
|
2162
2203
|
};
|
|
2163
2204
|
'app-layout-toolbar'?: {
|
|
@@ -2428,6 +2469,11 @@ export declare interface TypedOverride {
|
|
|
2428
2469
|
borderWidthField?: GlobalValue;
|
|
2429
2470
|
borderWidthPopover?: GlobalValue;
|
|
2430
2471
|
borderWidthToken?: GlobalValue;
|
|
2472
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2473
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2474
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2475
|
+
borderWidthIconBig?: GlobalValue;
|
|
2476
|
+
borderWidthIconLarge?: GlobalValue;
|
|
2431
2477
|
}
|
|
2432
2478
|
}
|
|
2433
2479
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@amzn/awsui-theming-runtime';
|
|
1
|
+
import { ThemePreset, GlobalValue, TypedModeValueOverride, ReferenceTokens } from '@amzn/awsui-theming-runtime';
|
|
2
2
|
|
|
3
3
|
export declare interface TypedOverride {
|
|
4
|
+
referenceTokens?: ReferenceTokens,
|
|
4
5
|
tokens: {
|
|
5
6
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
6
7
|
colorChartsStatusHigh?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -268,6 +269,11 @@ export declare interface TypedOverride {
|
|
|
268
269
|
borderWidthField?: GlobalValue;
|
|
269
270
|
borderWidthPopover?: GlobalValue;
|
|
270
271
|
borderWidthToken?: GlobalValue;
|
|
272
|
+
borderWidthIconSmall?: GlobalValue;
|
|
273
|
+
borderWidthIconNormal?: GlobalValue;
|
|
274
|
+
borderWidthIconMedium?: GlobalValue;
|
|
275
|
+
borderWidthIconBig?: GlobalValue;
|
|
276
|
+
borderWidthIconLarge?: GlobalValue;
|
|
271
277
|
},
|
|
272
278
|
contexts?: {
|
|
273
279
|
'compact-table'?: {
|
|
@@ -538,6 +544,11 @@ export declare interface TypedOverride {
|
|
|
538
544
|
borderWidthField?: GlobalValue;
|
|
539
545
|
borderWidthPopover?: GlobalValue;
|
|
540
546
|
borderWidthToken?: GlobalValue;
|
|
547
|
+
borderWidthIconSmall?: GlobalValue;
|
|
548
|
+
borderWidthIconNormal?: GlobalValue;
|
|
549
|
+
borderWidthIconMedium?: GlobalValue;
|
|
550
|
+
borderWidthIconBig?: GlobalValue;
|
|
551
|
+
borderWidthIconLarge?: GlobalValue;
|
|
541
552
|
}
|
|
542
553
|
};
|
|
543
554
|
'top-navigation'?: {
|
|
@@ -808,6 +819,11 @@ export declare interface TypedOverride {
|
|
|
808
819
|
borderWidthField?: GlobalValue;
|
|
809
820
|
borderWidthPopover?: GlobalValue;
|
|
810
821
|
borderWidthToken?: GlobalValue;
|
|
822
|
+
borderWidthIconSmall?: GlobalValue;
|
|
823
|
+
borderWidthIconNormal?: GlobalValue;
|
|
824
|
+
borderWidthIconMedium?: GlobalValue;
|
|
825
|
+
borderWidthIconBig?: GlobalValue;
|
|
826
|
+
borderWidthIconLarge?: GlobalValue;
|
|
811
827
|
}
|
|
812
828
|
};
|
|
813
829
|
'header'?: {
|
|
@@ -1078,6 +1094,11 @@ export declare interface TypedOverride {
|
|
|
1078
1094
|
borderWidthField?: GlobalValue;
|
|
1079
1095
|
borderWidthPopover?: GlobalValue;
|
|
1080
1096
|
borderWidthToken?: GlobalValue;
|
|
1097
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1098
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1099
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1100
|
+
borderWidthIconBig?: GlobalValue;
|
|
1101
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1081
1102
|
}
|
|
1082
1103
|
};
|
|
1083
1104
|
'flashbar'?: {
|
|
@@ -1348,6 +1369,11 @@ export declare interface TypedOverride {
|
|
|
1348
1369
|
borderWidthField?: GlobalValue;
|
|
1349
1370
|
borderWidthPopover?: GlobalValue;
|
|
1350
1371
|
borderWidthToken?: GlobalValue;
|
|
1372
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1373
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1374
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1375
|
+
borderWidthIconBig?: GlobalValue;
|
|
1376
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1351
1377
|
}
|
|
1352
1378
|
};
|
|
1353
1379
|
'flashbar-warning'?: {
|
|
@@ -1618,6 +1644,11 @@ export declare interface TypedOverride {
|
|
|
1618
1644
|
borderWidthField?: GlobalValue;
|
|
1619
1645
|
borderWidthPopover?: GlobalValue;
|
|
1620
1646
|
borderWidthToken?: GlobalValue;
|
|
1647
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1648
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1649
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1650
|
+
borderWidthIconBig?: GlobalValue;
|
|
1651
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1621
1652
|
}
|
|
1622
1653
|
};
|
|
1623
1654
|
'alert'?: {
|
|
@@ -1888,6 +1919,11 @@ export declare interface TypedOverride {
|
|
|
1888
1919
|
borderWidthField?: GlobalValue;
|
|
1889
1920
|
borderWidthPopover?: GlobalValue;
|
|
1890
1921
|
borderWidthToken?: GlobalValue;
|
|
1922
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1923
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1924
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1925
|
+
borderWidthIconBig?: GlobalValue;
|
|
1926
|
+
borderWidthIconLarge?: GlobalValue;
|
|
1891
1927
|
}
|
|
1892
1928
|
};
|
|
1893
1929
|
'alert-header'?: {
|
|
@@ -2158,6 +2194,11 @@ export declare interface TypedOverride {
|
|
|
2158
2194
|
borderWidthField?: GlobalValue;
|
|
2159
2195
|
borderWidthPopover?: GlobalValue;
|
|
2160
2196
|
borderWidthToken?: GlobalValue;
|
|
2197
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2198
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2199
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2200
|
+
borderWidthIconBig?: GlobalValue;
|
|
2201
|
+
borderWidthIconLarge?: GlobalValue;
|
|
2161
2202
|
}
|
|
2162
2203
|
};
|
|
2163
2204
|
'app-layout-toolbar'?: {
|
|
@@ -2428,6 +2469,11 @@ export declare interface TypedOverride {
|
|
|
2428
2469
|
borderWidthField?: GlobalValue;
|
|
2429
2470
|
borderWidthPopover?: GlobalValue;
|
|
2430
2471
|
borderWidthToken?: GlobalValue;
|
|
2472
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2473
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2474
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2475
|
+
borderWidthIconBig?: GlobalValue;
|
|
2476
|
+
borderWidthIconLarge?: GlobalValue;
|
|
2431
2477
|
}
|
|
2432
2478
|
}
|
|
2433
2479
|
}
|