@pzh-ui/css 0.0.78 → 0.0.79
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 +10 -5
- package/src/tailwind.src.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.79",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"react-datepicker": "^4.7.0",
|
|
22
22
|
"react-toastify": "^9.1.2"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "7a7f7fcef7ce88ccc96619197c50fc5ea1019c3a",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tailwindcss": "^3.3.2"
|
|
27
27
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1250,7 +1250,7 @@ select {
|
|
|
1250
1250
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1251
1251
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1252
1252
|
--tw-ring-opacity: 1;
|
|
1253
|
-
--tw-ring-color: rgb(
|
|
1253
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
1254
1254
|
}
|
|
1255
1255
|
|
|
1256
1256
|
.pzh-button:disabled {
|
|
@@ -2895,6 +2895,11 @@ select {
|
|
|
2895
2895
|
--tw-ring-color: rgb(40 31 107 / var(--tw-ring-opacity));
|
|
2896
2896
|
}
|
|
2897
2897
|
|
|
2898
|
+
.ring-pzh-focus {
|
|
2899
|
+
--tw-ring-opacity: 1;
|
|
2900
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2898
2903
|
.ring-offset-2 {
|
|
2899
2904
|
--tw-ring-offset-width: 2px;
|
|
2900
2905
|
}
|
|
@@ -3068,10 +3073,10 @@ ol li ol li ol li {
|
|
|
3068
3073
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3069
3074
|
}
|
|
3070
3075
|
|
|
3071
|
-
.before\:ring-pzh-
|
|
3076
|
+
.before\:ring-pzh-focus::before {
|
|
3072
3077
|
content: var(--tw-content);
|
|
3073
3078
|
--tw-ring-opacity: 1;
|
|
3074
|
-
--tw-ring-color: rgb(
|
|
3079
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
3075
3080
|
}
|
|
3076
3081
|
|
|
3077
3082
|
.after\:absolute::after {
|
|
@@ -3254,9 +3259,9 @@ ol li ol li ol li {
|
|
|
3254
3259
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3255
3260
|
}
|
|
3256
3261
|
|
|
3257
|
-
.focus\:ring-pzh-
|
|
3262
|
+
.focus\:ring-pzh-focus:focus {
|
|
3258
3263
|
--tw-ring-opacity: 1;
|
|
3259
|
-
--tw-ring-color: rgb(
|
|
3264
|
+
--tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
|
|
3260
3265
|
}
|
|
3261
3266
|
|
|
3262
3267
|
.focus\:ring-offset-2:focus {
|
package/src/tailwind.src.css
CHANGED
|
@@ -80,7 +80,7 @@ ol li ol li ol li {
|
|
|
80
80
|
*/
|
|
81
81
|
|
|
82
82
|
.pzh-button {
|
|
83
|
-
@apply focus:ring-pzh-
|
|
83
|
+
@apply focus:ring-pzh-focus disabled:bg-pzh-gray-200 disabled:text-pzh-blue-dark disabled:text-opacity-35 inline-block rounded leading-none ring-offset-2 transition duration-200 ease-in focus:outline-none focus:ring disabled:cursor-not-allowed;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.pzh-form-input {
|