@mideind/netskrafl-react 3.2.3 → 3.2.4

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.
@@ -808,6 +808,10 @@ div.netskrafl-container.legacy-colors div.at-top-left div.tilecount {
808
808
  background-color: #babab2;
809
809
  }
810
810
 
811
+ div.netskrafl-container.legacy-colors div.at-top-left div.tilecount.trans {
812
+ background-color: transparent;
813
+ }
814
+
811
815
  /* Challenge dialog header */
812
816
 
813
817
  div.netskrafl-container.legacy-colors div.chall-hdr h2 {
@@ -6851,6 +6855,12 @@ div.netskrafl-container input[type="checkbox"] {
6851
6855
  padding: 0;
6852
6856
  margin: 0;
6853
6857
  }
6858
+ div.blank-rack div.netskrafl-tile {
6859
+ /* Blank dialog tiles have the letter as a direct text child
6860
+ (no .tileletter wrapper), so restore visible font metrics */
6861
+ font-size: 24px;
6862
+ line-height: 32px;
6863
+ }
6854
6864
  div.rack div.netskrafl-tile .tileletter {
6855
6865
  font-size: 24px;
6856
6866
  line-height: 32px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mideind/netskrafl-react",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "React UI for Netskrafl",
5
5
  "repository": {
6
6
  "type": "git",