@draftbit/core 50.6.5 → 50.7.0

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 (152) hide show
  1. package/lib/commonjs/components/BottomSheet/BottomSheet.js +1 -1
  2. package/lib/commonjs/components/DatePicker/DatePicker.js +1 -1
  3. package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js +1 -1
  4. package/lib/commonjs/components/Divider.js +1 -1
  5. package/lib/commonjs/components/Elevation.js +1 -1
  6. package/lib/commonjs/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +1 -1
  7. package/lib/commonjs/components/Picker/dropdown/DropDownModalPicker.js +1 -1
  8. package/lib/commonjs/components/Picker/dropdown/DropDownPicker.js +1 -1
  9. package/lib/commonjs/components/PinInput/PinInput.js +1 -1
  10. package/lib/commonjs/components/Progress/CircularProgress/CircularProgress.js +1 -1
  11. package/lib/commonjs/components/Progress/LinearProgress/LinearProgress.js +1 -1
  12. package/lib/commonjs/components/ScreenContainer.js +1 -1
  13. package/lib/commonjs/components/SectionList/SectionHeader.js +1 -1
  14. package/lib/commonjs/components/Surface.js +1 -1
  15. package/lib/commonjs/components/SwipeableItem/SwipeableItem.js +1 -1
  16. package/lib/commonjs/components/Swiper/Swiper.js +1 -1
  17. package/lib/commonjs/components/TabView/TabView.js +1 -1
  18. package/lib/commonjs/components/Table/Table.js +1 -1
  19. package/lib/commonjs/components/TextField.js +1 -1
  20. package/lib/commonjs/deprecated-components/AvatarEdit.js +1 -1
  21. package/lib/commonjs/deprecated-components/Card.js +1 -1
  22. package/lib/commonjs/deprecated-components/DeprecatedButton.js +1 -1
  23. package/lib/commonjs/deprecated-components/DeprecatedFAB.js +1 -1
  24. package/lib/commonjs/deprecated-components/FieldSearchBarFull.js +1 -1
  25. package/lib/commonjs/deprecated-components/RowBodyIcon.js +1 -1
  26. package/lib/typescript/src/components/BottomSheet/BottomSheet.js +3 -3
  27. package/lib/typescript/src/components/BottomSheet/BottomSheet.js.map +1 -1
  28. package/lib/typescript/src/components/DatePicker/DatePicker.js +5 -5
  29. package/lib/typescript/src/components/DatePicker/DatePicker.js.map +1 -1
  30. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js +2 -2
  31. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
  32. package/lib/typescript/src/components/Divider.js +1 -1
  33. package/lib/typescript/src/components/Divider.js.map +1 -1
  34. package/lib/typescript/src/components/Elevation.js +1 -1
  35. package/lib/typescript/src/components/Elevation.js.map +1 -1
  36. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +3 -3
  37. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
  38. package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.js +1 -1
  39. package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.js.map +1 -1
  40. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.js +1 -1
  41. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.js.map +1 -1
  42. package/lib/typescript/src/components/PinInput/PinInput.js +1 -1
  43. package/lib/typescript/src/components/PinInput/PinInput.js.map +1 -1
  44. package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js +1 -1
  45. package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
  46. package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js +1 -1
  47. package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
  48. package/lib/typescript/src/components/ScreenContainer.js +1 -1
  49. package/lib/typescript/src/components/ScreenContainer.js.map +1 -1
  50. package/lib/typescript/src/components/SectionList/SectionHeader.js +1 -1
  51. package/lib/typescript/src/components/SectionList/SectionHeader.js.map +1 -1
  52. package/lib/typescript/src/components/Surface.js +1 -1
  53. package/lib/typescript/src/components/Surface.js.map +1 -1
  54. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js +3 -3
  55. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
  56. package/lib/typescript/src/components/Swiper/Swiper.js +1 -1
  57. package/lib/typescript/src/components/Swiper/Swiper.js.map +1 -1
  58. package/lib/typescript/src/components/TabView/TabView.js +1 -1
  59. package/lib/typescript/src/components/TabView/TabView.js.map +1 -1
  60. package/lib/typescript/src/components/Table/Table.js +1 -1
  61. package/lib/typescript/src/components/Table/Table.js.map +1 -1
  62. package/lib/typescript/src/components/TextField.js +1 -1
  63. package/lib/typescript/src/components/TextField.js.map +1 -1
  64. package/lib/typescript/src/deprecated-components/AvatarEdit.js +2 -2
  65. package/lib/typescript/src/deprecated-components/AvatarEdit.js.map +1 -1
  66. package/lib/typescript/src/deprecated-components/Card.js +2 -2
  67. package/lib/typescript/src/deprecated-components/Card.js.map +1 -1
  68. package/lib/typescript/src/deprecated-components/DeprecatedButton.js +2 -2
  69. package/lib/typescript/src/deprecated-components/DeprecatedButton.js.map +1 -1
  70. package/lib/typescript/src/deprecated-components/DeprecatedFAB.js +2 -2
  71. package/lib/typescript/src/deprecated-components/DeprecatedFAB.js.map +1 -1
  72. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js +2 -2
  73. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js.map +1 -1
  74. package/lib/typescript/src/deprecated-components/RowBodyIcon.js +1 -1
  75. package/lib/typescript/src/deprecated-components/RowBodyIcon.js.map +1 -1
  76. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  77. package/package.json +3 -3
  78. package/src/components/BottomSheet/BottomSheet.js +3 -3
  79. package/src/components/BottomSheet/BottomSheet.js.map +1 -1
  80. package/src/components/BottomSheet/BottomSheet.tsx +3 -3
  81. package/src/components/DatePicker/DatePicker.js +5 -5
  82. package/src/components/DatePicker/DatePicker.js.map +1 -1
  83. package/src/components/DatePicker/DatePicker.tsx +5 -5
  84. package/src/components/DeckSwiper/DeckSwiperCard.js +2 -2
  85. package/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
  86. package/src/components/DeckSwiper/DeckSwiperCard.tsx +2 -2
  87. package/src/components/Divider.js +1 -1
  88. package/src/components/Divider.js.map +1 -1
  89. package/src/components/Divider.tsx +1 -1
  90. package/src/components/Elevation.js +1 -1
  91. package/src/components/Elevation.js.map +1 -1
  92. package/src/components/Elevation.tsx +1 -1
  93. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +3 -3
  94. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
  95. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.tsx +3 -3
  96. package/src/components/Picker/dropdown/DropDownModalPicker.js +1 -1
  97. package/src/components/Picker/dropdown/DropDownModalPicker.js.map +1 -1
  98. package/src/components/Picker/dropdown/DropDownModalPicker.tsx +2 -2
  99. package/src/components/Picker/dropdown/DropDownPicker.js +1 -1
  100. package/src/components/Picker/dropdown/DropDownPicker.js.map +1 -1
  101. package/src/components/Picker/dropdown/DropDownPicker.tsx +2 -2
  102. package/src/components/PinInput/PinInput.js +1 -1
  103. package/src/components/PinInput/PinInput.js.map +1 -1
  104. package/src/components/PinInput/PinInput.tsx +1 -1
  105. package/src/components/Progress/CircularProgress/CircularProgress.js +1 -1
  106. package/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
  107. package/src/components/Progress/CircularProgress/CircularProgress.tsx +1 -1
  108. package/src/components/Progress/LinearProgress/LinearProgress.js +1 -1
  109. package/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
  110. package/src/components/Progress/LinearProgress/LinearProgress.tsx +1 -1
  111. package/src/components/ScreenContainer.js +1 -1
  112. package/src/components/ScreenContainer.js.map +1 -1
  113. package/src/components/ScreenContainer.tsx +1 -1
  114. package/src/components/SectionList/SectionHeader.js +1 -1
  115. package/src/components/SectionList/SectionHeader.js.map +1 -1
  116. package/src/components/SectionList/SectionHeader.tsx +1 -1
  117. package/src/components/Surface.js +1 -1
  118. package/src/components/Surface.js.map +1 -1
  119. package/src/components/Surface.tsx +1 -1
  120. package/src/components/SwipeableItem/SwipeableItem.js +3 -3
  121. package/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
  122. package/src/components/SwipeableItem/SwipeableItem.tsx +3 -3
  123. package/src/components/Swiper/Swiper.js +1 -1
  124. package/src/components/Swiper/Swiper.js.map +1 -1
  125. package/src/components/Swiper/Swiper.tsx +1 -1
  126. package/src/components/TabView/TabView.js +1 -1
  127. package/src/components/TabView/TabView.js.map +1 -1
  128. package/src/components/TabView/TabView.tsx +1 -1
  129. package/src/components/Table/Table.js +1 -1
  130. package/src/components/Table/Table.js.map +1 -1
  131. package/src/components/Table/Table.tsx +1 -1
  132. package/src/components/TextField.js +1 -1
  133. package/src/components/TextField.js.map +1 -1
  134. package/src/components/TextField.tsx +1 -1
  135. package/src/deprecated-components/AvatarEdit.js +2 -2
  136. package/src/deprecated-components/AvatarEdit.js.map +1 -1
  137. package/src/deprecated-components/AvatarEdit.tsx +2 -2
  138. package/src/deprecated-components/Card.js +2 -2
  139. package/src/deprecated-components/Card.js.map +1 -1
  140. package/src/deprecated-components/Card.tsx +2 -2
  141. package/src/deprecated-components/DeprecatedButton.js +2 -2
  142. package/src/deprecated-components/DeprecatedButton.js.map +1 -1
  143. package/src/deprecated-components/DeprecatedButton.tsx +2 -2
  144. package/src/deprecated-components/DeprecatedFAB.js +2 -2
  145. package/src/deprecated-components/DeprecatedFAB.js.map +1 -1
  146. package/src/deprecated-components/DeprecatedFAB.tsx +2 -2
  147. package/src/deprecated-components/FieldSearchBarFull.js +2 -2
  148. package/src/deprecated-components/FieldSearchBarFull.js.map +1 -1
  149. package/src/deprecated-components/FieldSearchBarFull.tsx +2 -2
  150. package/src/deprecated-components/RowBodyIcon.js +1 -1
  151. package/src/deprecated-components/RowBodyIcon.js.map +1 -1
  152. package/src/deprecated-components/RowBodyIcon.tsx +2 -2
