@everymatrix/lottery-program-wof 1.7.2 → 1.8.1
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.
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
class Private_message extends SvelteElement {
|
|
1137
1137
|
constructor(options) {
|
|
1138
1138
|
super();
|
|
1139
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
1139
|
+
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';position:absolute;width:100%}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.MessagePanel{position:absolute;background-color:#FFFFFF;padding:15px 30px;border-radius:8px;text-align:center;font-size:16px;opacity:.3;box-shadow:0 0 1px #a1a1a1;transition:margin-top opacity .3s ease-out}.MessagePanelButton{padding:4px 24px;margin-top:40px;font-size:16px;line-height:24px;color:#FFFFFF;background:#FF0000;border-radius:5px;font-weight:700;border:0;box-shadow:0 0 3px #ff0000;cursor:pointer}</style>`;
|
|
1140
1140
|
|
|
1141
1141
|
init(
|
|
1142
1142
|
this,
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
class Private_tabs extends SvelteElement {
|
|
1556
1556
|
constructor(options) {
|
|
1557
1557
|
super();
|
|
1558
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
1558
|
+
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';width:100%}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}#TabBar{width:100%;display:flex;align-items:center;flex-direction:column;padding:20px 0}#TabBar ul{max-width:600px;width:100%}#TabBar ul li{color:#FFFFFF;display:inline-block;margin-right:10px}#TabBar ul{border-bottom:3px #ccc solid}#TabBar ul li{padding:6px;cursor:pointer}#TabBar ul li.active{border-bottom:3px #d46666 solid;margin-bottom:-6px}</style>`;
|
|
1559
1559
|
|
|
1560
1560
|
init(
|
|
1561
1561
|
this,
|
|
@@ -2339,7 +2339,7 @@
|
|
|
2339
2339
|
class Private_outcomes extends SvelteElement {
|
|
2340
2340
|
constructor(options) {
|
|
2341
2341
|
super();
|
|
2342
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
2342
|
+
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';width:100%}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Outcomes{width:80%;margin:30px auto}.OutcomeTitle{color:#FFF;font-weight:700;padding:20px 0}.OutcomeNoContent{color:#FFF;font-weight:700;padding:20px 20px}table{color:#FFFFFF;width:100%;text-align:center}table tr{margin-top:10px;line-height:normal}table tbody{display:block;max-height:300px;overflow-y:scroll;margin:30px 0}table thead,table tbody tr{display:table;width:100%;table-layout:fixed}</style>`;
|
|
2343
2343
|
|
|
2344
2344
|
init(
|
|
2345
2345
|
this,
|
|
@@ -5971,7 +5971,7 @@
|
|
|
5971
5971
|
class Private_item_svg extends SvelteElement {
|
|
5972
5972
|
constructor(options) {
|
|
5973
5973
|
super();
|
|
5974
|
-
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system,
|
|
5974
|
+
this.shadowRoot.innerHTML = `<style>:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.LotteryProgramWof{background:var(--emfe-w-color-contrast, #07072A);display:flex;align-items:center;flex-direction:column;padding:20px 0}svg{transition:opacity 0.3s}.HighLightArea{mix-blend-mode:color-dodge}.HighLightAreaBackground{mix-blend-mode:screen;opacity:0.41}.HighLightAreaV1{background:radial-gradient(72.02% 62.64% at 50% 84.62%, rgba(255, 184, 47, 0.7) 0%, rgba(255, 184, 47, 0.384271) 30.52%, rgba(255, 184, 47, 0.165346) 52.4%, rgba(255, 184, 47, 0) 100%);filter:blur(9px)}.HighLightAreaV2{background:radial-gradient(87.18% 75.82% at 50% 84.62%, rgba(255, 248, 186, 0.7) 0%, rgba(255, 248, 186, 0.384271) 29.48%, rgba(255, 248, 186, 0) 100%);filter:blur(9px)}.FortuneContainer{width:100%;display:flex;align-items:center;flex-direction:column}.BackgroundCircle{fill:#FFFFFF;animation:color-animation 1s infinite linear alternate}.RingCirclesGroup .RingCircle{fill:#FFFFFF;stroke:#FFFFFF}.Center{cursor:pointer;transition:filter;transition-duration:1s}.Center.disabled{filter:grayscale(80%)}.Center .CenterCircle{fill:#3CE4BB;stroke:#963658;stroke-width:2px;cursor:pointer;transition:fill;transition-duration:1s}.Center .CenterText{fill:#FFFFFF}.PointerPartition{opacity:0.3;fill:lightgoldenrodyellow;stroke:red;stroke-width:6px;stroke-dasharray:12}.Current{color:#FFFFFF}.PartitionText{fill:#FFFFFF;font-style:normal;font-weight:700;text-anchor:end;text-shadow:0px 3px #000}.PartitionShadow{background-blend-mode:multiply;mix-blend-mode:multiply}</style>`;
|
|
5975
5975
|
|
|
5976
5976
|
init(
|
|
5977
5977
|
this,
|
|
@@ -6681,7 +6681,7 @@
|
|
|
6681
6681
|
class Private_item extends SvelteElement {
|
|
6682
6682
|
constructor(options) {
|
|
6683
6683
|
super();
|
|
6684
|
-
this.shadowRoot.innerHTML = `<style>lottery-program-wof-private-message-panel{position:absolute}:host{font-family:system-ui, -apple-system,
|
|
6684
|
+
this.shadowRoot.innerHTML = `<style>lottery-program-wof-private-message-panel{position:absolute}:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.LotteryProgramWof{display:flex;align-items:center;flex-direction:column;padding:20px 0}main{max-width:600px;width:100%;display:flex;justify-content:space-around;min-height:200px}.Main{position:relative}.HighLightArea{mix-blend-mode:color-dodge}.HighLightAreaBackground{mix-blend-mode:screen;opacity:0.41}.HighLightAreaV1{background:radial-gradient(72.02% 62.64% at 50% 84.62%, rgba(255, 184, 47, 0.7) 0%, rgba(255, 184, 47, 0.384271) 30.52%, rgba(255, 184, 47, 0.165346) 52.4%, rgba(255, 184, 47, 0) 100%);filter:blur(9px)}.HighLightAreaV2{background:radial-gradient(87.18% 75.82% at 50% 84.62%, rgba(255, 248, 186, 0.7) 0%, rgba(255, 248, 186, 0.384271) 29.48%, rgba(255, 248, 186, 0) 100%);filter:blur(9px)}.FortuneContainer{width:100%;display:flex;align-items:center;flex-direction:column}.BackgroundCircle{fill:#FFFFFF;animation:color-animation 1s infinite linear alternate}.RingCirclesGroup .RingCircle{fill:#FFFFFF;stroke:#FFFFFF}.Center{transition:filter;transition-duration:1s}.Center.disabled{filter:grayscale(80%)}.Center .CenterCircle{fill:#3CE4BB;stroke:#963658;stroke-width:2px;cursor:pointer;transition:fill;transition-duration:1s}.Center .CenterText{cursor:pointer;fill:#FFFFFF}.PointerPartition{opacity:0.3;fill:lightgoldenrodyellow;stroke:red;stroke-width:6px;stroke-dasharray:12}.PointerArrow{fill:#064CA0}.Current{color:#FFFFFF}.PartitionText{fill:#FFFFFF;font-style:normal;font-weight:700;text-anchor:end;text-shadow:0px 2px #000}.PartitionShadow{background-blend-mode:multiply;mix-blend-mode:multiply}</style>`;
|
|
6685
6685
|
|
|
6686
6686
|
init(
|
|
6687
6687
|
this,
|
|
@@ -7249,7 +7249,7 @@
|
|
|
7249
7249
|
class LotteryProgramWof extends SvelteElement {
|
|
7250
7250
|
constructor(options) {
|
|
7251
7251
|
super();
|
|
7252
|
-
this.shadowRoot.innerHTML = `<style>lottery-program-wof-private-item{width:480px;display:inline-block}:host{font-family:system-ui, -apple-system,
|
|
7252
|
+
this.shadowRoot.innerHTML = `<style>lottery-program-wof-private-item{width:480px;display:inline-block}:host{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Root{display:flex;align-items:center;flex-direction:column;padding:20px 0;background:var(--emfe-w-color-contrast, #07072A)}.NoContent{color:white;min-height:300px;display:flex;justify-content:center;align-items:center;font-size:16px}.CommonContainer{display:flex;flex-wrap:wrap;justify-content:center}</style>`;
|
|
7253
7253
|
|
|
7254
7254
|
init(
|
|
7255
7255
|
this,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/lottery-program-wof",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "e558ed5234cd858fa71696743229caa273752a2e"
|
|
41
41
|
}
|