@pzh-ui/css 0.0.106 → 0.0.108
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/package.json +2 -2
- package/src/tailwind.css +1981 -11
- package/src/tailwind.src.css +14 -12
package/src/tailwind.src.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'tailwindcss';
|
|
1
|
+
@import 'tailwindcss' source('../../components/dist');
|
|
2
2
|
@plugin "@tailwindcss/typography";
|
|
3
3
|
|
|
4
4
|
@theme {
|
|
@@ -112,7 +112,8 @@
|
|
|
112
112
|
--color-pzh-ui-light-blue: #e5eff8;
|
|
113
113
|
|
|
114
114
|
/* Shadows */
|
|
115
|
-
--shadow-card:
|
|
115
|
+
--shadow-card:
|
|
116
|
+
0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
116
117
|
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
117
118
|
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
118
119
|
|
|
@@ -217,11 +218,11 @@ ol li ol li ol li {
|
|
|
217
218
|
/* Form elements*/
|
|
218
219
|
|
|
219
220
|
.pzh-button {
|
|
220
|
-
@apply focus:ring-pzh-focus disabled:bg-pzh-gray-200 disabled:text-pzh-blue-900/35 inline-flex items-center rounded leading-none ring-offset-2 transition duration-200 ease-in focus:
|
|
221
|
+
@apply focus:ring-pzh-focus disabled:bg-pzh-gray-200 disabled:text-pzh-blue-900/35 inline-flex items-center rounded leading-none ring-offset-2 transition duration-200 ease-in focus:ring-2 focus:outline-none disabled:cursor-not-allowed;
|
|
221
222
|
}
|
|
222
223
|
|
|
223
224
|
.pzh-form-input {
|
|
224
|
-
@apply placeholder-pzh-gray-600 text-pzh-blue-900 border-pzh-gray-600 hover:border-pzh-blue-500 focus:ring-pzh-focus focus:border-pzh-focus disabled:bg-pzh-gray-200 text-m block w-full appearance-none rounded border px-4 py-2 leading-[30px] focus:
|
|
225
|
+
@apply placeholder-pzh-gray-600 text-pzh-blue-900 border-pzh-gray-600 hover:border-pzh-blue-500 focus:ring-pzh-focus focus:border-pzh-focus disabled:bg-pzh-gray-200 text-m block w-full appearance-none rounded border px-4 py-2 leading-[30px] focus:ring-2 focus:outline-none;
|
|
225
226
|
}
|
|
226
227
|
|
|
227
228
|
.pzh-form-error,
|
|
@@ -233,7 +234,7 @@ ol li ol li ol li {
|
|
|
233
234
|
|
|
234
235
|
.pzh-form-radio:checked + span:before,
|
|
235
236
|
.pzh-form-radio:not(:checked) + span:before {
|
|
236
|
-
@apply border-pzh-gray-600 absolute left-0
|
|
237
|
+
@apply border-pzh-gray-600 absolute top-1 left-0 h-5 w-5 rounded-full border;
|
|
237
238
|
content: '';
|
|
238
239
|
}
|
|
239
240
|
.pzh-form-radio:not(:checked):not(:disabled):hover + span:before,
|
|
@@ -242,7 +243,7 @@ ol li ol li ol li {
|
|
|
242
243
|
}
|
|
243
244
|
.pzh-form-radio:checked + span:after,
|
|
244
245
|
.pzh-form-radio:not(:checked) + span:after {
|
|
245
|
-
@apply bg-pzh-white absolute
|
|
246
|
+
@apply bg-pzh-white absolute top-2.5 left-1.5 h-2 w-2 rounded-full transition duration-200;
|
|
246
247
|
content: '';
|
|
247
248
|
}
|
|
248
249
|
.pzh-form-radio:checked + span:before {
|
|
@@ -264,7 +265,7 @@ ol li ol li ol li {
|
|
|
264
265
|
}
|
|
265
266
|
|
|
266
267
|
.pzh-form-checkbox + span:before {
|
|
267
|
-
@apply border-pzh-gray-600 absolute left-0
|
|
268
|
+
@apply border-pzh-gray-600 absolute top-1 left-0 h-5 w-5 rounded border transition duration-200;
|
|
268
269
|
content: '';
|
|
269
270
|
}
|
|
270
271
|
|
|
@@ -284,11 +285,11 @@ ol li ol li ol li {
|
|
|
284
285
|
|
|
285
286
|
.pzh-form-radio:focus + span:before,
|
|
286
287
|
.pzh-form-checkbox:focus + span:before {
|
|
287
|
-
@apply ring-pzh-focus border-pzh-focus outline-none
|
|
288
|
+
@apply ring-pzh-focus border-pzh-focus ring-2 outline-none;
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
.form-field-label {
|
|
291
|
-
@apply text-s text-pzh-gray-700 mb-2 block
|
|
292
|
+
@apply text-s text-pzh-gray-700 mb-2 block tracking-wide uppercase;
|
|
292
293
|
}
|
|
293
294
|
|
|
294
295
|
.form-field-description {
|
|
@@ -364,7 +365,8 @@ ol li ol li ol li {
|
|
|
364
365
|
font-family: 'Karbon Regular', sans-serif;
|
|
365
366
|
font-weight: 400;
|
|
366
367
|
font-size: 0.8rem;
|
|
367
|
-
box-shadow:
|
|
368
|
+
box-shadow:
|
|
369
|
+
0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
368
370
|
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
369
371
|
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
370
372
|
@apply text-pzh-blue-900 border-none;
|
|
@@ -387,7 +389,7 @@ ol li ol li ol li {
|
|
|
387
389
|
}
|
|
388
390
|
|
|
389
391
|
.pzh-datepicker .react-datepicker__day-name {
|
|
390
|
-
@apply my-0
|
|
392
|
+
@apply my-0 leading-[26px] font-bold;
|
|
391
393
|
}
|
|
392
394
|
|
|
393
395
|
.pzh-datepicker .react-datepicker__current-month {
|
|
@@ -432,7 +434,7 @@ ol li ol li ol li {
|
|
|
432
434
|
.pzh-datepicker .react-datepicker__month-read-view--down-arrow,
|
|
433
435
|
.pzh-datepicker .react-datepicker__month-year-read-view--down-arrow,
|
|
434
436
|
.pzh-datepicker .react-datepicker__navigation-icon::before {
|
|
435
|
-
@apply border-pzh-black h-[7px] w-[7px] border-0 border-
|
|
437
|
+
@apply border-pzh-black h-[7px] w-[7px] border-0 border-t-[1px] border-r-[1px];
|
|
436
438
|
}
|
|
437
439
|
|
|
438
440
|
.pzh-datepicker .react-datepicker__navigation-icon {
|