@@ -94,7 +94,7 @@ const FieldSearchBarFull: React.FC<React.PropsWithChildren<Props>> = ({
94
94
  <Icon
95
95
  name={icon}
96
96
  size={Config.fieldSearchBarFullIconSize}
97
- color={focused ? colors.branding.primary : colors.foreground.brand}
97
+ color={focused ? colors.branding.primary : colors.foreground.base}
98
98
  />
99
99
  )}
100
100
  <View style={{ marginLeft: showIcon ? 12 : 0, flex: 1 }}>
@@ -106,7 +106,7 @@ const FieldSearchBarFull: React.FC<React.PropsWithChildren<Props>> = ({
106
106
  onFocus={onFocus}
107
107
  onChangeText={handleChangeText}
108
108
  onSubmitEditing={onSubmit}
109
- placeholderTextColor={colors.foreground.brand}
109
+ placeholderTextColor={colors.foreground.base}
110
110
  style={[
111
111
  {
112
112
  color: colors.text.medium,
@@ -6,7 +6,7 @@ import Config from "../components/Config";
6
6
  * @deprecated DEPRECATED
7
7
  */
8
8
  const RowBodyIcon = ({ Icon, title, subtitle, icon, style, theme: { colors, typography }, }) => {
9
- return (React.createElement(Row, { titleTypeStyle: typography.body1, titleColor: colors.text.medium, subtitleTypeStyle: typography.subtitle2, subtitleColor: colors.foreground.brand, title: title, subtitle: subtitle, right: () => (React.createElement(Icon, { name: icon, size: Config.rowSingleLineIconSize, color: colors.foreground.brand, style: { marginLeft: 16 } })), style: style }));
9
+ return (React.createElement(Row, { titleTypeStyle: typography.body1, titleColor: colors.text.medium, subtitleTypeStyle: typography.subtitle2, subtitleColor: colors.foreground.base, title: title, subtitle: subtitle, right: () => (React.createElement(Icon, { name: icon, size: Config.rowSingleLineIconSize, color: colors.foreground.base, style: { marginLeft: 16 } })), style: style }));
10
10
  };
11
11
  export default withTheme(RowBodyIcon);
12
12
  //# sourceMappingURL=RowBodyIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RowBodyIcon.js","sourceRoot":"","sources":["RowBodyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,OAAO,GAAG,MAAM,mBAAmB,CAAC;AACpC,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAW1C;;GAEG;AACH,MAAM,WAAW,GAA6C,CAAC,EAC7D,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,KAAK,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,GAC9B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,GAAG,IACF,cAAc,EAAE,UAAU,CAAC,KAAK,EAChC,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EAC9B,iBAAiB,EAAE,UAAU,CAAC,SAAS,EACvC,aAAa,EAAE,MAAM,CAAC,UAAU,CAAC,KAAK,EACtC,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,GAAG,EAAE,CAAC,CACX,oBAAC,IAAI,IACH,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,CAAC,qBAAqB,EAClC,KAAK,EAAE,MAAM,CAAC,UAAU,CAAC,KAAK,EAC9B,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,GACzB,CACH,EACD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"RowBodyIcon.js","sourceRoot":"","sources":["RowBodyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,OAAO,GAAG,MAAM,mBAAmB,CAAC;AACpC,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAW1C;;GAEG;AACH,MAAM,WAAW,GAA6C,CAAC,EAC7D,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,KAAK,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,GAC9B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,GAAG,IACF,cAAc,EAAE,UAAU,CAAC,KAAK,EAChC,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EAC9B,iBAAiB,EAAE,UAAU,CAAC,SAAS,EACvC,aAAa,EAAE,MAAM,CAAC,UAAU,CAAC,IAAI,EACrC,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,GAAG,EAAE,CAAC,CACX,oBAAC,IAAI,IACH,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,CAAC,qBAAqB,EAClC,KAAK,EAAE,MAAM,CAAC,UAAU,CAAC,IAAI,EAC7B,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,GACzB,CACH,EACD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,WAAW,CAAC,CAAC"}
@@ -31,14 +31,14 @@ const RowBodyIcon: React.FC<React.PropsWithChildren<Props>> = ({
31
31
  titleTypeStyle={typography.body1}
32
32
  titleColor={colors.text.medium}
33
33
  subtitleTypeStyle={typography.subtitle2}
34
- subtitleColor={colors.foreground.brand}
34
+ subtitleColor={colors.foreground.base}
35
35
  title={title}
36
36
  subtitle={subtitle}
37
37
  right={() => (
38
38
  <Icon
39
39
  name={icon}
40
40
  size={Config.rowSingleLineIconSize}
41
- color={colors.foreground.brand}
41
+ color={colors.foreground.base}
42
42
  style={{ marginLeft: 16 }}
43
43
  />
44
44
  )}