@lucca-front/ng 10.0.8-rc.1 → 10.0.8-rc.2
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.
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
width: auto;
|
|
21
21
|
|
|
22
22
|
&::after {
|
|
23
|
-
|
|
23
|
+
@include icon.generate('calendar');
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
mat-icon {
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
|
|
33
32
|
// CALENDAR
|
|
34
33
|
.mat-calendar {
|
|
35
34
|
width: 296px;
|
|
@@ -44,7 +43,6 @@
|
|
|
44
43
|
display: none;
|
|
45
44
|
}
|
|
46
45
|
|
|
47
|
-
|
|
48
46
|
.mat-calendar-arrow {
|
|
49
47
|
display: none;
|
|
50
48
|
}
|
|
@@ -59,80 +57,11 @@
|
|
|
59
57
|
}
|
|
60
58
|
}
|
|
61
59
|
|
|
62
|
-
CALENDAR HEADER
|
|
63
|
-
.mat-calendar-controls {
|
|
64
|
-
margin-top: 0 !important;
|
|
65
|
-
.mat-icon-button[disabled] {
|
|
66
|
-
opacity: .4
|
|
67
|
-
}
|
|
68
|
-
.mat-calendar-period-button {
|
|
69
|
-
flex: 1;
|
|
70
|
-
order: 1;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.mat-calendar-next-button {
|
|
74
|
-
order: 2;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.mat-calendar-spacer {
|
|
78
|
-
display: none;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
TABLE
|
|
83
|
-
.mat-calendar-body-cell {
|
|
84
|
-
.mat-calendar-body-cell-content {
|
|
85
|
-
box-shadow: form.fakeborderoverlay(var(--commons-divider-color));
|
|
86
|
-
border: none;
|
|
87
|
-
border-radius: 0;
|
|
88
|
-
color: var(--palettes-grey-600);
|
|
89
|
-
height: 100%;
|
|
90
|
-
left: 0;
|
|
91
|
-
top: 0;
|
|
92
|
-
width: 100%;
|
|
93
|
-
|
|
94
|
-
&:hover,
|
|
95
|
-
&.mat-calendar-body-selected {
|
|
96
|
-
background-color: var(--palette-primary-700);
|
|
97
|
-
color: var(--palette-primary-text);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
&.mat-calendar-body-disabled {
|
|
102
|
-
opacity: 0.5;
|
|
103
|
-
pointer-events: none;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
SPECIFIC MONTH-VIEW
|
|
108
|
-
md-month-view,
|
|
109
|
-
mat-month-view {
|
|
110
|
-
.mat-calendar-table-header th {
|
|
111
|
-
color: var(--palettes-grey-600);
|
|
112
|
-
font-size: 0.9em;
|
|
113
|
-
padding-bottom: 0.4em;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.mat-calendar-body-label {
|
|
117
|
-
overflow: hidden;
|
|
118
|
-
text-indent: -999px;
|
|
119
|
-
|
|
120
|
-
&[colspan='7'] {
|
|
121
|
-
display: none; // REMOVE MONTH LABEL ABOVE NUMBERS IF FULL WIDTH
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.mat-calendar-content {
|
|
127
|
-
padding: 0 0.5em 0.5em 0.5em;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
60
|
// CALENDAR HEADER
|
|
132
61
|
.mat-calendar-controls {
|
|
133
62
|
margin-top: 0 !important;
|
|
134
63
|
.mat-icon-button[disabled] {
|
|
135
|
-
opacity: .4
|
|
64
|
+
opacity: 0.4;
|
|
136
65
|
}
|
|
137
66
|
.mat-calendar-period-button {
|
|
138
67
|
flex: 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "10.0.8-rc.
|
|
3
|
+
"version": "10.0.8-rc.2",
|
|
4
4
|
"description": "A library of icons made by the team @Lucca",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@angular/common": "^14.0.0",
|
|
30
30
|
"@angular/core": "^14.0.0",
|
|
31
31
|
"@angular/cdk": "^14.0.0",
|
|
32
|
-
"@lucca-front/icons": "v10.0.8-rc.
|
|
33
|
-
"@lucca-front/scss": "v10.0.8-rc.
|
|
32
|
+
"@lucca-front/icons": "v10.0.8-rc.2",
|
|
33
|
+
"@lucca-front/scss": "v10.0.8-rc.2",
|
|
34
34
|
"@types/dompurify": "^2.3.0",
|
|
35
35
|
"dompurify": "^2.3.0",
|
|
36
36
|
"rxjs": "^6.0.0 || ^7.0.0"
|