@cloudscape-design/components 3.0.336 → 3.0.337
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/box/styles.css.js +189 -189
- package/box/styles.scoped.css +235 -235
- package/box/styles.selectors.js +189 -189
- package/internal/base-component/styles.scoped.css +3 -0
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +11 -0
- package/internal/generated/theming/index.js +11 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/side-navigation/internal.d.ts.map +1 -1
- package/side-navigation/internal.js +3 -1
- package/side-navigation/internal.js.map +1 -1
- package/side-navigation/styles.css.js +28 -27
- package/side-navigation/styles.scoped.css +41 -37
- package/side-navigation/styles.selectors.js +28 -27
- package/tabs/styles.css.js +21 -21
- package/tabs/styles.scoped.css +42 -39
- package/tabs/styles.selectors.js +21 -21
- package/tiles/styles.css.js +29 -28
- package/tiles/styles.scoped.css +76 -70
- package/tiles/styles.selectors.js +29 -28
- package/tiles/tile.d.ts.map +1 -1
- package/tiles/tile.js +3 -1
- package/tiles/tile.js.map +1 -1
- package/wizard/styles.css.js +31 -31
- package/wizard/styles.scoped.css +67 -67
- package/wizard/styles.selectors.js +31 -31
package/box/styles.selectors.js
CHANGED
|
@@ -2,194 +2,194 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"box": "
|
|
7
|
-
"p-variant": "awsui_p-
|
|
8
|
-
"color-default": "awsui_color-
|
|
9
|
-
"b-variant": "awsui_b-
|
|
10
|
-
"strong-variant": "awsui_strong-
|
|
11
|
-
"code-variant": "awsui_code-
|
|
12
|
-
"pre-variant": "awsui_pre-
|
|
13
|
-
"samp-variant": "awsui_samp-
|
|
14
|
-
"h1-variant": "awsui_h1-
|
|
15
|
-
"h2-variant": "awsui_h2-
|
|
16
|
-
"h3-variant": "awsui_h3-
|
|
17
|
-
"h4-variant": "awsui_h4-
|
|
18
|
-
"h5-variant": "awsui_h5-
|
|
19
|
-
"small-variant": "awsui_small-
|
|
20
|
-
"a-variant": "awsui_a-
|
|
21
|
-
"font-size-default": "awsui_font-size-
|
|
22
|
-
"font-weight-default": "awsui_font-weight-
|
|
23
|
-
"key-label-variant": "awsui_key-label-
|
|
24
|
-
"value-large-variant": "awsui_value-large-
|
|
25
|
-
"font-weight-heavy": "awsui_font-weight-
|
|
26
|
-
"color-inverted": "awsui_color-
|
|
27
|
-
"color-text-label": "awsui_color-text-
|
|
28
|
-
"color-text-body-secondary": "awsui_color-text-body-
|
|
29
|
-
"color-text-status-error": "awsui_color-text-status-
|
|
30
|
-
"color-text-status-success": "awsui_color-text-status-
|
|
31
|
-
"color-text-status-info": "awsui_color-text-status-
|
|
32
|
-
"color-text-status-inactive": "awsui_color-text-status-
|
|
33
|
-
"color-inherit": "awsui_color-
|
|
34
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
35
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
36
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
37
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
38
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
39
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
40
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
41
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
42
|
-
"font-weight-light": "awsui_font-weight-
|
|
43
|
-
"font-weight-normal": "awsui_font-weight-
|
|
44
|
-
"font-weight-bold": "awsui_font-weight-
|
|
45
|
-
"t-left": "awsui_t-
|
|
46
|
-
"t-right": "awsui_t-
|
|
47
|
-
"t-center": "awsui_t-
|
|
48
|
-
"p-n": "awsui_p-
|
|
49
|
-
"p-top-n": "awsui_p-top-
|
|
50
|
-
"p-vertical-n": "awsui_p-vertical-
|
|
51
|
-
"p-right-n": "awsui_p-right-
|
|
52
|
-
"p-horizontal-n": "awsui_p-horizontal-
|
|
53
|
-
"p-bottom-n": "awsui_p-bottom-
|
|
54
|
-
"p-left-n": "awsui_p-left-
|
|
55
|
-
"p-xxxs": "awsui_p-
|
|
56
|
-
"p-top-xxxs": "awsui_p-top-
|
|
57
|
-
"p-vertical-xxxs": "awsui_p-vertical-
|
|
58
|
-
"p-right-xxxs": "awsui_p-right-
|
|
59
|
-
"p-horizontal-xxxs": "awsui_p-horizontal-
|
|
60
|
-
"p-bottom-xxxs": "awsui_p-bottom-
|
|
61
|
-
"p-left-xxxs": "awsui_p-left-
|
|
62
|
-
"p-xxs": "awsui_p-
|
|
63
|
-
"p-top-xxs": "awsui_p-top-
|
|
64
|
-
"p-vertical-xxs": "awsui_p-vertical-
|
|
65
|
-
"p-right-xxs": "awsui_p-right-
|
|
66
|
-
"p-horizontal-xxs": "awsui_p-horizontal-
|
|
67
|
-
"p-bottom-xxs": "awsui_p-bottom-
|
|
68
|
-
"p-left-xxs": "awsui_p-left-
|
|
69
|
-
"p-xs": "awsui_p-
|
|
70
|
-
"p-top-xs": "awsui_p-top-
|
|
71
|
-
"p-vertical-xs": "awsui_p-vertical-
|
|
72
|
-
"p-right-xs": "awsui_p-right-
|
|
73
|
-
"p-horizontal-xs": "awsui_p-horizontal-
|
|
74
|
-
"p-bottom-xs": "awsui_p-bottom-
|
|
75
|
-
"p-left-xs": "awsui_p-left-
|
|
76
|
-
"p-s": "awsui_p-
|
|
77
|
-
"p-top-s": "awsui_p-top-
|
|
78
|
-
"p-vertical-s": "awsui_p-vertical-
|
|
79
|
-
"p-right-s": "awsui_p-right-
|
|
80
|
-
"p-horizontal-s": "awsui_p-horizontal-
|
|
81
|
-
"p-bottom-s": "awsui_p-bottom-
|
|
82
|
-
"p-left-s": "awsui_p-left-
|
|
83
|
-
"p-m": "awsui_p-
|
|
84
|
-
"p-top-m": "awsui_p-top-
|
|
85
|
-
"p-vertical-m": "awsui_p-vertical-
|
|
86
|
-
"p-right-m": "awsui_p-right-
|
|
87
|
-
"p-horizontal-m": "awsui_p-horizontal-
|
|
88
|
-
"p-bottom-m": "awsui_p-bottom-
|
|
89
|
-
"p-left-m": "awsui_p-left-
|
|
90
|
-
"p-l": "awsui_p-
|
|
91
|
-
"p-top-l": "awsui_p-top-
|
|
92
|
-
"p-vertical-l": "awsui_p-vertical-
|
|
93
|
-
"p-right-l": "awsui_p-right-
|
|
94
|
-
"p-horizontal-l": "awsui_p-horizontal-
|
|
95
|
-
"p-bottom-l": "awsui_p-bottom-
|
|
96
|
-
"p-left-l": "awsui_p-left-
|
|
97
|
-
"p-xl": "awsui_p-
|
|
98
|
-
"p-top-xl": "awsui_p-top-
|
|
99
|
-
"p-vertical-xl": "awsui_p-vertical-
|
|
100
|
-
"p-right-xl": "awsui_p-right-
|
|
101
|
-
"p-horizontal-xl": "awsui_p-horizontal-
|
|
102
|
-
"p-bottom-xl": "awsui_p-bottom-
|
|
103
|
-
"p-left-xl": "awsui_p-left-
|
|
104
|
-
"p-xxl": "awsui_p-
|
|
105
|
-
"p-top-xxl": "awsui_p-top-
|
|
106
|
-
"p-vertical-xxl": "awsui_p-vertical-
|
|
107
|
-
"p-right-xxl": "awsui_p-right-
|
|
108
|
-
"p-horizontal-xxl": "awsui_p-horizontal-
|
|
109
|
-
"p-bottom-xxl": "awsui_p-bottom-
|
|
110
|
-
"p-left-xxl": "awsui_p-left-
|
|
111
|
-
"p-xxxl": "awsui_p-
|
|
112
|
-
"p-top-xxxl": "awsui_p-top-
|
|
113
|
-
"p-vertical-xxxl": "awsui_p-vertical-
|
|
114
|
-
"p-right-xxxl": "awsui_p-right-
|
|
115
|
-
"p-horizontal-xxxl": "awsui_p-horizontal-
|
|
116
|
-
"p-bottom-xxxl": "awsui_p-bottom-
|
|
117
|
-
"p-left-xxxl": "awsui_p-left-
|
|
118
|
-
"m-n": "awsui_m-
|
|
119
|
-
"m-top-n": "awsui_m-top-
|
|
120
|
-
"m-vertical-n": "awsui_m-vertical-
|
|
121
|
-
"m-right-n": "awsui_m-right-
|
|
122
|
-
"m-horizontal-n": "awsui_m-horizontal-
|
|
123
|
-
"m-bottom-n": "awsui_m-bottom-
|
|
124
|
-
"m-left-n": "awsui_m-left-
|
|
125
|
-
"m-xxxs": "awsui_m-
|
|
126
|
-
"m-top-xxxs": "awsui_m-top-
|
|
127
|
-
"m-vertical-xxxs": "awsui_m-vertical-
|
|
128
|
-
"m-right-xxxs": "awsui_m-right-
|
|
129
|
-
"m-horizontal-xxxs": "awsui_m-horizontal-
|
|
130
|
-
"m-bottom-xxxs": "awsui_m-bottom-
|
|
131
|
-
"m-left-xxxs": "awsui_m-left-
|
|
132
|
-
"m-xxs": "awsui_m-
|
|
133
|
-
"m-top-xxs": "awsui_m-top-
|
|
134
|
-
"m-vertical-xxs": "awsui_m-vertical-
|
|
135
|
-
"m-right-xxs": "awsui_m-right-
|
|
136
|
-
"m-horizontal-xxs": "awsui_m-horizontal-
|
|
137
|
-
"m-bottom-xxs": "awsui_m-bottom-
|
|
138
|
-
"m-left-xxs": "awsui_m-left-
|
|
139
|
-
"m-xs": "awsui_m-
|
|
140
|
-
"m-top-xs": "awsui_m-top-
|
|
141
|
-
"m-vertical-xs": "awsui_m-vertical-
|
|
142
|
-
"m-right-xs": "awsui_m-right-
|
|
143
|
-
"m-horizontal-xs": "awsui_m-horizontal-
|
|
144
|
-
"m-bottom-xs": "awsui_m-bottom-
|
|
145
|
-
"m-left-xs": "awsui_m-left-
|
|
146
|
-
"m-s": "awsui_m-
|
|
147
|
-
"m-top-s": "awsui_m-top-
|
|
148
|
-
"m-vertical-s": "awsui_m-vertical-
|
|
149
|
-
"m-right-s": "awsui_m-right-
|
|
150
|
-
"m-horizontal-s": "awsui_m-horizontal-
|
|
151
|
-
"m-bottom-s": "awsui_m-bottom-
|
|
152
|
-
"m-left-s": "awsui_m-left-
|
|
153
|
-
"m-m": "awsui_m-
|
|
154
|
-
"m-top-m": "awsui_m-top-
|
|
155
|
-
"m-vertical-m": "awsui_m-vertical-
|
|
156
|
-
"m-right-m": "awsui_m-right-
|
|
157
|
-
"m-horizontal-m": "awsui_m-horizontal-
|
|
158
|
-
"m-bottom-m": "awsui_m-bottom-
|
|
159
|
-
"m-left-m": "awsui_m-left-
|
|
160
|
-
"m-l": "awsui_m-
|
|
161
|
-
"m-top-l": "awsui_m-top-
|
|
162
|
-
"m-vertical-l": "awsui_m-vertical-
|
|
163
|
-
"m-right-l": "awsui_m-right-
|
|
164
|
-
"m-horizontal-l": "awsui_m-horizontal-
|
|
165
|
-
"m-bottom-l": "awsui_m-bottom-
|
|
166
|
-
"m-left-l": "awsui_m-left-
|
|
167
|
-
"m-xl": "awsui_m-
|
|
168
|
-
"m-top-xl": "awsui_m-top-
|
|
169
|
-
"m-vertical-xl": "awsui_m-vertical-
|
|
170
|
-
"m-right-xl": "awsui_m-right-
|
|
171
|
-
"m-horizontal-xl": "awsui_m-horizontal-
|
|
172
|
-
"m-bottom-xl": "awsui_m-bottom-
|
|
173
|
-
"m-left-xl": "awsui_m-left-
|
|
174
|
-
"m-xxl": "awsui_m-
|
|
175
|
-
"m-top-xxl": "awsui_m-top-
|
|
176
|
-
"m-vertical-xxl": "awsui_m-vertical-
|
|
177
|
-
"m-right-xxl": "awsui_m-right-
|
|
178
|
-
"m-horizontal-xxl": "awsui_m-horizontal-
|
|
179
|
-
"m-bottom-xxl": "awsui_m-bottom-
|
|
180
|
-
"m-left-xxl": "awsui_m-left-
|
|
181
|
-
"m-xxxl": "awsui_m-
|
|
182
|
-
"m-top-xxxl": "awsui_m-top-
|
|
183
|
-
"m-vertical-xxxl": "awsui_m-vertical-
|
|
184
|
-
"m-right-xxxl": "awsui_m-right-
|
|
185
|
-
"m-horizontal-xxxl": "awsui_m-horizontal-
|
|
186
|
-
"m-bottom-xxxl": "awsui_m-bottom-
|
|
187
|
-
"m-left-xxxl": "awsui_m-left-
|
|
188
|
-
"d-block": "awsui_d-
|
|
189
|
-
"d-inline": "awsui_d-
|
|
190
|
-
"d-inline-block": "awsui_d-inline-
|
|
191
|
-
"d-none": "awsui_d-
|
|
192
|
-
"f-left": "awsui_f-
|
|
193
|
-
"f-right": "awsui_f-
|
|
5
|
+
"root": "awsui_root_18wu0_i4x0n_93",
|
|
6
|
+
"box": "awsui_box_18wu0_i4x0n_207",
|
|
7
|
+
"p-variant": "awsui_p-variant_18wu0_i4x0n_207",
|
|
8
|
+
"color-default": "awsui_color-default_18wu0_i4x0n_207",
|
|
9
|
+
"b-variant": "awsui_b-variant_18wu0_i4x0n_207",
|
|
10
|
+
"strong-variant": "awsui_strong-variant_18wu0_i4x0n_207",
|
|
11
|
+
"code-variant": "awsui_code-variant_18wu0_i4x0n_207",
|
|
12
|
+
"pre-variant": "awsui_pre-variant_18wu0_i4x0n_207",
|
|
13
|
+
"samp-variant": "awsui_samp-variant_18wu0_i4x0n_207",
|
|
14
|
+
"h1-variant": "awsui_h1-variant_18wu0_i4x0n_211",
|
|
15
|
+
"h2-variant": "awsui_h2-variant_18wu0_i4x0n_211",
|
|
16
|
+
"h3-variant": "awsui_h3-variant_18wu0_i4x0n_211",
|
|
17
|
+
"h4-variant": "awsui_h4-variant_18wu0_i4x0n_211",
|
|
18
|
+
"h5-variant": "awsui_h5-variant_18wu0_i4x0n_211",
|
|
19
|
+
"small-variant": "awsui_small-variant_18wu0_i4x0n_215",
|
|
20
|
+
"a-variant": "awsui_a-variant_18wu0_i4x0n_219",
|
|
21
|
+
"font-size-default": "awsui_font-size-default_18wu0_i4x0n_223",
|
|
22
|
+
"font-weight-default": "awsui_font-weight-default_18wu0_i4x0n_263",
|
|
23
|
+
"key-label-variant": "awsui_key-label-variant_18wu0_i4x0n_303",
|
|
24
|
+
"value-large-variant": "awsui_value-large-variant_18wu0_i4x0n_310",
|
|
25
|
+
"font-weight-heavy": "awsui_font-weight-heavy_18wu0_i4x0n_317",
|
|
26
|
+
"color-inverted": "awsui_color-inverted_18wu0_i4x0n_322",
|
|
27
|
+
"color-text-label": "awsui_color-text-label_18wu0_i4x0n_325",
|
|
28
|
+
"color-text-body-secondary": "awsui_color-text-body-secondary_18wu0_i4x0n_328",
|
|
29
|
+
"color-text-status-error": "awsui_color-text-status-error_18wu0_i4x0n_331",
|
|
30
|
+
"color-text-status-success": "awsui_color-text-status-success_18wu0_i4x0n_334",
|
|
31
|
+
"color-text-status-info": "awsui_color-text-status-info_18wu0_i4x0n_337",
|
|
32
|
+
"color-text-status-inactive": "awsui_color-text-status-inactive_18wu0_i4x0n_340",
|
|
33
|
+
"color-inherit": "awsui_color-inherit_18wu0_i4x0n_343",
|
|
34
|
+
"font-size-body-s": "awsui_font-size-body-s_18wu0_i4x0n_346",
|
|
35
|
+
"font-size-body-m": "awsui_font-size-body-m_18wu0_i4x0n_351",
|
|
36
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_18wu0_i4x0n_355",
|
|
37
|
+
"font-size-heading-s": "awsui_font-size-heading-s_18wu0_i4x0n_359",
|
|
38
|
+
"font-size-heading-m": "awsui_font-size-heading-m_18wu0_i4x0n_364",
|
|
39
|
+
"font-size-heading-l": "awsui_font-size-heading-l_18wu0_i4x0n_369",
|
|
40
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_18wu0_i4x0n_374",
|
|
41
|
+
"font-size-display-l": "awsui_font-size-display-l_18wu0_i4x0n_379",
|
|
42
|
+
"font-weight-light": "awsui_font-weight-light_18wu0_i4x0n_384",
|
|
43
|
+
"font-weight-normal": "awsui_font-weight-normal_18wu0_i4x0n_387",
|
|
44
|
+
"font-weight-bold": "awsui_font-weight-bold_18wu0_i4x0n_390",
|
|
45
|
+
"t-left": "awsui_t-left_18wu0_i4x0n_397",
|
|
46
|
+
"t-right": "awsui_t-right_18wu0_i4x0n_401",
|
|
47
|
+
"t-center": "awsui_t-center_18wu0_i4x0n_405",
|
|
48
|
+
"p-n": "awsui_p-n_18wu0_i4x0n_506",
|
|
49
|
+
"p-top-n": "awsui_p-top-n_18wu0_i4x0n_510",
|
|
50
|
+
"p-vertical-n": "awsui_p-vertical-n_18wu0_i4x0n_511",
|
|
51
|
+
"p-right-n": "awsui_p-right-n_18wu0_i4x0n_515",
|
|
52
|
+
"p-horizontal-n": "awsui_p-horizontal-n_18wu0_i4x0n_516",
|
|
53
|
+
"p-bottom-n": "awsui_p-bottom-n_18wu0_i4x0n_520",
|
|
54
|
+
"p-left-n": "awsui_p-left-n_18wu0_i4x0n_525",
|
|
55
|
+
"p-xxxs": "awsui_p-xxxs_18wu0_i4x0n_530",
|
|
56
|
+
"p-top-xxxs": "awsui_p-top-xxxs_18wu0_i4x0n_534",
|
|
57
|
+
"p-vertical-xxxs": "awsui_p-vertical-xxxs_18wu0_i4x0n_535",
|
|
58
|
+
"p-right-xxxs": "awsui_p-right-xxxs_18wu0_i4x0n_539",
|
|
59
|
+
"p-horizontal-xxxs": "awsui_p-horizontal-xxxs_18wu0_i4x0n_540",
|
|
60
|
+
"p-bottom-xxxs": "awsui_p-bottom-xxxs_18wu0_i4x0n_544",
|
|
61
|
+
"p-left-xxxs": "awsui_p-left-xxxs_18wu0_i4x0n_549",
|
|
62
|
+
"p-xxs": "awsui_p-xxs_18wu0_i4x0n_554",
|
|
63
|
+
"p-top-xxs": "awsui_p-top-xxs_18wu0_i4x0n_558",
|
|
64
|
+
"p-vertical-xxs": "awsui_p-vertical-xxs_18wu0_i4x0n_559",
|
|
65
|
+
"p-right-xxs": "awsui_p-right-xxs_18wu0_i4x0n_563",
|
|
66
|
+
"p-horizontal-xxs": "awsui_p-horizontal-xxs_18wu0_i4x0n_564",
|
|
67
|
+
"p-bottom-xxs": "awsui_p-bottom-xxs_18wu0_i4x0n_568",
|
|
68
|
+
"p-left-xxs": "awsui_p-left-xxs_18wu0_i4x0n_573",
|
|
69
|
+
"p-xs": "awsui_p-xs_18wu0_i4x0n_578",
|
|
70
|
+
"p-top-xs": "awsui_p-top-xs_18wu0_i4x0n_582",
|
|
71
|
+
"p-vertical-xs": "awsui_p-vertical-xs_18wu0_i4x0n_583",
|
|
72
|
+
"p-right-xs": "awsui_p-right-xs_18wu0_i4x0n_587",
|
|
73
|
+
"p-horizontal-xs": "awsui_p-horizontal-xs_18wu0_i4x0n_588",
|
|
74
|
+
"p-bottom-xs": "awsui_p-bottom-xs_18wu0_i4x0n_592",
|
|
75
|
+
"p-left-xs": "awsui_p-left-xs_18wu0_i4x0n_597",
|
|
76
|
+
"p-s": "awsui_p-s_18wu0_i4x0n_602",
|
|
77
|
+
"p-top-s": "awsui_p-top-s_18wu0_i4x0n_606",
|
|
78
|
+
"p-vertical-s": "awsui_p-vertical-s_18wu0_i4x0n_607",
|
|
79
|
+
"p-right-s": "awsui_p-right-s_18wu0_i4x0n_611",
|
|
80
|
+
"p-horizontal-s": "awsui_p-horizontal-s_18wu0_i4x0n_612",
|
|
81
|
+
"p-bottom-s": "awsui_p-bottom-s_18wu0_i4x0n_616",
|
|
82
|
+
"p-left-s": "awsui_p-left-s_18wu0_i4x0n_621",
|
|
83
|
+
"p-m": "awsui_p-m_18wu0_i4x0n_626",
|
|
84
|
+
"p-top-m": "awsui_p-top-m_18wu0_i4x0n_630",
|
|
85
|
+
"p-vertical-m": "awsui_p-vertical-m_18wu0_i4x0n_631",
|
|
86
|
+
"p-right-m": "awsui_p-right-m_18wu0_i4x0n_635",
|
|
87
|
+
"p-horizontal-m": "awsui_p-horizontal-m_18wu0_i4x0n_636",
|
|
88
|
+
"p-bottom-m": "awsui_p-bottom-m_18wu0_i4x0n_640",
|
|
89
|
+
"p-left-m": "awsui_p-left-m_18wu0_i4x0n_645",
|
|
90
|
+
"p-l": "awsui_p-l_18wu0_i4x0n_525",
|
|
91
|
+
"p-top-l": "awsui_p-top-l_18wu0_i4x0n_654",
|
|
92
|
+
"p-vertical-l": "awsui_p-vertical-l_18wu0_i4x0n_655",
|
|
93
|
+
"p-right-l": "awsui_p-right-l_18wu0_i4x0n_659",
|
|
94
|
+
"p-horizontal-l": "awsui_p-horizontal-l_18wu0_i4x0n_660",
|
|
95
|
+
"p-bottom-l": "awsui_p-bottom-l_18wu0_i4x0n_664",
|
|
96
|
+
"p-left-l": "awsui_p-left-l_18wu0_i4x0n_669",
|
|
97
|
+
"p-xl": "awsui_p-xl_18wu0_i4x0n_674",
|
|
98
|
+
"p-top-xl": "awsui_p-top-xl_18wu0_i4x0n_678",
|
|
99
|
+
"p-vertical-xl": "awsui_p-vertical-xl_18wu0_i4x0n_679",
|
|
100
|
+
"p-right-xl": "awsui_p-right-xl_18wu0_i4x0n_683",
|
|
101
|
+
"p-horizontal-xl": "awsui_p-horizontal-xl_18wu0_i4x0n_684",
|
|
102
|
+
"p-bottom-xl": "awsui_p-bottom-xl_18wu0_i4x0n_688",
|
|
103
|
+
"p-left-xl": "awsui_p-left-xl_18wu0_i4x0n_693",
|
|
104
|
+
"p-xxl": "awsui_p-xxl_18wu0_i4x0n_698",
|
|
105
|
+
"p-top-xxl": "awsui_p-top-xxl_18wu0_i4x0n_702",
|
|
106
|
+
"p-vertical-xxl": "awsui_p-vertical-xxl_18wu0_i4x0n_703",
|
|
107
|
+
"p-right-xxl": "awsui_p-right-xxl_18wu0_i4x0n_707",
|
|
108
|
+
"p-horizontal-xxl": "awsui_p-horizontal-xxl_18wu0_i4x0n_708",
|
|
109
|
+
"p-bottom-xxl": "awsui_p-bottom-xxl_18wu0_i4x0n_712",
|
|
110
|
+
"p-left-xxl": "awsui_p-left-xxl_18wu0_i4x0n_717",
|
|
111
|
+
"p-xxxl": "awsui_p-xxxl_18wu0_i4x0n_722",
|
|
112
|
+
"p-top-xxxl": "awsui_p-top-xxxl_18wu0_i4x0n_726",
|
|
113
|
+
"p-vertical-xxxl": "awsui_p-vertical-xxxl_18wu0_i4x0n_727",
|
|
114
|
+
"p-right-xxxl": "awsui_p-right-xxxl_18wu0_i4x0n_731",
|
|
115
|
+
"p-horizontal-xxxl": "awsui_p-horizontal-xxxl_18wu0_i4x0n_732",
|
|
116
|
+
"p-bottom-xxxl": "awsui_p-bottom-xxxl_18wu0_i4x0n_736",
|
|
117
|
+
"p-left-xxxl": "awsui_p-left-xxxl_18wu0_i4x0n_741",
|
|
118
|
+
"m-n": "awsui_m-n_18wu0_i4x0n_746",
|
|
119
|
+
"m-top-n": "awsui_m-top-n_18wu0_i4x0n_750",
|
|
120
|
+
"m-vertical-n": "awsui_m-vertical-n_18wu0_i4x0n_751",
|
|
121
|
+
"m-right-n": "awsui_m-right-n_18wu0_i4x0n_755",
|
|
122
|
+
"m-horizontal-n": "awsui_m-horizontal-n_18wu0_i4x0n_756",
|
|
123
|
+
"m-bottom-n": "awsui_m-bottom-n_18wu0_i4x0n_760",
|
|
124
|
+
"m-left-n": "awsui_m-left-n_18wu0_i4x0n_765",
|
|
125
|
+
"m-xxxs": "awsui_m-xxxs_18wu0_i4x0n_770",
|
|
126
|
+
"m-top-xxxs": "awsui_m-top-xxxs_18wu0_i4x0n_774",
|
|
127
|
+
"m-vertical-xxxs": "awsui_m-vertical-xxxs_18wu0_i4x0n_775",
|
|
128
|
+
"m-right-xxxs": "awsui_m-right-xxxs_18wu0_i4x0n_779",
|
|
129
|
+
"m-horizontal-xxxs": "awsui_m-horizontal-xxxs_18wu0_i4x0n_780",
|
|
130
|
+
"m-bottom-xxxs": "awsui_m-bottom-xxxs_18wu0_i4x0n_784",
|
|
131
|
+
"m-left-xxxs": "awsui_m-left-xxxs_18wu0_i4x0n_789",
|
|
132
|
+
"m-xxs": "awsui_m-xxs_18wu0_i4x0n_794",
|
|
133
|
+
"m-top-xxs": "awsui_m-top-xxs_18wu0_i4x0n_798",
|
|
134
|
+
"m-vertical-xxs": "awsui_m-vertical-xxs_18wu0_i4x0n_799",
|
|
135
|
+
"m-right-xxs": "awsui_m-right-xxs_18wu0_i4x0n_803",
|
|
136
|
+
"m-horizontal-xxs": "awsui_m-horizontal-xxs_18wu0_i4x0n_804",
|
|
137
|
+
"m-bottom-xxs": "awsui_m-bottom-xxs_18wu0_i4x0n_808",
|
|
138
|
+
"m-left-xxs": "awsui_m-left-xxs_18wu0_i4x0n_813",
|
|
139
|
+
"m-xs": "awsui_m-xs_18wu0_i4x0n_818",
|
|
140
|
+
"m-top-xs": "awsui_m-top-xs_18wu0_i4x0n_822",
|
|
141
|
+
"m-vertical-xs": "awsui_m-vertical-xs_18wu0_i4x0n_823",
|
|
142
|
+
"m-right-xs": "awsui_m-right-xs_18wu0_i4x0n_827",
|
|
143
|
+
"m-horizontal-xs": "awsui_m-horizontal-xs_18wu0_i4x0n_828",
|
|
144
|
+
"m-bottom-xs": "awsui_m-bottom-xs_18wu0_i4x0n_832",
|
|
145
|
+
"m-left-xs": "awsui_m-left-xs_18wu0_i4x0n_837",
|
|
146
|
+
"m-s": "awsui_m-s_18wu0_i4x0n_842",
|
|
147
|
+
"m-top-s": "awsui_m-top-s_18wu0_i4x0n_846",
|
|
148
|
+
"m-vertical-s": "awsui_m-vertical-s_18wu0_i4x0n_847",
|
|
149
|
+
"m-right-s": "awsui_m-right-s_18wu0_i4x0n_851",
|
|
150
|
+
"m-horizontal-s": "awsui_m-horizontal-s_18wu0_i4x0n_852",
|
|
151
|
+
"m-bottom-s": "awsui_m-bottom-s_18wu0_i4x0n_856",
|
|
152
|
+
"m-left-s": "awsui_m-left-s_18wu0_i4x0n_861",
|
|
153
|
+
"m-m": "awsui_m-m_18wu0_i4x0n_866",
|
|
154
|
+
"m-top-m": "awsui_m-top-m_18wu0_i4x0n_870",
|
|
155
|
+
"m-vertical-m": "awsui_m-vertical-m_18wu0_i4x0n_871",
|
|
156
|
+
"m-right-m": "awsui_m-right-m_18wu0_i4x0n_875",
|
|
157
|
+
"m-horizontal-m": "awsui_m-horizontal-m_18wu0_i4x0n_876",
|
|
158
|
+
"m-bottom-m": "awsui_m-bottom-m_18wu0_i4x0n_880",
|
|
159
|
+
"m-left-m": "awsui_m-left-m_18wu0_i4x0n_885",
|
|
160
|
+
"m-l": "awsui_m-l_18wu0_i4x0n_765",
|
|
161
|
+
"m-top-l": "awsui_m-top-l_18wu0_i4x0n_894",
|
|
162
|
+
"m-vertical-l": "awsui_m-vertical-l_18wu0_i4x0n_895",
|
|
163
|
+
"m-right-l": "awsui_m-right-l_18wu0_i4x0n_899",
|
|
164
|
+
"m-horizontal-l": "awsui_m-horizontal-l_18wu0_i4x0n_900",
|
|
165
|
+
"m-bottom-l": "awsui_m-bottom-l_18wu0_i4x0n_904",
|
|
166
|
+
"m-left-l": "awsui_m-left-l_18wu0_i4x0n_909",
|
|
167
|
+
"m-xl": "awsui_m-xl_18wu0_i4x0n_914",
|
|
168
|
+
"m-top-xl": "awsui_m-top-xl_18wu0_i4x0n_918",
|
|
169
|
+
"m-vertical-xl": "awsui_m-vertical-xl_18wu0_i4x0n_919",
|
|
170
|
+
"m-right-xl": "awsui_m-right-xl_18wu0_i4x0n_923",
|
|
171
|
+
"m-horizontal-xl": "awsui_m-horizontal-xl_18wu0_i4x0n_924",
|
|
172
|
+
"m-bottom-xl": "awsui_m-bottom-xl_18wu0_i4x0n_928",
|
|
173
|
+
"m-left-xl": "awsui_m-left-xl_18wu0_i4x0n_933",
|
|
174
|
+
"m-xxl": "awsui_m-xxl_18wu0_i4x0n_938",
|
|
175
|
+
"m-top-xxl": "awsui_m-top-xxl_18wu0_i4x0n_942",
|
|
176
|
+
"m-vertical-xxl": "awsui_m-vertical-xxl_18wu0_i4x0n_943",
|
|
177
|
+
"m-right-xxl": "awsui_m-right-xxl_18wu0_i4x0n_947",
|
|
178
|
+
"m-horizontal-xxl": "awsui_m-horizontal-xxl_18wu0_i4x0n_948",
|
|
179
|
+
"m-bottom-xxl": "awsui_m-bottom-xxl_18wu0_i4x0n_952",
|
|
180
|
+
"m-left-xxl": "awsui_m-left-xxl_18wu0_i4x0n_957",
|
|
181
|
+
"m-xxxl": "awsui_m-xxxl_18wu0_i4x0n_962",
|
|
182
|
+
"m-top-xxxl": "awsui_m-top-xxxl_18wu0_i4x0n_966",
|
|
183
|
+
"m-vertical-xxxl": "awsui_m-vertical-xxxl_18wu0_i4x0n_967",
|
|
184
|
+
"m-right-xxxl": "awsui_m-right-xxxl_18wu0_i4x0n_971",
|
|
185
|
+
"m-horizontal-xxxl": "awsui_m-horizontal-xxxl_18wu0_i4x0n_972",
|
|
186
|
+
"m-bottom-xxxl": "awsui_m-bottom-xxxl_18wu0_i4x0n_976",
|
|
187
|
+
"m-left-xxxl": "awsui_m-left-xxxl_18wu0_i4x0n_981",
|
|
188
|
+
"d-block": "awsui_d-block_18wu0_i4x0n_986",
|
|
189
|
+
"d-inline": "awsui_d-inline_18wu0_i4x0n_989",
|
|
190
|
+
"d-inline-block": "awsui_d-inline-block_18wu0_i4x0n_992",
|
|
191
|
+
"d-none": "awsui_d-none_18wu0_i4x0n_995",
|
|
192
|
+
"f-left": "awsui_f-left_18wu0_i4x0n_999",
|
|
193
|
+
"f-right": "awsui_f-right_18wu0_i4x0n_1003"
|
|
194
194
|
};
|
|
195
195
|
|
|
@@ -528,6 +528,7 @@
|
|
|
528
528
|
--space-flashbar-dismiss-right-y0ict9:0px;
|
|
529
529
|
--space-flashbar-horizontal-b45bi6:16px;
|
|
530
530
|
--space-grid-gutter-s46zha:20px;
|
|
531
|
+
--space-key-value-gap-axbdvq:0px;
|
|
531
532
|
--space-layout-content-bottom-zwsyun:40px;
|
|
532
533
|
--space-layout-toggle-diameter-i4mha3:40px;
|
|
533
534
|
--space-layout-toggle-padding-dhzjwp:20px;
|
|
@@ -550,6 +551,7 @@
|
|
|
550
551
|
--space-table-footer-horizontal-u2o8yq:0px;
|
|
551
552
|
--space-tabs-focus-outline-gutter-tauev7:-8px;
|
|
552
553
|
--space-scaled-2x-xxs-0k2v6n:4px;
|
|
554
|
+
--space-scaled-2x-m-lwig8x:16px;
|
|
553
555
|
--space-scaled-2x-l-qun137:20px;
|
|
554
556
|
--space-scaled-2x-xl-a8w4ze:24px;
|
|
555
557
|
--space-scaled-2x-xxxl-qc7pg7:40px;
|
|
@@ -973,6 +975,7 @@
|
|
|
973
975
|
--space-tabs-content-top-ql9865:8px;
|
|
974
976
|
--space-table-content-top-7kuusn:8px;
|
|
975
977
|
--space-scaled-2x-xxs-0k2v6n:0px;
|
|
978
|
+
--space-scaled-2x-m-lwig8x:8px;
|
|
976
979
|
--space-scaled-2x-l-qun137:12px;
|
|
977
980
|
--space-scaled-2x-xl-a8w4ze:16px;
|
|
978
981
|
--space-scaled-2x-xxxl-qc7pg7:24px;
|
package/internal/environment.js
CHANGED
|
@@ -2013,6 +2013,10 @@ module.exports.preset = {
|
|
|
2013
2013
|
"comfortable": "{spaceL}",
|
|
2014
2014
|
"compact": "{spaceM}"
|
|
2015
2015
|
},
|
|
2016
|
+
"spaceKeyValueGap": {
|
|
2017
|
+
"comfortable": "0px",
|
|
2018
|
+
"compact": "0px"
|
|
2019
|
+
},
|
|
2016
2020
|
"spaceLayoutContentBottom": {
|
|
2017
2021
|
"comfortable": "{spaceScaled2xXxxl}",
|
|
2018
2022
|
"compact": "{spaceScaled2xXxxl}"
|
|
@@ -2435,6 +2439,10 @@ module.exports.preset = {
|
|
|
2435
2439
|
"comfortable": "{spaceL}",
|
|
2436
2440
|
"compact": "{spaceM}"
|
|
2437
2441
|
},
|
|
2442
|
+
"spaceKeyValueGap": {
|
|
2443
|
+
"comfortable": "0px",
|
|
2444
|
+
"compact": "0px"
|
|
2445
|
+
},
|
|
2438
2446
|
"spaceLayoutContentBottom": {
|
|
2439
2447
|
"comfortable": "{spaceScaled2xXxxl}",
|
|
2440
2448
|
"compact": "{spaceScaled2xXxxl}"
|
|
@@ -7881,6 +7889,7 @@ module.exports.preset = {
|
|
|
7881
7889
|
"spaceFlashbarDismissRight": "density",
|
|
7882
7890
|
"spaceFlashbarHorizontal": "density",
|
|
7883
7891
|
"spaceGridGutter": "density",
|
|
7892
|
+
"spaceKeyValueGap": "density",
|
|
7884
7893
|
"spaceLayoutContentBottom": "density",
|
|
7885
7894
|
"spaceLayoutToggleDiameter": "density",
|
|
7886
7895
|
"spaceLayoutTogglePadding": "density",
|
|
@@ -9045,6 +9054,7 @@ module.exports.preset = {
|
|
|
9045
9054
|
"spaceFlashbarDismissRight": "space-flashbar-dismiss-right",
|
|
9046
9055
|
"spaceFlashbarHorizontal": "space-flashbar-horizontal",
|
|
9047
9056
|
"spaceGridGutter": "space-grid-gutter",
|
|
9057
|
+
"spaceKeyValueGap": "space-key-value-gap",
|
|
9048
9058
|
"spaceLayoutContentBottom": "space-layout-content-bottom",
|
|
9049
9059
|
"spaceLayoutToggleDiameter": "space-layout-toggle-diameter",
|
|
9050
9060
|
"spaceLayoutTogglePadding": "space-layout-toggle-padding",
|
|
@@ -9718,6 +9728,7 @@ module.exports.preset = {
|
|
|
9718
9728
|
"spaceFlashbarDismissRight": "--space-flashbar-dismiss-right-y0ict9",
|
|
9719
9729
|
"spaceFlashbarHorizontal": "--space-flashbar-horizontal-b45bi6",
|
|
9720
9730
|
"spaceGridGutter": "--space-grid-gutter-s46zha",
|
|
9731
|
+
"spaceKeyValueGap": "--space-key-value-gap-axbdvq",
|
|
9721
9732
|
"spaceLayoutContentBottom": "--space-layout-content-bottom-zwsyun",
|
|
9722
9733
|
"spaceLayoutToggleDiameter": "--space-layout-toggle-diameter-i4mha3",
|
|
9723
9734
|
"spaceLayoutTogglePadding": "--space-layout-toggle-padding-dhzjwp",
|
|
@@ -2013,6 +2013,10 @@ export var preset = {
|
|
|
2013
2013
|
"comfortable": "{spaceL}",
|
|
2014
2014
|
"compact": "{spaceM}"
|
|
2015
2015
|
},
|
|
2016
|
+
"spaceKeyValueGap": {
|
|
2017
|
+
"comfortable": "0px",
|
|
2018
|
+
"compact": "0px"
|
|
2019
|
+
},
|
|
2016
2020
|
"spaceLayoutContentBottom": {
|
|
2017
2021
|
"comfortable": "{spaceScaled2xXxxl}",
|
|
2018
2022
|
"compact": "{spaceScaled2xXxxl}"
|
|
@@ -2435,6 +2439,10 @@ export var preset = {
|
|
|
2435
2439
|
"comfortable": "{spaceL}",
|
|
2436
2440
|
"compact": "{spaceM}"
|
|
2437
2441
|
},
|
|
2442
|
+
"spaceKeyValueGap": {
|
|
2443
|
+
"comfortable": "0px",
|
|
2444
|
+
"compact": "0px"
|
|
2445
|
+
},
|
|
2438
2446
|
"spaceLayoutContentBottom": {
|
|
2439
2447
|
"comfortable": "{spaceScaled2xXxxl}",
|
|
2440
2448
|
"compact": "{spaceScaled2xXxxl}"
|
|
@@ -7881,6 +7889,7 @@ export var preset = {
|
|
|
7881
7889
|
"spaceFlashbarDismissRight": "density",
|
|
7882
7890
|
"spaceFlashbarHorizontal": "density",
|
|
7883
7891
|
"spaceGridGutter": "density",
|
|
7892
|
+
"spaceKeyValueGap": "density",
|
|
7884
7893
|
"spaceLayoutContentBottom": "density",
|
|
7885
7894
|
"spaceLayoutToggleDiameter": "density",
|
|
7886
7895
|
"spaceLayoutTogglePadding": "density",
|
|
@@ -9045,6 +9054,7 @@ export var preset = {
|
|
|
9045
9054
|
"spaceFlashbarDismissRight": "space-flashbar-dismiss-right",
|
|
9046
9055
|
"spaceFlashbarHorizontal": "space-flashbar-horizontal",
|
|
9047
9056
|
"spaceGridGutter": "space-grid-gutter",
|
|
9057
|
+
"spaceKeyValueGap": "space-key-value-gap",
|
|
9048
9058
|
"spaceLayoutContentBottom": "space-layout-content-bottom",
|
|
9049
9059
|
"spaceLayoutToggleDiameter": "space-layout-toggle-diameter",
|
|
9050
9060
|
"spaceLayoutTogglePadding": "space-layout-toggle-padding",
|
|
@@ -9718,6 +9728,7 @@ export var preset = {
|
|
|
9718
9728
|
"spaceFlashbarDismissRight": "--space-flashbar-dismiss-right-y0ict9",
|
|
9719
9729
|
"spaceFlashbarHorizontal": "--space-flashbar-horizontal-b45bi6",
|
|
9720
9730
|
"spaceGridGutter": "--space-grid-gutter-s46zha",
|
|
9731
|
+
"spaceKeyValueGap": "--space-key-value-gap-axbdvq",
|
|
9721
9732
|
"spaceLayoutContentBottom": "--space-layout-content-bottom-zwsyun",
|
|
9722
9733
|
"spaceLayoutToggleDiameter": "--space-layout-toggle-diameter-i4mha3",
|
|
9723
9734
|
"spaceLayoutTogglePadding": "--space-layout-toggle-padding-dhzjwp",
|
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.d.ts","sourceRoot":"lib/default/","sources":["side-navigation/internal.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA+D,MAAM,OAAO,CAAC;AAMpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"lib/default/","sources":["side-navigation/internal.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA+D,MAAM,OAAO,CAAC;AAMpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAOnD,UAAU,sBAAsB;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,CAAC,IAAI,EAAE,mBAAmB,CAAC,OAAO,GAAG,mBAAmB,CAAC,mBAAmB,EAAE,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACrH,UAAU,EAAE,CACV,IAAI,EACA,mBAAmB,CAAC,IAAI,GACxB,mBAAmB,CAAC,MAAM,GAC1B,mBAAmB,CAAC,SAAS,GAC7B,mBAAmB,CAAC,mBAAmB,EAC3C,KAAK,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,KAChC,IAAI,CAAC;CACX;AAED,MAAM,WAAW,WAAY,SAAQ,sBAAsB;IACzD,UAAU,EAAE,mBAAmB,CAAC,MAAM,CAAC;CACxC;AAED,wBAAgB,MAAM,CAAC,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,EAAE,WAAW,eAkCzE;AAED,MAAM,WAAW,wBAAyB,SAAQ,sBAAsB;IACtE,KAAK,EAAE,aAAa,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC;IAC/C,OAAO,EAAE,SAAS,GAAG,eAAe,GAAG,YAAY,GAAG,uBAAuB,GAAG,MAAM,CAAC;CACxF;AAQD,wBAAgB,mBAAmB,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,EAAE,wBAAwB,eA2HnH"}
|
|
@@ -9,6 +9,7 @@ import styles from './styles.css.js';
|
|
|
9
9
|
import { isPlainLeftClick } from '../internal/events';
|
|
10
10
|
import { hasActiveLink } from './util';
|
|
11
11
|
import { checkSafeUrl } from '../internal/utils/check-safe-url';
|
|
12
|
+
import { useVisualRefresh } from '../internal/hooks/use-visual-mode';
|
|
12
13
|
export function Header({ definition, activeHref, fireFollow }) {
|
|
13
14
|
checkSafeUrl('SideNavigation', definition.href);
|
|
14
15
|
const onClick = useCallback((event) => {
|
|
@@ -123,6 +124,7 @@ function Link({ definition, expanded, activeHref, fireFollow }) {
|
|
|
123
124
|
function Section({ definition, activeHref, fireFollow, fireChange, variant }) {
|
|
124
125
|
var _a;
|
|
125
126
|
const [expanded, setExpanded] = useState((_a = definition.defaultExpanded) !== null && _a !== void 0 ? _a : true);
|
|
127
|
+
const isVisualRefresh = useVisualRefresh();
|
|
126
128
|
const onExpandedChange = useCallback((e) => {
|
|
127
129
|
fireChange(definition, e.detail.expanded);
|
|
128
130
|
setExpanded(e.detail.expanded);
|
|
@@ -131,7 +133,7 @@ function Section({ definition, activeHref, fireFollow, fireChange, variant }) {
|
|
|
131
133
|
var _a;
|
|
132
134
|
setExpanded((_a = definition.defaultExpanded) !== null && _a !== void 0 ? _a : true);
|
|
133
135
|
}, [definition]);
|
|
134
|
-
return (React.createElement(InternalExpandableSection, { variant: "footer", expanded: expanded, onChange: onExpandedChange, className: clsx(styles.section, variant === 'section-group' && styles['section--no-ident']), headerText: definition.text },
|
|
136
|
+
return (React.createElement(InternalExpandableSection, { variant: "footer", expanded: expanded, onChange: onExpandedChange, className: clsx(styles.section, variant === 'section-group' && styles['section--no-ident'], isVisualRefresh && styles.refresh), headerText: definition.text },
|
|
135
137
|
React.createElement(NavigationItemsList, { variant: "section", items: definition.items, fireFollow: fireFollow, fireChange: fireChange, activeHref: activeHref })));
|
|
136
138
|
}
|
|
137
139
|
function SectionGroup({ definition, activeHref, fireFollow, fireChange }) {
|