@fluentui-react-native/text 0.19.3 → 0.19.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/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/lib/Variants.android.d.ts +18 -0
- package/lib/Variants.android.d.ts.map +1 -0
- package/lib/Variants.android.js +43 -0
- package/lib/Variants.android.js.map +1 -0
- package/lib-commonjs/Variants.android.d.ts +18 -0
- package/lib-commonjs/Variants.android.d.ts.map +1 -0
- package/lib-commonjs/Variants.android.js +46 -0
- package/lib-commonjs/Variants.android.js.map +1 -0
- package/package.json +1 -1
- package/src/Variants.android.ts +47 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/text",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu, 29 Dec 2022
|
|
5
|
+
"date": "Thu, 29 Dec 2022 08:01:25 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/text_v0.19.4",
|
|
7
|
+
"version": "0.19.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@fluentui-react-native/text",
|
|
13
|
+
"commit": "b388c484e4b9e6c80cbbebb3be3b1a03ca919cd0",
|
|
14
|
+
"comment": "Add text for android."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 29 Dec 2022 03:47:47 GMT",
|
|
6
21
|
"tag": "@fluentui-react-native/text_v0.19.3",
|
|
7
22
|
"version": "0.19.3",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/text
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 29 Dec 2022
|
|
3
|
+
This log was last generated on Thu, 29 Dec 2022 08:01:25 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.19.4
|
|
8
|
+
|
|
9
|
+
Thu, 29 Dec 2022 08:01:25 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Add text for android. (email not defined)
|
|
14
|
+
|
|
7
15
|
## 0.19.3
|
|
8
16
|
|
|
9
|
-
Thu, 29 Dec 2022 03:
|
|
17
|
+
Thu, 29 Dec 2022 03:47:47 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const Caption1: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
2
|
+
export declare const Caption1Strong: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
3
|
+
export declare const Caption2: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
4
|
+
export declare const Body1: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
5
|
+
export declare const Body1Strong: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
6
|
+
export declare const Body2: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
7
|
+
export declare const Body2Strong: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
8
|
+
export declare const Subtitle1: any;
|
|
9
|
+
export declare const Subtitle1Strong: any;
|
|
10
|
+
export declare const Subtitle2: any;
|
|
11
|
+
export declare const Subtitle2Strong: any;
|
|
12
|
+
export declare const Title1: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
13
|
+
export declare const Title1Strong: any;
|
|
14
|
+
export declare const Title2: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
15
|
+
export declare const Title3: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
16
|
+
export declare const LargeTitle: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
17
|
+
export declare const Display: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
18
|
+
//# sourceMappingURL=Variants.android.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Variants.android.d.ts","sourceRoot":"","sources":["../src/Variants.android.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,kPAEZ,CAAC;AACV,eAAO,MAAM,cAAc,kPAElB,CAAC;AACV,eAAO,MAAM,QAAQ,kPAEZ,CAAC;AACV,eAAO,MAAM,KAAK,kPAET,CAAC;AACV,eAAO,MAAM,WAAW,kPAEf,CAAC;AACV,eAAO,MAAM,KAAK,kPAET,CAAC;AACV,eAAO,MAAM,WAAW,kPAEf,CAAC;AAEV,eAAO,MAAM,SAAS,KAAO,CAAC;AAC9B,eAAO,MAAM,eAAe,KAAO,CAAC;AACpC,eAAO,MAAM,SAAS,KAAO,CAAC;AAC9B,eAAO,MAAM,eAAe,KAAO,CAAC;AAEpC,eAAO,MAAM,MAAM,kPAEV,CAAC;AAEV,eAAO,MAAM,YAAY,KAAO,CAAC;AAEjC,eAAO,MAAM,MAAM,kPAEV,CAAC;AACV,eAAO,MAAM,MAAM,kPAEV,CAAC;AACV,eAAO,MAAM,UAAU,kPAEd,CAAC;AACV,eAAO,MAAM,OAAO,kPAEX,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Text } from './Text';
|
|
2
|
+
export var Caption1 = Text.customize({
|
|
3
|
+
variant: 'caption1',
|
|
4
|
+
});
|
|
5
|
+
export var Caption1Strong = Text.customize({
|
|
6
|
+
variant: 'caption1Strong',
|
|
7
|
+
});
|
|
8
|
+
export var Caption2 = Text.customize({
|
|
9
|
+
variant: 'caption2',
|
|
10
|
+
});
|
|
11
|
+
export var Body1 = Text.customize({
|
|
12
|
+
variant: 'body1',
|
|
13
|
+
});
|
|
14
|
+
export var Body1Strong = Text.customize({
|
|
15
|
+
variant: 'body1Strong',
|
|
16
|
+
});
|
|
17
|
+
export var Body2 = Text.customize({
|
|
18
|
+
variant: 'body2',
|
|
19
|
+
});
|
|
20
|
+
export var Body2Strong = Text.customize({
|
|
21
|
+
variant: 'body2Strong',
|
|
22
|
+
});
|
|
23
|
+
export var Subtitle1 = null; // Not supported
|
|
24
|
+
export var Subtitle1Strong = null; // Not supported
|
|
25
|
+
export var Subtitle2 = null; // Not supported
|
|
26
|
+
export var Subtitle2Strong = null; // Not supported
|
|
27
|
+
export var Title1 = Text.customize({
|
|
28
|
+
variant: 'title1',
|
|
29
|
+
});
|
|
30
|
+
export var Title1Strong = null; // Not supported
|
|
31
|
+
export var Title2 = Text.customize({
|
|
32
|
+
variant: 'title2',
|
|
33
|
+
});
|
|
34
|
+
export var Title3 = Text.customize({
|
|
35
|
+
variant: 'title3',
|
|
36
|
+
});
|
|
37
|
+
export var LargeTitle = Text.customize({
|
|
38
|
+
variant: 'largeTitle',
|
|
39
|
+
});
|
|
40
|
+
export var Display = Text.customize({
|
|
41
|
+
variant: 'display',
|
|
42
|
+
});
|
|
43
|
+
//# sourceMappingURL=Variants.android.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Variants.android.js","sourceRoot":"","sources":["../src/Variants.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,MAAM,CAAC,IAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC;IACrC,OAAO,EAAE,UAAU;CACb,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,cAAc,GAAG,IAAI,CAAC,SAAS,CAAC;IAC3C,OAAO,EAAE,gBAAgB;CACnB,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC;IACrC,OAAO,EAAE,UAAU;CACb,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO;CACV,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,WAAW,GAAG,IAAI,CAAC,SAAS,CAAC;IACxC,OAAO,EAAE,aAAa;CAChB,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO;CACV,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,WAAW,GAAG,IAAI,CAAC,SAAS,CAAC;IACxC,OAAO,EAAE,aAAa;CAChB,CAAC,CAAC;AAEV,MAAM,CAAC,IAAM,SAAS,GAAG,IAAI,CAAC,CAAC,gBAAgB;AAC/C,MAAM,CAAC,IAAM,eAAe,GAAG,IAAI,CAAC,CAAC,gBAAgB;AACrD,MAAM,CAAC,IAAM,SAAS,GAAG,IAAI,CAAC,CAAC,gBAAgB;AAC/C,MAAM,CAAC,IAAM,eAAe,GAAG,IAAI,CAAC,CAAC,gBAAgB;AAErD,MAAM,CAAC,IAAM,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,QAAQ;CACX,CAAC,CAAC;AAEV,MAAM,CAAC,IAAM,YAAY,GAAG,IAAI,CAAC,CAAC,gBAAgB;AAElD,MAAM,CAAC,IAAM,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,QAAQ;CACX,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,QAAQ;CACX,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC;IACvC,OAAO,EAAE,YAAY;CACf,CAAC,CAAC;AACV,MAAM,CAAC,IAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;IACpC,OAAO,EAAE,SAAS;CACZ,CAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const Caption1: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
2
|
+
export declare const Caption1Strong: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
3
|
+
export declare const Caption2: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
4
|
+
export declare const Body1: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
5
|
+
export declare const Body1Strong: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
6
|
+
export declare const Body2: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
7
|
+
export declare const Body2Strong: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
8
|
+
export declare const Subtitle1: any;
|
|
9
|
+
export declare const Subtitle1Strong: any;
|
|
10
|
+
export declare const Subtitle2: any;
|
|
11
|
+
export declare const Subtitle2Strong: any;
|
|
12
|
+
export declare const Title1: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
13
|
+
export declare const Title1Strong: any;
|
|
14
|
+
export declare const Title2: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
15
|
+
export declare const Title3: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
16
|
+
export declare const LargeTitle: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
17
|
+
export declare const Display: import("@fluentui-react-native/use-tokens").CustomizableComponent<import("./Text.types").TextProps<import("@fluentui-react-native/adapters").ITextProps>, import("./Text.types").TextTokens, import("@fluentui-react-native/theme-types").Theme>;
|
|
18
|
+
//# sourceMappingURL=Variants.android.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Variants.android.d.ts","sourceRoot":"","sources":["../src/Variants.android.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,kPAEZ,CAAC;AACV,eAAO,MAAM,cAAc,kPAElB,CAAC;AACV,eAAO,MAAM,QAAQ,kPAEZ,CAAC;AACV,eAAO,MAAM,KAAK,kPAET,CAAC;AACV,eAAO,MAAM,WAAW,kPAEf,CAAC;AACV,eAAO,MAAM,KAAK,kPAET,CAAC;AACV,eAAO,MAAM,WAAW,kPAEf,CAAC;AAEV,eAAO,MAAM,SAAS,KAAO,CAAC;AAC9B,eAAO,MAAM,eAAe,KAAO,CAAC;AACpC,eAAO,MAAM,SAAS,KAAO,CAAC;AAC9B,eAAO,MAAM,eAAe,KAAO,CAAC;AAEpC,eAAO,MAAM,MAAM,kPAEV,CAAC;AAEV,eAAO,MAAM,YAAY,KAAO,CAAC;AAEjC,eAAO,MAAM,MAAM,kPAEV,CAAC;AACV,eAAO,MAAM,MAAM,kPAEV,CAAC;AACV,eAAO,MAAM,UAAU,kPAEd,CAAC;AACV,eAAO,MAAM,OAAO,kPAEX,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Display = exports.LargeTitle = exports.Title3 = exports.Title2 = exports.Title1Strong = exports.Title1 = exports.Subtitle2Strong = exports.Subtitle2 = exports.Subtitle1Strong = exports.Subtitle1 = exports.Body2Strong = exports.Body2 = exports.Body1Strong = exports.Body1 = exports.Caption2 = exports.Caption1Strong = exports.Caption1 = void 0;
|
|
4
|
+
var Text_1 = require("./Text");
|
|
5
|
+
exports.Caption1 = Text_1.Text.customize({
|
|
6
|
+
variant: 'caption1',
|
|
7
|
+
});
|
|
8
|
+
exports.Caption1Strong = Text_1.Text.customize({
|
|
9
|
+
variant: 'caption1Strong',
|
|
10
|
+
});
|
|
11
|
+
exports.Caption2 = Text_1.Text.customize({
|
|
12
|
+
variant: 'caption2',
|
|
13
|
+
});
|
|
14
|
+
exports.Body1 = Text_1.Text.customize({
|
|
15
|
+
variant: 'body1',
|
|
16
|
+
});
|
|
17
|
+
exports.Body1Strong = Text_1.Text.customize({
|
|
18
|
+
variant: 'body1Strong',
|
|
19
|
+
});
|
|
20
|
+
exports.Body2 = Text_1.Text.customize({
|
|
21
|
+
variant: 'body2',
|
|
22
|
+
});
|
|
23
|
+
exports.Body2Strong = Text_1.Text.customize({
|
|
24
|
+
variant: 'body2Strong',
|
|
25
|
+
});
|
|
26
|
+
exports.Subtitle1 = null; // Not supported
|
|
27
|
+
exports.Subtitle1Strong = null; // Not supported
|
|
28
|
+
exports.Subtitle2 = null; // Not supported
|
|
29
|
+
exports.Subtitle2Strong = null; // Not supported
|
|
30
|
+
exports.Title1 = Text_1.Text.customize({
|
|
31
|
+
variant: 'title1',
|
|
32
|
+
});
|
|
33
|
+
exports.Title1Strong = null; // Not supported
|
|
34
|
+
exports.Title2 = Text_1.Text.customize({
|
|
35
|
+
variant: 'title2',
|
|
36
|
+
});
|
|
37
|
+
exports.Title3 = Text_1.Text.customize({
|
|
38
|
+
variant: 'title3',
|
|
39
|
+
});
|
|
40
|
+
exports.LargeTitle = Text_1.Text.customize({
|
|
41
|
+
variant: 'largeTitle',
|
|
42
|
+
});
|
|
43
|
+
exports.Display = Text_1.Text.customize({
|
|
44
|
+
variant: 'display',
|
|
45
|
+
});
|
|
46
|
+
//# sourceMappingURL=Variants.android.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Variants.android.js","sourceRoot":"","sources":["../src/Variants.android.ts"],"names":[],"mappings":";;;AAAA,+BAA8B;AAEjB,QAAA,QAAQ,GAAG,WAAI,CAAC,SAAS,CAAC;IACrC,OAAO,EAAE,UAAU;CACb,CAAC,CAAC;AACG,QAAA,cAAc,GAAG,WAAI,CAAC,SAAS,CAAC;IAC3C,OAAO,EAAE,gBAAgB;CACnB,CAAC,CAAC;AACG,QAAA,QAAQ,GAAG,WAAI,CAAC,SAAS,CAAC;IACrC,OAAO,EAAE,UAAU;CACb,CAAC,CAAC;AACG,QAAA,KAAK,GAAG,WAAI,CAAC,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO;CACV,CAAC,CAAC;AACG,QAAA,WAAW,GAAG,WAAI,CAAC,SAAS,CAAC;IACxC,OAAO,EAAE,aAAa;CAChB,CAAC,CAAC;AACG,QAAA,KAAK,GAAG,WAAI,CAAC,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO;CACV,CAAC,CAAC;AACG,QAAA,WAAW,GAAG,WAAI,CAAC,SAAS,CAAC;IACxC,OAAO,EAAE,aAAa;CAChB,CAAC,CAAC;AAEG,QAAA,SAAS,GAAG,IAAI,CAAC,CAAC,gBAAgB;AAClC,QAAA,eAAe,GAAG,IAAI,CAAC,CAAC,gBAAgB;AACxC,QAAA,SAAS,GAAG,IAAI,CAAC,CAAC,gBAAgB;AAClC,QAAA,eAAe,GAAG,IAAI,CAAC,CAAC,gBAAgB;AAExC,QAAA,MAAM,GAAG,WAAI,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,QAAQ;CACX,CAAC,CAAC;AAEG,QAAA,YAAY,GAAG,IAAI,CAAC,CAAC,gBAAgB;AAErC,QAAA,MAAM,GAAG,WAAI,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,QAAQ;CACX,CAAC,CAAC;AACG,QAAA,MAAM,GAAG,WAAI,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,QAAQ;CACX,CAAC,CAAC;AACG,QAAA,UAAU,GAAG,WAAI,CAAC,SAAS,CAAC;IACvC,OAAO,EAAE,YAAY;CACf,CAAC,CAAC;AACG,QAAA,OAAO,GAAG,WAAI,CAAC,SAAS,CAAC;IACpC,OAAO,EAAE,SAAS;CACZ,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Text } from './Text';
|
|
2
|
+
|
|
3
|
+
export const Caption1 = Text.customize({
|
|
4
|
+
variant: 'caption1',
|
|
5
|
+
} as any);
|
|
6
|
+
export const Caption1Strong = Text.customize({
|
|
7
|
+
variant: 'caption1Strong',
|
|
8
|
+
} as any);
|
|
9
|
+
export const Caption2 = Text.customize({
|
|
10
|
+
variant: 'caption2',
|
|
11
|
+
} as any);
|
|
12
|
+
export const Body1 = Text.customize({
|
|
13
|
+
variant: 'body1',
|
|
14
|
+
} as any);
|
|
15
|
+
export const Body1Strong = Text.customize({
|
|
16
|
+
variant: 'body1Strong',
|
|
17
|
+
} as any);
|
|
18
|
+
export const Body2 = Text.customize({
|
|
19
|
+
variant: 'body2',
|
|
20
|
+
} as any);
|
|
21
|
+
export const Body2Strong = Text.customize({
|
|
22
|
+
variant: 'body2Strong',
|
|
23
|
+
} as any);
|
|
24
|
+
|
|
25
|
+
export const Subtitle1 = null; // Not supported
|
|
26
|
+
export const Subtitle1Strong = null; // Not supported
|
|
27
|
+
export const Subtitle2 = null; // Not supported
|
|
28
|
+
export const Subtitle2Strong = null; // Not supported
|
|
29
|
+
|
|
30
|
+
export const Title1 = Text.customize({
|
|
31
|
+
variant: 'title1',
|
|
32
|
+
} as any);
|
|
33
|
+
|
|
34
|
+
export const Title1Strong = null; // Not supported
|
|
35
|
+
|
|
36
|
+
export const Title2 = Text.customize({
|
|
37
|
+
variant: 'title2',
|
|
38
|
+
} as any);
|
|
39
|
+
export const Title3 = Text.customize({
|
|
40
|
+
variant: 'title3',
|
|
41
|
+
} as any);
|
|
42
|
+
export const LargeTitle = Text.customize({
|
|
43
|
+
variant: 'largeTitle',
|
|
44
|
+
} as any);
|
|
45
|
+
export const Display = Text.customize({
|
|
46
|
+
variant: 'display',
|
|
47
|
+
} as any);
|