construct-hub-webapp 0.1.597 → 0.1.598

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.
@@ -3,7 +3,6 @@
3
3
  <mask id="m"><rect width="1300" height="200" rx="50" fill="#FFF"/></mask>
4
4
  <g mask="url(#m)">
5
5
  <rect width="1300" height="200" fill="rgb(40, 43, 52)"/>
6
- <rect width="1300" height="200" fill="url(#a)"/>
7
6
  </g>
8
7
  <g aria-hidden="true" fill="rgb(212, 213, 214)" text-anchor="start" font-family='-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' font-size="100">
9
8
  <text x="110" y="138" textLength="360" font-weight="500">View on</text>
@@ -22,7 +22,6 @@
22
22
  <mask id="m"><rect width="1300" height="200" rx="50" fill="#FFF"/></mask>
23
23
  <g mask="url(#m)">
24
24
  <rect width="1300" height="200" class="bg"/>
25
- <rect width="1300" height="200" fill="url(#a)"/>
26
25
  </g>
27
26
  <g aria-hidden="true" text-anchor="start" font-family='-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' font-size="100">
28
27
  <text x="110" y="138" class="primary" textLength="360" font-weight="500">View on</text>
@@ -3,7 +3,6 @@
3
3
  <mask id="m"><rect width="1300" height="200" rx="50" fill="#FFF"/></mask>
4
4
  <g mask="url(#m)">
5
5
  <rect width="1300" height="200" fill="rgb(237, 242, 247)"/>
6
- <rect width="1300" height="200" fill="url(#a)"/>
7
6
  </g>
8
7
  <g aria-hidden="true" fill="rgb(26, 32, 44)" text-anchor="start" font-family='-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' font-size="100">
9
8
  <text x="110" y="138" textLength="360" font-weight="500">View on</text>
package/package.json CHANGED
@@ -116,7 +116,7 @@
116
116
  "node": ">= 14.17.0"
117
117
  },
118
118
  "license": "Apache-2.0",
119
- "version": "0.1.597",
119
+ "version": "0.1.598",
120
120
  "eslintConfig": {
121
121
  "extends": [
122
122
  "react-app",