@snabcentr/vue-ui-lib 2.10.0 → 2.10.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.
@@ -4,7 +4,7 @@
4
4
  "name": "index",
5
5
  "src": "src/index.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-DuYd4b2e91zPE6tsU7A67FmJqbY6Y04YbrVUzRxPJsngQhoAQWNS/2cCBFGHp64a"
7
+ "integrity": "sha384-/nX+ATZIa0crvPEED5sLtAy5LK1PRCvxeIdGjmAVCD9pGl7w2ZY4RsJYeJUJA66R"
8
8
  },
9
9
  "style.css": {
10
10
  "file": "sc-vue-ui-lib.css",
@@ -1,6 +1,6 @@
1
- ## 2.10.0 (2025-04-29)
1
+ ## 2.10.1 (2025-04-29)
2
2
 
3
- ### added (1 change)
3
+ ### fixed (1 change)
4
4
 
5
- - [#11455: Добавлена возможность обработки клика по названию товара](web_soft/libs/vue/snabcentr-ui-lib@b790ede46bd52b91e2b6436598775cce2916e298) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!57))
5
+ - [#11589: Исправлена ошибка стилей наведения Checkbox](web_soft/libs/vue/snabcentr-ui-lib@0721c47a6231fb02e0fdb1303286abef99d4eeb7) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!58))
6
6
 
@@ -375,8 +375,7 @@ const Zf = Ye({ name: "ion-chevron-forward-outline", render: Kf }), Jf = ["data-
375
375
  paddingMedium: "1rem"
376
376
  },
377
377
  Checkbox: {
378
- border: "1px solid rgb(12, 88, 32)",
379
- borderChecked: "1px"
378
+ border: "1px solid rgb(12, 88, 32)"
380
379
  },
381
380
  Common: {
382
381
  borderRadius: "0.5rem",