@measured/puck 0.15.0 → 0.15.1-canary.9151255
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 +5 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1680,7 +1680,7 @@ textarea._Input-input_1qi5b_46 {
|
|
1680
1680
|
}
|
1681
1681
|
|
1682
1682
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
1683
|
-
.
|
1683
|
+
._ViewportControls_g1wgg_1 {
|
1684
1684
|
display: flex;
|
1685
1685
|
background: var(--puck-color-grey-11);
|
1686
1686
|
box-sizing: border-box;
|
@@ -1693,12 +1693,12 @@ textarea._Input-input_1qi5b_46 {
|
|
1693
1693
|
padding-right: var(--puck-space-px);
|
1694
1694
|
z-index: 1;
|
1695
1695
|
}
|
1696
|
-
._ViewportControls-
|
1696
|
+
._ViewportControls-divider_g1wgg_15 {
|
1697
1697
|
border-right: 1px solid var(--puck-color-grey-09);
|
1698
1698
|
margin-left: 8px;
|
1699
1699
|
margin-right: 8px;
|
1700
1700
|
}
|
1701
|
-
._ViewportControls-
|
1701
|
+
._ViewportControls-zoomSelect_g1wgg_21 {
|
1702
1702
|
appearance: none;
|
1703
1703
|
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
1704
1704
|
background-size: 10px;
|
@@ -1706,9 +1706,10 @@ textarea._Input-input_1qi5b_46 {
|
|
1706
1706
|
background-repeat: no-repeat;
|
1707
1707
|
border: 0;
|
1708
1708
|
font-size: var(--puck-font-size-xxxs);
|
1709
|
+
padding: 0;
|
1709
1710
|
width: 96px;
|
1710
1711
|
}
|
1711
|
-
._ViewportButton--
|
1712
|
+
._ViewportButton--isActive_g1wgg_34 ._ViewportButton-inner_g1wgg_34 {
|
1712
1713
|
color: var(--puck-color-azure-04);
|
1713
1714
|
}
|
1714
1715
|
|
package/dist/index.js
CHANGED
@@ -33447,7 +33447,7 @@ var import_react28 = require("react");
|
|
33447
33447
|
|
33448
33448
|
// css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css#css-module
|
33449
33449
|
init_react_import();
|
33450
|
-
var styles_module_default19 = { "ViewportControls": "
|
33450
|
+
var styles_module_default19 = { "ViewportControls": "_ViewportControls_g1wgg_1", "ViewportControls-divider": "_ViewportControls-divider_g1wgg_15", "ViewportControls-zoomSelect": "_ViewportControls-zoomSelect_g1wgg_21", "ViewportButton--isActive": "_ViewportButton--isActive_g1wgg_34", "ViewportButton-inner": "_ViewportButton-inner_g1wgg_34" };
|
33451
33451
|
|
33452
33452
|
// components/ViewportControls/index.tsx
|
33453
33453
|
var import_jsx_runtime34 = require("react/jsx-runtime");
|
package/package.json
CHANGED