@itcase/ui-web 1.10.38 → 1.10.39
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.
|
@@ -100295,6 +100295,7 @@ div.swiper-pagination {
|
|
|
100295
100295
|
justify-content: center;
|
|
100296
100296
|
&__wrapper {
|
|
100297
100297
|
display: flex;
|
|
100298
|
+
justify-content: center;
|
|
100298
100299
|
^&__label {
|
|
100299
100300
|
display: flex;
|
|
100300
100301
|
justify-content: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui-web",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.39",
|
|
4
4
|
"description": "UI components",
|
|
5
5
|
"keywords": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"storybook": "^10.4.2",
|
|
115
115
|
"typescript": "^6.0.3"
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "69bf64c2dd9fe8b4ae6fe5ef16c5cee281372562"
|
|
118
118
|
}
|