@digigov/css 2.2.1 → 2.2.3

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": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "Digigov CSS - Tailwind CSS Components",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -37,10 +37,10 @@
37
37
  "publint": "0.1.8",
38
38
  "stylelint": "15.11.0",
39
39
  "prettier": "3.4.2",
40
- "@digigov/cli": "2.2.1",
40
+ "@digigov/cli": "2.2.3",
41
41
  "stylelint-plugin-digigov": "1.1.0-rc.33",
42
- "@digigov/theme-default": "2.2.1",
43
- "@digigov/theme-govgr": "2.2.1"
42
+ "@digigov/theme-default": "2.2.3",
43
+ "@digigov/theme-govgr": "2.2.3"
44
44
  },
45
45
  "dependencies": {
46
46
  "@fontsource/roboto": "4.4.0"
@@ -260,7 +260,7 @@
260
260
  &.ds-table__cell--max-w {
261
261
  @apply max-w-lg overflow-hidden;
262
262
  .ds-table__cell__content {
263
- @apply overflow-x-auto w-full table-cell;
263
+ @apply overflow-x-auto w-full;
264
264
  }
265
265
  }
266
266
  }