@draftbit/core 50.2.2 → 50.2.3-1559c2.2
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/lib/typescript/src/components/AccordionGroup.d.ts +1 -1
- package/lib/typescript/src/components/ActivityIndicator.d.ts +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +1 -1
- package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts +1 -1
- package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +1 -1
- package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts +2 -2
- package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts +1 -1
- package/lib/typescript/src/components/Divider.d.ts +1 -1
- package/lib/typescript/src/components/Elevation.d.ts +1 -1
- package/lib/typescript/src/components/IconButton.d.ts +1 -1
- package/lib/typescript/src/components/Picker/NativePicker.d.ts +1 -1
- package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.d.ts +1 -1
- package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.d.ts +1 -1
- package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.d.ts +1 -1
- package/lib/typescript/src/components/Picker/index.d.ts +1 -1
- package/lib/typescript/src/components/PinInput/PinInput.d.ts +1 -1
- package/lib/typescript/src/components/PinInput/PinInputText.d.ts +1 -1
- package/lib/typescript/src/components/Progress/CircularProgress/index.d.ts +1 -1
- package/lib/typescript/src/components/Progress/LinearProgress/index.d.ts +1 -1
- package/lib/typescript/src/components/ProgressIndicator.d.ts +1 -1
- package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts +1 -1
- package/lib/typescript/src/components/Row.d.ts +1 -1
- package/lib/typescript/src/components/ScreenContainer.d.ts +1 -1
- package/lib/typescript/src/components/SectionList/SectionHeader.d.ts +1 -1
- package/lib/typescript/src/components/Slider.d.ts +1 -1
- package/lib/typescript/src/components/StarRating.d.ts +1 -1
- package/lib/typescript/src/components/Stepper.d.ts +1 -1
- package/lib/typescript/src/components/Surface.d.ts +1 -1
- package/lib/typescript/src/components/SwipeableItem/SwipeableItem.d.ts +1 -1
- package/lib/typescript/src/components/Swiper/Swiper.d.ts +1 -1
- package/lib/typescript/src/components/Switch.d.ts +3 -3
- package/lib/typescript/src/components/TabView/TabView.d.ts +1 -1
- package/lib/typescript/src/components/Table/Table.d.ts +1 -1
- package/lib/typescript/src/components/Table/TableRow.d.ts +1 -1
- package/lib/typescript/src/components/Text.d.ts +1 -1
- package/lib/typescript/src/components/TextField.d.ts +1 -1
- package/lib/typescript/src/components/Typography.d.ts +3 -3
- package/lib/typescript/src/deprecated-components/AccordionItem.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/AvatarEdit.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/Banner.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/Card.d.ts +3 -3
- package/lib/typescript/src/deprecated-components/Container.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/DeprecatedButton.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/DeprecatedFAB.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/FAB.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/FieldSearchBarFull.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/ProgressCircle.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/RowBodyIcon.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.d.ts +1 -1
- package/lib/typescript/src/deprecated-components/ToggleButton.d.ts +1 -1
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/core",
|
|
3
|
-
"version": "50.2.2",
|
|
3
|
+
"version": "50.2.3-1559c2.2+1559c27",
|
|
4
4
|
"description": "Core (non-native) Components",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"types": "lib/typescript/src/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@date-io/date-fns": "^1.3.13",
|
|
43
43
|
"@draftbit/react-theme-provider": "^2.1.1",
|
|
44
|
-
"@draftbit/theme": "50.2.2",
|
|
44
|
+
"@draftbit/theme": "^50.2.3-1559c2.2+1559c27",
|
|
45
45
|
"@expo/vector-icons": "^14.0.0",
|
|
46
46
|
"@gorhom/bottom-sheet": "5.0.0-alpha.7",
|
|
47
47
|
"@material-ui/core": "^4.11.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
],
|
|
119
119
|
"testEnvironment": "node"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "1559c27bcbfa2b83cf02e6b19aaaa42d4320258c"
|
|
122
122
|
}
|