@pzh-ui/css 0.0.32 → 0.0.33

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/README.md CHANGED
@@ -4,7 +4,7 @@ This package contains default styling for projects whitin Provincie Zuid-Holland
4
4
 
5
5
  We use the [Tailwind framework](https://tailwindcss.com/) to style the components. In order to apply the correct styles, install [@pzh-ui/css](https://www.npmjs.com/package/@pzh-ui/css) in your project.
6
6
 
7
- `npm install @pzh-ui/css`
7
+ `yarn add @pzh-ui/css`
8
8
 
9
9
  After installing the dependency, you can start using the styles as follows:
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -19,7 +19,7 @@
19
19
  "@tailwindcss/line-clamp": "^0.3.1",
20
20
  "react-datepicker": "^4.7.0"
21
21
  },
22
- "gitHead": "8476a78be987b3555e12a6835c0d6562a949da50",
22
+ "gitHead": "ec39eb2c9e6e0d3cd0c97d39b41b9e638317026b",
23
23
  "devDependencies": {
24
24
  "tailwindcss": "^3.0.23"
25
25
  }
package/src/tailwind.css CHANGED
@@ -755,6 +755,10 @@ select{
755
755
  top: 14px;
756
756
  }
757
757
 
758
+ .right-3{
759
+ right: 0.75rem;
760
+ }
761
+
758
762
  .z-10{
759
763
  z-index: 10;
760
764
  }