@utrecht/component-library-css 1.0.0-alpha.520 → 1.0.0-alpha.521
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/index.css +4 -4
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1523,21 +1523,21 @@ ol.utrecht-breadcrumb__list {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
1525
|
.utrecht-calendar__table-days-item-day--is-today {
|
|
1526
|
-
--utrecht-calendar-button-font-
|
|
1526
|
+
--utrecht-calendar-button-font-weight: var(--utrecht-calendar-table-days-item-day-is-today-font-weight);
|
|
1527
1527
|
--utrecht-calendar-button-background-color: var(--utrecht-calendar-table-days-item-day-is-today-background-color);
|
|
1528
1528
|
--utrecht-calendar-button-border-color: var(--utrecht-calendar-table-days-item-day-is-today-border-color);
|
|
1529
1529
|
--utrecht-calendar-button-color: var(--utrecht-calendar-table-days-item-day-is-today-color);
|
|
1530
1530
|
}
|
|
1531
1531
|
|
|
1532
1532
|
.utrecht-calendar__table-days-item-day--emphasis {
|
|
1533
|
-
--utrecht-calendar-button-font-
|
|
1533
|
+
--utrecht-calendar-button-font-weight: var(--utrecht-calendar-table-days-item-day-emphasis-font-weight);
|
|
1534
1534
|
--utrecht-calendar-button-background-color: var(--utrecht-calendar-table-days-item-day-emphasis-background-color);
|
|
1535
1535
|
--utrecht-calendar-button-border-color: var(--utrecht-calendar-table-days-item-day-emphasis-border-color);
|
|
1536
1536
|
--utrecht-calendar-button-color: var(--utrecht-calendar-table-days-item-day-emphasis-color);
|
|
1537
1537
|
}
|
|
1538
1538
|
|
|
1539
1539
|
.utrecht-calendar__table-days-item-day--selected {
|
|
1540
|
-
--utrecht-calendar-button-font-
|
|
1540
|
+
--utrecht-calendar-button-font-weight: var(--utrecht-calendar-table-days-item-day-selected-font-weight);
|
|
1541
1541
|
--utrecht-calendar-button-background-color: var(--utrecht-calendar-table-days-item-day-selected-background-color);
|
|
1542
1542
|
--utrecht-calendar-button-border-color: var(--utrecht-calendar-table-days-item-day-selected-border-color);
|
|
1543
1543
|
--utrecht-calendar-button-color: var(--utrecht-calendar-table-days-item-day-selected-color);
|
|
@@ -1568,7 +1568,7 @@ ol.utrecht-breadcrumb__list {
|
|
|
1568
1568
|
--utrecht-button-subtle-background-color: var(--utrecht-calendar-button-background-color, transparent);
|
|
1569
1569
|
--utrecht-button-subtle-border-color: var(--utrecht-calendar-button-border-color, transparent);
|
|
1570
1570
|
--utrecht-button-subtle-border-width: var(--utrecht-calendar-button-border-width);
|
|
1571
|
-
--utrecht-button-font-
|
|
1571
|
+
--utrecht-button-font-weight: var(--utrecht-calendar-button-font-weight);
|
|
1572
1572
|
--utrecht-button-subtle-focus-background-color: var(--utrecht-calendar-button-focus-background-color);
|
|
1573
1573
|
--utrecht-button-subtle-focus-border-color: var(--utrecht-calendar-button-focus-border-color);
|
|
1574
1574
|
--utrecht-button-subtle-focus-color: var(--utrecht-calendar-button-focus-color);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.521",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"clean": "rimraf dist/"
|
|
27
27
|
},
|
|
28
28
|
"main": "dist/index.css",
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "3f1fa4997062b45fe5019fd41b4e9a5dc218723d"
|
|
30
30
|
}
|