@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.
- package/dist/manifest.json +1 -1
- package/dist/release_notes.tmp +3 -3
- package/dist/sc-vue-ui-lib.js +1 -2
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/dist/src/themes/naive-ui.theme.d.ts +0 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"name": "index",
|
5
5
|
"src": "src/index.ts",
|
6
6
|
"isEntry": true,
|
7
|
-
"integrity": "sha384
|
7
|
+
"integrity": "sha384-/nX+ATZIa0crvPEED5sLtAy5LK1PRCvxeIdGjmAVCD9pGl7w2ZY4RsJYeJUJA66R"
|
8
8
|
},
|
9
9
|
"style.css": {
|
10
10
|
"file": "sc-vue-ui-lib.css",
|
package/dist/release_notes.tmp
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
## 2.10.
|
1
|
+
## 2.10.1 (2025-04-29)
|
2
2
|
|
3
|
-
###
|
3
|
+
### fixed (1 change)
|
4
4
|
|
5
|
-
- [#
|
5
|
+
- [#11589: Исправлена ошибка стилей наведения Checkbox](web_soft/libs/vue/snabcentr-ui-lib@0721c47a6231fb02e0fdb1303286abef99d4eeb7) ([merge request](web_soft/libs/vue/snabcentr-ui-lib!58))
|
6
6
|
|
package/dist/sc-vue-ui-lib.js
CHANGED
@@ -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",
|