@vixoniccom/news-internal 0.4.9-beta.4 → 0.4.9-dev.0

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/CHANGELOG.md CHANGED
@@ -2,58 +2,9 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### [0.4.9-beta.4](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9...v0.4.9-beta.4) (2022-04-01)
6
-
7
-
8
- ### Features
9
-
10
- * **release:** bitlyInput component was added to configuration ([c140ced](https://gitlab.com/mandomedio/vixonic/news-internal/commit/c140cede5b5fe32fe75cd37da71e0047443992cc))
11
-
12
-
13
- ### Bug Fixes
14
-
15
- * **release:** configuration.json was corrected ([ac0ec8e](https://gitlab.com/mandomedio/vixonic/news-internal/commit/ac0ec8eb52eb0dcf830ebe6fc3ba835917be147c))
16
- * **release:** vixonicCom packages were updated and bitlyUrl was changed by bitlyLink ([7a86f7d](https://gitlab.com/mandomedio/vixonic/news-internal/commit/7a86f7dbbd563b19d78bfbb102a0f06003b2be71))
17
-
18
- ### [0.4.9-beta.3](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.2...v0.4.9-beta.3) (2022-03-10)
19
-
20
-
21
- ### Bug Fixes
22
-
23
- * **release:** configuration.json was corrected ([6950c23](https://gitlab.com/mandomedio/vixonic/news-internal/commit/6950c2319214f90a23ba18ece2b951769f04f5ff))
24
-
25
- ### [0.4.9-beta.2](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.1...v0.4.9-beta.2) (2022-03-10)
26
-
27
-
28
- ### Bug Fixes
29
-
30
- * **release:** vixonicCom packages were updated and bitlyUrl was changed by bitlyLink ([b819989](https://gitlab.com/mandomedio/vixonic/news-internal/commit/b819989326df5c89ff99285a6fcc9228ecb2dc2f))
31
-
32
- ### [0.4.9-beta.1](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.0...v0.4.9-beta.1) (2022-03-01)
33
-
34
-
35
- ### Features
36
-
37
- * **release:** bitlyInput component was added to configuration ([dc40656](https://gitlab.com/mandomedio/vixonic/news-internal/commit/dc406560b1952a3b3770a42cb9da0509d927b73d))
38
-
39
- ### [0.4.9](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-dev.2...v0.4.9) (2022-03-25)
40
-
41
- ### [0.4.9-dev.2](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-dev.1...v0.4.9-dev.2) (2022-03-15)
42
-
43
-
44
- ### Bug Fixes
45
-
46
- * **release:** overflow property was removed from textContainer ([5386e64](https://gitlab.com/mandomedio/vixonic/news-internal/commit/5386e6479da21e7f68f9b106947030b1c034ba3d))
47
-
48
- ### [0.4.9-dev.1](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-dev.0...v0.4.9-dev.1) (2022-03-07)
49
-
50
-
51
- ### Bug Fixes
52
-
53
- * **release:** textAlign property was added to ql-editor tag ([86ec99d](https://gitlab.com/mandomedio/vixonic/news-internal/commit/86ec99d4fd5ea4d754b35899435698657017a6ce))
54
-
55
5
  ### [0.4.9-dev.0](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.0...v0.4.9-dev.0) (2022-03-07)
56
6
 
7
+
57
8
  ### Bug Fixes
58
9
 
59
10
  * **release:** overflow hidden was added to ql-editor div tag ([02e4020](https://gitlab.com/mandomedio/vixonic/news-internal/commit/02e4020b537445108080fa218fbf3493a67b207e))
package/build.zip CHANGED
Binary file
@@ -1,4 +1,4 @@
1
- import { Configuration, List, TextInput, SelectAssetKna, TextArea, NumberRangeValue, BitlyInput } from '@vixoniccom/modules'
1
+ import { Configuration, List, TextInput, SelectAssetKna, TextArea, NumberRangeValue } from '@vixoniccom/modules'
2
2
  import { appereanceGroup } from './appearanceGroup'
3
3
  import { ShowValidations } from './utils'
4
4
 
@@ -78,7 +78,7 @@ const newsList = new List({
78
78
  extensions: ['jpg', 'jpeg', 'png', 'svg'], show: (ShowValidations.imageForceEnabled)
79
79
  }),
80
80
 
81
- new BitlyInput({
81
+ new TextInput({
82
82
  id: 'qrCodeUrl',
83
83
  label: 'URL código QR',
84
84
  required: true,
@@ -92,7 +92,7 @@
92
92
  "id": "qrCodeUrl",
93
93
  "label": "URL código QR",
94
94
  "show": "{{qrCodeEnabled}} === true",
95
- "type": "bitly-input",
95
+ "type": "text-input",
96
96
  "required": true
97
97
  },
98
98
  {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "author": {
8
8
  "name": ""
9
9
  },
10
- "version": "0.4.9-beta.4",
10
+ "version": "0.4.9-dev.0",
11
11
  "scripts": {
12
12
  "prepublishOnly": "vixonic-module-packager --mode=build",
13
13
  "watch": "vixonic-module-packager --mode=watch",
@@ -32,8 +32,8 @@
32
32
  "@types/react-dom": "^16.9.14",
33
33
  "@types/react-transition-group": "^4.4.3",
34
34
  "@types/uuid": "^8.3.1",
35
- "@vixoniccom/module-packager": "^2.6.0-rc.0",
36
- "@vixoniccom/modules": "^2.13.0-rc.0",
35
+ "@vixoniccom/module-packager": "^2.5.1",
36
+ "@vixoniccom/modules": "^2.12.1",
37
37
  "standard-version": "^9.3.1"
38
38
  }
39
39
  }