@hubsync/esign-web-sdk-react 6.9.30 → 6.9.33
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/globals.css +11 -0
- package/package.json +2 -2
package/dist/globals.css
CHANGED
|
@@ -32,6 +32,17 @@
|
|
|
32
32
|
--verdocs-primary-purple: rgba(101, 77, 203, 1);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
+
/* Neutral, un-branded loading placeholder for document pages (see utils/PagePlaceholder.tsx) */
|
|
36
|
+
.verdocs-page-placeholder {
|
|
37
|
+
display: flex;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
box-sizing: border-box;
|
|
41
|
+
background-color: #ffffff;
|
|
42
|
+
border: 1px solid #ececec;
|
|
43
|
+
box-shadow: 0 0 10px 5px #0000000f;
|
|
44
|
+
}
|
|
45
|
+
|
|
35
46
|
@keyframes verdocs-field-ripple-bloom {
|
|
36
47
|
0% {
|
|
37
48
|
box-shadow: 0 0 0 0 var(--verdocs-primary-purple);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubsync/esign-web-sdk-react",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.33",
|
|
4
4
|
"description": "Verdocs Web SDK for React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"rollup": "rollup -c"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@hubsync/esign-web-sdk": "^6.9.
|
|
22
|
+
"@hubsync/esign-web-sdk": "^6.9.33",
|
|
23
23
|
"@stencil/react-output-target": "^1.2.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|