@digiko-npm/designsystem 0.3.33 → 0.4.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/README.md CHANGED
@@ -43,7 +43,7 @@ npm install @digiko-npm/designsystem
43
43
  <span class="ds-badge ds-badge--success">Active</span>
44
44
  ```
45
45
 
46
- ## Components (28)
46
+ ## Components (32)
47
47
 
48
48
  | Core | Essential | Common | Advanced |
49
49
  |------|-----------|--------|----------|
@@ -54,7 +54,10 @@ npm install @digiko-npm/designsystem
54
54
  | Nav | Tooltip | Accordion | Command |
55
55
  | Modal | Avatar | Drawer | |
56
56
  | Toast | Skeleton | Progress | |
57
- | Table | Empty State | | |
57
+ | Table | Empty State | Datepicker | |
58
+ | | | Drop Zone | |
59
+ | | | Custom Select | |
60
+ | | | Sortable | |
58
61
 
59
62
  All components use `ds-` prefix with BEM naming: `.ds-btn`, `.ds-btn--secondary`, `.ds-card__body`.
60
63