goobs-frontend 0.7.69 → 0.7.70

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/package.json +1 -1
  2. package/src/index.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goobs-frontend",
3
- "version": "0.7.69",
3
+ "version": "0.7.70",
4
4
  "description": "A comprehensive React-based UI library built on Material-UI, offering a wide range of customizable components including grids, typography, buttons, cards, forms, navigation, pricing tables, steppers, tooltips, accordions, and more. Designed for building responsive and consistent user interfaces with advanced features like form validation, theming, and code syntax highlighting.",
5
5
  "license": "MIT",
6
6
  "main": "./src/index.ts",
package/src/index.ts CHANGED
@@ -55,6 +55,7 @@ import { Animation } from './components/Content/Structure/animations'
55
55
  import { ExtendedButtonProps } from './components/Content/Structure/button/useButton'
56
56
  import { ExtendedTypographyProps } from './components/Content/Structure/typography/useGridTypography'
57
57
  import { ExtendedTextFieldProps } from './components/Content/Structure/textfield/useTextField'
58
+ import { ExtendedQRCodeProps } from './components/Content/Structure/qrcode/useQRCode'
58
59
 
59
60
  // Colors
60
61
  import {
@@ -219,6 +220,7 @@ export type { ToolbarProps }
219
220
  export type { TransferListProps }
220
221
  export type { CustomTooltipProps }
221
222
  export type { QRCodeProps }
223
+ export type { ExtendedQRCodeProps }
222
224
 
223
225
  // Additional type exports for the newly declared types
224
226
  export type { TypographyComponentProps }