@mideind/netskrafl-react 1.6.1 → 1.7.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.
- package/dist/cjs/css/netskrafl.css +2 -2
- package/dist/cjs/index.js +809 -441
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/css/netskrafl.css +2 -2
- package/dist/esm/index.js +809 -441
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1898,7 +1898,7 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
1898
1898
|
opacity: 1;
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
1901
|
-
.netskrafl-container div.right-tab.alert > span.glyphicon {
|
|
1901
|
+
.netskrafl-container div.right-tab.chat-alert > span.glyphicon {
|
|
1902
1902
|
color: var(--cancel-button);
|
|
1903
1903
|
animation: redBlink 1s infinite;
|
|
1904
1904
|
-webkit-animation: redBlink 1s infinite;
|
|
@@ -5325,7 +5325,7 @@ div.highlight1.netskrafl-blanktile {
|
|
|
5325
5325
|
}
|
|
5326
5326
|
|
|
5327
5327
|
.netskrafl-container div#user-unfriend {
|
|
5328
|
-
left:
|
|
5328
|
+
left: 166px;
|
|
5329
5329
|
width: 280px;
|
|
5330
5330
|
/* Override */
|
|
5331
5331
|
border-style: solid;
|