urfu-ui-kit-vanilla 1.0.35 → 1.0.36

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.35",
6
+ "version": "1.0.36",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite serve playground",
package/src/main.css CHANGED
@@ -1713,6 +1713,8 @@ button {
1713
1713
  }
1714
1714
  .u-pagination .u-paginator__arrow-btn-right {
1715
1715
  cursor: pointer;
1716
+ width: 32px;
1717
+ height: 32px;
1716
1718
  background-repeat: no-repeat;
1717
1719
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.29289 11.7071C0.902369 11.3166 0.902369 10.6834 1.29289 10.2929L5.58579 5.99999L1.29289 1.70711C0.902369 1.31658 0.902368 0.683418 1.29289 0.292894C1.68342 -0.0976305 2.31658 -0.0976315 2.70711 0.292892L7.70711 5.29288C7.89464 5.48042 8 5.73477 8 5.99999C8 6.26521 7.89464 6.51956 7.70711 6.7071L2.70711 11.7071C2.31658 12.0976 1.68342 12.0976 1.29289 11.7071Z' fill='%231E4391'/%3E%3C/svg%3E ");
1718
1720
  background-position: center;
@@ -56,6 +56,8 @@
56
56
  background-position: center;
57
57
  &-right {
58
58
  cursor: pointer;
59
+ width: 32px;
60
+ height: 32px;
59
61
  background-repeat: no-repeat;
60
62
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.29289 11.7071C0.902369 11.3166 0.902369 10.6834 1.29289 10.2929L5.58579 5.99999L1.29289 1.70711C0.902369 1.31658 0.902368 0.683418 1.29289 0.292894C1.68342 -0.0976305 2.31658 -0.0976315 2.70711 0.292892L7.70711 5.29288C7.89464 5.48042 8 5.73477 8 5.99999C8 6.26521 7.89464 6.51956 7.70711 6.7071L2.70711 11.7071C2.31658 12.0976 1.68342 12.0976 1.29289 11.7071Z' fill='%231E4391'/%3E%3C/svg%3E ");
61
63
  background-position: center;