@audira/carbon-react-native 1.0.0-beta.3 → 1.0.0-beta.4
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/commonjs/_internal/style-sheets/common-style-sheet.js +3 -0
- package/lib/commonjs/_internal/style-sheets/common-style-sheet.js.map +1 -1
- package/lib/commonjs/components/accordion/Accordion.js.map +1 -1
- package/lib/commonjs/components/accordion/_Header.js +24 -22
- package/lib/commonjs/components/accordion/_Header.js.map +1 -1
- package/lib/commonjs/components/accordion/_Item.js +8 -4
- package/lib/commonjs/components/accordion/_Item.js.map +1 -1
- package/lib/commonjs/components/accordion/_styles.js +3 -3
- package/lib/commonjs/components/accordion/_styles.js.map +1 -1
- package/lib/commonjs/components/button/base/Base.js +24 -48
- package/lib/commonjs/components/button/base/Base.js.map +1 -1
- package/lib/commonjs/components/button/ghost/Ghost.js +24 -22
- package/lib/commonjs/components/button/ghost/Ghost.js.map +1 -1
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js +24 -22
- package/lib/commonjs/components/button/ghost-danger/GhostDanger.js.map +1 -1
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js +21 -30
- package/lib/commonjs/components/button/ghost-icon/GhostIcon.js.map +1 -1
- package/lib/commonjs/components/button/primary/Primary.js +24 -22
- package/lib/commonjs/components/button/primary/Primary.js.map +1 -1
- package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js +24 -22
- package/lib/commonjs/components/button/primary-danger/PrimaryDanger.js.map +1 -1
- package/lib/commonjs/components/button/secondary/Secondary.js +24 -22
- package/lib/commonjs/components/button/secondary/Secondary.js.map +1 -1
- package/lib/commonjs/components/button/tertiary/Tertiary.js +24 -22
- package/lib/commonjs/components/button/tertiary/Tertiary.js.map +1 -1
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js +24 -22
- package/lib/commonjs/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
- package/lib/commonjs/components/button-group/ButtonGroup.js +9 -12
- package/lib/commonjs/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/commonjs/components/checkbox/Checkbox.js +23 -19
- package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +16 -12
- package/lib/commonjs/components/checkbox-group/CheckboxGroup.js.map +1 -1
- package/lib/commonjs/components/form-helper-text/FormHelperText.js +14 -10
- package/lib/commonjs/components/form-helper-text/FormHelperText.js.map +1 -1
- package/lib/commonjs/components/form-label/FormLabel.js +8 -4
- package/lib/commonjs/components/form-label/FormLabel.js.map +1 -1
- package/lib/commonjs/components/inline-loading/InlineLoading.js +15 -11
- package/lib/commonjs/components/inline-loading/InlineLoading.js.map +1 -1
- package/lib/commonjs/components/modal/Modal.js +31 -23
- package/lib/commonjs/components/modal/Modal.js.map +1 -1
- package/lib/commonjs/components/modal-content/ModalContent.js +49 -45
- package/lib/commonjs/components/modal-content/ModalContent.js.map +1 -1
- package/lib/commonjs/components/notification/base/Base.js +46 -50
- package/lib/commonjs/components/notification/base/Base.js.map +1 -1
- package/lib/commonjs/components/radio-button/RadioButton.js +22 -18
- package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
- package/lib/commonjs/components/switch/Switch.js +26 -17
- package/lib/commonjs/components/switch/Switch.js.map +1 -1
- package/lib/commonjs/components/text/Text.js +41 -27
- package/lib/commonjs/components/text/Text.js.map +1 -1
- package/lib/commonjs/components/text/index.js.map +1 -1
- package/lib/commonjs/components/text-area/TextArea.js +1 -1
- package/lib/commonjs/components/text-area/TextArea.js.map +1 -1
- package/lib/commonjs/components/text-input/TextInput.js +1 -1
- package/lib/commonjs/components/text-input/TextInput.js.map +1 -1
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +10 -3
- package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
- package/lib/commonjs/components/toggle/base/Base.js +28 -14
- package/lib/commonjs/components/toggle/base/Base.js.map +1 -1
- package/lib/module/_internal/style-sheets/common-style-sheet.js +3 -0
- package/lib/module/_internal/style-sheets/common-style-sheet.js.map +1 -1
- package/lib/module/components/accordion/Accordion.js.map +1 -1
- package/lib/module/components/accordion/_Header.js +24 -22
- package/lib/module/components/accordion/_Header.js.map +1 -1
- package/lib/module/components/accordion/_Item.js +6 -2
- package/lib/module/components/accordion/_Item.js.map +1 -1
- package/lib/module/components/accordion/_styles.js +3 -3
- package/lib/module/components/accordion/_styles.js.map +1 -1
- package/lib/module/components/button/base/Base.js +24 -48
- package/lib/module/components/button/base/Base.js.map +1 -1
- package/lib/module/components/button/ghost/Ghost.js +24 -22
- package/lib/module/components/button/ghost/Ghost.js.map +1 -1
- package/lib/module/components/button/ghost-danger/GhostDanger.js +24 -22
- package/lib/module/components/button/ghost-danger/GhostDanger.js.map +1 -1
- package/lib/module/components/button/ghost-icon/GhostIcon.js +21 -30
- package/lib/module/components/button/ghost-icon/GhostIcon.js.map +1 -1
- package/lib/module/components/button/primary/Primary.js +24 -22
- package/lib/module/components/button/primary/Primary.js.map +1 -1
- package/lib/module/components/button/primary-danger/PrimaryDanger.js +24 -22
- package/lib/module/components/button/primary-danger/PrimaryDanger.js.map +1 -1
- package/lib/module/components/button/secondary/Secondary.js +24 -22
- package/lib/module/components/button/secondary/Secondary.js.map +1 -1
- package/lib/module/components/button/tertiary/Tertiary.js +24 -22
- package/lib/module/components/button/tertiary/Tertiary.js.map +1 -1
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js +24 -22
- package/lib/module/components/button/tertiary-danger/TertiaryDanger.js.map +1 -1
- package/lib/module/components/button-group/ButtonGroup.js +10 -13
- package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
- package/lib/module/components/checkbox/Checkbox.js +7 -3
- package/lib/module/components/checkbox/Checkbox.js.map +1 -1
- package/lib/module/components/checkbox-group/CheckboxGroup.js +6 -2
- package/lib/module/components/checkbox-group/CheckboxGroup.js.map +1 -1
- package/lib/module/components/form-helper-text/FormHelperText.js +6 -2
- package/lib/module/components/form-helper-text/FormHelperText.js.map +1 -1
- package/lib/module/components/form-label/FormLabel.js +7 -3
- package/lib/module/components/form-label/FormLabel.js.map +1 -1
- package/lib/module/components/inline-loading/InlineLoading.js +7 -3
- package/lib/module/components/inline-loading/InlineLoading.js.map +1 -1
- package/lib/module/components/modal/Modal.js +32 -24
- package/lib/module/components/modal/Modal.js.map +1 -1
- package/lib/module/components/modal-content/ModalContent.js +48 -44
- package/lib/module/components/modal-content/ModalContent.js.map +1 -1
- package/lib/module/components/notification/base/Base.js +34 -38
- package/lib/module/components/notification/base/Base.js.map +1 -1
- package/lib/module/components/radio-button/RadioButton.js +6 -2
- package/lib/module/components/radio-button/RadioButton.js.map +1 -1
- package/lib/module/components/switch/Switch.js +16 -7
- package/lib/module/components/switch/Switch.js.map +1 -1
- package/lib/module/components/text/Text.js +36 -22
- package/lib/module/components/text/Text.js.map +1 -1
- package/lib/module/components/text/index.js.map +1 -1
- package/lib/module/components/text-area/TextArea.js +1 -1
- package/lib/module/components/text-area/TextArea.js.map +1 -1
- package/lib/module/components/text-input/TextInput.js +1 -1
- package/lib/module/components/text-input/TextInput.js.map +1 -1
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +9 -2
- package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
- package/lib/module/components/toggle/base/Base.js +17 -3
- package/lib/module/components/toggle/base/Base.js.map +1 -1
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts +5 -2
- package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts.map +1 -1
- package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts +14 -14
- package/lib/typescript/commonjs/components/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/accordion/_styles.d.ts +3 -3
- package/lib/typescript/commonjs/components/button/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/button-group/ButtonGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/notification/base/Base.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text/TextProps.d.ts +5 -1
- package/lib/typescript/commonjs/components/text/TextProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/components/toggle/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts +5 -2
- package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts.map +1 -1
- package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts +14 -14
- package/lib/typescript/module/components/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_Item.d.ts.map +1 -1
- package/lib/typescript/module/components/accordion/_styles.d.ts +3 -3
- package/lib/typescript/module/components/button/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/button-group/ButtonGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
- package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts.map +1 -1
- package/lib/typescript/module/components/form-label/FormLabel.d.ts.map +1 -1
- package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts.map +1 -1
- package/lib/typescript/module/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/module/components/modal-content/ModalContent.d.ts.map +1 -1
- package/lib/typescript/module/components/notification/base/Base.d.ts.map +1 -1
- package/lib/typescript/module/components/radio-button/RadioButton.d.ts.map +1 -1
- package/lib/typescript/module/components/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/module/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/module/components/text/TextProps.d.ts +5 -1
- package/lib/typescript/module/components/text/TextProps.d.ts.map +1 -1
- package/lib/typescript/module/components/text/index.d.ts.map +1 -1
- package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map +1 -1
- package/lib/typescript/module/components/toggle/base/Base.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
export declare const TextStyleSheet: {
|
|
2
2
|
thin: {
|
|
3
3
|
fontWeight: 100;
|
|
4
|
-
fontFamily:
|
|
4
|
+
fontFamily: "IBMPlexSans-Thin";
|
|
5
5
|
};
|
|
6
6
|
thin_italic: {
|
|
7
7
|
fontWeight: 100;
|
|
8
|
-
fontFamily:
|
|
8
|
+
fontFamily: "IBMPlexSans-Thin-Italic";
|
|
9
9
|
};
|
|
10
10
|
extralight: {
|
|
11
11
|
fontWeight: 200;
|
|
12
|
-
fontFamily:
|
|
12
|
+
fontFamily: "IBMPlexSans-ExtraLight";
|
|
13
13
|
};
|
|
14
14
|
extralight_italic: {
|
|
15
15
|
fontWeight: 200;
|
|
16
|
-
fontFamily:
|
|
16
|
+
fontFamily: "IBMPlexSans-ExtraLight-Italic";
|
|
17
17
|
};
|
|
18
18
|
light: {
|
|
19
19
|
fontWeight: 300;
|
|
20
|
-
fontFamily:
|
|
20
|
+
fontFamily: "IBMPlexSans-Light";
|
|
21
21
|
};
|
|
22
22
|
light_italic: {
|
|
23
23
|
fontWeight: 300;
|
|
24
|
-
fontFamily:
|
|
24
|
+
fontFamily: "IBMPlexSans-Light-Italic";
|
|
25
25
|
};
|
|
26
26
|
normal: {
|
|
27
27
|
fontWeight: 400;
|
|
28
|
-
fontFamily:
|
|
28
|
+
fontFamily: "IBMPlexSans-Regular";
|
|
29
29
|
};
|
|
30
30
|
normal_italic: {
|
|
31
31
|
fontWeight: 400;
|
|
32
|
-
fontFamily:
|
|
32
|
+
fontFamily: "IBMPlexSans-Regular-Italic";
|
|
33
33
|
};
|
|
34
34
|
medium: {
|
|
35
35
|
fontWeight: 500;
|
|
36
|
-
fontFamily:
|
|
36
|
+
fontFamily: "IBMPlexSans-Medium";
|
|
37
37
|
};
|
|
38
38
|
medium_italic: {
|
|
39
39
|
fontWeight: 500;
|
|
40
|
-
fontFamily:
|
|
40
|
+
fontFamily: "IBMPlexSans-Medium-Italic";
|
|
41
41
|
};
|
|
42
42
|
semibold: {
|
|
43
43
|
fontWeight: 600;
|
|
44
|
-
fontFamily:
|
|
44
|
+
fontFamily: "IBMPlexSans-SemiBold";
|
|
45
45
|
};
|
|
46
46
|
semibold_italic: {
|
|
47
47
|
fontWeight: 600;
|
|
48
|
-
fontFamily:
|
|
48
|
+
fontFamily: "IBMPlexSans-SemiBold-Italic";
|
|
49
49
|
};
|
|
50
50
|
bold: {
|
|
51
51
|
fontWeight: 700;
|
|
52
|
-
fontFamily:
|
|
52
|
+
fontFamily: "IBMPlexSans-Bold";
|
|
53
53
|
};
|
|
54
54
|
bold_italic: {
|
|
55
55
|
fontWeight: 700;
|
|
56
|
-
fontFamily:
|
|
56
|
+
fontFamily: "IBMPlexSans-Bold-Italic";
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=text-style-sheet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/Accordion.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/Accordion.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAsFvB,eAAO,MAAM,SAAS;;CAEpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_Item.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/_Item.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"_Item.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/_Item.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAkB3B,eAAO,MAAM,IAAI,iHA0GhB,CAAA"}
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const MarginRightStyle: {
|
|
6
6
|
large: {
|
|
7
|
-
|
|
7
|
+
paddingEnd: "25%";
|
|
8
8
|
};
|
|
9
9
|
range_420_640: {
|
|
10
|
-
|
|
10
|
+
paddingEnd: number;
|
|
11
11
|
};
|
|
12
12
|
small: {
|
|
13
|
-
|
|
13
|
+
paddingEnd: number;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=_styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/base/Base.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/base/Base.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+FAwGhB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/button-group/ButtonGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/button-group/ButtonGroup.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,eAAO,MAAM,WAAW,6GAgFvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/Checkbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/Checkbox.tsx"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAOtB,eAAO,MAAM,QAAQ,uGA6HpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox-group/CheckboxGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox-group/CheckboxGroup.tsx"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAuE3B,eAAO,MAAM,aAAa;;CAExB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormHelperText.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-helper-text/FormHelperText.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormHelperText.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-helper-text/FormHelperText.tsx"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AAE9B,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,eAAO,MAAM,cAAc,mHAmD1B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/FormLabel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/FormLabel.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,eAAO,MAAM,SAAS,yGA6CrB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InlineLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-loading/InlineLoading.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InlineLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-loading/InlineLoading.tsx"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,eAAO,MAAM,aAAa,iHAkEzB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/Modal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/Modal.tsx"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAMnB;;;;;GAKG;AACH,eAAO,MAAM,KAAK,iGAkGjB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal-content/ModalContent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal-content/ModalContent.tsx"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACX,eAAe,EACf,MAAM,mBAAmB,CAAA;AAE1B,eAAO,MAAM,YAAY,+GAqCxB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification/base/Base.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification/base/Base.tsx"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAGlB,eAAO,MAAM,IAAI,+FA8KhB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/RadioButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/RadioButton.tsx"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAMzB,eAAO,MAAM,WAAW,6GAyHvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/Switch.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/Switch.tsx"],"names":[],"mappings":"AA6CA,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAcpB,eAAO,MAAM,MAAM,mGAkRlB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/Text.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/Text.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+FAkChB,CAAA"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type { TextProps as CoreProps } from 'react-native';
|
|
2
|
-
import type { TypeSetsToken } from '@audira/carbon-react-native-elements';
|
|
2
|
+
import type { TypeSets, TypeSetsToken } from '@audira/carbon-react-native-elements';
|
|
3
3
|
export interface TextProps extends CoreProps {
|
|
4
4
|
type?: TypeSetsToken;
|
|
5
5
|
italic?: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* This prop takes precedence over the font weight from the `type` prop
|
|
8
|
+
*/
|
|
9
|
+
weight?: TypeSets['fontWeight'] | `${TypeSets['fontWeight']}`;
|
|
6
10
|
}
|
|
7
11
|
//# sourceMappingURL=TextProps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/TextProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,IAAI,SAAS,EACtB,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,aAAa,EACb,MAAM,sCAAsC,CAAA;AAE7C,MAAM,WAAW,SAAU,SAAQ,SAAS;IAC3C,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TextProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/TextProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,IAAI,SAAS,EACtB,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,aAAa,EACb,MAAM,sCAAsC,CAAA;AAE7C,MAAM,WAAW,SAAU,SAAQ,SAAS;IAC3C,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAC,YAAY,CAAC,GAAG,GAAG,QAAQ,CAAC,YAAY,CAAC,EAAE,CAAC;CAC9D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA"}
|
package/lib/typescript/commonjs/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RNTextInput.d.ts","sourceRoot":"","sources":["../../../../../../src/components/text-input-field/_rn-text-input/RNTextInput.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RNTextInput.d.ts","sourceRoot":"","sources":["../../../../../../src/components/text-input-field/_rn-text-input/RNTextInput.tsx"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,eAAO,MAAM,WAAW,6GAqCvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/base/Base.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/base/Base.tsx"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAMlB,eAAO,MAAM,IAAI,+FA4IhB,CAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const CommonStyleSheet: {
|
|
2
2
|
w_full: {
|
|
3
|
-
width:
|
|
3
|
+
width: string;
|
|
4
4
|
};
|
|
5
5
|
h_full: {
|
|
6
|
-
height:
|
|
6
|
+
height: string;
|
|
7
7
|
};
|
|
8
8
|
overflow_hidden: {
|
|
9
9
|
overflow: "hidden";
|
|
@@ -14,5 +14,8 @@ export declare const CommonStyleSheet: {
|
|
|
14
14
|
relative: {
|
|
15
15
|
position: "relative";
|
|
16
16
|
};
|
|
17
|
+
rtl: {
|
|
18
|
+
direction: "rtl";
|
|
19
|
+
};
|
|
17
20
|
};
|
|
18
21
|
//# sourceMappingURL=common-style-sheet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common-style-sheet.d.ts","sourceRoot":"","sources":["../../../../../src/_internal/style-sheets/common-style-sheet.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"common-style-sheet.d.ts","sourceRoot":"","sources":["../../../../../src/_internal/style-sheets/common-style-sheet.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;CAmB3B,CAAA"}
|
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
export declare const TextStyleSheet: {
|
|
2
2
|
thin: {
|
|
3
3
|
fontWeight: 100;
|
|
4
|
-
fontFamily:
|
|
4
|
+
fontFamily: "IBMPlexSans-Thin";
|
|
5
5
|
};
|
|
6
6
|
thin_italic: {
|
|
7
7
|
fontWeight: 100;
|
|
8
|
-
fontFamily:
|
|
8
|
+
fontFamily: "IBMPlexSans-Thin-Italic";
|
|
9
9
|
};
|
|
10
10
|
extralight: {
|
|
11
11
|
fontWeight: 200;
|
|
12
|
-
fontFamily:
|
|
12
|
+
fontFamily: "IBMPlexSans-ExtraLight";
|
|
13
13
|
};
|
|
14
14
|
extralight_italic: {
|
|
15
15
|
fontWeight: 200;
|
|
16
|
-
fontFamily:
|
|
16
|
+
fontFamily: "IBMPlexSans-ExtraLight-Italic";
|
|
17
17
|
};
|
|
18
18
|
light: {
|
|
19
19
|
fontWeight: 300;
|
|
20
|
-
fontFamily:
|
|
20
|
+
fontFamily: "IBMPlexSans-Light";
|
|
21
21
|
};
|
|
22
22
|
light_italic: {
|
|
23
23
|
fontWeight: 300;
|
|
24
|
-
fontFamily:
|
|
24
|
+
fontFamily: "IBMPlexSans-Light-Italic";
|
|
25
25
|
};
|
|
26
26
|
normal: {
|
|
27
27
|
fontWeight: 400;
|
|
28
|
-
fontFamily:
|
|
28
|
+
fontFamily: "IBMPlexSans-Regular";
|
|
29
29
|
};
|
|
30
30
|
normal_italic: {
|
|
31
31
|
fontWeight: 400;
|
|
32
|
-
fontFamily:
|
|
32
|
+
fontFamily: "IBMPlexSans-Regular-Italic";
|
|
33
33
|
};
|
|
34
34
|
medium: {
|
|
35
35
|
fontWeight: 500;
|
|
36
|
-
fontFamily:
|
|
36
|
+
fontFamily: "IBMPlexSans-Medium";
|
|
37
37
|
};
|
|
38
38
|
medium_italic: {
|
|
39
39
|
fontWeight: 500;
|
|
40
|
-
fontFamily:
|
|
40
|
+
fontFamily: "IBMPlexSans-Medium-Italic";
|
|
41
41
|
};
|
|
42
42
|
semibold: {
|
|
43
43
|
fontWeight: 600;
|
|
44
|
-
fontFamily:
|
|
44
|
+
fontFamily: "IBMPlexSans-SemiBold";
|
|
45
45
|
};
|
|
46
46
|
semibold_italic: {
|
|
47
47
|
fontWeight: 600;
|
|
48
|
-
fontFamily:
|
|
48
|
+
fontFamily: "IBMPlexSans-SemiBold-Italic";
|
|
49
49
|
};
|
|
50
50
|
bold: {
|
|
51
51
|
fontWeight: 700;
|
|
52
|
-
fontFamily:
|
|
52
|
+
fontFamily: "IBMPlexSans-Bold";
|
|
53
53
|
};
|
|
54
54
|
bold_italic: {
|
|
55
55
|
fontWeight: 700;
|
|
56
|
-
fontFamily:
|
|
56
|
+
fontFamily: "IBMPlexSans-Bold-Italic";
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=text-style-sheet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/Accordion.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/Accordion.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAsFvB,eAAO,MAAM,SAAS;;CAEpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_Item.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/_Item.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"_Item.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/_Item.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAkB3B,eAAO,MAAM,IAAI,iHA0GhB,CAAA"}
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const MarginRightStyle: {
|
|
6
6
|
large: {
|
|
7
|
-
|
|
7
|
+
paddingEnd: "25%";
|
|
8
8
|
};
|
|
9
9
|
range_420_640: {
|
|
10
|
-
|
|
10
|
+
paddingEnd: number;
|
|
11
11
|
};
|
|
12
12
|
small: {
|
|
13
|
-
|
|
13
|
+
paddingEnd: number;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=_styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/base/Base.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/base/Base.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+FAwGhB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/button-group/ButtonGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/button-group/ButtonGroup.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,eAAO,MAAM,WAAW,6GAgFvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/Checkbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/Checkbox.tsx"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAOtB,eAAO,MAAM,QAAQ,uGA6HpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox-group/CheckboxGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox-group/CheckboxGroup.tsx"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAuE3B,eAAO,MAAM,aAAa;;CAExB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormHelperText.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-helper-text/FormHelperText.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormHelperText.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-helper-text/FormHelperText.tsx"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AAE9B,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,eAAO,MAAM,cAAc,mHAmD1B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/FormLabel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/FormLabel.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,eAAO,MAAM,SAAS,yGA6CrB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InlineLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-loading/InlineLoading.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InlineLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-loading/InlineLoading.tsx"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,eAAO,MAAM,aAAa,iHAkEzB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/Modal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/Modal.tsx"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAMnB;;;;;GAKG;AACH,eAAO,MAAM,KAAK,iGAkGjB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal-content/ModalContent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal-content/ModalContent.tsx"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACX,eAAe,EACf,MAAM,mBAAmB,CAAA;AAE1B,eAAO,MAAM,YAAY,+GAqCxB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification/base/Base.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification/base/Base.tsx"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAGlB,eAAO,MAAM,IAAI,+FA8KhB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/RadioButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/RadioButton.tsx"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAMzB,eAAO,MAAM,WAAW,6GAyHvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/Switch.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/Switch.tsx"],"names":[],"mappings":"AA6CA,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAcpB,eAAO,MAAM,MAAM,mGAkRlB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/Text.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/Text.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+FAkChB,CAAA"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type { TextProps as CoreProps } from 'react-native';
|
|
2
|
-
import type { TypeSetsToken } from '@audira/carbon-react-native-elements';
|
|
2
|
+
import type { TypeSets, TypeSetsToken } from '@audira/carbon-react-native-elements';
|
|
3
3
|
export interface TextProps extends CoreProps {
|
|
4
4
|
type?: TypeSetsToken;
|
|
5
5
|
italic?: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* This prop takes precedence over the font weight from the `type` prop
|
|
8
|
+
*/
|
|
9
|
+
weight?: TypeSets['fontWeight'] | `${TypeSets['fontWeight']}`;
|
|
6
10
|
}
|
|
7
11
|
//# sourceMappingURL=TextProps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/TextProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,IAAI,SAAS,EACtB,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,aAAa,EACb,MAAM,sCAAsC,CAAA;AAE7C,MAAM,WAAW,SAAU,SAAQ,SAAS;IAC3C,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TextProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/TextProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,IAAI,SAAS,EACtB,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,aAAa,EACb,MAAM,sCAAsC,CAAA;AAE7C,MAAM,WAAW,SAAU,SAAQ,SAAS;IAC3C,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAC,YAAY,CAAC,GAAG,GAAG,QAAQ,CAAC,YAAY,CAAC,EAAE,CAAC;CAC9D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA"}
|
package/lib/typescript/module/components/text-input-field/_rn-text-input/RNTextInput.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RNTextInput.d.ts","sourceRoot":"","sources":["../../../../../../src/components/text-input-field/_rn-text-input/RNTextInput.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RNTextInput.d.ts","sourceRoot":"","sources":["../../../../../../src/components/text-input-field/_rn-text-input/RNTextInput.tsx"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,eAAO,MAAM,WAAW,6GAqCvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/base/Base.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/toggle/base/Base.tsx"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAMlB,eAAO,MAAM,IAAI,+FA4IhB,CAAA"}
|
package/package.json
CHANGED