@common-stack/components-pro 7.0.4-alpha.23 → 7.0.4-alpha.24

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.
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Replace the wrapped dom element with `[data-slot-name]` to its children,
3
+ * setting attrib [data-slot-name] same as parent.
4
+ *
5
+ * @param htmlContent Html content string.
6
+ * @param fills fill names.
7
+ * @returns The replaced html content string.
8
+ */
9
+ export declare const replaceServerFills: (htmlContent: string, fills: string[]) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/components-pro",
3
- "version": "7.0.4-alpha.23",
3
+ "version": "7.0.4-alpha.24",
4
4
  "description": "browser plugin for git",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -37,6 +37,7 @@
37
37
  "@wordpress/warning": "^2.53.0",
38
38
  "cheerio": "^1.0.0",
39
39
  "history-with-query": "^4.10.4",
40
+ "node-html-parser": "^7.0.1",
40
41
  "sort-keys": "^4.1.0",
41
42
  "valtio": "^1.7.0"
42
43
  },
@@ -53,5 +54,5 @@
53
54
  "typescript": {
54
55
  "definition": "lib/index.d.ts"
55
56
  },
56
- "gitHead": "407e69fc5bf558b16950435367141ba9cf05a31b"
57
+ "gitHead": "44bff90a27f9ee99ad16d65d19aa22e42fae7da4"
57
58
  }