@draftbit/core 49.2.5 → 49.2.6-5ac279.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.
Files changed (128) hide show
  1. package/lib/commonjs/Provider.js +1 -1
  2. package/lib/commonjs/components/AccordionGroup.js +1 -1
  3. package/lib/commonjs/components/ActionSheet/ActionSheet.js +1 -1
  4. package/lib/commonjs/components/ActionSheet/ActionSheetCancel.js +1 -1
  5. package/lib/commonjs/components/ActionSheet/ActionSheetItem.js +1 -1
  6. package/lib/commonjs/components/AspectRatio.js +1 -1
  7. package/lib/commonjs/components/BottomSheet/BottomSheet.js +1 -1
  8. package/lib/commonjs/components/Button.js +1 -1
  9. package/lib/commonjs/components/Checkbox/Checkbox.js +1 -1
  10. package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +1 -1
  11. package/lib/commonjs/components/Checkbox/CheckboxRow.js +1 -1
  12. package/lib/commonjs/components/Checkbox/context.js +1 -1
  13. package/lib/commonjs/components/Config.js +1 -1
  14. package/lib/commonjs/components/DatePicker/DatePicker.js +1 -1
  15. package/lib/commonjs/components/DatePicker/DatePickerComponent.js +1 -1
  16. package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js +1 -1
  17. package/lib/commonjs/components/DeckSwiper/DeckSwiper.js +1 -1
  18. package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js +1 -1
  19. package/lib/commonjs/components/Divider.js +1 -1
  20. package/lib/commonjs/components/Elevation.js +1 -1
  21. package/lib/commonjs/components/FormRow.js +1 -1
  22. package/lib/commonjs/components/IconButton.js +1 -1
  23. package/lib/commonjs/components/Image.js +1 -1
  24. package/lib/commonjs/components/KeyboardAvoidingView.js +1 -1
  25. package/lib/commonjs/components/Layout/AspectRatio.js +1 -1
  26. package/lib/commonjs/components/Layout/Center.js +1 -1
  27. package/lib/commonjs/components/Layout/Circle.js +1 -1
  28. package/lib/commonjs/components/Layout/HStack.js +1 -1
  29. package/lib/commonjs/components/Layout/Spacer.js +1 -1
  30. package/lib/commonjs/components/Layout/Square.js +1 -1
  31. package/lib/commonjs/components/Layout/VStack.js +1 -1
  32. package/lib/commonjs/components/Layout/ZStack.js +1 -1
  33. package/lib/commonjs/components/Markdown.js +1 -1
  34. package/lib/commonjs/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +1 -1
  35. package/lib/commonjs/components/MediaPlayer/AudioPlayer/HeadlessAudioPlayer.js +1 -1
  36. package/lib/commonjs/components/MediaPlayer/AudioPlayer/index.js +1 -1
  37. package/lib/commonjs/components/MediaPlayer/MediaPlaybackWrapper.js +1 -1
  38. package/lib/commonjs/components/MediaPlayer/VideoPlayer/VideoPlayer.js +1 -1
  39. package/lib/commonjs/components/MediaPlayer/VideoPlayer/index.js +1 -1
  40. package/lib/commonjs/components/NumberInput.js +1 -1
  41. package/lib/commonjs/components/Picker/NativePicker.js +1 -1
  42. package/lib/commonjs/components/Picker/PickerInputContainer.js +1 -1
  43. package/lib/commonjs/components/Picker/dropdown/DropDownPicker.js +1 -1
  44. package/lib/commonjs/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  45. package/lib/commonjs/components/Picker/dropdown/PickerItem.js +1 -1
  46. package/lib/commonjs/components/Picker/index.js +1 -1
  47. package/lib/commonjs/components/PinInput/CustomPinInputCell.js +1 -1
  48. package/lib/commonjs/components/PinInput/PinInput.js +1 -1
  49. package/lib/commonjs/components/PinInput/PinInputText.js +1 -1
  50. package/lib/commonjs/components/Portal/Portal.js +1 -1
  51. package/lib/commonjs/components/Portal/PortalConsumer.js +1 -1
  52. package/lib/commonjs/components/Portal/PortalHost.js +1 -1
  53. package/lib/commonjs/components/Portal/PortalManager.js +1 -1
  54. package/lib/commonjs/components/Progress/CircularProgress/CircularProgress.js +1 -1
  55. package/lib/commonjs/components/Progress/CircularProgress/index.js +1 -1
  56. package/lib/commonjs/components/Progress/IndeterminateProgress.js +1 -1
  57. package/lib/commonjs/components/Progress/LinearProgress/LinearProgress.js +1 -1
  58. package/lib/commonjs/components/Progress/LinearProgress/index.js +1 -1
  59. package/lib/commonjs/components/Progress/ProgressCommon.js +1 -1
  60. package/lib/commonjs/components/ProgressIndicator.js +1 -1
  61. package/lib/commonjs/components/RadioButton/RadioButton.js +1 -1
  62. package/lib/commonjs/components/RadioButton/RadioButtonGroup.js +1 -1
  63. package/lib/commonjs/components/RadioButton/RadioButtonRow.js +1 -1
  64. package/lib/commonjs/components/RadioButton/context.js +1 -1
  65. package/lib/commonjs/components/Row.js +1 -1
  66. package/lib/commonjs/components/SVG.js +1 -1
  67. package/lib/commonjs/components/ScreenContainer.js +1 -1
  68. package/lib/commonjs/components/SectionList/SectionHeader.js +1 -1
  69. package/lib/commonjs/components/SectionList/SectionList.js +1 -1
  70. package/lib/commonjs/components/Shadow.js +1 -1
  71. package/lib/commonjs/components/Slider.js +1 -1
  72. package/lib/commonjs/components/StarRating.js +1 -1
  73. package/lib/commonjs/components/StepIndicator.js +1 -1
  74. package/lib/commonjs/components/Stepper.js +1 -1
  75. package/lib/commonjs/components/Surface.js +1 -1
  76. package/lib/commonjs/components/SwipeableItem/SwipeableItem.js +1 -1
  77. package/lib/commonjs/components/SwipeableItem/SwipeableItemButton.js +1 -1
  78. package/lib/commonjs/components/SwipeableItem/SwipeableList.js +1 -1
  79. package/lib/commonjs/components/Swiper/Swiper.js +1 -1
  80. package/lib/commonjs/components/Swiper/SwiperItem.js +1 -1
  81. package/lib/commonjs/components/Switch.js +1 -1
  82. package/lib/commonjs/components/TabView/TabView.js +1 -1
  83. package/lib/commonjs/components/TabView/TabViewItem.js +1 -1
  84. package/lib/commonjs/components/Table/Table.js +1 -1
  85. package/lib/commonjs/components/Table/TableCell.js +1 -1
  86. package/lib/commonjs/components/Table/TableCommon.js +1 -1
  87. package/lib/commonjs/components/Table/TableRow.js +1 -1
  88. package/lib/commonjs/components/Text.js +1 -1
  89. package/lib/commonjs/components/TextField.js +1 -1
  90. package/lib/commonjs/components/TextInput.js +1 -1
  91. package/lib/commonjs/components/Touchable.web.js +1 -1
  92. package/lib/commonjs/components/Typography.js +1 -1
  93. package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.js +1 -1
  94. package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.native.js +1 -1
  95. package/lib/commonjs/components/useAuthState.js +1 -1
  96. package/lib/commonjs/constants.js +1 -1
  97. package/lib/commonjs/deprecated-components/AccordionItem.js +1 -1
  98. package/lib/commonjs/deprecated-components/AnimatedCircularProgress.js +1 -1
  99. package/lib/commonjs/deprecated-components/AvatarEdit.js +1 -1
  100. package/lib/commonjs/deprecated-components/AvoidKeyboardView.js +1 -1
  101. package/lib/commonjs/deprecated-components/Banner.js +1 -1
  102. package/lib/commonjs/deprecated-components/Card.js +1 -1
  103. package/lib/commonjs/deprecated-components/CheckboxGroup.js +1 -1
  104. package/lib/commonjs/deprecated-components/CircleImage.js +1 -1
  105. package/lib/commonjs/deprecated-components/CircularProgress.js +1 -1
  106. package/lib/commonjs/deprecated-components/Container.js +1 -1
  107. package/lib/commonjs/deprecated-components/DeprecatedButton.js +1 -1
  108. package/lib/commonjs/deprecated-components/DeprecatedCardWrapper.js +1 -1
  109. package/lib/commonjs/deprecated-components/DeprecatedFAB.js +1 -1
  110. package/lib/commonjs/deprecated-components/FAB.js +1 -1
  111. package/lib/commonjs/deprecated-components/FieldSearchBarFull.js +1 -1
  112. package/lib/commonjs/deprecated-components/Layout.js +1 -1
  113. package/lib/commonjs/deprecated-components/ProgressBar.js +1 -1
  114. package/lib/commonjs/deprecated-components/ProgressCircle.js +1 -1
  115. package/lib/commonjs/deprecated-components/RadioButtonFieldGroup.js +1 -1
  116. package/lib/commonjs/deprecated-components/RowBodyIcon.js +1 -1
  117. package/lib/commonjs/deprecated-components/RowHeadlineImageCaption.js +1 -1
  118. package/lib/commonjs/deprecated-components/RowHeadlineImageIcon.js +1 -1
  119. package/lib/commonjs/deprecated-components/ToggleButton.js +1 -1
  120. package/lib/commonjs/hooks.js +1 -1
  121. package/lib/commonjs/index.js +1 -1
  122. package/lib/commonjs/interfaces/Icon.js +1 -1
  123. package/lib/commonjs/styles/DarkTheme.js +1 -1
  124. package/lib/commonjs/styles/DefaultTheme.js +1 -1
  125. package/lib/commonjs/theming.js +1 -1
  126. package/lib/commonjs/utilities.js +1 -1
  127. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  128. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draftbit/core",
3
- "version": "49.2.5",
3
+ "version": "49.2.6-5ac279.2+5ac279b",
4
4
  "description": "Core (non-native) Components",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "types": "lib/typescript/src/index.d.ts",
@@ -39,9 +39,10 @@
39
39
  },
40
40
  "homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
41
41
  "dependencies": {
42
+ "@babel/runtime": "^7.20.0",
42
43
  "@date-io/date-fns": "^1.3.13",
43
44
  "@draftbit/react-theme-provider": "^2.1.1",
44
- "@draftbit/types": "49.0.4",
45
+ "@draftbit/types": "^49.2.6-5ac279.2+5ac279b",
45
46
  "@expo/vector-icons": "^13.0.0",
46
47
  "@gorhom/bottom-sheet": "^5.0.0-alpha.4",
47
48
  "@material-ui/core": "^4.11.0",
@@ -112,5 +113,5 @@
112
113
  ],
113
114
  "testEnvironment": "node"
114
115
  },
115
- "gitHead": "2a8f8b73688aa7da5cfd40013188ac573a167531"
116
+ "gitHead": "5ac279b530f25bd71b82e96e3e19daf953486d94"
116
117
  }