@measured/puck 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 +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -829,41 +829,40 @@
|
|
829
829
|
}
|
830
830
|
|
831
831
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
|
832
|
-
.
|
832
|
+
._Heading_1bvy5_1 {
|
833
833
|
display: block;
|
834
834
|
color: var(--puck-color-black);
|
835
835
|
font-family: var(--puck-font-stack);
|
836
836
|
font-weight: 700;
|
837
837
|
margin: 0;
|
838
|
-
word-break: break-word;
|
839
838
|
}
|
840
|
-
.
|
839
|
+
._Heading_1bvy5_1 b {
|
841
840
|
font-weight: 700;
|
842
841
|
}
|
843
|
-
._Heading--
|
842
|
+
._Heading--xxxxl_1bvy5_13 {
|
844
843
|
font-size: var(--puck-font-size-xxxxl);
|
845
844
|
letter-spacing: 0.08ch;
|
846
845
|
font-weight: 800;
|
847
846
|
}
|
848
|
-
._Heading--
|
847
|
+
._Heading--xxxl_1bvy5_19 {
|
849
848
|
font-size: var(--puck-font-size-xxxl);
|
850
849
|
}
|
851
|
-
._Heading--
|
850
|
+
._Heading--xxl_1bvy5_23 {
|
852
851
|
font-size: var(--puck-font-size-xxl);
|
853
852
|
}
|
854
|
-
._Heading--
|
853
|
+
._Heading--xl_1bvy5_27 {
|
855
854
|
font-size: var(--puck-font-size-xl);
|
856
855
|
}
|
857
|
-
._Heading--
|
856
|
+
._Heading--l_1bvy5_31 {
|
858
857
|
font-size: var(--puck-font-size-l);
|
859
858
|
}
|
860
|
-
._Heading--
|
859
|
+
._Heading--m_1bvy5_35 {
|
861
860
|
font-size: var(--puck-font-size-m);
|
862
861
|
}
|
863
|
-
._Heading--
|
862
|
+
._Heading--s_1bvy5_39 {
|
864
863
|
font-size: var(--puck-font-size-s);
|
865
864
|
}
|
866
|
-
._Heading--
|
865
|
+
._Heading--xs_1bvy5_43 {
|
867
866
|
font-size: var(--puck-font-size-xs);
|
868
867
|
}
|
869
868
|
|
package/dist/index.js
CHANGED
@@ -3962,7 +3962,7 @@ init_react_import();
|
|
3962
3962
|
|
3963
3963
|
// css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css#css-module
|
3964
3964
|
init_react_import();
|
3965
|
-
var styles_module_default9 = { "Heading": "
|
3965
|
+
var styles_module_default9 = { "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" };
|
3966
3966
|
|
3967
3967
|
// components/Heading/index.tsx
|
3968
3968
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
@@ -5034,7 +5034,7 @@ function Puck({
|
|
5034
5034
|
display: "grid",
|
5035
5035
|
padding: 16,
|
5036
5036
|
gridTemplateAreas: '"left middle right"',
|
5037
|
-
gridTemplateColumns: "
|
5037
|
+
gridTemplateColumns: "288px auto 288px",
|
5038
5038
|
gridTemplateRows: "auto"
|
5039
5039
|
},
|
5040
5040
|
children: [
|