@digigov/css 1.0.0-47312a12 → 1.0.0-51c931ab

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": "@digigov/css",
3
- "version": "1.0.0-47312a12",
3
+ "version": "1.0.0-51c931ab",
4
4
  "description": "Digigov CSS - Tailwind CSS Components",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -48,11 +48,11 @@
48
48
  "tailwindcss": "3.3.5",
49
49
  "nodemon": "2.0.7",
50
50
  "next": "10.0.9",
51
- "@digigov/postcss-banner": "1.0.0-47312a12",
52
- "@digigov/cli-build-tailwind": "1.0.0-47312a12",
51
+ "@digigov/postcss-banner": "1.0.0-51c931ab",
52
+ "@digigov/cli-build-tailwind": "1.0.0-51c931ab",
53
53
  "rimraf": "3.0.2",
54
54
  "publint": "0.1.8",
55
- "@digigov/cli": "1.0.0-47312a12"
55
+ "@digigov/cli": "1.0.0-51c931ab"
56
56
  },
57
57
  "scripts": {
58
58
  "preutilities": "DIGIGOV_CSS_BUILD=TRUE postcss --config src/utilities src/utilities/index.css --base src --dir dist",
@@ -210,3 +210,10 @@
210
210
  @apply h-fit text-lg;
211
211
  }
212
212
  }
213
+ .govgr-dashed--border {
214
+ @apply border-dashed border-2 border-base-300 p-10 w-fit;
215
+ }
216
+
217
+ .govgr-image--ratio {
218
+ @apply w-auto h-auto max-h-80 max-w-sm;
219
+ }