plugeen 0.0.6 → 0.0.7
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/index.cjs +0 -4
- package/dist/index.js +0 -4
- package/dist/plugeen.global.js +0 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -588,10 +588,6 @@ function initSurveys(api) {
|
|
|
588
588
|
var reset = `
|
|
589
589
|
*, *::before, *::after { box-sizing: border-box; margin: 0; }
|
|
590
590
|
body { line-height: 1.5; -webkit-font-smoothing: antialiased; }
|
|
591
|
-
img, picture, video, canvas, svg { display: block; max-width: 100%; }
|
|
592
|
-
input, button, textarea, select { font: inherit; }
|
|
593
|
-
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
|
|
594
|
-
#root { isolation: isolate; }
|
|
595
591
|
`;
|
|
596
592
|
var initBaseSdk = (apiKey, options) => {
|
|
597
593
|
const api = createApi(apiKey, options);
|
package/dist/index.js
CHANGED
|
@@ -562,10 +562,6 @@ function initSurveys(api) {
|
|
|
562
562
|
var reset = `
|
|
563
563
|
*, *::before, *::after { box-sizing: border-box; margin: 0; }
|
|
564
564
|
body { line-height: 1.5; -webkit-font-smoothing: antialiased; }
|
|
565
|
-
img, picture, video, canvas, svg { display: block; max-width: 100%; }
|
|
566
|
-
input, button, textarea, select { font: inherit; }
|
|
567
|
-
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
|
|
568
|
-
#root { isolation: isolate; }
|
|
569
565
|
`;
|
|
570
566
|
var initBaseSdk = (apiKey, options) => {
|
|
571
567
|
const api = createApi(apiKey, options);
|