@pzh-ui/css 0.0.55 → 0.0.56

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.55",
3
+ "version": "0.0.56",
4
4
  "description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -20,7 +20,7 @@
20
20
  "@tailwindcss/typography": "^0.5.9",
21
21
  "react-datepicker": "^4.7.0"
22
22
  },
23
- "gitHead": "028147ecc533985d8fd8b0b5e72f9186a661ef7e",
23
+ "gitHead": "40d24c5b984414a4c0a4070da5aa94fdae9500c0",
24
24
  "devDependencies": {
25
25
  "tailwindcss": "^3.0.23"
26
26
  }
package/src/tailwind.css CHANGED
@@ -2218,8 +2218,6 @@ b {
2218
2218
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2219
2219
  transition-duration: 200ms;
2220
2220
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2221
- font-family: 'Karbon Medium', sans-serif;
2222
- font-weight: 700;
2223
2221
  }
2224
2222
 
2225
2223
  .pzh-button:focus {
@@ -58,7 +58,7 @@ b {
58
58
  */
59
59
 
60
60
  .pzh-button {
61
- @apply inline-block transition duration-200 ease-in rounded focus:outline-none focus:ring font-bold leading-none disabled:bg-pzh-gray-200 disabled:text-pzh-blue-dark disabled:text-opacity-35 disabled:cursor-not-allowed;
61
+ @apply inline-block transition duration-200 ease-in rounded focus:outline-none focus:ring leading-none disabled:bg-pzh-gray-200 disabled:text-pzh-blue-dark disabled:text-opacity-35 disabled:cursor-not-allowed;
62
62
  }
63
63
 
64
64
  .pzh-form-input {