@measured/puck-plugin-heading-analyzer 0.8.0-canary.6e95652 → 0.8.0-canary.87c8736
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 +13 -12
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
@@ -1,49 +1,50 @@
|
|
1
1
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
2
|
-
.
|
2
|
+
._SidebarSection_f1p35_1 {
|
3
3
|
display: flex;
|
4
4
|
position: relative;
|
5
5
|
flex-direction: column;
|
6
|
+
color: black;
|
6
7
|
}
|
7
|
-
.
|
8
|
+
._SidebarSection_f1p35_1:last-of-type {
|
8
9
|
flex-grow: 1;
|
9
10
|
}
|
10
|
-
._SidebarSection-
|
11
|
+
._SidebarSection-title_f1p35_12 {
|
11
12
|
background: white;
|
12
13
|
padding: 16px;
|
13
14
|
border-bottom: 1px solid var(--puck-color-grey-8);
|
14
|
-
overflow-x:
|
15
|
+
overflow-x: auto;
|
15
16
|
}
|
16
|
-
._SidebarSection-
|
17
|
+
._SidebarSection-content_f1p35_19 {
|
17
18
|
border-bottom: 1px solid var(--puck-color-grey-8);
|
18
19
|
padding: 16px;
|
19
20
|
}
|
20
|
-
._SidebarSection--
|
21
|
+
._SidebarSection--noPadding_f1p35_24 ._SidebarSection-content_f1p35_19 {
|
21
22
|
padding: 0px;
|
22
23
|
}
|
23
|
-
.
|
24
|
+
._SidebarSection_f1p35_1:last-of-type ._SidebarSection-content_f1p35_19 {
|
24
25
|
border-bottom: none;
|
25
26
|
flex-grow: 1;
|
26
27
|
}
|
27
|
-
._SidebarSection-
|
28
|
+
._SidebarSection-breadcrumbLabel_f1p35_33 {
|
28
29
|
color: var(--puck-color-azure-3);
|
29
30
|
flex-shrink: 0;
|
30
31
|
}
|
31
|
-
._SidebarSection-
|
32
|
+
._SidebarSection-breadcrumbLabel_f1p35_33:hover {
|
32
33
|
color: var(--puck-color-azure-4);
|
33
34
|
cursor: pointer;
|
34
35
|
text-decoration: underline;
|
35
36
|
}
|
36
|
-
._SidebarSection-
|
37
|
+
._SidebarSection-breadcrumbs_f1p35_44 {
|
37
38
|
align-items: center;
|
38
39
|
display: flex;
|
39
40
|
gap: 4px;
|
40
41
|
}
|
41
|
-
._SidebarSection-
|
42
|
+
._SidebarSection-breadcrumb_f1p35_33 {
|
42
43
|
align-items: center;
|
43
44
|
display: flex;
|
44
45
|
gap: 4px;
|
45
46
|
}
|
46
|
-
._SidebarSection-
|
47
|
+
._SidebarSection-heading_f1p35_56 {
|
47
48
|
padding-right: 16px;
|
48
49
|
}
|
49
50
|
|
package/dist/index.js
CHANGED
@@ -1081,7 +1081,7 @@ init_react_import();
|
|
1081
1081
|
|
1082
1082
|
// css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css#css-module
|
1083
1083
|
init_react_import();
|
1084
|
-
var styles_module_default = { "SidebarSection": "
|
1084
|
+
var styles_module_default = { "SidebarSection": "_SidebarSection_f1p35_1", "SidebarSection-title": "_SidebarSection-title_f1p35_12", "SidebarSection-content": "_SidebarSection-content_f1p35_19", "SidebarSection--noPadding": "_SidebarSection--noPadding_f1p35_24", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_f1p35_33", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_f1p35_44", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_f1p35_33", "SidebarSection-heading": "_SidebarSection-heading_f1p35_56" };
|
1085
1085
|
|
1086
1086
|
// ../core/lib/get-class-name-factory.ts
|
1087
1087
|
init_react_import();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.8.0-canary.
|
3
|
+
"version": "0.8.0-canary.87c8736",
|
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.8.0-canary.
|
17
|
+
"@measured/puck": "^0.8.0-canary.87c8736",
|
18
18
|
"@types/react": "^18.2.0",
|
19
19
|
"@types/react-dom": "^18.2.0",
|
20
20
|
"eslint": "^7.32.0",
|