@faststore/components
Advanced tools
Comparing version 2.0.49-alpha.0 to 2.0.50-alpha.0
@@ -46,2 +46,4 @@ export * from './assets'; | ||
export type { RadioFieldProps } from './molecules/RadioField'; | ||
export { default as RadioGroup, RadioOption, } from './molecules/RadioGroup'; | ||
export type { RadioGroupProps, RadioOptionProps, } from './molecules/RadioGroup'; | ||
export { default as Rating } from './molecules/Rating'; | ||
@@ -48,0 +50,0 @@ export type { RatingProps } from './molecules/Rating'; |
@@ -28,2 +28,3 @@ // Assets | ||
export { default as RadioField } from './molecules/RadioField'; | ||
export { default as RadioGroup, RadioOption, } from './molecules/RadioGroup'; | ||
export { default as Rating } from './molecules/Rating'; | ||
@@ -30,0 +31,0 @@ export { default as SelectField } from './molecules/SelectField'; |
{ | ||
"name": "@faststore/components", | ||
"version": "2.0.49-alpha.0", | ||
"version": "2.0.50-alpha.0", | ||
"module": "dist/index.js", | ||
@@ -33,3 +33,3 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"gitHead": "7046452f096b9b7e33b10db94e0213c3f10f91b5" | ||
"gitHead": "ff4612f903a6be4e99df0b614a032b21ad7dc711" | ||
} |
@@ -71,2 +71,10 @@ // Assets | ||
export type { RadioFieldProps } from './molecules/RadioField' | ||
export { | ||
default as RadioGroup, | ||
RadioOption, | ||
} from './molecules/RadioGroup' | ||
export type { | ||
RadioGroupProps, | ||
RadioOptionProps, | ||
} from './molecules/RadioGroup' | ||
export { default as Rating } from './molecules/Rating' | ||
@@ -73,0 +81,0 @@ export type { RatingProps } from './molecules/Rating' |
Sorry, the diff of this file is not supported yet
258781
411
5310