@measured/puck-plugin-heading-analyzer 0.15.1-canary.9b20506 → 0.16.0-canary.04fd6c5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +14 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4190 -5251
- package/package.json +4 -4
package/dist/index.css
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
/* css-module:/home/runner/work/puck/puck/packages/plugin-heading-analyzer/src/HeadingAnalyzer.module.css/#css-module-data */
|
2
|
+
._HeadingAnalyzer_116v6_1 {
|
3
|
+
display: block;
|
4
|
+
}
|
5
|
+
._HeadingAnalyzer-cssWarning_116v6_5 {
|
6
|
+
display: none !important;
|
7
|
+
}
|
8
|
+
._HeadingAnalyzerItem_116v6_9 {
|
9
|
+
display: inline;
|
10
|
+
}
|
11
|
+
._HeadingAnalyzerItem--missing_116v6_13 {
|
12
|
+
color: var(--puck-color-red-04);
|
13
|
+
}
|
14
|
+
|
1
15
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
2
16
|
._SidebarSection_125qe_1 {
|
3
17
|
display: flex;
|
package/dist/index.d.ts
CHANGED