@mmb-digital/design-system-web 0.1.294 → 0.1.296

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/dist/index.d.ts CHANGED
@@ -1182,10 +1182,10 @@ declare enum TabsVariant {
1182
1182
  tertiary = "tertiary"
1183
1183
  }
1184
1184
  declare enum TabsSize {
1185
- xs = "xs",
1186
- sm = "sm",
1185
+ lg = "lg",
1187
1186
  md = "md",
1188
- lg = "lg"
1187
+ sm = "sm",
1188
+ xs = "xs"
1189
1189
  }
1190
1190
  declare enum TabsActiveTabDefaultPosition {
1191
1191
  center = "center",