@digigov/css 2.1.1 → 2.2.0

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.1.1",
3
+ "version": "2.2.0",
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.1.1",
40
+ "@digigov/cli": "2.2.0",
41
41
  "stylelint-plugin-digigov": "1.1.0-rc.33",
42
- "@digigov/theme-govgr": "2.1.1",
43
- "@digigov/theme-default": "2.1.1"
42
+ "@digigov/theme-default": "2.2.0",
43
+ "@digigov/theme-govgr": "2.2.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "@fontsource/roboto": "4.4.0"
@@ -257,6 +257,12 @@
257
257
  &.ds-table__cell--error {
258
258
  @apply border-l-5 border-l-error pl-2;
259
259
  }
260
+ &.ds-table__cell--max-w {
261
+ @apply max-w-lg overflow-hidden;
262
+ .ds-table__cell__content {
263
+ @apply overflow-x-auto w-full table-cell;
264
+ }
265
+ }
260
266
  }
261
267
  .ds-table__header--numeric,
262
268
  .ds-table__cell--numeric {