@panneau/list-calendar 3.0.295 → 3.0.299
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/es/index.js +1 -1
- package/package.json +6 -6
package/assets/css/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container{color:var(--bs-gray-600)}.container button{margin:0 auto}.container .inner{margin:.25rem auto 1rem;max-width:25rem;width:100%}.container .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}.container .activePeriod{-ms-flex-positive:1;flex-grow:1;line-height:2rem;text-transform:uppercase}.container .activePeriodWithDates{color:#000}.container .arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:.25rem;width:2rem}.container .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"}.container .calendarBox{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:1px}.container .calendarBox.headerBox{font-size:.75em;padding-bottom:.5rem}.container .day{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;border-radius:50%;color:rgba(#ccc,.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}.container .day.isToday{color:blue}.container .day.isPast{color:orange}.container .dayButton{background-color:rgba(#fff,.05);color:red}.container .dayButton.isPast{color:#555}@media (hover:hover){.container .dayButton:hover{color:#fff}}.container .dayButton.active{background-color:#ff0;color:#777}.container .dayButton:active{background-color:#9acd32;color:#777}
|
package/es/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { PropTypes as PropTypes$1 } from '@panneau/core';
|
|
|
10
10
|
import Button from '@panneau/element-button';
|
|
11
11
|
import Icon from '@panneau/element-icon';
|
|
12
12
|
|
|
13
|
-
var styles = {"container":"
|
|
13
|
+
var styles = {"container":"container","inner":"inner","calendarHeader":"calendarHeader","activePeriod":"activePeriod","activePeriodWithDates":"activePeriodWithDates","arrow":"arrow","calendarGrid":"calendarGrid","calendarBox":"calendarBox","headerBox":"headerBox","day":"day","isToday":"isToday","isPast":"isPast","dayButton":"dayButton","active":"active"};
|
|
14
14
|
|
|
15
15
|
var propTypes = {
|
|
16
16
|
mode: PropTypes.string,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/list-calendar",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.299",
|
|
4
4
|
"description": "Calendar list",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@babel/runtime": "^7.12.5",
|
|
54
54
|
"@panneau/core": "^3.0.295",
|
|
55
|
-
"@panneau/element-button": "^3.0.
|
|
56
|
-
"@panneau/element-card": "^3.0.
|
|
57
|
-
"@panneau/element-icon": "^3.0.
|
|
55
|
+
"@panneau/element-button": "^3.0.299",
|
|
56
|
+
"@panneau/element-card": "^3.0.299",
|
|
57
|
+
"@panneau/element-icon": "^3.0.299",
|
|
58
58
|
"@panneau/element-loading": "^3.0.295",
|
|
59
|
-
"@panneau/themes": "^3.0.
|
|
59
|
+
"@panneau/themes": "^3.0.299",
|
|
60
60
|
"classnames": "^2.5.1",
|
|
61
61
|
"date-fns": "^3.3.1",
|
|
62
62
|
"lodash-es": "^4.17.21",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "265c38d01fe6da4ef49ff2792cf07a496424d985"
|
|
71
71
|
}
|