@guardian/stand 0.0.53 → 0.0.55
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/TagPicker.cjs +1 -1
- package/dist/TagPicker.d.cts +1 -1
- package/dist/TagPicker.d.ts +1 -1
- package/dist/TagPicker.js +1 -1
- package/dist/components/TagPicker/Autocomplete.cjs +3 -3
- package/dist/components/TagPicker/Autocomplete.js +3 -3
- package/dist/components/TagPicker/TagPicker.cjs +15 -10
- package/dist/components/TagPicker/TagPicker.d.cts +21 -5
- package/dist/components/TagPicker/TagPicker.d.ts +21 -5
- package/dist/components/TagPicker/TagPicker.js +15 -10
- package/dist/components/TagPicker/TagSearchWithFilters.cjs +6 -3
- package/dist/components/TagPicker/TagSearchWithFilters.js +6 -3
- package/dist/components/TagPicker/styles.cjs +18 -142
- package/dist/components/TagPicker/styles.js +19 -135
- package/dist/components/{TagPicker → TagTable}/TagTable.cjs +25 -7
- package/dist/components/{TagPicker → TagTable}/TagTable.d.cts +18 -4
- package/dist/components/{TagPicker → TagTable}/TagTable.d.ts +18 -4
- package/dist/components/{TagPicker → TagTable}/TagTable.js +26 -8
- package/dist/components/TagTable/styles.cjs +170 -0
- package/dist/components/TagTable/styles.js +160 -0
- package/dist/styleD/build/css/base/colors.css +1 -1
- package/dist/styleD/build/css/component/autocomplete.css +13 -6
- package/dist/styleD/build/css/component/avatar.css +1 -1
- package/dist/styleD/build/css/component/datePicker.css +2 -2
- package/dist/styleD/build/css/component/tagPicker.css +1 -0
- package/dist/styleD/build/css/component/tagTable.css +9 -5
- package/dist/styleD/build/css/semantic/colors.css +6 -1
- package/dist/styleD/build/css/semantic/sizing.css +1 -0
- package/dist/styleD/build/typescript/base/colors.cjs +1 -1
- package/dist/styleD/build/typescript/base/colors.d.cts +1 -1
- package/dist/styleD/build/typescript/base/colors.d.ts +1 -1
- package/dist/styleD/build/typescript/base/colors.js +1 -1
- package/dist/styleD/build/typescript/component/autocomplete.cjs +17 -6
- package/dist/styleD/build/typescript/component/autocomplete.d.cts +14 -1
- package/dist/styleD/build/typescript/component/autocomplete.d.ts +14 -1
- package/dist/styleD/build/typescript/component/autocomplete.js +17 -6
- package/dist/styleD/build/typescript/component/avatar.cjs +1 -1
- package/dist/styleD/build/typescript/component/avatar.js +1 -1
- package/dist/styleD/build/typescript/component/datePicker.cjs +2 -2
- package/dist/styleD/build/typescript/component/datePicker.js +2 -2
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.cjs +1 -4
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.d.cts +0 -1
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.d.ts +0 -1
- package/dist/styleD/build/typescript/component/intendedAudienceSignifier.js +1 -4
- package/dist/styleD/build/typescript/component/tagPicker.cjs +1 -0
- package/dist/styleD/build/typescript/component/tagPicker.d.cts +3 -0
- package/dist/styleD/build/typescript/component/tagPicker.d.ts +3 -0
- package/dist/styleD/build/typescript/component/tagPicker.js +1 -0
- package/dist/styleD/build/typescript/component/tagTable.cjs +11 -3
- package/dist/styleD/build/typescript/component/tagTable.d.cts +10 -2
- package/dist/styleD/build/typescript/component/tagTable.d.ts +10 -2
- package/dist/styleD/build/typescript/component/tagTable.js +11 -3
- package/dist/styleD/build/typescript/semantic/colors.cjs +6 -1
- package/dist/styleD/build/typescript/semantic/colors.d.cts +5 -0
- package/dist/styleD/build/typescript/semantic/colors.d.ts +5 -0
- package/dist/styleD/build/typescript/semantic/colors.js +6 -1
- package/dist/styleD/build/typescript/semantic/sizing.cjs +2 -1
- package/dist/styleD/build/typescript/semantic/sizing.d.cts +3 -0
- package/dist/styleD/build/typescript/semantic/sizing.d.ts +3 -0
- package/dist/styleD/build/typescript/semantic/sizing.js +2 -1
- package/package.json +1 -1
|
@@ -3,13 +3,21 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
declare const componentTagTable: {
|
|
6
|
-
|
|
6
|
+
header: {
|
|
7
7
|
backgroundColor: string;
|
|
8
|
-
fontWeight: number;
|
|
9
8
|
paddingTop: string;
|
|
10
9
|
paddingRight: string;
|
|
11
10
|
paddingBottom: string;
|
|
12
11
|
paddingLeft: string;
|
|
12
|
+
gap: string;
|
|
13
|
+
};
|
|
14
|
+
heading: {
|
|
15
|
+
fontWeight: number;
|
|
16
|
+
fontSize: string;
|
|
17
|
+
};
|
|
18
|
+
subHeading: {
|
|
19
|
+
fontWeight: number;
|
|
20
|
+
fontSize: string;
|
|
13
21
|
};
|
|
14
22
|
cell: {
|
|
15
23
|
paddingX: string;
|
|
@@ -3,13 +3,21 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
const componentTagTable = {
|
|
6
|
-
|
|
6
|
+
header: {
|
|
7
7
|
backgroundColor: "#dcdcdc",
|
|
8
|
-
fontWeight: 700,
|
|
9
8
|
paddingTop: "3px",
|
|
10
9
|
paddingRight: "5px",
|
|
11
10
|
paddingBottom: "3px",
|
|
12
|
-
paddingLeft: "12px"
|
|
11
|
+
paddingLeft: "12px",
|
|
12
|
+
gap: "4px"
|
|
13
|
+
},
|
|
14
|
+
heading: {
|
|
15
|
+
fontWeight: 700,
|
|
16
|
+
fontSize: "14px"
|
|
17
|
+
},
|
|
18
|
+
subHeading: {
|
|
19
|
+
fontWeight: 400,
|
|
20
|
+
fontSize: "12px"
|
|
13
21
|
},
|
|
14
22
|
cell: {
|
|
15
23
|
paddingX: "5px",
|
|
@@ -67,7 +67,7 @@ const semanticColors = {
|
|
|
67
67
|
greenWeak: "#cde4c9",
|
|
68
68
|
blueWeak: "#c5d9f4",
|
|
69
69
|
redWeak: "#f5c6c0",
|
|
70
|
-
cyanWeak: "#
|
|
70
|
+
cyanWeak: "#c5dfec",
|
|
71
71
|
tealWeak: "#c5dfe1",
|
|
72
72
|
coolPurpleWeak: "#dbdff7",
|
|
73
73
|
warmPurpleWeak: "#dac3e8",
|
|
@@ -75,6 +75,11 @@ const semanticColors = {
|
|
|
75
75
|
orangeWeak: "#fcddc6",
|
|
76
76
|
yellowWeak: "#fbeebf",
|
|
77
77
|
selected: "#005d8b",
|
|
78
|
+
selectedWeak: "#c5dfec",
|
|
79
|
+
selectedHoverWeak: "#c5dfec",
|
|
80
|
+
selectedPressedWeak: "#8abed7",
|
|
81
|
+
selectedHoverStrong: "#8abed7",
|
|
82
|
+
selectedPressedStrong: "#5ca5c8",
|
|
78
83
|
draftStrong: "#f1c21b",
|
|
79
84
|
liveWeak: "#aed2a6",
|
|
80
85
|
warningWeak: "#fbeebf",
|
|
@@ -75,6 +75,11 @@ declare const semanticColors: {
|
|
|
75
75
|
orangeWeak: string;
|
|
76
76
|
yellowWeak: string;
|
|
77
77
|
selected: string;
|
|
78
|
+
selectedWeak: string;
|
|
79
|
+
selectedHoverWeak: string;
|
|
80
|
+
selectedPressedWeak: string;
|
|
81
|
+
selectedHoverStrong: string;
|
|
82
|
+
selectedPressedStrong: string;
|
|
78
83
|
draftStrong: string;
|
|
79
84
|
liveWeak: string;
|
|
80
85
|
warningWeak: string;
|
|
@@ -75,6 +75,11 @@ declare const semanticColors: {
|
|
|
75
75
|
orangeWeak: string;
|
|
76
76
|
yellowWeak: string;
|
|
77
77
|
selected: string;
|
|
78
|
+
selectedWeak: string;
|
|
79
|
+
selectedHoverWeak: string;
|
|
80
|
+
selectedPressedWeak: string;
|
|
81
|
+
selectedHoverStrong: string;
|
|
82
|
+
selectedPressedStrong: string;
|
|
78
83
|
draftStrong: string;
|
|
79
84
|
liveWeak: string;
|
|
80
85
|
warningWeak: string;
|
|
@@ -67,7 +67,7 @@ const semanticColors = {
|
|
|
67
67
|
greenWeak: "#cde4c9",
|
|
68
68
|
blueWeak: "#c5d9f4",
|
|
69
69
|
redWeak: "#f5c6c0",
|
|
70
|
-
cyanWeak: "#
|
|
70
|
+
cyanWeak: "#c5dfec",
|
|
71
71
|
tealWeak: "#c5dfe1",
|
|
72
72
|
coolPurpleWeak: "#dbdff7",
|
|
73
73
|
warmPurpleWeak: "#dac3e8",
|
|
@@ -75,6 +75,11 @@ const semanticColors = {
|
|
|
75
75
|
orangeWeak: "#fcddc6",
|
|
76
76
|
yellowWeak: "#fbeebf",
|
|
77
77
|
selected: "#005d8b",
|
|
78
|
+
selectedWeak: "#c5dfec",
|
|
79
|
+
selectedHoverWeak: "#c5dfec",
|
|
80
|
+
selectedPressedWeak: "#8abed7",
|
|
81
|
+
selectedHoverStrong: "#8abed7",
|
|
82
|
+
selectedPressedStrong: "#5ca5c8",
|
|
78
83
|
draftStrong: "#f1c21b",
|
|
79
84
|
liveWeak: "#aed2a6",
|
|
80
85
|
warningWeak: "#fbeebf",
|
|
@@ -26,7 +26,8 @@ const semanticSizing = {
|
|
|
26
26
|
lgPx: "280px"
|
|
27
27
|
},
|
|
28
28
|
layout: { maxWidthPx: "1584px" },
|
|
29
|
-
input: { maxWidthPx: "450px" }
|
|
29
|
+
input: { maxWidthPx: "450px" },
|
|
30
|
+
floatingUi: { maxWidthPx: "200px" }
|
|
30
31
|
};
|
|
31
32
|
//#endregion
|
|
32
33
|
exports.semanticSizing = semanticSizing;
|