@aquera/nile-elements 1.2.1-beta-1.4 → 1.2.1-beta-1.5
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 +4 -1
- 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 +3 -0
- package/dist/src/nile-calendar/nile-calendar.css.js +3 -0
- 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 +3 -0
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.1-beta-1.
|
|
6
|
+
"version": "1.2.1-beta-1.5",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"module": "dist/src/index.js",
|
|
@@ -234,6 +234,8 @@ export const styles = css`
|
|
|
234
234
|
|
|
235
235
|
padding-bottom: 12px;
|
|
236
236
|
justify-content: center;
|
|
237
|
+
font-family: var(--nile-font-family-medium, var(--ng-font-family-body));
|
|
238
|
+
color: var(--nile-colors-neutral-700, var(--ng-colors-text-secondary-700));
|
|
237
239
|
}
|
|
238
240
|
|
|
239
241
|
.calendar-switcher {
|
|
@@ -366,6 +368,7 @@ justify-content: center;
|
|
|
366
368
|
line-height: 1;
|
|
367
369
|
background: transparent;
|
|
368
370
|
color: var(--nile-colors-dark-900);
|
|
371
|
+
font-family: var(--nile-font-family-medium, var(--ng-font-family-body));
|
|
369
372
|
}
|
|
370
373
|
|
|
371
374
|
.calendar-header__caret {
|