@dfds-ui/typography 2.2.0-alpha.c35ceba3 → 2.2.0-alpha.c8928537
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/cjs/styles.d.ts +16 -16
- package/package.json +4 -4
- package/styles.d.ts +16 -16
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/react").SerializedStyles;
|
|
3
|
+
sectionHeadline: import("@emotion/react").SerializedStyles;
|
|
4
|
+
subHeadline: import("@emotion/react").SerializedStyles;
|
|
5
|
+
smallHeadline: import("@emotion/react").SerializedStyles;
|
|
6
|
+
body: import("@emotion/react").SerializedStyles;
|
|
7
|
+
bodyBold: import("@emotion/react").SerializedStyles;
|
|
8
|
+
bodyInterface: import("@emotion/react").SerializedStyles;
|
|
9
|
+
bodyInterfaceBold: import("@emotion/react").SerializedStyles;
|
|
10
|
+
bodyInterfaceSmall: import("@emotion/react").SerializedStyles;
|
|
11
|
+
bodyInterfaceSmallBold: import("@emotion/react").SerializedStyles;
|
|
12
|
+
label: import("@emotion/react").SerializedStyles;
|
|
13
|
+
labelBold: import("@emotion/react").SerializedStyles;
|
|
14
|
+
labelSmall: import("@emotion/react").SerializedStyles;
|
|
15
|
+
action: import("@emotion/react").SerializedStyles;
|
|
16
|
+
actionBold: import("@emotion/react").SerializedStyles;
|
|
17
|
+
caption: import("@emotion/react").SerializedStyles;
|
|
18
18
|
};
|
|
19
19
|
export default typography;
|
package/package.json
CHANGED
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
"description": "Typography",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "2.2.0-alpha.
|
|
6
|
+
"version": "2.2.0-alpha.c8928537",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./cjs/index.js",
|
|
9
9
|
"module": "./index.js",
|
|
10
10
|
"typings": "./index.d.ts",
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@emotion/react": "11.
|
|
12
|
+
"@emotion/react": "11.14.0",
|
|
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.c8928537"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "c8928537012a838ce01ae9ccf5b47317471b9076",
|
|
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/react").SerializedStyles;
|
|
3
|
+
sectionHeadline: import("@emotion/react").SerializedStyles;
|
|
4
|
+
subHeadline: import("@emotion/react").SerializedStyles;
|
|
5
|
+
smallHeadline: import("@emotion/react").SerializedStyles;
|
|
6
|
+
body: import("@emotion/react").SerializedStyles;
|
|
7
|
+
bodyBold: import("@emotion/react").SerializedStyles;
|
|
8
|
+
bodyInterface: import("@emotion/react").SerializedStyles;
|
|
9
|
+
bodyInterfaceBold: import("@emotion/react").SerializedStyles;
|
|
10
|
+
bodyInterfaceSmall: import("@emotion/react").SerializedStyles;
|
|
11
|
+
bodyInterfaceSmallBold: import("@emotion/react").SerializedStyles;
|
|
12
|
+
label: import("@emotion/react").SerializedStyles;
|
|
13
|
+
labelBold: import("@emotion/react").SerializedStyles;
|
|
14
|
+
labelSmall: import("@emotion/react").SerializedStyles;
|
|
15
|
+
action: import("@emotion/react").SerializedStyles;
|
|
16
|
+
actionBold: import("@emotion/react").SerializedStyles;
|
|
17
|
+
caption: import("@emotion/react").SerializedStyles;
|
|
18
18
|
};
|
|
19
19
|
export default typography;
|