@bizy/core 19.7.1 → 19.8.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/fesm2022/bizy-core.mjs +5 -2
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/package.json +10 -10
- package/styles/variables.css +32 -1
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bizy/core",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.8.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/animations": "~19.2.
|
|
6
|
-
"@angular/cdk": "~19.2.
|
|
7
|
-
"@angular/common": "~19.2.
|
|
8
|
-
"@angular/core": "~19.2.
|
|
9
|
-
"@angular/forms": "~19.2.
|
|
10
|
-
"@angular/platform-browser": "~19.2.
|
|
11
|
-
"@angular/platform-browser-dynamic": "~19.2.
|
|
12
|
-
"@angular/router": "~19.2.
|
|
13
|
-
"@ngx-translate/core": "~16.0.
|
|
5
|
+
"@angular/animations": "~19.2.0",
|
|
6
|
+
"@angular/cdk": "~19.2.0",
|
|
7
|
+
"@angular/common": "~19.2.0",
|
|
8
|
+
"@angular/core": "~19.2.0",
|
|
9
|
+
"@angular/forms": "~19.2.0",
|
|
10
|
+
"@angular/platform-browser": "~19.2.0",
|
|
11
|
+
"@angular/platform-browser-dynamic": "~19.2.0",
|
|
12
|
+
"@angular/router": "~19.2.0",
|
|
13
|
+
"@ngx-translate/core": "~16.0.0",
|
|
14
14
|
"@uppy/core": "~3.13.1",
|
|
15
15
|
"@uppy/dashboard": "~3.8.3",
|
|
16
16
|
"@uppy/locales": "~3.5.3",
|
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;
|