@expressms/smartapp-ui 1.0.1 → 1.0.3

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/README.md CHANGED
@@ -8,7 +8,7 @@ For the styles to work correctly, after installing the library, add styles impor
8
8
 
9
9
  For the library to work, you need to install react and react-dom version 18 or more.
10
10
 
11
- You can read more about the elements of the library here: https://confluence.ccsteam.ru/display/EI/SmartApp+UI
11
+ you can explore the elements here: https://smartapp-ui.rndteam.ccstest.ru/
12
12
 
13
13
 
14
14
 
@@ -953,6 +953,7 @@ input:checked + .smartapp-slider:before {
953
953
  &--image {
954
954
  display: flex;
955
955
  justify-content: center;
956
+ padding: 0 24px;
956
957
  margin-bottom: 32px;
957
958
 
958
959
  img {