@fluentui-react-native/text 0.24.0 → 0.24.1
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.windows.d.ts +18 -0
- package/lib/Variants.windows.d.ts.map +1 -0
- package/lib/Variants.windows.js +45 -0
- package/lib/Variants.windows.js.map +1 -0
- package/lib-commonjs/Variants.windows.d.ts +18 -0
- package/lib-commonjs/Variants.windows.d.ts.map +1 -0
- package/lib-commonjs/Variants.windows.js +48 -0
- package/lib-commonjs/Variants.windows.js.map +1 -0
- package/package.json +1 -1
- package/src/Variants.windows.ts +45 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/text",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 12 Jul 2024 17:40:34 GMT",
|
|
6
|
+
"version": "0.24.1",
|
|
7
|
+
"tag": "@fluentui-react-native/text_v0.24.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
12
|
+
"package": "@fluentui-react-native/text",
|
|
13
|
+
"commit": "0daee5ec2a9019bcb7d5820f161ba366bf870ec1",
|
|
14
|
+
"comment": "Add support for variants on windows"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 14 Jun 2024 06:59:07 GMT",
|
|
6
21
|
"version": "0.24.0",
|
|
7
22
|
"tag": "@fluentui-react-native/text_v0.24.0",
|
|
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 Fri,
|
|
3
|
+
This log was last generated on Fri, 12 Jul 2024 17:40:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.24.1
|
|
8
|
+
|
|
9
|
+
Fri, 12 Jul 2024 17:40:34 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Add support for variants on windows (30809111+acoates-ms@users.noreply.github.com)
|
|
14
|
+
|
|
7
15
|
## 0.24.0
|
|
8
16
|
|
|
9
|
-
Fri, 14 Jun 2024 06:
|
|
17
|
+
Fri, 14 Jun 2024 06:59:07 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
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: any;
|
|
3
|
+
export declare const Caption2: any;
|
|
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: 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>;
|
|
9
|
+
export declare const Subtitle1Strong: 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>;
|
|
10
|
+
export declare const Subtitle2: 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>;
|
|
11
|
+
export declare const Subtitle2Strong: 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>;
|
|
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: 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>;
|
|
14
|
+
export declare const Title2: any;
|
|
15
|
+
export declare const Title3: any;
|
|
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.windows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Variants.windows.d.ts","sourceRoot":"","sources":["../src/Variants.windows.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,kPAEnB,CAAC;AACH,eAAO,MAAM,cAAc,KAAO,CAAC;AACnC,eAAO,MAAM,QAAQ,KAAO,CAAC;AAC7B,eAAO,MAAM,KAAK,kPAEhB,CAAC;AACH,eAAO,MAAM,WAAW,kPAEtB,CAAC;AACH,eAAO,MAAM,KAAK,kPAEhB,CAAC;AACH,eAAO,MAAM,WAAW,kPAEtB,CAAC;AACH,eAAO,MAAM,SAAS,kPAEpB,CAAC;AACH,eAAO,MAAM,eAAe,kPAE1B,CAAC;AACH,eAAO,MAAM,SAAS,kPAEpB,CAAC;AACH,eAAO,MAAM,eAAe,kPAE1B,CAAC;AACH,eAAO,MAAM,MAAM,kPAEjB,CAAC;AACH,eAAO,MAAM,YAAY,kPAEvB,CAAC;AACH,eAAO,MAAM,MAAM,KAAO,CAAC;AAC3B,eAAO,MAAM,MAAM,KAAO,CAAC;AAC3B,eAAO,MAAM,UAAU,kPAErB,CAAC;AACH,eAAO,MAAM,OAAO,kPAElB,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Text } from './Text';
|
|
2
|
+
export var Caption1 = Text.customize({
|
|
3
|
+
variant: 'caption1',
|
|
4
|
+
});
|
|
5
|
+
export var Caption1Strong = null; // Not supported on windows
|
|
6
|
+
export var Caption2 = null; // Not supported on windows
|
|
7
|
+
export var Body1 = Text.customize({
|
|
8
|
+
variant: 'body1',
|
|
9
|
+
});
|
|
10
|
+
export var Body1Strong = Text.customize({
|
|
11
|
+
variant: 'body1Strong',
|
|
12
|
+
});
|
|
13
|
+
export var Body2 = Text.customize({
|
|
14
|
+
variant: 'body2',
|
|
15
|
+
});
|
|
16
|
+
export var Body2Strong = Text.customize({
|
|
17
|
+
variant: 'body2Strong',
|
|
18
|
+
});
|
|
19
|
+
export var Subtitle1 = Text.customize({
|
|
20
|
+
variant: 'subtitle1',
|
|
21
|
+
});
|
|
22
|
+
export var Subtitle1Strong = Text.customize({
|
|
23
|
+
variant: 'subtitle1Strong',
|
|
24
|
+
});
|
|
25
|
+
export var Subtitle2 = Text.customize({
|
|
26
|
+
variant: 'subtitle2',
|
|
27
|
+
});
|
|
28
|
+
export var Subtitle2Strong = Text.customize({
|
|
29
|
+
variant: 'subtitle2Strong',
|
|
30
|
+
});
|
|
31
|
+
export var Title1 = Text.customize({
|
|
32
|
+
variant: 'title1',
|
|
33
|
+
});
|
|
34
|
+
export var Title1Strong = Text.customize({
|
|
35
|
+
variant: 'title1Strong',
|
|
36
|
+
});
|
|
37
|
+
export var Title2 = null; // Not supported on windows
|
|
38
|
+
export var Title3 = null; // Not supported on windows
|
|
39
|
+
export var LargeTitle = Text.customize({
|
|
40
|
+
variant: 'largeTitle',
|
|
41
|
+
});
|
|
42
|
+
export var Display = Text.customize({
|
|
43
|
+
variant: 'display',
|
|
44
|
+
});
|
|
45
|
+
//# sourceMappingURL=Variants.windows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Variants.windows.js","sourceRoot":"","sources":["../src/Variants.windows.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;CACpB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,cAAc,GAAG,IAAI,CAAC,CAAC,2BAA2B;AAC/D,MAAM,CAAC,IAAM,QAAQ,GAAG,IAAI,CAAC,CAAC,2BAA2B;AACzD,MAAM,CAAC,IAAM,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO;CACjB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,WAAW,GAAG,IAAI,CAAC,SAAS,CAAC;IACxC,OAAO,EAAE,aAAa;CACvB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO;CACjB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,WAAW,GAAG,IAAI,CAAC,SAAS,CAAC;IACxC,OAAO,EAAE,aAAa;CACvB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;IACtC,OAAO,EAAE,WAAW;CACrB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,eAAe,GAAG,IAAI,CAAC,SAAS,CAAC;IAC5C,OAAO,EAAE,iBAAiB;CAC3B,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;IACtC,OAAO,EAAE,WAAW;CACrB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,eAAe,GAAG,IAAI,CAAC,SAAS,CAAC;IAC5C,OAAO,EAAE,iBAAiB;CAC3B,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,QAAQ;CAClB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,YAAY,GAAG,IAAI,CAAC,SAAS,CAAC;IACzC,OAAO,EAAE,cAAc;CACxB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,MAAM,GAAG,IAAI,CAAC,CAAC,2BAA2B;AACvD,MAAM,CAAC,IAAM,MAAM,GAAG,IAAI,CAAC,CAAC,2BAA2B;AACvD,MAAM,CAAC,IAAM,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC;IACvC,OAAO,EAAE,YAAY;CACtB,CAAC,CAAC;AACH,MAAM,CAAC,IAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC;IACpC,OAAO,EAAE,SAAS;CACnB,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: any;
|
|
3
|
+
export declare const Caption2: any;
|
|
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: 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>;
|
|
9
|
+
export declare const Subtitle1Strong: 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>;
|
|
10
|
+
export declare const Subtitle2: 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>;
|
|
11
|
+
export declare const Subtitle2Strong: 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>;
|
|
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: 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>;
|
|
14
|
+
export declare const Title2: any;
|
|
15
|
+
export declare const Title3: any;
|
|
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.windows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Variants.windows.d.ts","sourceRoot":"","sources":["../src/Variants.windows.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,kPAEnB,CAAC;AACH,eAAO,MAAM,cAAc,KAAO,CAAC;AACnC,eAAO,MAAM,QAAQ,KAAO,CAAC;AAC7B,eAAO,MAAM,KAAK,kPAEhB,CAAC;AACH,eAAO,MAAM,WAAW,kPAEtB,CAAC;AACH,eAAO,MAAM,KAAK,kPAEhB,CAAC;AACH,eAAO,MAAM,WAAW,kPAEtB,CAAC;AACH,eAAO,MAAM,SAAS,kPAEpB,CAAC;AACH,eAAO,MAAM,eAAe,kPAE1B,CAAC;AACH,eAAO,MAAM,SAAS,kPAEpB,CAAC;AACH,eAAO,MAAM,eAAe,kPAE1B,CAAC;AACH,eAAO,MAAM,MAAM,kPAEjB,CAAC;AACH,eAAO,MAAM,YAAY,kPAEvB,CAAC;AACH,eAAO,MAAM,MAAM,KAAO,CAAC;AAC3B,eAAO,MAAM,MAAM,KAAO,CAAC;AAC3B,eAAO,MAAM,UAAU,kPAErB,CAAC;AACH,eAAO,MAAM,OAAO,kPAElB,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
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 = null; // Not supported on windows
|
|
9
|
+
exports.Caption2 = null; // Not supported on windows
|
|
10
|
+
exports.Body1 = Text_1.Text.customize({
|
|
11
|
+
variant: 'body1',
|
|
12
|
+
});
|
|
13
|
+
exports.Body1Strong = Text_1.Text.customize({
|
|
14
|
+
variant: 'body1Strong',
|
|
15
|
+
});
|
|
16
|
+
exports.Body2 = Text_1.Text.customize({
|
|
17
|
+
variant: 'body2',
|
|
18
|
+
});
|
|
19
|
+
exports.Body2Strong = Text_1.Text.customize({
|
|
20
|
+
variant: 'body2Strong',
|
|
21
|
+
});
|
|
22
|
+
exports.Subtitle1 = Text_1.Text.customize({
|
|
23
|
+
variant: 'subtitle1',
|
|
24
|
+
});
|
|
25
|
+
exports.Subtitle1Strong = Text_1.Text.customize({
|
|
26
|
+
variant: 'subtitle1Strong',
|
|
27
|
+
});
|
|
28
|
+
exports.Subtitle2 = Text_1.Text.customize({
|
|
29
|
+
variant: 'subtitle2',
|
|
30
|
+
});
|
|
31
|
+
exports.Subtitle2Strong = Text_1.Text.customize({
|
|
32
|
+
variant: 'subtitle2Strong',
|
|
33
|
+
});
|
|
34
|
+
exports.Title1 = Text_1.Text.customize({
|
|
35
|
+
variant: 'title1',
|
|
36
|
+
});
|
|
37
|
+
exports.Title1Strong = Text_1.Text.customize({
|
|
38
|
+
variant: 'title1Strong',
|
|
39
|
+
});
|
|
40
|
+
exports.Title2 = null; // Not supported on windows
|
|
41
|
+
exports.Title3 = null; // Not supported on windows
|
|
42
|
+
exports.LargeTitle = Text_1.Text.customize({
|
|
43
|
+
variant: 'largeTitle',
|
|
44
|
+
});
|
|
45
|
+
exports.Display = Text_1.Text.customize({
|
|
46
|
+
variant: 'display',
|
|
47
|
+
});
|
|
48
|
+
//# sourceMappingURL=Variants.windows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Variants.windows.js","sourceRoot":"","sources":["../src/Variants.windows.ts"],"names":[],"mappings":";;;AAAA,+BAA8B;AAEjB,QAAA,QAAQ,GAAG,WAAI,CAAC,SAAS,CAAC;IACrC,OAAO,EAAE,UAAU;CACpB,CAAC,CAAC;AACU,QAAA,cAAc,GAAG,IAAI,CAAC,CAAC,2BAA2B;AAClD,QAAA,QAAQ,GAAG,IAAI,CAAC,CAAC,2BAA2B;AAC5C,QAAA,KAAK,GAAG,WAAI,CAAC,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO;CACjB,CAAC,CAAC;AACU,QAAA,WAAW,GAAG,WAAI,CAAC,SAAS,CAAC;IACxC,OAAO,EAAE,aAAa;CACvB,CAAC,CAAC;AACU,QAAA,KAAK,GAAG,WAAI,CAAC,SAAS,CAAC;IAClC,OAAO,EAAE,OAAO;CACjB,CAAC,CAAC;AACU,QAAA,WAAW,GAAG,WAAI,CAAC,SAAS,CAAC;IACxC,OAAO,EAAE,aAAa;CACvB,CAAC,CAAC;AACU,QAAA,SAAS,GAAG,WAAI,CAAC,SAAS,CAAC;IACtC,OAAO,EAAE,WAAW;CACrB,CAAC,CAAC;AACU,QAAA,eAAe,GAAG,WAAI,CAAC,SAAS,CAAC;IAC5C,OAAO,EAAE,iBAAiB;CAC3B,CAAC,CAAC;AACU,QAAA,SAAS,GAAG,WAAI,CAAC,SAAS,CAAC;IACtC,OAAO,EAAE,WAAW;CACrB,CAAC,CAAC;AACU,QAAA,eAAe,GAAG,WAAI,CAAC,SAAS,CAAC;IAC5C,OAAO,EAAE,iBAAiB;CAC3B,CAAC,CAAC;AACU,QAAA,MAAM,GAAG,WAAI,CAAC,SAAS,CAAC;IACnC,OAAO,EAAE,QAAQ;CAClB,CAAC,CAAC;AACU,QAAA,YAAY,GAAG,WAAI,CAAC,SAAS,CAAC;IACzC,OAAO,EAAE,cAAc;CACxB,CAAC,CAAC;AACU,QAAA,MAAM,GAAG,IAAI,CAAC,CAAC,2BAA2B;AAC1C,QAAA,MAAM,GAAG,IAAI,CAAC,CAAC,2BAA2B;AAC1C,QAAA,UAAU,GAAG,WAAI,CAAC,SAAS,CAAC;IACvC,OAAO,EAAE,YAAY;CACtB,CAAC,CAAC;AACU,QAAA,OAAO,GAAG,WAAI,CAAC,SAAS,CAAC;IACpC,OAAO,EAAE,SAAS;CACnB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Text } from './Text';
|
|
2
|
+
|
|
3
|
+
export const Caption1 = Text.customize({
|
|
4
|
+
variant: 'caption1',
|
|
5
|
+
});
|
|
6
|
+
export const Caption1Strong = null; // Not supported on windows
|
|
7
|
+
export const Caption2 = null; // Not supported on windows
|
|
8
|
+
export const Body1 = Text.customize({
|
|
9
|
+
variant: 'body1',
|
|
10
|
+
});
|
|
11
|
+
export const Body1Strong = Text.customize({
|
|
12
|
+
variant: 'body1Strong',
|
|
13
|
+
});
|
|
14
|
+
export const Body2 = Text.customize({
|
|
15
|
+
variant: 'body2',
|
|
16
|
+
});
|
|
17
|
+
export const Body2Strong = Text.customize({
|
|
18
|
+
variant: 'body2Strong',
|
|
19
|
+
});
|
|
20
|
+
export const Subtitle1 = Text.customize({
|
|
21
|
+
variant: 'subtitle1',
|
|
22
|
+
});
|
|
23
|
+
export const Subtitle1Strong = Text.customize({
|
|
24
|
+
variant: 'subtitle1Strong',
|
|
25
|
+
});
|
|
26
|
+
export const Subtitle2 = Text.customize({
|
|
27
|
+
variant: 'subtitle2',
|
|
28
|
+
});
|
|
29
|
+
export const Subtitle2Strong = Text.customize({
|
|
30
|
+
variant: 'subtitle2Strong',
|
|
31
|
+
});
|
|
32
|
+
export const Title1 = Text.customize({
|
|
33
|
+
variant: 'title1',
|
|
34
|
+
});
|
|
35
|
+
export const Title1Strong = Text.customize({
|
|
36
|
+
variant: 'title1Strong',
|
|
37
|
+
});
|
|
38
|
+
export const Title2 = null; // Not supported on windows
|
|
39
|
+
export const Title3 = null; // Not supported on windows
|
|
40
|
+
export const LargeTitle = Text.customize({
|
|
41
|
+
variant: 'largeTitle',
|
|
42
|
+
});
|
|
43
|
+
export const Display = Text.customize({
|
|
44
|
+
variant: 'display',
|
|
45
|
+
});
|