@mideind/netskrafl-react 3.3.1 → 3.3.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.
@@ -8375,6 +8375,15 @@ div.gatadagsins-board-area.celebrate div.netskrafl-tile.netskrafl-racktile {
8375
8375
  animation: celebrationTilePulse 1.5s ease-in-out infinite;
8376
8376
  }
8377
8377
 
8378
+ /* In dark mode, force black text on celebration tiles to avoid
8379
+ white-on-white/gold washed-out appearance */
8380
+
8381
+ [data-theme="dark"]
8382
+ div.gatadagsins-board-area.celebrate
8383
+ div.netskrafl-tile.netskrafl-racktile {
8384
+ color: black;
8385
+ }
8386
+
8378
8387
  @keyframes celebrationTilePulse {
8379
8388
  0%,
8380
8389
  100% {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mideind/netskrafl-react",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "React UI for Netskrafl",
5
5
  "repository": {
6
6
  "type": "git",