microboard-ui-temp 0.1.64 → 0.1.65
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.css +20 -24
- package/dist/index.js +14 -39
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -6175,41 +6175,37 @@ td.currentTariff_0VfwRg {
|
|
|
6175
6175
|
right: var(--absolute-position-panel-padding);
|
|
6176
6176
|
pointer-events: auto;
|
|
6177
6177
|
z-index: 1000;
|
|
6178
|
-
|
|
6178
|
+
opacity: .6;
|
|
6179
|
+
transition: all .2s ease-in-out;
|
|
6179
6180
|
}
|
|
6180
6181
|
|
|
6181
6182
|
.watermark_0KzpeA:hover {
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
.watermarkSvg_0KzpeA {
|
|
6186
|
-
display: block;
|
|
6187
|
-
filter: drop-shadow(0 1px 2px #0000001a);
|
|
6188
|
-
transition: filter .2s ease-in-out;
|
|
6183
|
+
opacity: .9;
|
|
6184
|
+
transform: translateY(-1px);
|
|
6189
6185
|
}
|
|
6190
6186
|
|
|
6191
|
-
.
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
|
|
6187
|
+
.watermarkText_0KzpeA {
|
|
6188
|
+
letter-spacing: .3px;
|
|
6189
|
+
fill: #666;
|
|
6190
|
+
transition: all .2s ease-in-out;
|
|
6191
|
+
font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
|
|
6192
|
+
font-size: 13px;
|
|
6193
|
+
font-weight: 400;
|
|
6194
|
+
line-height: 1.2;
|
|
6197
6195
|
}
|
|
6198
6196
|
|
|
6199
|
-
.watermark_0KzpeA:hover .
|
|
6200
|
-
|
|
6197
|
+
.watermark_0KzpeA:hover .watermarkText_0KzpeA {
|
|
6198
|
+
fill: #333;
|
|
6201
6199
|
}
|
|
6202
6200
|
|
|
6203
|
-
.
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
font-size: 11px;
|
|
6208
|
-
font-weight: 600;
|
|
6201
|
+
.watermarkSvg_0KzpeA {
|
|
6202
|
+
display: block;
|
|
6203
|
+
filter: drop-shadow(0 1px 2px #0000000d);
|
|
6204
|
+
transition: filter .2s ease-in-out;
|
|
6209
6205
|
}
|
|
6210
6206
|
|
|
6211
|
-
.watermark_0KzpeA:hover .
|
|
6212
|
-
|
|
6207
|
+
.watermark_0KzpeA:hover .watermarkSvg_0KzpeA {
|
|
6208
|
+
filter: drop-shadow(0 2px 4px #0000001a);
|
|
6213
6209
|
}
|
|
6214
6210
|
|
|
6215
6211
|
/* src/features/AccessDeniedModal/AccessDeniedModal.module.css */
|
package/dist/index.js
CHANGED
|
@@ -345618,57 +345618,32 @@ var import_react185 = __toESM(require_react(), 1);
|
|
|
345618
345618
|
// src/entities/Canvas/Watermark.module.css
|
|
345619
345619
|
var Watermark_module_default = {
|
|
345620
345620
|
watermark: "watermark_0KzpeA",
|
|
345621
|
-
|
|
345622
|
-
|
|
345623
|
-
watermarkText: "watermarkText_0KzpeA"
|
|
345621
|
+
watermarkText: "watermarkText_0KzpeA",
|
|
345622
|
+
watermarkSvg: "watermarkSvg_0KzpeA"
|
|
345624
345623
|
};
|
|
345625
345624
|
|
|
345626
345625
|
// src/entities/Canvas/Watermark.tsx
|
|
345627
345626
|
function Watermark() {
|
|
345628
345627
|
return /* @__PURE__ */ import_react185.default.createElement("a", {
|
|
345629
|
-
href: "https://
|
|
345628
|
+
href: "https://microboard.io",
|
|
345630
345629
|
target: "_blank",
|
|
345631
345630
|
rel: "noopener noreferrer",
|
|
345632
345631
|
className: Watermark_module_default.watermark
|
|
345633
345632
|
}, /* @__PURE__ */ import_react185.default.createElement("svg", {
|
|
345634
|
-
width: "
|
|
345635
|
-
height: "
|
|
345636
|
-
viewBox: "0 0
|
|
345633
|
+
width: "140",
|
|
345634
|
+
height: "38",
|
|
345635
|
+
viewBox: "0 0 140 38",
|
|
345637
345636
|
className: Watermark_module_default.watermarkSvg
|
|
345638
|
-
}, /* @__PURE__ */ import_react185.default.createElement("
|
|
345639
|
-
|
|
345640
|
-
|
|
345641
|
-
y1: "0%",
|
|
345642
|
-
x2: "100%",
|
|
345643
|
-
y2: "0%"
|
|
345644
|
-
}, /* @__PURE__ */ import_react185.default.createElement("stop", {
|
|
345645
|
-
offset: "0%",
|
|
345646
|
-
style: { stopColor: "#999", stopOpacity: 0.5 }
|
|
345647
|
-
}), /* @__PURE__ */ import_react185.default.createElement("stop", {
|
|
345648
|
-
offset: "100%",
|
|
345649
|
-
style: { stopColor: "#666", stopOpacity: 0.7 }
|
|
345650
|
-
}))), /* @__PURE__ */ import_react185.default.createElement("rect", {
|
|
345651
|
-
x: "5",
|
|
345652
|
-
y: "5",
|
|
345653
|
-
width: "190",
|
|
345654
|
-
height: "40",
|
|
345655
|
-
rx: "8",
|
|
345656
|
-
fill: "none",
|
|
345657
|
-
stroke: "url(#watermarkGradient)",
|
|
345658
|
-
strokeWidth: "1",
|
|
345659
|
-
className: Watermark_module_default.watermarkBorder
|
|
345660
|
-
}), /* @__PURE__ */ import_react185.default.createElement("text", {
|
|
345661
|
-
x: "100",
|
|
345662
|
-
y: "22",
|
|
345637
|
+
}, /* @__PURE__ */ import_react185.default.createElement("text", {
|
|
345638
|
+
x: "70",
|
|
345639
|
+
y: "16",
|
|
345663
345640
|
textAnchor: "middle",
|
|
345664
|
-
className: Watermark_module_default.watermarkText
|
|
345665
|
-
|
|
345666
|
-
|
|
345667
|
-
|
|
345668
|
-
y: "38",
|
|
345641
|
+
className: Watermark_module_default.watermarkText
|
|
345642
|
+
}, "Powered by"), /* @__PURE__ */ import_react185.default.createElement("text", {
|
|
345643
|
+
x: "70",
|
|
345644
|
+
y: "30",
|
|
345669
345645
|
textAnchor: "middle",
|
|
345670
|
-
className: Watermark_module_default.watermarkText
|
|
345671
|
-
fill: "url(#watermarkGradient)"
|
|
345646
|
+
className: Watermark_module_default.watermarkText
|
|
345672
345647
|
}, "Microboard")));
|
|
345673
345648
|
}
|
|
345674
345649
|
|