@textback/notification-widget 2.0.8 → 2.0.10
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
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@textback/notification-widget",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.10",
|
4
4
|
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
|
5
5
|
"main": "build/index.js",
|
6
6
|
"scripts": {
|
package/readme.md
CHANGED
@@ -534,7 +534,7 @@ TextBack.SDK.initWidget(config).then(
|
|
534
534
|
|
535
535
|
# Разработка
|
536
536
|
|
537
|
-
В терминале перейдите в директорию исходного кода виджета и выполните
|
537
|
+
В терминале перейдите в директорию исходного кода виджета и выполните команды, использую версию ноды v.12:
|
538
538
|
|
539
539
|
```
|
540
540
|
npm run dev
|
@@ -215,10 +215,13 @@ tb-notification-widget
|
|
215
215
|
position: relative;
|
216
216
|
height: 14px;
|
217
217
|
width: 14px;
|
218
|
+
min-width: 14px;
|
219
|
+
min-height: 14px;
|
218
220
|
border: 1px solid rgb(207, 207, 207);
|
219
221
|
border-radius: 4px;
|
220
222
|
outline: none;
|
221
223
|
cursor: pointer;
|
224
|
+
margin-top: 2px;
|
222
225
|
|
223
226
|
&:checked {
|
224
227
|
background: $color-green;
|