@measured/puck-plugin-heading-analyzer 0.12.0-canary.afd6a9d → 0.12.0-canary.c7daf5e
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 +22 -20
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.css
CHANGED
@@ -1,53 +1,56 @@
|
|
1
1
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
2
|
-
.
|
2
|
+
._SidebarSection_1uyg2_1 {
|
3
3
|
display: flex;
|
4
4
|
position: relative;
|
5
5
|
flex-direction: column;
|
6
6
|
color: black;
|
7
7
|
}
|
8
|
-
.
|
8
|
+
._SidebarSection_1uyg2_1:last-of-type {
|
9
9
|
flex-grow: 1;
|
10
10
|
}
|
11
|
-
._SidebarSection-
|
11
|
+
._SidebarSection-title_1uyg2_12 {
|
12
12
|
background: white;
|
13
13
|
padding: 16px;
|
14
14
|
border-bottom: 1px solid var(--puck-color-grey-8);
|
15
15
|
overflow-x: auto;
|
16
16
|
}
|
17
|
-
._SidebarSection-
|
17
|
+
._SidebarSection-content_1uyg2_19 {
|
18
18
|
border-bottom: 1px solid var(--puck-color-grey-8);
|
19
19
|
padding: 16px;
|
20
20
|
}
|
21
|
-
._SidebarSection--
|
21
|
+
._SidebarSection--noPadding_1uyg2_24 ._SidebarSection-content_1uyg2_19 {
|
22
22
|
padding: 0px;
|
23
23
|
}
|
24
|
-
.
|
24
|
+
._SidebarSection--noPadding_1uyg2_24 ._SidebarSection-content_1uyg2_19:last-child {
|
25
|
+
padding-bottom: 4px;
|
26
|
+
}
|
27
|
+
._SidebarSection_1uyg2_1:last-of-type ._SidebarSection-content_1uyg2_19 {
|
25
28
|
border-bottom: none;
|
26
29
|
flex-grow: 1;
|
27
30
|
}
|
28
|
-
._SidebarSection-
|
31
|
+
._SidebarSection-breadcrumbLabel_1uyg2_37 {
|
29
32
|
color: var(--puck-color-azure-3);
|
30
33
|
flex-shrink: 0;
|
31
34
|
}
|
32
|
-
._SidebarSection-
|
35
|
+
._SidebarSection-breadcrumbLabel_1uyg2_37:hover {
|
33
36
|
color: var(--puck-color-azure-4);
|
34
37
|
cursor: pointer;
|
35
38
|
text-decoration: underline;
|
36
39
|
}
|
37
|
-
._SidebarSection-
|
40
|
+
._SidebarSection-breadcrumbs_1uyg2_48 {
|
38
41
|
align-items: center;
|
39
42
|
display: flex;
|
40
43
|
gap: 4px;
|
41
44
|
}
|
42
|
-
._SidebarSection-
|
45
|
+
._SidebarSection-breadcrumb_1uyg2_37 {
|
43
46
|
align-items: center;
|
44
47
|
display: flex;
|
45
48
|
gap: 4px;
|
46
49
|
}
|
47
|
-
._SidebarSection-
|
50
|
+
._SidebarSection-heading_1uyg2_60 {
|
48
51
|
padding-right: 16px;
|
49
52
|
}
|
50
|
-
._SidebarSection-
|
53
|
+
._SidebarSection-loadingOverlay_1uyg2_64 {
|
51
54
|
background: white;
|
52
55
|
display: flex;
|
53
56
|
justify-content: center;
|
@@ -101,16 +104,15 @@
|
|
101
104
|
}
|
102
105
|
|
103
106
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/OutlineList/styles.module.css/#css-module-data */
|
104
|
-
.
|
107
|
+
._OutlineList_1nwoz_1 {
|
105
108
|
color: var(--puck-color-grey-2);
|
106
109
|
font-family: var(--puck-font-stack);
|
107
110
|
margin: 0;
|
108
|
-
margin-left: 16px;
|
109
111
|
padding-left: 16px;
|
110
112
|
position: relative;
|
111
113
|
list-style: none;
|
112
114
|
}
|
113
|
-
.
|
115
|
+
._OutlineList_1nwoz_1::before {
|
114
116
|
background: var(--puck-color-grey-7);
|
115
117
|
position: absolute;
|
116
118
|
left: -1px;
|
@@ -119,11 +121,11 @@
|
|
119
121
|
height: calc(100% - 9px);
|
120
122
|
content: "";
|
121
123
|
}
|
122
|
-
.
|
124
|
+
._OutlineListItem_1nwoz_20 {
|
123
125
|
position: relative;
|
124
126
|
margin-bottom: 4px;
|
125
127
|
}
|
126
|
-
.
|
128
|
+
._OutlineListItem_1nwoz_20::before {
|
127
129
|
background: var(--puck-color-grey-7);
|
128
130
|
position: absolute;
|
129
131
|
left: -17px;
|
@@ -132,10 +134,10 @@
|
|
132
134
|
height: 1px;
|
133
135
|
content: "";
|
134
136
|
}
|
135
|
-
._OutlineListItem--
|
137
|
+
._OutlineListItem--clickable_1nwoz_35:hover {
|
136
138
|
color: var(--puck-color-blue);
|
137
139
|
cursor: pointer;
|
138
140
|
}
|
139
|
-
.
|
140
|
-
margin: 8px;
|
141
|
+
._OutlineListItem_1nwoz_20 > ._OutlineList_1nwoz_1 {
|
142
|
+
margin: 8px 0;
|
141
143
|
}
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -1084,7 +1084,7 @@ init_react_import();
|
|
1084
1084
|
|
1085
1085
|
// css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css#css-module
|
1086
1086
|
init_react_import();
|
1087
|
-
var styles_module_default = { "SidebarSection": "
|
1087
|
+
var styles_module_default = { "SidebarSection": "_SidebarSection_1uyg2_1", "SidebarSection-title": "_SidebarSection-title_1uyg2_12", "SidebarSection-content": "_SidebarSection-content_1uyg2_19", "SidebarSection--noPadding": "_SidebarSection--noPadding_1uyg2_24", "SidebarSection-breadcrumbLabel": "_SidebarSection-breadcrumbLabel_1uyg2_37", "SidebarSection-breadcrumbs": "_SidebarSection-breadcrumbs_1uyg2_48", "SidebarSection-breadcrumb": "_SidebarSection-breadcrumb_1uyg2_37", "SidebarSection-heading": "_SidebarSection-heading_1uyg2_60", "SidebarSection-loadingOverlay": "_SidebarSection-loadingOverlay_1uyg2_64" };
|
1088
1088
|
|
1089
1089
|
// ../core/lib/get-class-name-factory.ts
|
1090
1090
|
init_react_import();
|
@@ -1513,7 +1513,7 @@ init_react_import();
|
|
1513
1513
|
|
1514
1514
|
// css-module:/home/runner/work/puck/puck/packages/core/components/OutlineList/styles.module.css#css-module
|
1515
1515
|
init_react_import();
|
1516
|
-
var styles_module_default3 = { "OutlineList": "
|
1516
|
+
var styles_module_default3 = { "OutlineList": "_OutlineList_1nwoz_1", "OutlineListItem": "_OutlineListItem_1nwoz_20", "OutlineListItem--clickable": "_OutlineListItem--clickable_1nwoz_35" };
|
1517
1517
|
|
1518
1518
|
// ../core/components/OutlineList/index.tsx
|
1519
1519
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
@@ -1555,7 +1555,7 @@ var dataAttr = "data-puck-heading-analyzer-id";
|
|
1555
1555
|
var getOutline = ({
|
1556
1556
|
addDataAttr = false
|
1557
1557
|
} = {}) => {
|
1558
|
-
const headings = window.document.querySelector("
|
1558
|
+
const headings = window.document.querySelector("#puck-frame").querySelectorAll("h1,h2,h3,h4,h5,h6");
|
1559
1559
|
const _outline = [];
|
1560
1560
|
headings.forEach((item, i) => {
|
1561
1561
|
if (addDataAttr) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.12.0-canary.
|
3
|
+
"version": "0.12.0-canary.c7daf5e",
|
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.12.0-canary.
|
17
|
+
"@measured/puck": "^0.12.0-canary.c7daf5e",
|
18
18
|
"@types/react": "^18.2.0",
|
19
19
|
"@types/react-dom": "^18.2.0",
|
20
20
|
"eslint": "^7.32.0",
|