@redneckz/wildless-cms-uni-blocks 0.3.90 → 0.3.91

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.
@@ -3,15 +3,15 @@
3
3
  "tabs": [
4
4
  {
5
5
  "id": "tab1",
6
- "text": "Вкладка 1"
6
+ "title": "Вкладка 1"
7
7
  },
8
8
  {
9
9
  "id": "tab2",
10
- "text": "Вкладка 2"
10
+ "title": "Вкладка 2"
11
11
  },
12
12
  {
13
13
  "id": "tab3",
14
- "text": "Вкладка 3"
14
+ "title": "Вкладка 3"
15
15
  }
16
16
  ]
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redneckz/wildless-cms-uni-blocks",
3
- "version": "0.3.90",
3
+ "version": "0.3.91",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "ЦК",
@@ -3,15 +3,15 @@
3
3
  "tabs": [
4
4
  {
5
5
  "id": "tab1",
6
- "text": "Вкладка 1"
6
+ "title": "Вкладка 1"
7
7
  },
8
8
  {
9
9
  "id": "tab2",
10
- "text": "Вкладка 2"
10
+ "title": "Вкладка 2"
11
11
  },
12
12
  {
13
13
  "id": "tab3",
14
- "text": "Вкладка 3"
14
+ "title": "Вкладка 3"
15
15
  }
16
16
  ]
17
17
  }