@arbeidstilsynet/design-css 0.3.3 → 0.3.5

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.
@@ -127,12 +127,6 @@
127
127
  width: var(--ds-size-26);
128
128
  }
129
129
 
130
- .at-filepicker-files-file__name a {
131
- display: flex;
132
- align-items: center;
133
- gap: var(--ds-size-1);
134
- }
135
-
136
130
  .at-filepicker-files-file__text {
137
131
  min-width: 0;
138
132
  overflow: hidden;
@@ -159,12 +159,6 @@
159
159
  width: var(--ds-size-26);
160
160
  }
161
161
 
162
- .at-filepicker-files-file__name a {
163
- display: flex;
164
- align-items: center;
165
- gap: var(--ds-size-1);
166
- }
167
-
168
162
  .at-filepicker-files-file__text {
169
163
  min-width: 0;
170
164
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbeidstilsynet/design-css",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "CSS for Designsystemet",
5
5
  "author": "Arbeidstilsynet",
6
6
  "repository": {
@@ -27,8 +27,8 @@
27
27
  "@digdir/designsystemet-css": "1.6.1"
28
28
  },
29
29
  "devDependencies": {
30
- "autoprefixer": "10.4.21",
31
- "cssnano": "7.1.1",
30
+ "autoprefixer": "10.4.22",
31
+ "cssnano": "7.1.2",
32
32
  "del-cli": "7.0.0",
33
33
  "postcss": "8.5.6",
34
34
  "postcss-cli": "11.0.1",