@fluid-topics/ft-typography 0.2.21 → 0.3.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/build/ft-typography.d.ts +67 -67
- package/build/ft-typography.js +68 -68
- package/build/ft-typography.light.js +16 -16
- package/build/ft-typography.min.js +36 -36
- package/package.json +6 -6
package/build/ft-typography.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FtLitElement } from "@fluid-topics/ft-wc-utils";
|
|
2
2
|
export declare enum FtTypographyVariants {
|
|
3
3
|
title = "title",
|
|
4
4
|
title_dense = "title-dense",
|
|
@@ -16,92 +16,92 @@ export interface FtTypographyProperties {
|
|
|
16
16
|
variant: FtTypographyVariants;
|
|
17
17
|
}
|
|
18
18
|
export declare const FtTypographyCssVariables: {
|
|
19
|
-
fontFamily: FtCssVariable;
|
|
20
|
-
fontSize: FtCssVariable;
|
|
21
|
-
fontWeight: FtCssVariable;
|
|
22
|
-
letterSpacing: FtCssVariable;
|
|
23
|
-
lineHeight: FtCssVariable;
|
|
24
|
-
textTransform: FtCssVariable;
|
|
19
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
20
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
21
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
22
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
23
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
24
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
25
25
|
};
|
|
26
26
|
export declare const FtTypographyTitleCssVariables: {
|
|
27
|
-
fontFamily: FtCssVariable;
|
|
28
|
-
fontSize: FtCssVariable;
|
|
29
|
-
fontWeight: FtCssVariable;
|
|
30
|
-
letterSpacing: FtCssVariable;
|
|
31
|
-
lineHeight: FtCssVariable;
|
|
32
|
-
textTransform: FtCssVariable;
|
|
27
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
28
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
29
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
30
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
31
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
32
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
33
33
|
};
|
|
34
34
|
export declare const FtTypographyTitleDenseCssVariables: {
|
|
35
|
-
fontFamily: FtCssVariable;
|
|
36
|
-
fontSize: FtCssVariable;
|
|
37
|
-
fontWeight: FtCssVariable;
|
|
38
|
-
letterSpacing: FtCssVariable;
|
|
39
|
-
lineHeight: FtCssVariable;
|
|
40
|
-
textTransform: FtCssVariable;
|
|
35
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
36
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
37
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
38
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
39
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
40
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
41
41
|
};
|
|
42
42
|
export declare const FtTypographySubtitle1CssVariables: {
|
|
43
|
-
fontFamily: FtCssVariable;
|
|
44
|
-
fontSize: FtCssVariable;
|
|
45
|
-
fontWeight: FtCssVariable;
|
|
46
|
-
letterSpacing: FtCssVariable;
|
|
47
|
-
lineHeight: FtCssVariable;
|
|
48
|
-
textTransform: FtCssVariable;
|
|
43
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
44
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
45
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
46
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
47
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
48
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
49
49
|
};
|
|
50
50
|
export declare const FtTypographySubtitle2CssVariables: {
|
|
51
|
-
fontFamily: FtCssVariable;
|
|
52
|
-
fontSize: FtCssVariable;
|
|
53
|
-
fontWeight: FtCssVariable;
|
|
54
|
-
letterSpacing: FtCssVariable;
|
|
55
|
-
lineHeight: FtCssVariable;
|
|
56
|
-
textTransform: FtCssVariable;
|
|
51
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
52
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
53
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
54
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
55
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
56
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
57
57
|
};
|
|
58
58
|
export declare const FtTypographyBody1CssVariables: {
|
|
59
|
-
fontFamily: FtCssVariable;
|
|
60
|
-
fontSize: FtCssVariable;
|
|
61
|
-
fontWeight: FtCssVariable;
|
|
62
|
-
letterSpacing: FtCssVariable;
|
|
63
|
-
lineHeight: FtCssVariable;
|
|
64
|
-
textTransform: FtCssVariable;
|
|
59
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
60
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
61
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
62
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
63
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
64
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
65
65
|
};
|
|
66
66
|
export declare const FtTypographyBody2CssVariables: {
|
|
67
|
-
fontFamily: FtCssVariable;
|
|
68
|
-
fontSize: FtCssVariable;
|
|
69
|
-
fontWeight: FtCssVariable;
|
|
70
|
-
letterSpacing: FtCssVariable;
|
|
71
|
-
lineHeight: FtCssVariable;
|
|
72
|
-
textTransform: FtCssVariable;
|
|
67
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
68
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
69
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
70
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
71
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
72
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
73
73
|
};
|
|
74
74
|
export declare const FtTypographyCaptionCssVariables: {
|
|
75
|
-
fontFamily: FtCssVariable;
|
|
76
|
-
fontSize: FtCssVariable;
|
|
77
|
-
fontWeight: FtCssVariable;
|
|
78
|
-
letterSpacing: FtCssVariable;
|
|
79
|
-
lineHeight: FtCssVariable;
|
|
80
|
-
textTransform: FtCssVariable;
|
|
75
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
76
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
77
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
78
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
79
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
80
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
81
81
|
};
|
|
82
82
|
export declare const FtTypographyBreadcrumbCssVariables: {
|
|
83
|
-
fontFamily: FtCssVariable;
|
|
84
|
-
fontSize: FtCssVariable;
|
|
85
|
-
fontWeight: FtCssVariable;
|
|
86
|
-
letterSpacing: FtCssVariable;
|
|
87
|
-
lineHeight: FtCssVariable;
|
|
88
|
-
textTransform: FtCssVariable;
|
|
83
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
84
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
85
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
86
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
87
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
88
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
89
89
|
};
|
|
90
90
|
export declare const FtTypographyOverlineCssVariables: {
|
|
91
|
-
fontFamily: FtCssVariable;
|
|
92
|
-
fontSize: FtCssVariable;
|
|
93
|
-
fontWeight: FtCssVariable;
|
|
94
|
-
letterSpacing: FtCssVariable;
|
|
95
|
-
lineHeight: FtCssVariable;
|
|
96
|
-
textTransform: FtCssVariable;
|
|
91
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
92
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
93
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
94
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
95
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
96
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
97
97
|
};
|
|
98
98
|
export declare const FtTypographyButtonCssVariables: {
|
|
99
|
-
fontFamily: FtCssVariable;
|
|
100
|
-
fontSize: FtCssVariable;
|
|
101
|
-
fontWeight: FtCssVariable;
|
|
102
|
-
letterSpacing: FtCssVariable;
|
|
103
|
-
lineHeight: FtCssVariable;
|
|
104
|
-
textTransform: FtCssVariable;
|
|
99
|
+
fontFamily: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
100
|
+
fontSize: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
101
|
+
fontWeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
102
|
+
letterSpacing: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
103
|
+
lineHeight: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
104
|
+
textTransform: import("@fluid-topics/ft-wc-utils").FtCssVariable;
|
|
105
105
|
};
|
|
106
106
|
export declare const FtTypographyTitle: import("lit").CSSResult;
|
|
107
107
|
export declare const FtTypographyTitleDense: import("lit").CSSResult;
|
package/build/ft-typography.js
CHANGED
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
import { css } from "lit";
|
|
8
8
|
import { html, unsafeStatic } from "lit/static-html.js";
|
|
9
9
|
import { property } from "lit/decorators.js";
|
|
10
|
-
import { designSystemVariables,
|
|
10
|
+
import { designSystemVariables, FtCssVariableFactory, FtLitElement } from "@fluid-topics/ft-wc-utils";
|
|
11
11
|
export var FtTypographyVariants;
|
|
12
12
|
(function (FtTypographyVariants) {
|
|
13
13
|
FtTypographyVariants["title"] = "title";
|
|
@@ -21,95 +21,95 @@ export var FtTypographyVariants;
|
|
|
21
21
|
FtTypographyVariants["overline"] = "overline";
|
|
22
22
|
FtTypographyVariants["button"] = "button";
|
|
23
23
|
})(FtTypographyVariants || (FtTypographyVariants = {}));
|
|
24
|
-
const titleFontFamily =
|
|
25
|
-
const contentFontFamily =
|
|
24
|
+
const titleFontFamily = FtCssVariableFactory.extend("--ft-typography-font-family", designSystemVariables.titleFont);
|
|
25
|
+
const contentFontFamily = FtCssVariableFactory.extend("--ft-typography-font-family", designSystemVariables.contentFont);
|
|
26
26
|
export const FtTypographyCssVariables = {
|
|
27
27
|
fontFamily: contentFontFamily,
|
|
28
|
-
fontSize:
|
|
29
|
-
fontWeight:
|
|
30
|
-
letterSpacing:
|
|
31
|
-
lineHeight:
|
|
32
|
-
textTransform:
|
|
28
|
+
fontSize: FtCssVariableFactory.create("--ft-typography-font-size", "SIZE", "16px"),
|
|
29
|
+
fontWeight: FtCssVariableFactory.create("--ft-typography-font-weight", "UNKNOWN", "normal"),
|
|
30
|
+
letterSpacing: FtCssVariableFactory.create("--ft-typography-letter-spacing", "SIZE", "0.496px"),
|
|
31
|
+
lineHeight: FtCssVariableFactory.create("--ft-typography-line-height", "NUMBER", "1.5"),
|
|
32
|
+
textTransform: FtCssVariableFactory.create("--ft-typography-text-transform", "UNKNOWN", "inherit"),
|
|
33
33
|
};
|
|
34
34
|
export const FtTypographyTitleCssVariables = {
|
|
35
|
-
fontFamily:
|
|
36
|
-
fontSize:
|
|
37
|
-
fontWeight:
|
|
38
|
-
letterSpacing:
|
|
39
|
-
lineHeight:
|
|
40
|
-
textTransform:
|
|
35
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-title-font-family", titleFontFamily),
|
|
36
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-title-font-size", FtTypographyCssVariables.fontSize, "20px"),
|
|
37
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-title-font-weight", FtTypographyCssVariables.fontWeight, "normal"),
|
|
38
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-title-letter-spacing", FtTypographyCssVariables.letterSpacing, "0.15px"),
|
|
39
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-title-line-height", FtTypographyCssVariables.lineHeight, "1.2"),
|
|
40
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-title-text-transform", FtTypographyCssVariables.textTransform, "inherit"),
|
|
41
41
|
};
|
|
42
42
|
export const FtTypographyTitleDenseCssVariables = {
|
|
43
|
-
fontFamily:
|
|
44
|
-
fontSize:
|
|
45
|
-
fontWeight:
|
|
46
|
-
letterSpacing:
|
|
47
|
-
lineHeight:
|
|
48
|
-
textTransform:
|
|
43
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-title-dense-font-family", titleFontFamily),
|
|
44
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-title-dense-font-size", FtTypographyCssVariables.fontSize, "14px"),
|
|
45
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight", FtTypographyCssVariables.fontWeight, "normal"),
|
|
46
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing", FtTypographyCssVariables.letterSpacing, "0.105px"),
|
|
47
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-title-dense-line-height", FtTypographyCssVariables.lineHeight, "1.7"),
|
|
48
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform", FtTypographyCssVariables.textTransform, "inherit"),
|
|
49
49
|
};
|
|
50
50
|
export const FtTypographySubtitle1CssVariables = {
|
|
51
|
-
fontFamily:
|
|
52
|
-
fontSize:
|
|
53
|
-
fontWeight:
|
|
54
|
-
letterSpacing:
|
|
55
|
-
lineHeight:
|
|
56
|
-
textTransform:
|
|
51
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family", contentFontFamily),
|
|
52
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size", FtTypographyCssVariables.fontSize, "16px"),
|
|
53
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight", FtTypographyCssVariables.fontWeight, "600"),
|
|
54
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing", FtTypographyCssVariables.letterSpacing, "0.144px"),
|
|
55
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height", FtTypographyCssVariables.lineHeight, "1.5"),
|
|
56
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform", FtTypographyCssVariables.textTransform, "inherit"),
|
|
57
57
|
};
|
|
58
58
|
export const FtTypographySubtitle2CssVariables = {
|
|
59
|
-
fontFamily:
|
|
60
|
-
fontSize:
|
|
61
|
-
fontWeight:
|
|
62
|
-
letterSpacing:
|
|
63
|
-
lineHeight:
|
|
64
|
-
textTransform:
|
|
59
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family", contentFontFamily),
|
|
60
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size", FtTypographyCssVariables.fontSize, "14px"),
|
|
61
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight", FtTypographyCssVariables.fontWeight, "normal"),
|
|
62
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing", FtTypographyCssVariables.letterSpacing, "0.098px"),
|
|
63
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height", FtTypographyCssVariables.lineHeight, "1.7"),
|
|
64
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform", FtTypographyCssVariables.textTransform, "inherit"),
|
|
65
65
|
};
|
|
66
66
|
export const FtTypographyBody1CssVariables = {
|
|
67
|
-
fontFamily:
|
|
68
|
-
fontSize:
|
|
69
|
-
fontWeight:
|
|
70
|
-
letterSpacing:
|
|
71
|
-
lineHeight:
|
|
72
|
-
textTransform:
|
|
67
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-body1-font-family", contentFontFamily),
|
|
68
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-body1-font-size", FtTypographyCssVariables.fontSize, "16px"),
|
|
69
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-body1-font-weight", FtTypographyCssVariables.fontWeight, "normal"),
|
|
70
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing", FtTypographyCssVariables.letterSpacing, "0.496px"),
|
|
71
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-body1-line-height", FtTypographyCssVariables.lineHeight, "1.5"),
|
|
72
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-body1-text-transform", FtTypographyCssVariables.textTransform, "inherit"),
|
|
73
73
|
};
|
|
74
74
|
export const FtTypographyBody2CssVariables = {
|
|
75
|
-
fontFamily:
|
|
76
|
-
fontSize:
|
|
77
|
-
fontWeight:
|
|
78
|
-
letterSpacing:
|
|
79
|
-
lineHeight:
|
|
80
|
-
textTransform:
|
|
75
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-body2-font-family", contentFontFamily),
|
|
76
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-body2-font-size", FtTypographyCssVariables.fontSize, "14px"),
|
|
77
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-body2-font-weight", FtTypographyCssVariables.fontWeight, "normal"),
|
|
78
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing", FtTypographyCssVariables.letterSpacing, "0.252px"),
|
|
79
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-body2-line-height", FtTypographyCssVariables.lineHeight, "1.4"),
|
|
80
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-body2-text-transform", FtTypographyCssVariables.textTransform, "inherit"),
|
|
81
81
|
};
|
|
82
82
|
export const FtTypographyCaptionCssVariables = {
|
|
83
|
-
fontFamily:
|
|
84
|
-
fontSize:
|
|
85
|
-
fontWeight:
|
|
86
|
-
letterSpacing:
|
|
87
|
-
lineHeight:
|
|
88
|
-
textTransform:
|
|
83
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-caption-font-family", contentFontFamily),
|
|
84
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-caption-font-size", FtTypographyCssVariables.fontSize, "12px"),
|
|
85
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-caption-font-weight", FtTypographyCssVariables.fontWeight, "normal"),
|
|
86
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing", FtTypographyCssVariables.letterSpacing, "0.396px"),
|
|
87
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-caption-line-height", FtTypographyCssVariables.lineHeight, "1.33"),
|
|
88
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-caption-text-transform", FtTypographyCssVariables.textTransform, "inherit"),
|
|
89
89
|
};
|
|
90
90
|
export const FtTypographyBreadcrumbCssVariables = {
|
|
91
|
-
fontFamily:
|
|
92
|
-
fontSize:
|
|
93
|
-
fontWeight:
|
|
94
|
-
letterSpacing:
|
|
95
|
-
lineHeight:
|
|
96
|
-
textTransform:
|
|
91
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family", contentFontFamily),
|
|
92
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size", FtTypographyCssVariables.fontSize, "10px"),
|
|
93
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight", FtTypographyCssVariables.fontWeight, "normal"),
|
|
94
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing", FtTypographyCssVariables.letterSpacing, "0.33px"),
|
|
95
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height", FtTypographyCssVariables.lineHeight, "1.6"),
|
|
96
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform", FtTypographyCssVariables.textTransform, "inherit"),
|
|
97
97
|
};
|
|
98
98
|
export const FtTypographyOverlineCssVariables = {
|
|
99
|
-
fontFamily:
|
|
100
|
-
fontSize:
|
|
101
|
-
fontWeight:
|
|
102
|
-
letterSpacing:
|
|
103
|
-
lineHeight:
|
|
104
|
-
textTransform:
|
|
99
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-overline-font-family", contentFontFamily),
|
|
100
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-overline-font-size", FtTypographyCssVariables.fontSize, "10px"),
|
|
101
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-overline-font-weight", FtTypographyCssVariables.fontWeight, "normal"),
|
|
102
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing", FtTypographyCssVariables.letterSpacing, "1.5px"),
|
|
103
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-overline-line-height", FtTypographyCssVariables.lineHeight, "1.6"),
|
|
104
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-overline-text-transform", FtTypographyCssVariables.textTransform, "uppercase"),
|
|
105
105
|
};
|
|
106
106
|
export const FtTypographyButtonCssVariables = {
|
|
107
|
-
fontFamily:
|
|
108
|
-
fontSize:
|
|
109
|
-
fontWeight:
|
|
110
|
-
letterSpacing:
|
|
111
|
-
lineHeight:
|
|
112
|
-
textTransform:
|
|
107
|
+
fontFamily: FtCssVariableFactory.extend("--ft-typography-button-font-family", contentFontFamily),
|
|
108
|
+
fontSize: FtCssVariableFactory.extend("--ft-typography-button-font-size", FtTypographyCssVariables.fontSize, "14px"),
|
|
109
|
+
fontWeight: FtCssVariableFactory.extend("--ft-typography-button-font-weight", FtTypographyCssVariables.fontWeight, "600"),
|
|
110
|
+
letterSpacing: FtCssVariableFactory.extend("--ft-typography-button-letter-spacing", FtTypographyCssVariables.letterSpacing, "1.246px"),
|
|
111
|
+
lineHeight: FtCssVariableFactory.extend("--ft-typography-button-line-height", FtTypographyCssVariables.lineHeight, "1.15"),
|
|
112
|
+
textTransform: FtCssVariableFactory.extend("--ft-typography-button-text-transform", FtTypographyCssVariables.textTransform, "uppercase"),
|
|
113
113
|
};
|
|
114
114
|
// language=CSS
|
|
115
115
|
export const FtTypographyTitle = css `
|
|
@@ -4,14 +4,23 @@
|
|
|
4
4
|
* Copyright 2017 Google LLC
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
var n;const r=globalThis.trustedTypes,s=r?r.createPolicy("lit-html",{createHTML:t=>t}):void 0,h=`lit$${(Math.random()+"").slice(9)}$`,l="?"+h,f=`<${l}>`,a=document,p=(t="")=>a.createComment(t),y=t=>null===t||"object"!=typeof t&&"function"!=typeof t,g=Array.isArray,c=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,d=/-->/g,u=/>/g
|
|
7
|
+
var n;const r=globalThis.trustedTypes,s=r?r.createPolicy("lit-html",{createHTML:t=>t}):void 0,h=`lit$${(Math.random()+"").slice(9)}$`,l="?"+h,f=`<${l}>`,a=document,p=(t="")=>a.createComment(t),y=t=>null===t||"object"!=typeof t&&"function"!=typeof t,g=Array.isArray,c=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,d=/-->/g,u=/>/g,$=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),m=/'/g,v=/"/g,b=/^(?:script|style|textarea|title)$/i,x=(t=>(i,...e)=>({_$litType$:t,strings:i,values:e}))(1),w=Symbol.for("lit-noChange"),z=Symbol.for("lit-nothing"),S=new WeakMap,T=a.createTreeWalker(a,129,null,!1),_=(t,i)=>{const e=t.length-1,o=[];let n,r=2===i?"<svg>":"",l=c;for(let i=0;i<e;i++){const e=t[i];let s,a,p=-1,y=0;for(;y<e.length&&(l.lastIndex=y,a=l.exec(e),null!==a);)y=l.lastIndex,l===c?"!--"===a[1]?l=d:void 0!==a[1]?l=u:void 0!==a[2]?(b.test(a[2])&&(n=RegExp("</"+a[2],"g")),l=$):void 0!==a[3]&&(l=$):l===$?">"===a[0]?(l=null!=n?n:c,p=-1):void 0===a[1]?p=-2:(p=l.lastIndex-a[2].length,s=a[1],l=void 0===a[3]?$:'"'===a[3]?v:m):l===v||l===m?l=$:l===d||l===u?l=c:(l=$,n=void 0);const g=l===$&&t[i+1].startsWith("/>")?" ":"";r+=l===c?e+f:p>=0?(o.push(s),e.slice(0,p)+"$lit$"+e.slice(p)+h+g):e+h+(-2===p?(o.push(void 0),i):g)}const a=r+(t[e]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==s?s.createHTML(a):a,o]};class A{constructor({strings:t,_$litType$:i},e){let o;this.parts=[];let n=0,s=0;const f=t.length-1,a=this.parts,[y,g]=_(t,i);if(this.el=A.createElement(y,e),T.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes)}for(;null!==(o=T.nextNode())&&a.length<f;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const i of o.getAttributeNames())if(i.endsWith("$lit$")||i.startsWith(h)){const e=g[s++];if(t.push(i),void 0!==e){const t=o.getAttribute(e.toLowerCase()+"$lit$").split(h),i=/([.?@])?(.*)/.exec(e);a.push({type:1,index:n,name:i[2],strings:t,ctor:"."===i[1]?E:"?"===i[1]?I:"@"===i[1]?M:F})}else a.push({type:6,index:n})}for(const i of t)o.removeAttribute(i)}if(b.test(o.tagName)){const t=o.textContent.split(h),i=t.length-1;if(i>0){o.textContent=r?r.emptyScript:"";for(let e=0;e<i;e++)o.append(t[e],p()),T.nextNode(),a.push({type:2,index:++n});o.append(t[i],p())}}}else if(8===o.nodeType)if(o.data===l)a.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(h,t+1));)a.push({type:7,index:n}),t+=h.length-1}n++}}static createElement(t,i){const e=a.createElement("template");return e.innerHTML=t,e}}function W(t,i,e=t,o){var n,r,s,h;if(i===w)return i;let l=void 0!==o?null===(n=e._$Cl)||void 0===n?void 0:n[o]:e._$Cu;const f=y(i)?void 0:i._$litDirective$;return(null==l?void 0:l.constructor)!==f&&(null===(r=null==l?void 0:l._$AO)||void 0===r||r.call(l,!1),void 0===f?l=void 0:(l=new f(t),l._$AT(t,e,o)),void 0!==o?(null!==(s=(h=e)._$Cl)&&void 0!==s?s:h._$Cl=[])[o]=l:e._$Cu=l),void 0!==l&&(i=W(t,l._$AS(t,i.values),l,o)),i}class H{constructor(t,i){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var i;const{el:{content:e},parts:o}=this._$AD,n=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:a).importNode(e,!0);T.currentNode=n;let r=T.nextNode(),s=0,h=0,l=o[0];for(;void 0!==l;){if(s===l.index){let i;2===l.type?i=new N(r,r.nextSibling,this,t):1===l.type?i=new l.ctor(r,l.name,l.strings,this,t):6===l.type&&(i=new j(r,this,t)),this.v.push(i),l=o[++h]}s!==(null==l?void 0:l.index)&&(r=T.nextNode(),s++)}return n}m(t){let i=0;for(const e of this.v)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,i),i+=e.strings.length-2):e._$AI(t[i])),i++}}class N{constructor(t,i,e,o){var n;this.type=2,this._$AH=z,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=e,this.options=o,this._$C_=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$C_}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=W(this,t,i),y(t)?t===z||null==t||""===t?(this._$AH!==z&&this._$AR(),this._$AH=z):t!==this._$AH&&t!==w&&this.T(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.k(t):(t=>g(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.S(t):this.T(t)}j(t,i=this._$AB){return this._$AA.parentNode.insertBefore(t,i)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.j(t))}T(t){this._$AH!==z&&y(this._$AH)?this._$AA.nextSibling.data=t:this.k(a.createTextNode(t)),this._$AH=t}$(t){var i;const{values:e,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=A.createElement(o.h,this.options)),o);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===n)this._$AH.m(e);else{const t=new H(n,this),i=t.p(this.options);t.m(e),this.k(i),this._$AH=t}}_$AC(t){let i=S.get(t.strings);return void 0===i&&S.set(t.strings,i=new A(t)),i}S(t){g(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let e,o=0;for(const n of t)o===i.length?i.push(e=new N(this.j(p()),this.j(p()),this,this.options)):e=i[o],e._$AI(n),o++;o<i.length&&(this._$AR(e&&e._$AB.nextSibling,o),i.length=o)}_$AR(t=this._$AA.nextSibling,i){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var i;void 0===this._$AM&&(this._$C_=t,null===(i=this._$AP)||void 0===i||i.call(this,t))}}class F{constructor(t,i,e,o,n){this.type=1,this._$AH=z,this._$AN=void 0,this.element=t,this.name=i,this._$AM=o,this.options=n,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=z}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,e,o){const n=this.strings;let r=!1;if(void 0===n)t=W(this,t,i,0),r=!y(t)||t!==this._$AH&&t!==w,r&&(this._$AH=t);else{const o=t;let s,h;for(t=n[0],s=0;s<n.length-1;s++)h=W(this,o[e+s],i,s),h===w&&(h=this._$AH[s]),r||(r=!y(h)||h!==this._$AH[s]),h===z?t=z:t!==z&&(t+=(null!=h?h:"")+n[s+1]),this._$AH[s]=h}r&&!o&&this.P(t)}P(t){t===z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class E extends F{constructor(){super(...arguments),this.type=3}P(t){this.element[this.name]=t===z?void 0:t}}const U=r?r.emptyScript:"";class I extends F{constructor(){super(...arguments),this.type=4}P(t){t&&t!==z?this.element.setAttribute(this.name,U):this.element.removeAttribute(this.name)}}class M extends F{constructor(t,i,e,o,n){super(t,i,e,o,n),this.type=5}_$AI(t,i=this){var e;if((t=null!==(e=W(this,t,i,0))&&void 0!==e?e:z)===w)return;const o=this._$AH,n=t===z&&o!==z||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==z&&(o===z||n);n&&this.element.removeEventListener(this.name,this,o),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var i,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class j{constructor(t,i,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){W(this,t)}}const O=window.litHtmlPolyfillSupport;null==O||O(A,N),(null!==(n=globalThis.litHtmlVersions)&&void 0!==n?n:globalThis.litHtmlVersions=[]).push("2.2.7");
|
|
8
8
|
/**
|
|
9
9
|
* @license
|
|
10
10
|
* Copyright 2020 Google LLC
|
|
11
11
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
12
12
|
*/
|
|
13
|
-
const
|
|
13
|
+
const R=Symbol.for(""),Z=t=>{if((null==t?void 0:t.r)===R)return null==t?void 0:t._$litStatic$},C=t=>({_$litStatic$:t,r:R}),G=new Map,P=(t=>(i,...e)=>{const o=e.length;let n,r;const s=[],h=[];let l,f=0,a=!1;for(;f<o;){for(l=i[f];f<o&&void 0!==(r=e[f],n=Z(r));)l+=n+i[++f],a=!0;h.push(r),s.push(l),f++}if(f===o&&s.push(i[o]),a){const t=s.join("$$lit$$");void 0===(i=G.get(t))&&(s.raw=s,G.set(t,i=s)),e=h}return t(i,...e)})(x);var k,K=function(t,i,e,o){for(var n,r=arguments.length,s=r<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,e):o,h=t.length-1;h>=0;h--)(n=t[h])&&(s=(r<3?n(s):r>3?n(i,e,s):n(i,e))||s);return r>3&&s&&Object.defineProperty(i,e,s),s};t.FtTypographyVariants=void 0,(k=t.FtTypographyVariants||(t.FtTypographyVariants={})).title="title",k.title_dense="title-dense",k.subtitle1="subtitle1",k.subtitle2="subtitle2",k.body1="body1",k.body2="body2",k.caption="caption",k.breadcrumb="breadcrumb",k.overline="overline",k.button="button";const B=i.FtCssVariableFactory.extend("--ft-typography-font-family",i.designSystemVariables.titleFont),L=i.FtCssVariableFactory.extend("--ft-typography-font-family",i.designSystemVariables.contentFont),q={fontFamily:L,fontSize:i.FtCssVariableFactory.create("--ft-typography-font-size","SIZE","16px"),fontWeight:i.FtCssVariableFactory.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:i.FtCssVariableFactory.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:i.FtCssVariableFactory.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:i.FtCssVariableFactory.create("--ft-typography-text-transform","UNKNOWN","inherit")},D={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-title-font-family",B),fontSize:i.FtCssVariableFactory.extend("--ft-typography-title-font-size",q.fontSize,"20px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-title-font-weight",q.fontWeight,"normal"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing",q.letterSpacing,"0.15px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-title-line-height",q.lineHeight,"1.2"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-title-text-transform",q.textTransform,"inherit")},J={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family",B),fontSize:i.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size",q.fontSize,"14px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight",q.fontWeight,"normal"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing",q.letterSpacing,"0.105px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height",q.lineHeight,"1.7"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform",q.textTransform,"inherit")},Q={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family",L),fontSize:i.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size",q.fontSize,"16px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight",q.fontWeight,"600"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing",q.letterSpacing,"0.144px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height",q.lineHeight,"1.5"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform",q.textTransform,"inherit")},V={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family",L),fontSize:i.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size",q.fontSize,"14px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight",q.fontWeight,"normal"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing",q.letterSpacing,"0.098px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height",q.lineHeight,"1.7"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform",q.textTransform,"inherit")},X={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-body1-font-family",L),fontSize:i.FtCssVariableFactory.extend("--ft-typography-body1-font-size",q.fontSize,"16px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-body1-font-weight",q.fontWeight,"normal"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing",q.letterSpacing,"0.496px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-body1-line-height",q.lineHeight,"1.5"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-body1-text-transform",q.textTransform,"inherit")},Y={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-body2-font-family",L),fontSize:i.FtCssVariableFactory.extend("--ft-typography-body2-font-size",q.fontSize,"14px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-body2-font-weight",q.fontWeight,"normal"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing",q.letterSpacing,"0.252px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-body2-line-height",q.lineHeight,"1.4"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-body2-text-transform",q.textTransform,"inherit")},tt={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-caption-font-family",L),fontSize:i.FtCssVariableFactory.extend("--ft-typography-caption-font-size",q.fontSize,"12px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-caption-font-weight",q.fontWeight,"normal"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing",q.letterSpacing,"0.396px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-caption-line-height",q.lineHeight,"1.33"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-caption-text-transform",q.textTransform,"inherit")},it={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family",L),fontSize:i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size",q.fontSize,"10px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight",q.fontWeight,"normal"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing",q.letterSpacing,"0.33px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height",q.lineHeight,"1.6"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform",q.textTransform,"inherit")},et={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-overline-font-family",L),fontSize:i.FtCssVariableFactory.extend("--ft-typography-overline-font-size",q.fontSize,"10px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-overline-font-weight",q.fontWeight,"normal"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing",q.letterSpacing,"1.5px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-overline-line-height",q.lineHeight,"1.6"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-overline-text-transform",q.textTransform,"uppercase")},ot={fontFamily:i.FtCssVariableFactory.extend("--ft-typography-button-font-family",L),fontSize:i.FtCssVariableFactory.extend("--ft-typography-button-font-size",q.fontSize,"14px"),fontWeight:i.FtCssVariableFactory.extend("--ft-typography-button-font-weight",q.fontWeight,"600"),letterSpacing:i.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing",q.letterSpacing,"1.246px"),lineHeight:i.FtCssVariableFactory.extend("--ft-typography-button-line-height",q.lineHeight,"1.15"),textTransform:i.FtCssVariableFactory.extend("--ft-typography-button-text-transform",q.textTransform,"uppercase")},nt=e.css`
|
|
14
14
|
.ft-typography--title {
|
|
15
|
+
font-family: ${D.fontFamily};
|
|
16
|
+
font-size: ${D.fontSize};
|
|
17
|
+
font-weight: ${D.fontWeight};
|
|
18
|
+
letter-spacing: ${D.letterSpacing};
|
|
19
|
+
line-height: ${D.lineHeight};
|
|
20
|
+
text-transform: ${D.textTransform};
|
|
21
|
+
}
|
|
22
|
+
`,rt=e.css`
|
|
23
|
+
.ft-typography--title-dense {
|
|
15
24
|
font-family: ${J.fontFamily};
|
|
16
25
|
font-size: ${J.fontSize};
|
|
17
26
|
font-weight: ${J.fontWeight};
|
|
@@ -19,15 +28,6 @@ const j=Symbol.for(""),Z=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)===
|
|
|
19
28
|
line-height: ${J.lineHeight};
|
|
20
29
|
text-transform: ${J.textTransform};
|
|
21
30
|
}
|
|
22
|
-
`,rt=e.css`
|
|
23
|
-
.ft-typography--title-dense {
|
|
24
|
-
font-family: ${P.fontFamily};
|
|
25
|
-
font-size: ${P.fontSize};
|
|
26
|
-
font-weight: ${P.fontWeight};
|
|
27
|
-
letter-spacing: ${P.letterSpacing};
|
|
28
|
-
line-height: ${P.lineHeight};
|
|
29
|
-
text-transform: ${P.textTransform};
|
|
30
|
-
}
|
|
31
31
|
`,st=e.css`
|
|
32
32
|
.ft-typography--subtitle1 {
|
|
33
33
|
font-family: ${Q.fontFamily};
|
|
@@ -101,15 +101,15 @@ const j=Symbol.for(""),Z=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)===
|
|
|
101
101
|
line-height: ${ot.lineHeight};
|
|
102
102
|
text-transform: ${ot.textTransform};
|
|
103
103
|
}
|
|
104
|
-
`;class ct extends i.FtLitElement{constructor(){super(...arguments),this.variant=t.FtTypographyVariants.body1}render(){return this.element?
|
|
105
|
-
<${
|
|
104
|
+
`;class ct extends i.FtLitElement{constructor(){super(...arguments),this.variant=t.FtTypographyVariants.body1}render(){return this.element?P`
|
|
105
|
+
<${C(this.element)}
|
|
106
106
|
class="ft-typography ft-typography--${this.variant}">
|
|
107
107
|
<slot></slot>
|
|
108
|
-
</${
|
|
109
|
-
`:
|
|
108
|
+
</${C(this.element)}>
|
|
109
|
+
`:P`
|
|
110
110
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
111
111
|
`}}ct.styles=[nt,rt,st,ht,lt,ft,at,pt,yt,gt,e.css`
|
|
112
112
|
.ft-typography {
|
|
113
113
|
vertical-align: inherit;
|
|
114
114
|
}
|
|
115
|
-
`],
|
|
115
|
+
`],K([o.property()],ct.prototype,"element",void 0),K([o.property()],ct.prototype,"variant",void 0),i.customElement("ft-typography")(ct),t.FtTypography=ct,t.FtTypographyBody1=lt,t.FtTypographyBody1CssVariables=X,t.FtTypographyBody2=ft,t.FtTypographyBody2CssVariables=Y,t.FtTypographyBreadcrumb=pt,t.FtTypographyBreadcrumbCssVariables=it,t.FtTypographyButton=gt,t.FtTypographyButtonCssVariables=ot,t.FtTypographyCaption=at,t.FtTypographyCaptionCssVariables=tt,t.FtTypographyCssVariables=q,t.FtTypographyOverline=yt,t.FtTypographyOverlineCssVariables=et,t.FtTypographySubtitle1=st,t.FtTypographySubtitle1CssVariables=Q,t.FtTypographySubtitle2=ht,t.FtTypographySubtitle2CssVariables=V,t.FtTypographyTitle=nt,t.FtTypographyTitleCssVariables=D,t.FtTypographyTitleDense=rt,t.FtTypographyTitleDenseCssVariables=J,Object.defineProperty(t,"t",{value:!0})}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators);
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*
|
|
15
15
|
* @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
|
|
16
16
|
*/
|
|
17
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,n=new WeakMap,r=new WeakMap,s=new WeakMap,a=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=n.prototype.attributeChangedCallback,l=new Set(n.observedAttributes||[]);f(n,l,a);const h={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,h),this._definitionsByClass.set(n,h);let c=i.call(o,t);c||(c=p(t),e.call(o,t,c)),this===window.customElements&&(s.set(n,h),h.standInClass=c);const u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)r.delete(t),d(t,h,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){g.push(this),o.upgrade.apply(o,arguments),g.pop()}get(t){return this._definitionsByTag.get(t)?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let i=this._whenDefinedPromises.get(t);return void 0===i&&(i={},i.promise=new Promise((t=>i.resolve=t)),this._whenDefinedPromises.set(t,i)),i.promise}_upgradeWhenDefined(t,e,i){let o=this._awaitingUpgrade.get(e);o||this._awaitingUpgrade.set(e,o=new Set),i?o.add(t):o.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const i=s.get(this.constructor);if(!i)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],i.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),n.set(e,i),e},window.HTMLElement.prototype=t.prototype;const h=t=>t===document||t instanceof ShadowRoot,c=t=>{let e=t.getRootNode();if(!h(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),h(e)||(e=a.get(e)?.getRootNode()||document)}return e.customElements},p=e=>class{static get formAssociated(){return!0}constructor(){const i=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(i,HTMLElement.prototype);const o=c(i)||window.customElements,n=o._getDefinition(e);return n?d(i,n):r.set(i,o),i}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):r.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):r.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){n.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},f=(t,e,i)=>{if(0===e.size||void 0===i)return;const o=t.prototype.setAttribute;o&&(t.prototype.setAttribute=function(t,n){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);o.call(this,r,n),i.call(this,r,t,n)}else o.call(this,r,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);n.call(this,o),i.call(this,o,t,null)}else n.call(this,o)})},u=e=>{const i=Object.getPrototypeOf(e);if(i!==window.HTMLElement)return i===t||"HTMLElement"===i?.prototype?.constructor?.name?Object.setPrototypeOf(e,window.HTMLElement):u(i)},d=(t,e,i=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),n.set(t,e),l=t;try{new e.elementClass}catch(t){u(e.elementClass),new e.elementClass}e.observedAttributes.forEach((i=>{t.hasAttribute(i)&&e.attributeChangedCallback.call(t,i,null,t.getAttribute(i))})),i&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const v=(t,e,i)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&a.set(t,this),g.pop(),t}};v(ShadowRoot,"createElement",document),v(ShadowRoot,"importNode",document),v(Element,"insertAdjacentHTML");const m=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){g.push(this),i.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,i=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...i){const o=e.call(this,...i);return t.set(o,this),o},i.forEach((e=>{const i=window.ElementInternals.prototype,o=i[e];i[e]=function(...e){const i=t.get(this);if(!0!==n.get(i).formAssociated)throw new DOMException(`Failed to execute ${o} on 'ElementInternals': The target element is not a form-associated custom element.`);o?.call(this,...e)}}));class o extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class r{constructor(t){const e=new Map;t.forEach(((t,i)=>{const o=t.getAttribute("name"),n=e.get(o)||[];this[+i]=t,n.push(t),e.set(o,n)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new o(t))}))}namedItem(t){return this[t]}}const s=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=s.get.call(this,[]),e=[];for(const i of t){const t=n.get(i);t&&!0!==t.formAssociated||e.push(i)}return new r(e)}})}}try{window.customElements.define("custom-element",null)}catch(
|
|
17
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,i=window.customElements.get,o=window.customElements,n=new WeakMap,r=new WeakMap,s=new WeakMap,a=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=n.prototype.attributeChangedCallback,l=new Set(n.observedAttributes||[]);f(n,l,a);const h={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,h),this._definitionsByClass.set(n,h);let c=i.call(o,t);c||(c=p(t),e.call(o,t,c)),this===window.customElements&&(s.set(n,h),h.standInClass=c);const u=this._awaitingUpgrade.get(t);if(u){this._awaitingUpgrade.delete(t);for(const t of u)r.delete(t),d(t,h,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){g.push(this),o.upgrade.apply(o,arguments),g.pop()}get(t){return this._definitionsByTag.get(t)?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let i=this._whenDefinedPromises.get(t);return void 0===i&&(i={},i.promise=new Promise((t=>i.resolve=t)),this._whenDefinedPromises.set(t,i)),i.promise}_upgradeWhenDefined(t,e,i){let o=this._awaitingUpgrade.get(e);o||this._awaitingUpgrade.set(e,o=new Set),i?o.add(t):o.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const i=s.get(this.constructor);if(!i)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],i.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),n.set(e,i),e},window.HTMLElement.prototype=t.prototype;const h=t=>t===document||t instanceof ShadowRoot,c=t=>{let e=t.getRootNode();if(!h(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),h(e)||(e=a.get(e)?.getRootNode()||document)}return e.customElements},p=e=>class{static get formAssociated(){return!0}constructor(){const i=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(i,HTMLElement.prototype);const o=c(i)||window.customElements,n=o._getDefinition(e);return n?d(i,n):r.set(i,o),i}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):r.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):r.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){n.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},f=(t,e,i)=>{if(0===e.size||void 0===i)return;const o=t.prototype.setAttribute;o&&(t.prototype.setAttribute=function(t,n){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);o.call(this,r,n),i.call(this,r,t,n)}else o.call(this,r,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);n.call(this,o),i.call(this,o,t,null)}else n.call(this,o)})},u=e=>{const i=Object.getPrototypeOf(e);if(i!==window.HTMLElement)return i===t||"HTMLElement"===i?.prototype?.constructor?.name?Object.setPrototypeOf(e,window.HTMLElement):u(i)},d=(t,e,i=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),n.set(t,e),l=t;try{new e.elementClass}catch(t){u(e.elementClass),new e.elementClass}e.observedAttributes.forEach((i=>{t.hasAttribute(i)&&e.attributeChangedCallback.call(t,i,null,t.getAttribute(i))})),i&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const v=(t,e,i)=>{const o=(i?Object.getPrototypeOf(i):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=o.apply(i||this,arguments);return void 0!==t&&a.set(t,this),g.pop(),t}};v(ShadowRoot,"createElement",document),v(ShadowRoot,"importNode",document),v(Element,"insertAdjacentHTML");const m=(t,e)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...i,set(t){g.push(this),i.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,i=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...i){const o=e.call(this,...i);return t.set(o,this),o},i.forEach((e=>{const i=window.ElementInternals.prototype,o=i[e];i[e]=function(...e){const i=t.get(this);if(!0!==n.get(i).formAssociated)throw new DOMException(`Failed to execute ${o} on 'ElementInternals': The target element is not a form-associated custom element.`);o?.call(this,...e)}}));class o extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class r{constructor(t){const e=new Map;t.forEach(((t,i)=>{const o=t.getAttribute("name"),n=e.get(o)||[];this[+i]=t,n.push(t),e.set(o,n)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new o(t))}))}namedItem(t){return this[t]}}const s=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=s.get.call(this,[]),e=[];for(const i of t){const t=n.get(i);t&&!0!==t.formAssociated||e.push(i)}return new r(e)}})}}try{window.customElements.define("custom-element",null)}catch(ct){const t=window.customElements.define;window.customElements.define=(e,i,o)=>{try{t.bind(window.customElements)(e,i,o)}catch(t){console.warn(e,i,o,t)}}}
|
|
18
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright 2017 Google LLC
|
|
@@ -30,30 +30,30 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.cust
|
|
|
30
30
|
* Copyright 2019 Google LLC
|
|
31
31
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
32
32
|
*/
|
|
33
|
-
const n=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),s=new
|
|
33
|
+
const n=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),s=new WeakMap;class a{constructor(t,e,i){if(this._$cssResult$=!0,i!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(n&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=s.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&s.set(e,t))}return t}toString(){return this.cssText}}const l=t=>new a("string"==typeof t?t:t+"",void 0,r),h=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[o+1]),t[0]);return new a(i,t,r)},c=(t,e)=>{n?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const i=document.createElement("style"),o=window.litNonce;void 0!==o&&i.setAttribute("nonce",o),i.textContent=e.cssText,t.appendChild(i)}))},p=n?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return l(e)})(t):t
|
|
34
34
|
/**
|
|
35
35
|
* @license
|
|
36
36
|
* Copyright 2017 Google LLC
|
|
37
37
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
38
|
-
*/;var f;const u=window.trustedTypes,d=u?u.emptyScript:"",y=window.reactiveElementPolyfillSupport,g={toAttribute(t,e){switch(e){case Boolean:t=t?d:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},v=(t,e)=>e!==t&&(e==e||t==t),m={attribute:!0,type:String,converter:g,reflect:!1,hasChanged:v};class b extends HTMLElement{constructor(){super(),this._$
|
|
38
|
+
*/;var f;const u=window.trustedTypes,d=u?u.emptyScript:"",y=window.reactiveElementPolyfillSupport,g={toAttribute(t,e){switch(e){case Boolean:t=t?d:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},v=(t,e)=>e!==t&&(e==e||t==t),m={attribute:!0,type:String,converter:g,reflect:!1,hasChanged:v};class b extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;null!==(e=this.h)&&void 0!==e||(this.h=[]),this.h.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const o=this._$Ep(i,e);void 0!==o&&(this._$Ev.set(o,i),t.push(o))})),t}static createProperty(t,e=m){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,o=this.getPropertyDescriptor(t,i,e);void 0!==o&&Object.defineProperty(this.prototype,t,o)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(o){const n=this[t];this[e]=o,this.requestUpdate(t,n,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||m}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(p(t))}else void 0!==t&&e.push(p(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const e=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return c(e,this.constructor.elementStyles),e}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=m){var o,n;const r=this.constructor._$Ep(t,i);if(void 0!==r&&!0===i.reflect){const s=(null!==(n=null===(o=i.converter)||void 0===o?void 0:o.toAttribute)&&void 0!==n?n:g.toAttribute)(e,i.type);this._$El=t,null==s?this.removeAttribute(r):this.setAttribute(r,s),this._$El=null}}_$AK(t,e){var i,o;const n=this.constructor,r=n._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=n.getPropertyOptions(r),s=t.converter,a=null!==(o=null!==(i=null==s?void 0:s.fromAttribute)&&void 0!==i?i:"function"==typeof s?s:null)&&void 0!==o?o:g.fromAttribute;this._$El=r,this[r]=a(e,t.type),this._$El=null}}requestUpdate(t,e,i){let o=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||v)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):o=!1),!this.isUpdatePending&&o&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}
|
|
39
39
|
/**
|
|
40
40
|
* @license
|
|
41
41
|
* Copyright 2017 Google LLC
|
|
42
42
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
43
|
*/
|
|
44
|
-
var x;b.finalized=!0,b.elementProperties=new Map,b.elementStyles=[],b.shadowRootOptions={mode:"open"},null==y||y({ReactiveElement:b}),(null!==(f=globalThis.reactiveElementVersions)&&void 0!==f?f:globalThis.reactiveElementVersions=[]).push("1.3.
|
|
44
|
+
var x;b.finalized=!0,b.elementProperties=new Map,b.elementStyles=[],b.shadowRootOptions={mode:"open"},null==y||y({ReactiveElement:b}),(null!==(f=globalThis.reactiveElementVersions)&&void 0!==f?f:globalThis.reactiveElementVersions=[]).push("1.3.4");const w=globalThis.trustedTypes,O=w?w.createPolicy("lit-html",{createHTML:t=>t}):void 0,$=`lit$${(Math.random()+"").slice(9)}$`,S="?"+$,N=`<${S}>`,E=document,R=(t="")=>E.createComment(t),C=t=>null===t||"object"!=typeof t&&"function"!=typeof t,M=Array.isArray,F=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,U=/-->/g,T=/>/g,k=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),z=/'/g,L=/"/g,A=/^(?:script|style|textarea|title)$/i,P=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),W=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),j=new WeakMap,B=E.createTreeWalker(E,129,null,!1),_=(t,e)=>{const i=t.length-1,o=[];let n,r=2===e?"<svg>":"",s=F;for(let e=0;e<i;e++){const i=t[e];let a,l,h=-1,c=0;for(;c<i.length&&(s.lastIndex=c,l=s.exec(i),null!==l);)c=s.lastIndex,s===F?"!--"===l[1]?s=U:void 0!==l[1]?s=T:void 0!==l[2]?(A.test(l[2])&&(n=RegExp("</"+l[2],"g")),s=k):void 0!==l[3]&&(s=k):s===k?">"===l[0]?(s=null!=n?n:F,h=-1):void 0===l[1]?h=-2:(h=s.lastIndex-l[2].length,a=l[1],s=void 0===l[3]?k:'"'===l[3]?L:z):s===L||s===z?s=k:s===U||s===T?s=F:(s=k,n=void 0);const p=s===k&&t[e+1].startsWith("/>")?" ":"";r+=s===F?i+N:h>=0?(o.push(a),i.slice(0,h)+"$lit$"+i.slice(h)+$+p):i+$+(-2===h?(o.push(void 0),e):p)}const a=r+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==O?O.createHTML(a):a,o]};class D{constructor({strings:t,_$litType$:e},i){let o;this.parts=[];let n=0,r=0;const s=t.length-1,a=this.parts,[l,h]=_(t,e);if(this.el=D.createElement(l,i),B.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(o=B.nextNode())&&a.length<s;){if(1===o.nodeType){if(o.hasAttributes()){const t=[];for(const e of o.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith($)){const i=h[r++];if(t.push(e),void 0!==i){const t=o.getAttribute(i.toLowerCase()+"$lit$").split($),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:n,name:e[2],strings:t,ctor:"."===e[1]?J:"?"===e[1]?q:"@"===e[1]?G:V})}else a.push({type:6,index:n})}for(const e of t)o.removeAttribute(e)}if(A.test(o.tagName)){const t=o.textContent.split($),e=t.length-1;if(e>0){o.textContent=w?w.emptyScript:"";for(let i=0;i<e;i++)o.append(t[i],R()),B.nextNode(),a.push({type:2,index:++n});o.append(t[e],R())}}}else if(8===o.nodeType)if(o.data===S)a.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf($,t+1));)a.push({type:7,index:n}),t+=$.length-1}n++}}static createElement(t,e){const i=E.createElement("template");return i.innerHTML=t,i}}function K(t,e,i=t,o){var n,r,s,a;if(e===W)return e;let l=void 0!==o?null===(n=i._$Cl)||void 0===n?void 0:n[o]:i._$Cu;const h=C(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(r=null==l?void 0:l._$AO)||void 0===r||r.call(l,!1),void 0===h?l=void 0:(l=new h(t),l._$AT(t,i,o)),void 0!==o?(null!==(s=(a=i)._$Cl)&&void 0!==s?s:a._$Cl=[])[o]=l:i._$Cu=l),void 0!==l&&(e=K(t,l._$AS(t,e.values),l,o)),e}class I{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:o}=this._$AD,n=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:E).importNode(i,!0);B.currentNode=n;let r=B.nextNode(),s=0,a=0,l=o[0];for(;void 0!==l;){if(s===l.index){let e;2===l.type?e=new Z(r,r.nextSibling,this,t):1===l.type?e=new l.ctor(r,l.name,l.strings,this,t):6===l.type&&(e=new Q(r,this,t)),this.v.push(e),l=o[++a]}s!==(null==l?void 0:l.index)&&(r=B.nextNode(),s++)}return n}m(t){let e=0;for(const i of this.v)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class Z{constructor(t,e,i,o){var n;this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=o,this._$C_=null===(n=null==o?void 0:o.isConnected)||void 0===n||n}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$C_}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=K(this,t,e),C(t)?t===H||null==t||""===t?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==W&&this.T(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.k(t):(t=>M(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.S(t):this.T(t)}j(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.j(t))}T(t){this._$AH!==H&&C(this._$AH)?this._$AA.nextSibling.data=t:this.k(E.createTextNode(t)),this._$AH=t}$(t){var e;const{values:i,_$litType$:o}=t,n="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=D.createElement(o.h,this.options)),o);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===n)this._$AH.m(i);else{const t=new I(n,this),e=t.p(this.options);t.m(i),this.k(e),this._$AH=t}}_$AC(t){let e=j.get(t.strings);return void 0===e&&j.set(t.strings,e=new D(t)),e}S(t){M(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,o=0;for(const n of t)o===e.length?e.push(i=new Z(this.j(R()),this.j(R()),this,this.options)):i=e[o],i._$AI(n),o++;o<e.length&&(this._$AR(i&&i._$AB.nextSibling,o),e.length=o)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$C_=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class V{constructor(t,e,i,o,n){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=H}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,o){const n=this.strings;let r=!1;if(void 0===n)t=K(this,t,e,0),r=!C(t)||t!==this._$AH&&t!==W,r&&(this._$AH=t);else{const o=t;let s,a;for(t=n[0],s=0;s<n.length-1;s++)a=K(this,o[i+s],e,s),a===W&&(a=this._$AH[s]),r||(r=!C(a)||a!==this._$AH[s]),a===H?t=H:t!==H&&(t+=(null!=a?a:"")+n[s+1]),this._$AH[s]=a}r&&!o&&this.P(t)}P(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class J extends V{constructor(){super(...arguments),this.type=3}P(t){this.element[this.name]=t===H?void 0:t}}const X=w?w.emptyScript:"";class q extends V{constructor(){super(...arguments),this.type=4}P(t){t&&t!==H?this.element.setAttribute(this.name,X):this.element.removeAttribute(this.name)}}class G extends V{constructor(t,e,i,o,n){super(t,e,i,o,n),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=K(this,t,e,0))&&void 0!==i?i:H)===W)return;const o=this._$AH,n=t===H&&o!==H||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,r=t!==H&&(o===H||n);n&&this.element.removeEventListener(this.name,this,o),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class Q{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){K(this,t)}}const Y=window.litHtmlPolyfillSupport;
|
|
45
45
|
/**
|
|
46
46
|
* @license
|
|
47
47
|
* Copyright 2017 Google LLC
|
|
48
48
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
49
49
|
*/
|
|
50
|
-
var tt,et;null==Y||Y(D,
|
|
50
|
+
var tt,et;null==Y||Y(D,Z),(null!==(x=globalThis.litHtmlVersions)&&void 0!==x?x:globalThis.litHtmlVersions=[]).push("2.2.7");class it extends b{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var o,n;const r=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let s=r._$litPart$;if(void 0===s){const t=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;r._$litPart$=s=new Z(e.insertBefore(R(),t),t,void 0,null!=i?i:{})}return s._$AI(t),s})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return W}}it.finalized=!0,it._$litElement$=!0,null===(tt=globalThis.litElementHydrateSupport)||void 0===tt||tt.call(globalThis,{LitElement:it});const ot=globalThis.litElementPolyfillSupport;null==ot||ot({LitElement:it}),(null!==(et=globalThis.litElementVersions)&&void 0!==et?et:globalThis.litElementVersions=[]).push("3.2.2");class nt{static create(t,e,i){let o=t=>l(null!=t?t:i),n=h`var(${l(t)}, ${o(i)})`;return n.name=t,n.category=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>h`var(${l(t)}, ${o(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),n=h`var(${l(t)}, ${o(i)})`;return n.name=t,n.category=e.category,n.fallbackVariable=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>h`var(${l(t)}, ${o(e)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>i,n}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):l(null!=e?e:t.defaultValue),o=h`var(${l(t.name)}, ${i(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=i,o.get=e=>h`var(${l(t.name)}, ${i(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>{var e,i;return null!==(e=t.defaultValue)&&void 0!==e?e:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},o}}const rt={colorPrimary:nt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:nt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:nt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:nt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:nt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:nt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:nt.create("--ft-color-error","COLOR","#B00020"),colorOutline:nt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:nt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:nt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:nt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:nt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:nt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:nt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:nt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:nt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:nt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:nt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:nt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:nt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:nt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:nt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:nt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:nt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:nt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:nt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:nt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:nt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:nt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:nt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:nt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:nt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:nt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:nt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:nt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:nt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:nt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:nt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:nt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:nt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:nt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:nt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:nt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:nt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:nt.create("--ft-elevation-00","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:nt.create("--ft-elevation-01","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:nt.create("--ft-elevation-02","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:nt.create("--ft-elevation-03","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:nt.create("--ft-elevation-04","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:nt.create("--ft-elevation-06","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:nt.create("--ft-elevation-08","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:nt.create("--ft-elevation-12","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:nt.create("--ft-elevation-16","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:nt.create("--ft-elevation-24","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:nt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:nt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:nt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:nt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:nt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:nt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:nt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:nt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};
|
|
51
51
|
/**
|
|
52
52
|
* @license
|
|
53
53
|
* Copyright 2021 Google LLC
|
|
54
54
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
55
|
-
*/var st,at,lt=function(t,e,i,o){for(var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class ht extends(function(t){return class extends t{createRenderRoot(){const t=this.constructor,{registry:e,elementDefinitions:i,shadowRootOptions:o}=t;i&&!e&&(t.registry=new CustomElementRegistry,Object.entries(i).forEach((([e,i])=>t.registry.define(e,i))));const n=this.renderOptions.creationScope=this.attachShadow({...o,customElements:t.registry});return c(n,this.constructor.elementStyles),n}}}(it)){getStyles(){return[]}getTemplate(){return null}render(){let t=this.getStyles();return Array.isArray(t)||(t=[t]),
|
|
56
|
-
${t.map((t=>
|
|
55
|
+
*/var st,at,lt=function(t,e,i,o){for(var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class ht extends(function(t){return class extends t{createRenderRoot(){const t=this.constructor,{registry:e,elementDefinitions:i,shadowRootOptions:o}=t;i&&!e&&(t.registry=new CustomElementRegistry,Object.entries(i).forEach((([e,i])=>t.registry.define(e,i))));const n=this.renderOptions.creationScope=this.attachShadow({...o,customElements:t.registry});return c(n,this.constructor.elementStyles),n}}}(it)){getStyles(){return[]}getTemplate(){return null}render(){let t=this.getStyles();return Array.isArray(t)||(t=[t]),P`
|
|
56
|
+
${t.map((t=>P`
|
|
57
57
|
<style>${t}</style>
|
|
58
58
|
`))}
|
|
59
59
|
${this.getTemplate()}
|
|
@@ -72,7 +72,7 @@ var tt,et;null==Y||Y(D,V),(null!==(x=globalThis.litHtmlVersions)&&void 0!==x?x:g
|
|
|
72
72
|
* Copyright 2020 Google LLC
|
|
73
73
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
74
74
|
*/
|
|
75
|
-
const ct=Symbol.for(""),pt=t=>{
|
|
75
|
+
const ct=Symbol.for(""),pt=t=>{if((null==t?void 0:t.r)===ct)return null==t?void 0:t._$litStatic$},ft=t=>({_$litStatic$:t,r:ct}),ut=new Map,dt=(t=>(e,...i)=>{const o=i.length;let n,r;const s=[],a=[];let l,h=0,c=!1;for(;h<o;){for(l=e[h];h<o&&void 0!==(r=i[h],n=pt(r));)l+=n+e[++h],c=!0;a.push(r),s.push(l),h++}if(h===o&&s.push(e[o]),c){const t=s.join("$$lit$$");void 0===(e=ut.get(t))&&(s.raw=s,ut.set(t,e=s)),i=a}return t(e,...i)})(P);var yt,gt=function(t,e,i,o){for(var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};t.FtTypographyVariants=void 0,(yt=t.FtTypographyVariants||(t.FtTypographyVariants={})).title="title",yt.title_dense="title-dense",yt.subtitle1="subtitle1",yt.subtitle2="subtitle2",yt.body1="body1",yt.body2="body2",yt.caption="caption",yt.breadcrumb="breadcrumb",yt.overline="overline",yt.button="button";const vt=nt.extend("--ft-typography-font-family",rt.titleFont),mt=nt.extend("--ft-typography-font-family",rt.contentFont),bt={fontFamily:mt,fontSize:nt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:nt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:nt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:nt.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:nt.create("--ft-typography-text-transform","UNKNOWN","inherit")},xt={fontFamily:nt.extend("--ft-typography-title-font-family",vt),fontSize:nt.extend("--ft-typography-title-font-size",bt.fontSize,"20px"),fontWeight:nt.extend("--ft-typography-title-font-weight",bt.fontWeight,"normal"),letterSpacing:nt.extend("--ft-typography-title-letter-spacing",bt.letterSpacing,"0.15px"),lineHeight:nt.extend("--ft-typography-title-line-height",bt.lineHeight,"1.2"),textTransform:nt.extend("--ft-typography-title-text-transform",bt.textTransform,"inherit")},wt={fontFamily:nt.extend("--ft-typography-title-dense-font-family",vt),fontSize:nt.extend("--ft-typography-title-dense-font-size",bt.fontSize,"14px"),fontWeight:nt.extend("--ft-typography-title-dense-font-weight",bt.fontWeight,"normal"),letterSpacing:nt.extend("--ft-typography-title-dense-letter-spacing",bt.letterSpacing,"0.105px"),lineHeight:nt.extend("--ft-typography-title-dense-line-height",bt.lineHeight,"1.7"),textTransform:nt.extend("--ft-typography-title-dense-text-transform",bt.textTransform,"inherit")},Ot={fontFamily:nt.extend("--ft-typography-subtitle1-font-family",mt),fontSize:nt.extend("--ft-typography-subtitle1-font-size",bt.fontSize,"16px"),fontWeight:nt.extend("--ft-typography-subtitle1-font-weight",bt.fontWeight,"600"),letterSpacing:nt.extend("--ft-typography-subtitle1-letter-spacing",bt.letterSpacing,"0.144px"),lineHeight:nt.extend("--ft-typography-subtitle1-line-height",bt.lineHeight,"1.5"),textTransform:nt.extend("--ft-typography-subtitle1-text-transform",bt.textTransform,"inherit")},$t={fontFamily:nt.extend("--ft-typography-subtitle2-font-family",mt),fontSize:nt.extend("--ft-typography-subtitle2-font-size",bt.fontSize,"14px"),fontWeight:nt.extend("--ft-typography-subtitle2-font-weight",bt.fontWeight,"normal"),letterSpacing:nt.extend("--ft-typography-subtitle2-letter-spacing",bt.letterSpacing,"0.098px"),lineHeight:nt.extend("--ft-typography-subtitle2-line-height",bt.lineHeight,"1.7"),textTransform:nt.extend("--ft-typography-subtitle2-text-transform",bt.textTransform,"inherit")},St={fontFamily:nt.extend("--ft-typography-body1-font-family",mt),fontSize:nt.extend("--ft-typography-body1-font-size",bt.fontSize,"16px"),fontWeight:nt.extend("--ft-typography-body1-font-weight",bt.fontWeight,"normal"),letterSpacing:nt.extend("--ft-typography-body1-letter-spacing",bt.letterSpacing,"0.496px"),lineHeight:nt.extend("--ft-typography-body1-line-height",bt.lineHeight,"1.5"),textTransform:nt.extend("--ft-typography-body1-text-transform",bt.textTransform,"inherit")},Nt={fontFamily:nt.extend("--ft-typography-body2-font-family",mt),fontSize:nt.extend("--ft-typography-body2-font-size",bt.fontSize,"14px"),fontWeight:nt.extend("--ft-typography-body2-font-weight",bt.fontWeight,"normal"),letterSpacing:nt.extend("--ft-typography-body2-letter-spacing",bt.letterSpacing,"0.252px"),lineHeight:nt.extend("--ft-typography-body2-line-height",bt.lineHeight,"1.4"),textTransform:nt.extend("--ft-typography-body2-text-transform",bt.textTransform,"inherit")},Et={fontFamily:nt.extend("--ft-typography-caption-font-family",mt),fontSize:nt.extend("--ft-typography-caption-font-size",bt.fontSize,"12px"),fontWeight:nt.extend("--ft-typography-caption-font-weight",bt.fontWeight,"normal"),letterSpacing:nt.extend("--ft-typography-caption-letter-spacing",bt.letterSpacing,"0.396px"),lineHeight:nt.extend("--ft-typography-caption-line-height",bt.lineHeight,"1.33"),textTransform:nt.extend("--ft-typography-caption-text-transform",bt.textTransform,"inherit")},Rt={fontFamily:nt.extend("--ft-typography-breadcrumb-font-family",mt),fontSize:nt.extend("--ft-typography-breadcrumb-font-size",bt.fontSize,"10px"),fontWeight:nt.extend("--ft-typography-breadcrumb-font-weight",bt.fontWeight,"normal"),letterSpacing:nt.extend("--ft-typography-breadcrumb-letter-spacing",bt.letterSpacing,"0.33px"),lineHeight:nt.extend("--ft-typography-breadcrumb-line-height",bt.lineHeight,"1.6"),textTransform:nt.extend("--ft-typography-breadcrumb-text-transform",bt.textTransform,"inherit")},Ct={fontFamily:nt.extend("--ft-typography-overline-font-family",mt),fontSize:nt.extend("--ft-typography-overline-font-size",bt.fontSize,"10px"),fontWeight:nt.extend("--ft-typography-overline-font-weight",bt.fontWeight,"normal"),letterSpacing:nt.extend("--ft-typography-overline-letter-spacing",bt.letterSpacing,"1.5px"),lineHeight:nt.extend("--ft-typography-overline-line-height",bt.lineHeight,"1.6"),textTransform:nt.extend("--ft-typography-overline-text-transform",bt.textTransform,"uppercase")},Mt={fontFamily:nt.extend("--ft-typography-button-font-family",mt),fontSize:nt.extend("--ft-typography-button-font-size",bt.fontSize,"14px"),fontWeight:nt.extend("--ft-typography-button-font-weight",bt.fontWeight,"600"),letterSpacing:nt.extend("--ft-typography-button-letter-spacing",bt.letterSpacing,"1.246px"),lineHeight:nt.extend("--ft-typography-button-line-height",bt.lineHeight,"1.15"),textTransform:nt.extend("--ft-typography-button-text-transform",bt.textTransform,"uppercase")},Ft=h`
|
|
76
76
|
.ft-typography--title {
|
|
77
77
|
font-family: ${xt.fontFamily};
|
|
78
78
|
font-size: ${xt.fontSize};
|
|
@@ -99,18 +99,8 @@ const ct=Symbol.for(""),pt=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)=
|
|
|
99
99
|
line-height: ${Ot.lineHeight};
|
|
100
100
|
text-transform: ${Ot.textTransform};
|
|
101
101
|
}
|
|
102
|
-
`,zt=h`
|
|
103
|
-
.ft-typography--subtitle2 {
|
|
104
|
-
font-family: ${St.fontFamily};
|
|
105
|
-
font-size: ${St.fontSize};
|
|
106
|
-
font-weight: ${St.fontWeight};
|
|
107
|
-
letter-spacing: ${St.letterSpacing};
|
|
108
|
-
line-height: ${St.lineHeight};
|
|
109
|
-
text-transform: ${St.textTransform};
|
|
110
|
-
}
|
|
111
|
-
|
|
112
102
|
`,kt=h`
|
|
113
|
-
.ft-typography--
|
|
103
|
+
.ft-typography--subtitle2 {
|
|
114
104
|
font-family: ${$t.fontFamily};
|
|
115
105
|
font-size: ${$t.fontSize};
|
|
116
106
|
font-weight: ${$t.fontWeight};
|
|
@@ -118,6 +108,16 @@ const ct=Symbol.for(""),pt=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)=
|
|
|
118
108
|
line-height: ${$t.lineHeight};
|
|
119
109
|
text-transform: ${$t.textTransform};
|
|
120
110
|
}
|
|
111
|
+
|
|
112
|
+
`,zt=h`
|
|
113
|
+
.ft-typography--body1 {
|
|
114
|
+
font-family: ${St.fontFamily};
|
|
115
|
+
font-size: ${St.fontSize};
|
|
116
|
+
font-weight: ${St.fontWeight};
|
|
117
|
+
letter-spacing: ${St.letterSpacing};
|
|
118
|
+
line-height: ${St.lineHeight};
|
|
119
|
+
text-transform: ${St.textTransform};
|
|
120
|
+
}
|
|
121
121
|
`,Lt=h`
|
|
122
122
|
.ft-typography--body2 {
|
|
123
123
|
font-family: ${Nt.fontFamily};
|
|
@@ -129,14 +129,14 @@ const ct=Symbol.for(""),pt=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)=
|
|
|
129
129
|
}
|
|
130
130
|
`,At=h`
|
|
131
131
|
.ft-typography--caption {
|
|
132
|
-
font-family: ${
|
|
133
|
-
font-size: ${
|
|
134
|
-
font-weight: ${
|
|
135
|
-
letter-spacing: ${
|
|
136
|
-
line-height: ${
|
|
137
|
-
text-transform: ${
|
|
132
|
+
font-family: ${Et.fontFamily};
|
|
133
|
+
font-size: ${Et.fontSize};
|
|
134
|
+
font-weight: ${Et.fontWeight};
|
|
135
|
+
letter-spacing: ${Et.letterSpacing};
|
|
136
|
+
line-height: ${Et.lineHeight};
|
|
137
|
+
text-transform: ${Et.textTransform};
|
|
138
138
|
}
|
|
139
|
-
`,
|
|
139
|
+
`,Pt=h`
|
|
140
140
|
.ft-typography--breadcrumb {
|
|
141
141
|
font-family: ${Rt.fontFamily};
|
|
142
142
|
font-size: ${Rt.fontSize};
|
|
@@ -145,14 +145,14 @@ const ct=Symbol.for(""),pt=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)=
|
|
|
145
145
|
line-height: ${Rt.lineHeight};
|
|
146
146
|
text-transform: ${Rt.textTransform};
|
|
147
147
|
}
|
|
148
|
-
`,
|
|
148
|
+
`,Wt=h`
|
|
149
149
|
.ft-typography--overline {
|
|
150
|
-
font-family: ${
|
|
151
|
-
font-size: ${
|
|
152
|
-
font-weight: ${
|
|
153
|
-
letter-spacing: ${
|
|
154
|
-
line-height: ${
|
|
155
|
-
text-transform: ${
|
|
150
|
+
font-family: ${Ct.fontFamily};
|
|
151
|
+
font-size: ${Ct.fontSize};
|
|
152
|
+
font-weight: ${Ct.fontWeight};
|
|
153
|
+
letter-spacing: ${Ct.letterSpacing};
|
|
154
|
+
line-height: ${Ct.lineHeight};
|
|
155
|
+
text-transform: ${Ct.textTransform};
|
|
156
156
|
}
|
|
157
157
|
`,Ht=h`
|
|
158
158
|
.ft-typography--button {
|
|
@@ -163,15 +163,15 @@ const ct=Symbol.for(""),pt=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)=
|
|
|
163
163
|
line-height: ${Mt.lineHeight};
|
|
164
164
|
text-transform: ${Mt.textTransform};
|
|
165
165
|
}
|
|
166
|
-
`;class
|
|
166
|
+
`;class jt extends ht{constructor(){super(...arguments),this.variant=t.FtTypographyVariants.body1}render(){return this.element?dt`
|
|
167
167
|
<${ft(this.element)}
|
|
168
168
|
class="ft-typography ft-typography--${this.variant}">
|
|
169
169
|
<slot></slot>
|
|
170
170
|
</${ft(this.element)}>
|
|
171
171
|
`:dt`
|
|
172
172
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
173
|
-
`}}var
|
|
173
|
+
`}}var Bt;jt.styles=[Ft,Ut,Tt,kt,zt,Lt,At,Pt,Wt,Ht,h`
|
|
174
174
|
.ft-typography {
|
|
175
175
|
vertical-align: inherit;
|
|
176
176
|
}
|
|
177
|
-
`],gt([i()],
|
|
177
|
+
`],gt([i()],jt.prototype,"element",void 0),gt([i()],jt.prototype,"variant",void 0),(Bt="ft-typography",t=>{window.customElements.get(Bt)||window.customElements.define(Bt,t)})(jt),t.FtTypography=jt,t.FtTypographyBody1=zt,t.FtTypographyBody1CssVariables=St,t.FtTypographyBody2=Lt,t.FtTypographyBody2CssVariables=Nt,t.FtTypographyBreadcrumb=Pt,t.FtTypographyBreadcrumbCssVariables=Rt,t.FtTypographyButton=Ht,t.FtTypographyButtonCssVariables=Mt,t.FtTypographyCaption=At,t.FtTypographyCaptionCssVariables=Et,t.FtTypographyCssVariables=bt,t.FtTypographyOverline=Wt,t.FtTypographyOverlineCssVariables=Ct,t.FtTypographySubtitle1=Tt,t.FtTypographySubtitle1CssVariables=Ot,t.FtTypographySubtitle2=kt,t.FtTypographySubtitle2CssVariables=$t,t.FtTypographyTitle=Ft,t.FtTypographyTitleCssVariables=xt,t.FtTypographyTitleDense=Ut,t.FtTypographyTitleDenseCssVariables=wt,Object.defineProperty(t,"i",{value:!0})}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-typography",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Typography components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
"web": "build/ft-typography.min.js",
|
|
12
12
|
"typings": "build/index",
|
|
13
13
|
"files": [
|
|
14
|
-
"build
|
|
15
|
-
"build
|
|
14
|
+
"build/**/*.ts",
|
|
15
|
+
"build/**/*.js"
|
|
16
16
|
],
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-wc-utils": "
|
|
23
|
-
"lit": "2.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "0.3.1",
|
|
23
|
+
"lit": "2.2.8"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "59991498f66c54210024c0fc6702955901f94952"
|
|
26
26
|
}
|