dhre-ui-kit 0.0.323 → 0.0.324
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/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -16,7 +16,6 @@ import { Dropdown } from 'react-native-element-dropdown';
|
|
|
16
16
|
import DocumentPicker from 'react-native-document-picker';
|
|
17
17
|
import RNFS from 'react-native-fs';
|
|
18
18
|
import OTPVerify, { removeListener, startOtpListener } from 'react-native-otp-verify';
|
|
19
|
-
import { FontStyle as FontStyle$1 } from 'src/utils/appEnum';
|
|
20
19
|
|
|
21
20
|
var ShapeType = /* @__PURE__ */ ((ShapeType2) => {
|
|
22
21
|
ShapeType2["LINE"] = "line";
|
|
@@ -4998,7 +4997,7 @@ const RadioButtonGroup = ({
|
|
|
4998
4997
|
/* @__PURE__ */ React.createElement(
|
|
4999
4998
|
CustomTypography,
|
|
5000
4999
|
{
|
|
5001
|
-
variant: FontStyle
|
|
5000
|
+
variant: FontStyle.L1_REGULAR,
|
|
5002
5001
|
text: item.label,
|
|
5003
5002
|
style: [styles.label, labelStyle]
|
|
5004
5003
|
}
|