@ascua/calendar 0.13.0 → 0.14.0
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/addon/styles/addon.css +3 -3
- package/package.json +3 -3
package/addon/styles/addon.css
CHANGED
|
@@ -128,7 +128,7 @@ app-calendar-popup > app-calendar-front > app-calendar-navs {
|
|
|
128
128
|
padding:2px 25px 6px 25px;
|
|
129
129
|
background-color:transparent;
|
|
130
130
|
justify-content:space-between;
|
|
131
|
-
font-family:var(--system-
|
|
131
|
+
font-family:var(--system-font);
|
|
132
132
|
border-bottom:1px solid rgba(200, 200, 200, 0.6);
|
|
133
133
|
}
|
|
134
134
|
|
|
@@ -180,7 +180,7 @@ app-calendar-popup > app-calendar-front > app-calendar-days > app-calendar-days-
|
|
|
180
180
|
color:rgba(0, 0, 0, 0.5);
|
|
181
181
|
background-color:transparent;
|
|
182
182
|
justify-content:space-between;
|
|
183
|
-
font-family:var(--system-
|
|
183
|
+
font-family:var(--system-font);
|
|
184
184
|
border-bottom:1px solid rgba(200, 200, 200, 0.6);
|
|
185
185
|
}
|
|
186
186
|
|
|
@@ -214,7 +214,7 @@ app-calendar-popup > app-calendar-front > app-calendar-days > app-calendar-days-
|
|
|
214
214
|
padding:0px 8px 0px 8px;
|
|
215
215
|
background-color:transparent;
|
|
216
216
|
justify-content:space-between;
|
|
217
|
-
font-family:var(--system-
|
|
217
|
+
font-family:var(--system-font);
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
@media (prefers-color-scheme: dark) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascua/calendar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "Small description for @ascua/calendar goes here",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"url": "https://surrealdb.com"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@ascua/decorators": "^0.
|
|
18
|
+
"@ascua/decorators": "^0.14.0",
|
|
19
19
|
"ember-cli-babel": "^8.2.0",
|
|
20
20
|
"ember-cli-htmlbars": "^6.3.0"
|
|
21
21
|
},
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "e9440da123a861e13175cbfa7947f129e5a69759"
|
|
30
30
|
}
|