@pzh-ui/css 0.0.97 → 0.0.99

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.97",
3
+ "version": "0.0.99",
4
4
  "description": "Contains default styling for projects within 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": "e26cfb94f6abbbcc8ccc5bc6852b27fa9100f5d8",
24
+ "gitHead": "97d46398ac20337f6d8a0925b03b46b92fd305d0",
25
25
  "devDependencies": {
26
26
  "tailwindcss": "^3.3.2"
27
27
  }
package/src/tailwind.css CHANGED
@@ -1231,7 +1231,8 @@ select {
1231
1231
  */
1232
1232
 
1233
1233
  .pzh-button {
1234
- display: inline-block;
1234
+ display: inline-flex;
1235
+ align-items: center;
1235
1236
  border-radius: 0.25rem;
1236
1237
  line-height: 1;
1237
1238
  --tw-ring-offset-width: 2px;
@@ -80,7 +80,7 @@ ol li ol li ol li {
80
80
  */
81
81
 
82
82
  .pzh-button {
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;
83
+ @apply focus:ring-pzh-focus disabled:bg-pzh-gray-200 disabled:text-pzh-blue-dark disabled:text-opacity-35 inline-flex items-center 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 {