react-gldn-kit 0.1.68 → 0.1.69

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.
Files changed (2) hide show
  1. package/dist/main.css +8 -6
  2. package/package.json +1 -1
package/dist/main.css CHANGED
@@ -5478,10 +5478,15 @@
5478
5478
  border-radius: var(--border-l);
5479
5479
  }
5480
5480
 
5481
- .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__profileSvg___qEw91 path {
5482
- fill: var(--big-win-profile-icon-fill);
5481
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__profileSvg___qEw91 {
5482
+ width: 24px;
5483
+ height: 24px;
5483
5484
  }
5484
5485
 
5486
+ .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__header___DLYUP .KIT__LastBigWinner-module__profileSvg___qEw91 path {
5487
+ fill: var(--big-win-profile-icon-fill);
5488
+ }
5489
+
5485
5490
  .KIT__LastBigWinner-module__box___WNB7m .KIT__LastBigWinner-module__label___VPDnP {
5486
5491
  background: var(--big-win-card-label-background);
5487
5492
  padding: 0 calc(var(--indent-m) / 2);
@@ -5501,9 +5506,7 @@
5501
5506
  font-size: var(--font-size-s);
5502
5507
  line-height: var(--font-size-s);
5503
5508
  font-weight: 600;
5504
- width: calc(
5505
- var(--winner-card-size) - (var(--card-img-width) + var(--indent-xxl))
5506
- );
5509
+ width: calc(var(--winner-card-size) - (var(--card-img-width) + var(--indent-xxl)));
5507
5510
  text-overflow: ellipsis;
5508
5511
  overflow: hidden;
5509
5512
  white-space: nowrap;
@@ -5525,7 +5528,6 @@
5525
5528
  width: 40px;
5526
5529
  height: 15px;
5527
5530
  }
5528
-
5529
5531
  .KIT__LastBigWinners-module__wrapperBoxLoader___vM6yl {
5530
5532
  height: var(--last-big-winner-card-height);
5531
5533
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.68",
3
+ "version": "0.1.69",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],