@pzh-ui/css 0.0.82 → 0.0.83

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/config/index.js CHANGED
@@ -28,6 +28,15 @@ module.exports = {
28
28
  s: ["1rem", "1.5rem"],
29
29
  m: ["1.25rem", "1.875rem"],
30
30
  l: ["1.5rem", "1.875rem"],
31
+ heading: {
32
+ xs: ["1.125rem", "125%"],
33
+ s: ["1.25rem", "125%"],
34
+ m: ["1.5rem", "125%"],
35
+ l: ["2rem", "125%"],
36
+ xl: ["2.5rem", "125%"],
37
+ xxl: ["3rem", "125%"],
38
+ xxxl: ["4rem", "110%"],
39
+ },
31
40
  },
32
41
  colors: {
33
42
  black: "#000000",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
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": "770a5dc19eebd922fb98f7e4347ca88e9c866b8a",
24
+ "gitHead": "a62628fbb5c95fe3f7c1e9c58fab005121158b9c",
25
25
  "devDependencies": {
26
26
  "tailwindcss": "^3.3.2"
27
27
  }
package/src/tailwind.css CHANGED
@@ -3360,14 +3360,6 @@ ol li ol li ol li {
3360
3360
  grid-column: span 4 / span 4;
3361
3361
  }
3362
3362
 
3363
- .md\:flex {
3364
- display: flex;
3365
- }
3366
-
3367
- .md\:hidden {
3368
- display: none;
3369
- }
3370
-
3371
3363
  .md\:gap-8 {
3372
3364
  gap: 2rem;
3373
3365
  }