@vixoniccom/news-internal 0.4.9-beta.3 → 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,26 +2,12 @@
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.3](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.9-beta.2...v0.4.9-beta.3) (2022-03-10)
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)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **release:** configuration.json was corrected ([6950c23](https://gitlab.com/mandomedio/vixonic/news-internal/commit/6950c2319214f90a23ba18ece2b951769f04f5ff))
11
-
12
- ### [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)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * **release:** vixonicCom packages were updated and bitlyUrl was changed by bitlyLink ([b819989](https://gitlab.com/mandomedio/vixonic/news-internal/commit/b819989326df5c89ff99285a6fcc9228ecb2dc2f))
18
-
19
- ### [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)
20
-
21
-
22
- ### Features
23
-
24
- * **release:** bitlyInput component was added to configuration ([dc40656](https://gitlab.com/mandomedio/vixonic/news-internal/commit/dc406560b1952a3b3770a42cb9da0509d927b73d))
10
+ * **release:** overflow hidden was added to ql-editor div tag ([02e4020](https://gitlab.com/mandomedio/vixonic/news-internal/commit/02e4020b537445108080fa218fbf3493a67b207e))
25
11
 
26
12
  ### [0.4.9-beta.0](https://gitlab.com/mandomedio/vixonic/news-internal/compare/v0.4.8...v0.4.9-beta.0) (2022-02-28)
27
13
 
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.3",
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",
@@ -15,7 +15,8 @@
15
15
  "configuration": "vixonic-module-packager --mode generate-configuration",
16
16
  "configuration:validate": "vixonic-module-packager --mode validate-configuration",
17
17
  "release": "standard-version",
18
- "prerelease-beta": "standard-version --prerelease beta"
18
+ "prerelease-beta": "standard-version --prerelease beta",
19
+ "prerelease-dev": "standard-version --prerelease dev"
19
20
  },
20
21
  "dependencies": {
21
22
  "react": "^16.14.0",
@@ -31,8 +32,8 @@
31
32
  "@types/react-dom": "^16.9.14",
32
33
  "@types/react-transition-group": "^4.4.3",
33
34
  "@types/uuid": "^8.3.1",
34
- "@vixoniccom/module-packager": "^2.6.0-rc.0",
35
- "@vixoniccom/modules": "^2.13.0-rc.0",
35
+ "@vixoniccom/module-packager": "^2.5.1",
36
+ "@vixoniccom/modules": "^2.12.1",
36
37
  "standard-version": "^9.3.1"
37
38
  }
38
39
  }