@bytebrand/fe-ui-core 4.2.107 → 4.2.108

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.
Files changed (2) hide show
  1. package/common.ts +6 -2
  2. package/package.json +1 -1
package/common.ts CHANGED
@@ -136,7 +136,9 @@ import {
136
136
  StepButton,
137
137
  Accordion as MIAccordion,
138
138
  AccordionSummary,
139
- AccordionDetails
139
+ AccordionDetails,
140
+ ListItemButton,
141
+ RadioGroup as MUIRadioGroup
140
142
  } from '@mui/material';
141
143
  import { createTheme } from '@mui/material/styles';
142
144
 
@@ -156,5 +158,7 @@ export {
156
158
  MIAccordion,
157
159
  AccordionSummary,
158
160
  AccordionDetails,
159
- StyledComponent
161
+ StyledComponent,
162
+ ListItemButton,
163
+ MUIRadioGroup
160
164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.2.107",
3
+ "version": "4.2.108",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",