@measured/puck-plugin-heading-analyzer 0.11.0-canary.4613df4 → 0.11.0-canary.b28404f
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 +10 -11
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
@@ -49,41 +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
54
|
color: var(--puck-color-black);
|
55
55
|
font-family: var(--puck-font-stack);
|
56
56
|
font-weight: 700;
|
57
57
|
margin: 0;
|
58
|
-
word-break: break-word;
|
59
58
|
}
|
60
|
-
.
|
59
|
+
._Heading_1bvy5_1 b {
|
61
60
|
font-weight: 700;
|
62
61
|
}
|
63
|
-
._Heading--
|
62
|
+
._Heading--xxxxl_1bvy5_13 {
|
64
63
|
font-size: var(--puck-font-size-xxxxl);
|
65
64
|
letter-spacing: 0.08ch;
|
66
65
|
font-weight: 800;
|
67
66
|
}
|
68
|
-
._Heading--
|
67
|
+
._Heading--xxxl_1bvy5_19 {
|
69
68
|
font-size: var(--puck-font-size-xxxl);
|
70
69
|
}
|
71
|
-
._Heading--
|
70
|
+
._Heading--xxl_1bvy5_23 {
|
72
71
|
font-size: var(--puck-font-size-xxl);
|
73
72
|
}
|
74
|
-
._Heading--
|
73
|
+
._Heading--xl_1bvy5_27 {
|
75
74
|
font-size: var(--puck-font-size-xl);
|
76
75
|
}
|
77
|
-
._Heading--
|
76
|
+
._Heading--l_1bvy5_31 {
|
78
77
|
font-size: var(--puck-font-size-l);
|
79
78
|
}
|
80
|
-
._Heading--
|
79
|
+
._Heading--m_1bvy5_35 {
|
81
80
|
font-size: var(--puck-font-size-m);
|
82
81
|
}
|
83
|
-
._Heading--
|
82
|
+
._Heading--s_1bvy5_39 {
|
84
83
|
font-size: var(--puck-font-size-s);
|
85
84
|
}
|
86
|
-
._Heading--
|
85
|
+
._Heading--xs_1bvy5_43 {
|
87
86
|
font-size: var(--puck-font-size-xs);
|
88
87
|
}
|
89
88
|
|
package/dist/index.js
CHANGED
@@ -1119,7 +1119,7 @@ init_react_import();
|
|
1119
1119
|
|
1120
1120
|
// css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css#css-module
|
1121
1121
|
init_react_import();
|
1122
|
-
var styles_module_default2 = { "Heading": "
|
1122
|
+
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" };
|
1123
1123
|
|
1124
1124
|
// ../core/components/Heading/index.tsx
|
1125
1125
|
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.11.0-canary.
|
3
|
+
"version": "0.11.0-canary.b28404f",
|
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.11.0-canary.
|
17
|
+
"@measured/puck": "^0.11.0-canary.b28404f",
|
18
18
|
"@types/react": "^18.2.0",
|
19
19
|
"@types/react-dom": "^18.2.0",
|
20
20
|
"eslint": "^7.32.0",
|