@mideind/netskrafl-react 3.0.0 → 3.0.1

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.
@@ -1659,13 +1659,14 @@ div.netskrafl-tile.dragging.no-drop {
1659
1659
  }
1660
1660
 
1661
1661
  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);
1662
+ /* Legacy color scheme: hardcode values since CSS variables are out of
1663
+ scope when the tile is a child of the document body during dragging */
1664
+ background-color: #fcce43; /* Matches legacy --rack-tile-background */
1665
+ border-color: #47ba96; /* Matches legacy --ok-button */
1665
1666
  }
1666
1667
 
1667
1668
  div.netskrafl-tile.dragging.legacy-colors.no-drop {
1668
- border-color: var(--cancel-button);
1669
+ border-color: #da5e72; /* Matches legacy --cancel-button */
1669
1670
  }
1670
1671
 
1671
1672
  .netskrafl-container div.board td,
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.1",
4
4
  "description": "React UI for Netskrafl",
5
5
  "repository": {
6
6
  "type": "git",