@digiko-npm/designsystem 0.8.0 → 0.8.2

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": "@digiko-npm/designsystem",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Design system — installable, extensible, indestructible.",
5
5
  "main": "dist/designsystem.css",
6
6
  "style": "dist/designsystem.css",
@@ -31,7 +31,6 @@
31
31
  align-items: center;
32
32
  gap: var(--ds-space-1);
33
33
  font-family: var(--ds-font-sans);
34
- container-type: inline-size;
35
34
 
36
35
  /* ---------------------------------------------------------------------------
37
36
  Item (page number)
@@ -174,15 +173,3 @@
174
173
  }
175
174
  }
176
175
 
177
- /* Container query: hide page numbers when pagination is narrow, show only prev/next */
178
- @container (max-width: 320px) {
179
- .ds-pagination__item,
180
- .ds-pagination__ellipsis {
181
- display: none;
182
- }
183
-
184
- .ds-pagination__info {
185
- flex: 1;
186
- text-align: center;
187
- }
188
- }
@@ -8,7 +8,6 @@
8
8
  border: 1px solid var(--ds-color-border);
9
9
  border-radius: var(--ds-radius-xl);
10
10
  padding: var(--ds-space-5);
11
- container-type: inline-size;
12
11
 
13
12
  &__label {
14
13
  font-size: var(--ds-text-sm);
@@ -40,15 +39,3 @@
40
39
  color: var(--ds-color-text-secondary);
41
40
  }
42
41
  }
43
-
44
- /* Container query: compact when narrow */
45
- @container (max-width: 150px) {
46
- .ds-stat-card__value {
47
- font-size: var(--ds-text-lg);
48
- }
49
-
50
- .ds-stat-card__icon {
51
- width: 2rem;
52
- height: 2rem;
53
- }
54
- }