@measured/puck-plugin-heading-analyzer 0.8.0-canary.f4b0563 → 0.9.0-canary.1822536
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/dist/index.css +11 -10
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
@@ -49,39 +49,40 @@
|
|
49
49
|
}
|
50
50
|
|
51
51
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
|
52
|
-
.
|
52
|
+
._Heading_1bvy5_1 {
|
53
53
|
display: block;
|
54
|
+
color: var(--puck-color-black);
|
54
55
|
font-family: var(--puck-font-stack);
|
55
56
|
font-weight: 700;
|
56
57
|
margin: 0;
|
57
58
|
}
|
58
|
-
.
|
59
|
+
._Heading_1bvy5_1 b {
|
59
60
|
font-weight: 700;
|
60
61
|
}
|
61
|
-
._Heading--
|
62
|
+
._Heading--xxxxl_1bvy5_13 {
|
62
63
|
font-size: var(--puck-font-size-xxxxl);
|
63
64
|
letter-spacing: 0.08ch;
|
64
65
|
font-weight: 800;
|
65
66
|
}
|
66
|
-
._Heading--
|
67
|
+
._Heading--xxxl_1bvy5_19 {
|
67
68
|
font-size: var(--puck-font-size-xxxl);
|
68
69
|
}
|
69
|
-
._Heading--
|
70
|
+
._Heading--xxl_1bvy5_23 {
|
70
71
|
font-size: var(--puck-font-size-xxl);
|
71
72
|
}
|
72
|
-
._Heading--
|
73
|
+
._Heading--xl_1bvy5_27 {
|
73
74
|
font-size: var(--puck-font-size-xl);
|
74
75
|
}
|
75
|
-
._Heading--
|
76
|
+
._Heading--l_1bvy5_31 {
|
76
77
|
font-size: var(--puck-font-size-l);
|
77
78
|
}
|
78
|
-
._Heading--
|
79
|
+
._Heading--m_1bvy5_35 {
|
79
80
|
font-size: var(--puck-font-size-m);
|
80
81
|
}
|
81
|
-
._Heading--
|
82
|
+
._Heading--s_1bvy5_39 {
|
82
83
|
font-size: var(--puck-font-size-s);
|
83
84
|
}
|
84
|
-
._Heading--
|
85
|
+
._Heading--xs_1bvy5_43 {
|
85
86
|
font-size: var(--puck-font-size-xs);
|
86
87
|
}
|
87
88
|
|
package/dist/index.js
CHANGED
@@ -1116,7 +1116,7 @@ init_react_import();
|
|
1116
1116
|
|
1117
1117
|
// css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css#css-module
|
1118
1118
|
init_react_import();
|
1119
|
-
var styles_module_default2 = { "Heading": "
|
1119
|
+
var styles_module_default2 = { "Heading": "_Heading_1bvy5_1", "Heading--xxxxl": "_Heading--xxxxl_1bvy5_13", "Heading--xxxl": "_Heading--xxxl_1bvy5_19", "Heading--xxl": "_Heading--xxl_1bvy5_23", "Heading--xl": "_Heading--xl_1bvy5_27", "Heading--l": "_Heading--l_1bvy5_31", "Heading--m": "_Heading--m_1bvy5_35", "Heading--s": "_Heading--s_1bvy5_39", "Heading--xs": "_Heading--xs_1bvy5_43" };
|
1120
1120
|
|
1121
1121
|
// ../core/components/Heading/index.tsx
|
1122
1122
|
var import_jsx_runtime = require("react/jsx-runtime");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.9.0-canary.1822536",
|
4
4
|
"private": false,
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"dist"
|
15
15
|
],
|
16
16
|
"devDependencies": {
|
17
|
-
"@measured/puck": "^0.
|
17
|
+
"@measured/puck": "^0.9.0-canary.1822536",
|
18
18
|
"@types/react": "^18.2.0",
|
19
19
|
"@types/react-dom": "^18.2.0",
|
20
20
|
"eslint": "^7.32.0",
|