@bizy/core 19.7.2 → 19.8.1
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/fesm2022/bizy-core.mjs +5 -2
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/package.json +24 -24
- package/styles/variables.css +32 -1
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bizy/core",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.8.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/animations": "
|
|
6
|
-
"@angular/cdk": "
|
|
7
|
-
"@angular/common": "
|
|
8
|
-
"@angular/core": "
|
|
9
|
-
"@angular/forms": "
|
|
10
|
-
"@angular/platform-browser": "
|
|
11
|
-
"@angular/platform-browser-dynamic": "
|
|
12
|
-
"@angular/router": "
|
|
13
|
-
"@ngx-translate/core": "
|
|
14
|
-
"@uppy/core": "
|
|
15
|
-
"@uppy/dashboard": "
|
|
16
|
-
"@uppy/locales": "
|
|
17
|
-
"@uppy/xhr-upload": "
|
|
18
|
-
"angular-calendar": "
|
|
19
|
-
"autonumeric": "
|
|
20
|
-
"date-fns": "
|
|
21
|
-
"echarts": "
|
|
22
|
-
"flatpickr": "
|
|
23
|
-
"fuse.js": "
|
|
24
|
-
"html2canvas": "
|
|
25
|
-
"rxjs": "
|
|
26
|
-
"zone.js": "
|
|
5
|
+
"@angular/animations": "19.2.7",
|
|
6
|
+
"@angular/cdk": "19.2.10",
|
|
7
|
+
"@angular/common": "19.2.7",
|
|
8
|
+
"@angular/core": "19.2.7",
|
|
9
|
+
"@angular/forms": "19.2.7",
|
|
10
|
+
"@angular/platform-browser": "19.2.7",
|
|
11
|
+
"@angular/platform-browser-dynamic": "19.2.7",
|
|
12
|
+
"@angular/router": "19.2.7",
|
|
13
|
+
"@ngx-translate/core": "16.0.4",
|
|
14
|
+
"@uppy/core": "3.13.1",
|
|
15
|
+
"@uppy/dashboard": "3.8.3",
|
|
16
|
+
"@uppy/locales": "3.5.3",
|
|
17
|
+
"@uppy/xhr-upload": "3.6.7",
|
|
18
|
+
"angular-calendar": "0.31.1",
|
|
19
|
+
"autonumeric": "4.10.8",
|
|
20
|
+
"date-fns": "4.1.0",
|
|
21
|
+
"echarts": "5.6.0",
|
|
22
|
+
"flatpickr": "4.6.13",
|
|
23
|
+
"fuse.js": "7.1.0",
|
|
24
|
+
"html2canvas": "1.4.1",
|
|
25
|
+
"rxjs": "7.8.2",
|
|
26
|
+
"zone.js": "0.15.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"tslib": "
|
|
29
|
+
"tslib": "2.8.1"
|
|
30
30
|
},
|
|
31
31
|
"sideEffects": false,
|
|
32
32
|
"module": "fesm2022/bizy-core.mjs",
|
package/styles/variables.css
CHANGED
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
|
|
116
116
|
--bizy-list-height: fit-content;
|
|
117
117
|
--bizy-list-width: 100%;
|
|
118
|
-
--bizy-list-display: flex;
|
|
119
118
|
--bizy-list-flex-direction: column;
|
|
120
119
|
--bizy-list-column-gap: 0.5rem;
|
|
121
120
|
--bizy-list-row-gap: 0.5rem;
|
|
@@ -162,6 +161,38 @@
|
|
|
162
161
|
|
|
163
162
|
--bizy-radio-color: var(--bizy-accent-color);
|
|
164
163
|
|
|
164
|
+
--bizy-section-height: fit-content;
|
|
165
|
+
--bizy-section-width: 100%;
|
|
166
|
+
--bizy-section-background-color: transparent;
|
|
167
|
+
--bizy-section-flex-direction: row;
|
|
168
|
+
--bizy-section-column-gap: 1rem;
|
|
169
|
+
--bizy-section-row-gap: 1rem;
|
|
170
|
+
--bizy-section-justify-content: space-between;
|
|
171
|
+
--bizy-section-align-items: center;
|
|
172
|
+
--bizy-section-margin-bottom: center;
|
|
173
|
+
--bizy-section-flex-wrap: wrap;
|
|
174
|
+
|
|
175
|
+
--bizy-section-start-flex: 1;
|
|
176
|
+
--bizy-section-start-background-color: transparent;
|
|
177
|
+
--bizy-section-start-justify-content: flex-start;
|
|
178
|
+
--bizy-section-start-align-items: center;
|
|
179
|
+
--bizy-section-start-column-gap: 1rem;
|
|
180
|
+
--bizy-section-start-row-gap: 1rem;
|
|
181
|
+
|
|
182
|
+
--bizy-section-center-flex: 1;
|
|
183
|
+
--bizy-section-center-background-color: transparent;
|
|
184
|
+
--bizy-section-center-justify-content: center;
|
|
185
|
+
--bizy-section-center-align-items: center;
|
|
186
|
+
--bizy-section-center-column-gap: 1rem;
|
|
187
|
+
--bizy-section-center-row-gap: 1rem;
|
|
188
|
+
|
|
189
|
+
--bizy-section-end-flex: 1;
|
|
190
|
+
--bizy-section-end-background-color: transparent;
|
|
191
|
+
--bizy-section-end-justify-content: flex-end;
|
|
192
|
+
--bizy-section-end-align-items: center;
|
|
193
|
+
--bizy-section-end-column-gap: 1rem;
|
|
194
|
+
--bizy-section-end-row-gap: 1rem;
|
|
195
|
+
|
|
165
196
|
--bizy-select-height: 20rem;
|
|
166
197
|
--bizy-select-width: 100%;
|
|
167
198
|
--bizy-select-min-width: 14rem;
|