@mideind/netskrafl-react 3.0.0 → 3.0.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.
@@ -705,6 +705,10 @@ div.netskrafl-container.legacy-colors div.reviewhdr span.wordmove {
705
705
  color: inherit;
706
706
  }
707
707
 
708
+ div.netskrafl-container.legacy-colors div.reviewhdr span.othermove {
709
+ color: inherit;
710
+ }
711
+
708
712
  div.netskrafl-container.legacy-colors div.netskrafl-freshtile {
709
713
  background-color: var(--autoplayer-color);
710
714
  color: black;
@@ -1659,13 +1663,14 @@ div.netskrafl-tile.dragging.no-drop {
1659
1663
  }
1660
1664
 
1661
1665
  div.netskrafl-tile.dragging.legacy-colors {
1662
- /* Legacy color scheme: use legacy variable values */
1663
- background-color: var(--rack-tile-background);
1664
- border-color: var(--ok-button);
1666
+ /* Legacy color scheme: hardcode values since CSS variables are out of
1667
+ scope when the tile is a child of the document body during dragging */
1668
+ background-color: #fcce43; /* Matches legacy --rack-tile-background */
1669
+ border-color: #47ba96; /* Matches legacy --ok-button */
1665
1670
  }
1666
1671
 
1667
1672
  div.netskrafl-tile.dragging.legacy-colors.no-drop {
1668
- border-color: var(--cancel-button);
1673
+ border-color: #da5e72; /* Matches legacy --cancel-button */
1669
1674
  }
1670
1675
 
1671
1676
  .netskrafl-container div.board td,
@@ -2738,7 +2743,7 @@ div.netskrafl-tile.dragging div.letterscore {
2738
2743
 
2739
2744
  .netskrafl-container div.chall-info {
2740
2745
  bottom: 60px;
2741
- width: 311px;
2746
+ width: 332px;
2742
2747
  line-height: 20px;
2743
2748
  padding: 2px 24px 0 4px;
2744
2749
  }
@@ -7847,7 +7852,7 @@ div.netskrafl-container input[type="checkbox"] {
7847
7852
  margin-top: 10px;
7848
7853
  }
7849
7854
  .netskrafl-container div.fairplay {
7850
- top: 41px;
7855
+ top: 46px;
7851
7856
  font-size: 28px;
7852
7857
  line-height: 28px;
7853
7858
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mideind/netskrafl-react",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "React UI for Netskrafl",
5
5
  "repository": {
6
6
  "type": "git",