@wastedondestiny/destiny-library 1.6.11 → 1.6.12
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/destiny-library.js
CHANGED
|
@@ -4059,7 +4059,7 @@ const EM = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
|
|
|
4059
4059
|
e("img", {
|
|
4060
4060
|
src: xB,
|
|
4061
4061
|
alt: "Cross Save",
|
|
4062
|
-
class: Z({ "h-8 w-8": A.large, "h-4 w-4": !A.large })
|
|
4062
|
+
class: Z({ "h-8 w-8 min-w-8": A.large, "h-4 w-4 min-w-4": !A.large })
|
|
4063
4063
|
}, null, 2)
|
|
4064
4064
|
]),
|
|
4065
4065
|
_: 1
|
|
@@ -4082,7 +4082,7 @@ const EM = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
|
|
|
4082
4082
|
e("img", {
|
|
4083
4083
|
src: pB,
|
|
4084
4084
|
alt: "Xbox",
|
|
4085
|
-
class: Z({ "h-8 w-8": A.large, "h-4 w-4": !A.large })
|
|
4085
|
+
class: Z({ "h-8 w-8 min-w-8": A.large, "h-4 w-4 min-w-4": !A.large })
|
|
4086
4086
|
}, null, 2)
|
|
4087
4087
|
]),
|
|
4088
4088
|
_: 1
|
|
@@ -4105,7 +4105,7 @@ const EM = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
|
|
|
4105
4105
|
e("img", {
|
|
4106
4106
|
src: OB,
|
|
4107
4107
|
alt: "Playstation",
|
|
4108
|
-
class: Z({ "h-8 w-8": A.large, "h-4 w-4": !A.large })
|
|
4108
|
+
class: Z({ "h-8 w-8 min-w-8": A.large, "h-4 w-4 min-w-4": !A.large })
|
|
4109
4109
|
}, null, 2)
|
|
4110
4110
|
]),
|
|
4111
4111
|
_: 1
|
|
@@ -4128,7 +4128,7 @@ const EM = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
|
|
|
4128
4128
|
e("img", {
|
|
4129
4129
|
src: mB,
|
|
4130
4130
|
alt: "Steam",
|
|
4131
|
-
class: Z({ "h-8 w-8": A.large, "h-4 w-4": !A.large })
|
|
4131
|
+
class: Z({ "h-8 w-8 min-w-8": A.large, "h-4 w-4 min-w-4": !A.large })
|
|
4132
4132
|
}, null, 2)
|
|
4133
4133
|
]),
|
|
4134
4134
|
_: 1
|
|
@@ -4151,7 +4151,7 @@ const EM = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
|
|
|
4151
4151
|
e("img", {
|
|
4152
4152
|
src: VB,
|
|
4153
4153
|
alt: "Stadia",
|
|
4154
|
-
class: Z({ "h-8 w-8": A.large, "h-4 w-4": !A.large })
|
|
4154
|
+
class: Z({ "h-8 w-8 min-w-8": A.large, "h-4 w-4 min-w-4": !A.large })
|
|
4155
4155
|
}, null, 2)
|
|
4156
4156
|
]),
|
|
4157
4157
|
_: 1
|
|
@@ -4174,7 +4174,7 @@ const EM = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
|
|
|
4174
4174
|
e("img", {
|
|
4175
4175
|
src: HB,
|
|
4176
4176
|
alt: "Epic Games",
|
|
4177
|
-
class: Z({ "h-8 w-8": A.large, "h-4 w-4": !A.large })
|
|
4177
|
+
class: Z({ "h-8 w-8 min-w-8": A.large, "h-4 w-4 min-w-4": !A.large })
|
|
4178
4178
|
}, null, 2)
|
|
4179
4179
|
]),
|
|
4180
4180
|
_: 1
|