@mmb-digital/design-system-web 0.1.27 → 0.1.29

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
@@ -136,12 +136,14 @@ interface TabItemType {
136
136
  text?: ReactElement | string;
137
137
  }
138
138
  interface TabsType {
139
+ fullWidth?: boolean;
139
140
  tabItems: TabItemType[];
140
141
  variant: TabsVariant;
141
142
  }
142
143
 
143
144
  interface TabsItemProps extends TabItemType {
144
145
  colorScheme: ColorScheme;
146
+ fullWidth?: boolean;
145
147
  variant: TabsVariant;
146
148
  }
147
149
 
@@ -187,10 +189,13 @@ declare enum IconSystemType {
187
189
  chevronRight = "chevronRight",
188
190
  chevronUp = "chevronUp",
189
191
  close = "close",
192
+ crosshair = "crosshair",
193
+ map = "map",
190
194
  minus = "minus",
191
195
  pin = "pin",
192
196
  plus = "plus",
193
- search = "search"
197
+ search = "search",
198
+ unorderedList = "unorderedList"
194
199
  }
195
200
  declare enum IconSystemSize {
196
201
  big = "big",