@panneau/list-calendar 3.0.142 → 3.0.145
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/assets/css/styles.css +1 -1
- package/package.json +9 -9
package/assets/css/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.panneau-list-calendar-container{color:var(--bs-gray-600)}.panneau-list-calendar-container button{margin:0 auto}.panneau-list-calendar-container .panneau-list-calendar-inner{margin:.25rem auto 1rem;max-width:25rem;width:100%}.panneau-list-calendar-container .panneau-list-calendar-calendarHeader{-ms-flex-align:center;align-items:center;
|
|
1
|
+
.panneau-list-calendar-container{color:var(--bs-gray-600)}.panneau-list-calendar-container button{margin:0 auto}.panneau-list-calendar-container .panneau-list-calendar-inner{margin:.25rem auto 1rem;max-width:25rem;width:100%}.panneau-list-calendar-container .panneau-list-calendar-calendarHeader{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;font-weight:700;padding:.5rem .75rem 1.25rem;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.panneau-list-calendar-container .panneau-list-calendar-activePeriod{-ms-flex-positive:1;flex-grow:1;line-height:2rem;text-transform:uppercase}.panneau-list-calendar-container .panneau-list-calendar-activePeriodWithDates{color:#000}.panneau-list-calendar-container .panneau-list-calendar-arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:.25rem;width:2rem}.panneau-list-calendar-container .panneau-list-calendar-calendarGrid{display:grid;grid-template:"a a a a a a a" "a a a a a a a" "a a a a a a a" "a a a a a a a" "a a a a a a a"}.panneau-list-calendar-container .panneau-list-calendar-calendarBox{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:1px}.panneau-list-calendar-container .panneau-list-calendar-calendarBox.panneau-list-calendar-headerBox{font-size:.75em;padding-bottom:.5rem}.panneau-list-calendar-container .panneau-list-calendar-day{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;border-radius:50%;color:hsla(0,0%,80%,.75);font-weight:700;height:2.25rem;justify-content:center;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2.25rem}.panneau-list-calendar-container .panneau-list-calendar-day.panneau-list-calendar-isToday{color:blue}.panneau-list-calendar-container .panneau-list-calendar-day.panneau-list-calendar-isPast{color:orange}.panneau-list-calendar-container .panneau-list-calendar-dayButton{background-color:hsla(0,0%,100%,.05);color:red}.panneau-list-calendar-container .panneau-list-calendar-dayButton.panneau-list-calendar-isPast{color:#555}@media (hover:hover){.panneau-list-calendar-container .panneau-list-calendar-dayButton:hover{color:#fff}}.panneau-list-calendar-container .panneau-list-calendar-dayButton.panneau-list-calendar-active{background-color:#ff0;color:#777}.panneau-list-calendar-container .panneau-list-calendar-dayButton:active{background-color:#9acd32;color:#777}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/list-calendar",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.145",
|
|
4
4
|
"description": "Calendar list",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@babel/runtime": "^7.12.5",
|
|
49
|
-
"@panneau/core": "^3.0.
|
|
50
|
-
"@panneau/element-button": "^3.0.
|
|
51
|
-
"@panneau/element-card": "^3.0.
|
|
52
|
-
"@panneau/element-icon": "^3.0.
|
|
53
|
-
"@panneau/element-item-actions": "^3.0.
|
|
54
|
-
"@panneau/element-loading": "^3.0.
|
|
55
|
-
"@panneau/themes": "^3.0.
|
|
49
|
+
"@panneau/core": "^3.0.145",
|
|
50
|
+
"@panneau/element-button": "^3.0.145",
|
|
51
|
+
"@panneau/element-card": "^3.0.145",
|
|
52
|
+
"@panneau/element-icon": "^3.0.145",
|
|
53
|
+
"@panneau/element-item-actions": "^3.0.145",
|
|
54
|
+
"@panneau/element-loading": "^3.0.145",
|
|
55
|
+
"@panneau/themes": "^3.0.145",
|
|
56
56
|
"classnames": "^2.5.1",
|
|
57
57
|
"date-fns": "^3.3.1",
|
|
58
58
|
"lodash": "^4.17.21",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "d0f53172c4465b5f4e9c41a54f8f355a01564f5c"
|
|
67
67
|
}
|