@abgov/web-components 1.17.0-alpha.116 → 1.17.0-alpha.117
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/index.css +5 -5
- package/index.js +862 -415
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.css
CHANGED
|
@@ -267,10 +267,10 @@ goa-table[variant="relaxed"] td {
|
|
|
267
267
|
|
|
268
268
|
goa-table thead th {
|
|
269
269
|
background-color: var(--goa-color-greyscale-white);
|
|
270
|
-
color: var(--goa-color-
|
|
270
|
+
color: var(--goa-table-color-heading);
|
|
271
271
|
padding: var(--goa-space-s) var(--goa-table-header-padding, var(--goa-space-m)) var(--goa-space-xs) var(--goa-table-header-padding, var(--goa-space-m));
|
|
272
272
|
text-align: left;
|
|
273
|
-
border-bottom: 2px solid var(--goa-color-
|
|
273
|
+
border-bottom: 2px solid var(--goa-table-color-border-heading);
|
|
274
274
|
vertical-align: bottom;
|
|
275
275
|
}
|
|
276
276
|
|
|
@@ -300,7 +300,7 @@ goa-table tfoot tr:last-child td {
|
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
302
|
* Do not edit directly
|
|
303
|
-
* Generated on
|
|
303
|
+
* Generated on Wed, 23 Oct 2024 18:57:20 GMT
|
|
304
304
|
*/
|
|
305
305
|
|
|
306
306
|
:root {
|
|
@@ -458,9 +458,9 @@ goa-table tfoot tr:last-child td {
|
|
|
458
458
|
--goa-side-menu-child-color-bg-selected: var(--goa-color-info-background);
|
|
459
459
|
--goa-side-menu-child-color-bg-hover: var(--goa-color-info-background);
|
|
460
460
|
--goa-side-menu-group-border-radius: var(--goa-border-radius-none);
|
|
461
|
-
--goa-side-menu-parent-padding: var(--goa-space-
|
|
461
|
+
--goa-side-menu-parent-padding: var(--goa-space-xs) var(--goa-space-m) var(--goa-space-xs) var(--goa-space-xl);
|
|
462
462
|
--goa-side-menu-sub-group-padding: var(--goa-space-none) var(--goa-space-none) var(--goa-space-none) var(--goa-space-none);
|
|
463
|
-
--goa-side-menu-group-padding: var(--goa-space-
|
|
463
|
+
--goa-side-menu-group-padding: var(--goa-space-none);
|
|
464
464
|
--goa-side-menu-group-color-bg: var(--goa-color-greyscale-white);
|
|
465
465
|
--goa-drawer-padding: var(--goa-space-m);
|
|
466
466
|
--goa-container-padding: var(--goa-space-l);
|