@aquera/nile-elements 1.2.8-beta-1.0 → 1.2.8-beta-1.1
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.js +8 -7
- package/dist/nile-calendar/nile-calendar.css.cjs.js +1 -1
- package/dist/nile-calendar/nile-calendar.css.cjs.js.map +1 -1
- package/dist/nile-calendar/nile-calendar.css.esm.js +7 -6
- package/dist/src/nile-calendar/nile-calendar.css.js +7 -6
- package/dist/src/nile-calendar/nile-calendar.css.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/nile-calendar/nile-calendar.css.ts +7 -6
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent nile-elements following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "nile-elements",
|
|
6
|
-
"version": "1.2.8-beta-1.
|
|
6
|
+
"version": "1.2.8-beta-1.1",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"module": "dist/src/index.js",
|
|
@@ -65,7 +65,7 @@ export const styles = css`
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.day_date ,.day_name{
|
|
68
|
-
font-family: var(
|
|
68
|
+
font-family: var(--nile-font-family-serif-colfax-medium, var(--ng-font-family-body));
|
|
69
69
|
font-style: normal;
|
|
70
70
|
font-size: var(--nile-type-scale-2, var(--ng-font-size-text-sm));
|
|
71
71
|
line-height: var(--nile-line-height-20px, var(--ng-line-height-text-sm));
|
|
@@ -78,11 +78,12 @@ export const styles = css`
|
|
|
78
78
|
|
|
79
79
|
.day_name{
|
|
80
80
|
font-weight: var(--nile-font-weight-semi-bold, var(--ng-font-weight-semibold));
|
|
81
|
-
font-family: var(--nile-font-family-
|
|
81
|
+
font-family: var(--nile-font-family-serif-colfax-medium, var(--ng-font-family-body))
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.day_date{
|
|
85
85
|
font-weight: var(--nile-font-weight-regular, var(--ng-font-weight-regular));
|
|
86
|
+
font-family: var(--nile-font-family-serif, var(--ng-font-family-body));
|
|
86
87
|
user-select:none;
|
|
87
88
|
}
|
|
88
89
|
|
|
@@ -232,7 +233,7 @@ export const styles = css`
|
|
|
232
233
|
padding-bottom: 12px;
|
|
233
234
|
justify-content: center;
|
|
234
235
|
font-size: var(--nile-type-scale-3, var(--ng-font-size-text-md));
|
|
235
|
-
font-family: var(--nile-font-family-
|
|
236
|
+
font-family: var(--nile-font-family-colfax-medium, var(--ng-font-family-body));
|
|
236
237
|
font-weight: var(--nile-font-weight-semi-bold, var(--ng-font-weight-semibold));
|
|
237
238
|
}
|
|
238
239
|
|
|
@@ -262,7 +263,7 @@ font-weight: var(--nile-font-weight-semi-bold, var(--ng-font-weight-semibold));
|
|
|
262
263
|
.duration-name{
|
|
263
264
|
display:flex;
|
|
264
265
|
align-items:center;
|
|
265
|
-
font-family: var( --nile-font-family-
|
|
266
|
+
font-family: var( --nile-font-family-colfax-medium, var(--ng-font-family-body));
|
|
266
267
|
font-size: var(--nile-type-scale-3, var(--ng-font-size-text-sm));
|
|
267
268
|
font-style: normal;
|
|
268
269
|
font-weight: var(--nile-font-weight-semi-bold, var(--ng-font-weight-semibold));
|
|
@@ -471,8 +472,8 @@ nile-icon[disabled] {
|
|
|
471
472
|
|
|
472
473
|
|
|
473
474
|
.day_date.in-range:hover:not(.range-start):not(.range-end) {
|
|
474
|
-
background-color: var(--nile-colors-neutral-400);
|
|
475
|
-
color: var(--nile-colors-dark-900);
|
|
475
|
+
background-color: var(--nile-colors-neutral-400, var(--ng-colors-bg-quaternary));
|
|
476
|
+
color: var(--nile-colors-dark-900, var(--ng-colors-text-primary-900));
|
|
476
477
|
}
|
|
477
478
|
|
|
478
479
|
|