@sensiblestats/widget-embed 0.31.2 → 0.32.0
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/CHANGELOG.md +24 -0
- package/dist/embed.global.js +26 -24
- package/dist/embed.global.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @sensiblestats/widget-embed
|
|
2
2
|
|
|
3
|
+
## 0.32.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0ecfaf5: Operator branding: the embed snippet / React props now accept `logoUrl`
|
|
8
|
+
(replacing the SS mark in the header and launcher, with a fallback to the SS
|
|
9
|
+
mark on a missing/broken URL), `headerTitle`, a curated brand palette
|
|
10
|
+
(`cta`, `surface`, `ink` alongside the existing `accent`; a `surface`+`ink`
|
|
11
|
+
pair also adapts the derived neutrals), and `attribution` (defaults to on;
|
|
12
|
+
set `data-attribution="false"` to remove the "Powered by SensibleStats"
|
|
13
|
+
credit).
|
|
14
|
+
|
|
15
|
+
## 0.31.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Add `greetingIsLead` to the club-fan dashboard payload type (consumed by widget-react's preview lead).
|
|
20
|
+
|
|
21
|
+
## 0.31.3
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Club match-preview tap: render the voiced lead at regular weight (not semibold) via a greetingIsLead flag, so it reads as a sentence rather than a heading.
|
|
26
|
+
|
|
3
27
|
## 0.31.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|