@rydr/game-sdk 3.1.1 → 3.1.2
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.
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
export declare const RYDR_PROTOCOL_VERSION: 11;
|
|
10
10
|
/** Semver of this SDK build. Sent in the handshake for telemetry/debugging.
|
|
11
11
|
* (Bumped to 2.0.0 by `npm version major` on release — see CHANGELOG [Unreleased].) */
|
|
12
|
-
export declare const RYDR_SDK_VERSION = "3.1.
|
|
12
|
+
export declare const RYDR_SDK_VERSION = "3.1.2";
|
|
13
13
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/protocol/version.js
CHANGED
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
export const RYDR_PROTOCOL_VERSION = 11;
|
|
30
30
|
/** Semver of this SDK build. Sent in the handshake for telemetry/debugging.
|
|
31
31
|
* (Bumped to 2.0.0 by `npm version major` on release — see CHANGELOG [Unreleased].) */
|
|
32
|
-
export const RYDR_SDK_VERSION = "3.1.
|
|
32
|
+
export const RYDR_SDK_VERSION = "3.1.2";
|
|
33
33
|
//# sourceMappingURL=version.js.map
|
package/dist/ui/styles.js
CHANGED
|
@@ -161,10 +161,10 @@ const CSS = `
|
|
|
161
161
|
/* labels seat in the outer cell matching their button, snug against the cluster + aligned outward.
|
|
162
162
|
Each label is pulled under its button so the button overlaps it, and kept BELOW the button (the
|
|
163
163
|
cluster outranks it). Top/bottom sit a touch further out, left/right a touch closer. */
|
|
164
|
-
.rydr-ui-ld-lbl-top { grid-area: 1 / 2; align-self: end; text-align: center; margin-bottom: -
|
|
165
|
-
.rydr-ui-ld-lbl-bot { grid-area: 3 / 2; align-self: start; text-align: center; margin-top: -
|
|
166
|
-
.rydr-ui-ld-lbl-lft { grid-area: 2 / 1; justify-self: end; text-align: right; margin-right: -
|
|
167
|
-
.rydr-ui-ld-lbl-rgt { grid-area: 2 / 3; justify-self: start; text-align: left; margin-left: -
|
|
164
|
+
.rydr-ui-ld-lbl-top { grid-area: 1 / 2; align-self: end; text-align: center; margin-bottom: -10px; }
|
|
165
|
+
.rydr-ui-ld-lbl-bot { grid-area: 3 / 2; align-self: start; text-align: center; margin-top: -10px; }
|
|
166
|
+
.rydr-ui-ld-lbl-lft { grid-area: 2 / 1; justify-self: end; text-align: right; margin-right: -28px; }
|
|
167
|
+
.rydr-ui-ld-lbl-rgt { grid-area: 2 / 3; justify-self: start; text-align: left; margin-left: -28px; }
|
|
168
168
|
.rydr-ui-ld-lbl { position: relative; z-index: 1; }
|
|
169
169
|
/* short action verbs — keep them on one line so the side labels don't get squeezed into a wrap */
|
|
170
170
|
.rydr-ui-ld-lbl { white-space: nowrap; }
|