@blaze-cms/react-page-builder 0.139.0-core-styles.3 → 0.139.0-core-styles.4
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.139.0-core-styles.4](https://github.com/thebyte9/blaze/compare/v0.139.0-core-styles.3...v0.139.0-core-styles.4) (2024-01-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [0.139.0-core-styles.3](https://github.com/thebyte9/blaze/compare/v0.139.0-core-styles.2...v0.139.0-core-styles.3) (2024-01-09)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/react-page-builder",
|
|
3
|
-
"version": "0.139.0-core-styles.
|
|
3
|
+
"version": "0.139.0-core-styles.4",
|
|
4
4
|
"description": "Blaze react page builder",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"lib/*",
|
|
90
90
|
"lib-es/*"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "ceeece3bb9a727b2aebccddcb8c94175666e3cf6"
|
|
93
93
|
}
|
|
@@ -7,10 +7,8 @@ exports[`Placeholder component should render PlaceholderIcon 1`] = `
|
|
|
7
7
|
data-testid="placeholder-icon"
|
|
8
8
|
>
|
|
9
9
|
<svg
|
|
10
|
-
height="25px"
|
|
11
10
|
version="1.1"
|
|
12
11
|
viewBox="0 0 20 20"
|
|
13
|
-
width="25px"
|
|
14
12
|
xmlns="http://www.w3.org/2000/svg"
|
|
15
13
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
16
14
|
>
|
|
@@ -44,13 +42,13 @@ exports[`Placeholder component should render PlaceholderIcon 1`] = `
|
|
|
44
42
|
/>
|
|
45
43
|
<path
|
|
46
44
|
d="M5.00003877,4.07973585 C5.00003879,3.4834142 5.50109477,3 6.11917864,3 C6.73726251,3 7.2383185,3.4834142 7.2383185,4.07973585 C7.2383185,4.6760575 6.73726252,5.15947172 6.11917864,5.15947172 C5.82268209,5.15728623 5.53857972,5.04442179 5.32645457,4.84454876 C5.11586241,4.64208328 4.99827309,4.36656405 5.00003877,4.07973585 Z"
|
|
47
|
-
fill="
|
|
45
|
+
fill="#899BBC"
|
|
48
46
|
fill-rule="nonzero"
|
|
49
47
|
id="Path"
|
|
50
48
|
/>
|
|
51
49
|
<path
|
|
52
50
|
d="M3.375,14.625 C3.375,14.3143398 3.62683983,14.0625 3.9375,14.0625 L14.0625,14.0625 C14.3731602,14.0625 14.625,14.3143398 14.625,14.625 C14.625,14.9356602 14.3731602,15.1875 14.0625,15.1875 L3.9375,15.1875 C3.62683983,15.1875 3.375,14.9356602 3.375,14.625 Z"
|
|
53
|
-
fill="
|
|
51
|
+
fill="#899BBC"
|
|
54
52
|
fill-rule="nonzero"
|
|
55
53
|
id="Shape"
|
|
56
54
|
/>
|
|
@@ -58,7 +56,7 @@ exports[`Placeholder component should render PlaceholderIcon 1`] = `
|
|
|
58
56
|
height="16.7"
|
|
59
57
|
id="Rectangle"
|
|
60
58
|
rx="2"
|
|
61
|
-
stroke="
|
|
59
|
+
stroke="#899BBC"
|
|
62
60
|
stroke-width="1.3"
|
|
63
61
|
width="16.7"
|
|
64
62
|
x="0.65"
|
|
@@ -66,7 +64,7 @@ exports[`Placeholder component should render PlaceholderIcon 1`] = `
|
|
|
66
64
|
/>
|
|
67
65
|
<line
|
|
68
66
|
id="Line-2"
|
|
69
|
-
stroke="
|
|
67
|
+
stroke="#899BBC"
|
|
70
68
|
stroke-linecap="square"
|
|
71
69
|
stroke-width="1.3"
|
|
72
70
|
x1="1"
|