@dfds-ui/typography 2.2.0-alpha.98e68873 → 2.2.0-alpha.9bb1ab0f
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/Text.d.ts +1 -1
- package/cjs/Text.d.ts +1 -1
- package/cjs/styles.d.ts +16 -16
- package/package.json +3 -3
- package/styles.d.ts +16 -16
package/Text.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementType, FunctionComponent, ReactNode } from 'react';
|
|
2
2
|
import { typography } from './styles';
|
|
3
|
-
|
|
3
|
+
type StyledAs = keyof typeof typography;
|
|
4
4
|
declare const Text: FunctionComponent<{
|
|
5
5
|
as?: ElementType;
|
|
6
6
|
styledAs?: StyledAs;
|
package/cjs/Text.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementType, FunctionComponent, ReactNode } from 'react';
|
|
2
2
|
import { typography } from './styles';
|
|
3
|
-
|
|
3
|
+
type StyledAs = keyof typeof typography;
|
|
4
4
|
declare const Text: FunctionComponent<{
|
|
5
5
|
as?: ElementType;
|
|
6
6
|
styledAs?: StyledAs;
|
package/cjs/styles.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export declare const typography: {
|
|
2
|
-
heroHeadline: import("@emotion/
|
|
3
|
-
sectionHeadline: import("@emotion/
|
|
4
|
-
subHeadline: import("@emotion/
|
|
5
|
-
smallHeadline: import("@emotion/
|
|
6
|
-
body: import("@emotion/
|
|
7
|
-
bodyBold: import("@emotion/
|
|
8
|
-
bodyInterface: import("@emotion/
|
|
9
|
-
bodyInterfaceBold: import("@emotion/
|
|
10
|
-
bodyInterfaceSmall: import("@emotion/
|
|
11
|
-
bodyInterfaceSmallBold: import("@emotion/
|
|
12
|
-
label: import("@emotion/
|
|
13
|
-
labelBold: import("@emotion/
|
|
14
|
-
labelSmall: import("@emotion/
|
|
15
|
-
action: import("@emotion/
|
|
16
|
-
actionBold: import("@emotion/
|
|
17
|
-
caption: import("@emotion/
|
|
2
|
+
heroHeadline: import("@emotion/utils").SerializedStyles;
|
|
3
|
+
sectionHeadline: import("@emotion/utils").SerializedStyles;
|
|
4
|
+
subHeadline: import("@emotion/utils").SerializedStyles;
|
|
5
|
+
smallHeadline: import("@emotion/utils").SerializedStyles;
|
|
6
|
+
body: import("@emotion/utils").SerializedStyles;
|
|
7
|
+
bodyBold: import("@emotion/utils").SerializedStyles;
|
|
8
|
+
bodyInterface: import("@emotion/utils").SerializedStyles;
|
|
9
|
+
bodyInterfaceBold: import("@emotion/utils").SerializedStyles;
|
|
10
|
+
bodyInterfaceSmall: import("@emotion/utils").SerializedStyles;
|
|
11
|
+
bodyInterfaceSmallBold: import("@emotion/utils").SerializedStyles;
|
|
12
|
+
label: import("@emotion/utils").SerializedStyles;
|
|
13
|
+
labelBold: import("@emotion/utils").SerializedStyles;
|
|
14
|
+
labelSmall: import("@emotion/utils").SerializedStyles;
|
|
15
|
+
action: import("@emotion/utils").SerializedStyles;
|
|
16
|
+
actionBold: import("@emotion/utils").SerializedStyles;
|
|
17
|
+
caption: import("@emotion/utils").SerializedStyles;
|
|
18
18
|
};
|
|
19
19
|
export default typography;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Typography",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "2.2.0-alpha.
|
|
6
|
+
"version": "2.2.0-alpha.9bb1ab0f",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./cjs/index.js",
|
|
9
9
|
"module": "./index.js",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"react": ">= 18.3.1"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@dfds-ui/theme": "2.2.0-alpha.
|
|
16
|
+
"@dfds-ui/theme": "2.2.0-alpha.9bb1ab0f"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "9bb1ab0fca74964da6edd580e53f175a223b4f49",
|
|
19
19
|
"esnext": "",
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
package/styles.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export declare const typography: {
|
|
2
|
-
heroHeadline: import("@emotion/
|
|
3
|
-
sectionHeadline: import("@emotion/
|
|
4
|
-
subHeadline: import("@emotion/
|
|
5
|
-
smallHeadline: import("@emotion/
|
|
6
|
-
body: import("@emotion/
|
|
7
|
-
bodyBold: import("@emotion/
|
|
8
|
-
bodyInterface: import("@emotion/
|
|
9
|
-
bodyInterfaceBold: import("@emotion/
|
|
10
|
-
bodyInterfaceSmall: import("@emotion/
|
|
11
|
-
bodyInterfaceSmallBold: import("@emotion/
|
|
12
|
-
label: import("@emotion/
|
|
13
|
-
labelBold: import("@emotion/
|
|
14
|
-
labelSmall: import("@emotion/
|
|
15
|
-
action: import("@emotion/
|
|
16
|
-
actionBold: import("@emotion/
|
|
17
|
-
caption: import("@emotion/
|
|
2
|
+
heroHeadline: import("@emotion/utils").SerializedStyles;
|
|
3
|
+
sectionHeadline: import("@emotion/utils").SerializedStyles;
|
|
4
|
+
subHeadline: import("@emotion/utils").SerializedStyles;
|
|
5
|
+
smallHeadline: import("@emotion/utils").SerializedStyles;
|
|
6
|
+
body: import("@emotion/utils").SerializedStyles;
|
|
7
|
+
bodyBold: import("@emotion/utils").SerializedStyles;
|
|
8
|
+
bodyInterface: import("@emotion/utils").SerializedStyles;
|
|
9
|
+
bodyInterfaceBold: import("@emotion/utils").SerializedStyles;
|
|
10
|
+
bodyInterfaceSmall: import("@emotion/utils").SerializedStyles;
|
|
11
|
+
bodyInterfaceSmallBold: import("@emotion/utils").SerializedStyles;
|
|
12
|
+
label: import("@emotion/utils").SerializedStyles;
|
|
13
|
+
labelBold: import("@emotion/utils").SerializedStyles;
|
|
14
|
+
labelSmall: import("@emotion/utils").SerializedStyles;
|
|
15
|
+
action: import("@emotion/utils").SerializedStyles;
|
|
16
|
+
actionBold: import("@emotion/utils").SerializedStyles;
|
|
17
|
+
caption: import("@emotion/utils").SerializedStyles;
|
|
18
18
|
};
|
|
19
19
|
export default typography;
|