@pinuts/bsr-uikit-relaunch 0.2.77 → 0.2.78
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/dist/index.js +1 -1
- package/dist/items/eventWizardItems/EventPicker/Components/CheckboxField.d.ts.map +1 -1
- package/dist/items/eventWizardItems/EventPicker/Components/CheckboxField.js +2 -5
- package/node_modules/@pinuts/form-builder/dist/index.d.ts +2 -1
- package/node_modules/@pinuts/form-builder/dist/index.d.ts.map +1 -1
- package/node_modules/@pinuts/form-builder/dist/index.js +1 -1
- package/node_modules/@pinuts/form-builder/dist/index.js.LICENSE.txt +8 -0
- package/node_modules/@pinuts/form-builder/dist/shared/formRules/createFormRules.js +1 -1
- package/node_modules/@pinuts/form-builder/package.json +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
2
|
+
|
|
1
3
|
/** @license React v16.13.1
|
|
2
4
|
* react-is.production.min.js
|
|
3
5
|
*
|
|
@@ -6,3 +8,9 @@
|
|
|
6
8
|
* This source code is licensed under the MIT license found in the
|
|
7
9
|
* LICENSE file in the root directory of this source tree.
|
|
8
10
|
*/
|
|
11
|
+
|
|
12
|
+
/** @license react-json-editor-ajrm v2.5.14
|
|
13
|
+
*
|
|
14
|
+
* This source code is licensed under the MIT license found in the
|
|
15
|
+
* LICENSE file in the root directory of this source tree.
|
|
16
|
+
*/
|
|
@@ -123,7 +123,7 @@ _jsonLogicJs.default.add_operation('plz', function (value) {
|
|
|
123
123
|
if (typeof value !== 'string') {
|
|
124
124
|
throw Error('Call matches validator on a non string value.' + _typeof(value));
|
|
125
125
|
}
|
|
126
|
-
var regexE = new RegExp(
|
|
126
|
+
var regexE = new RegExp(/^[0-9]{5}$/);
|
|
127
127
|
return value.match(regexE) ? true : 'invalidPlz';
|
|
128
128
|
});
|
|
129
129
|
var isEmail = function isEmail() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinuts/bsr-uikit-relaunch",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.78",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "BSR UI-KIT Relaunch",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ariakit/react": "^0.4.11",
|
|
50
|
-
"@pinuts/form-builder": "0.8.
|
|
50
|
+
"@pinuts/form-builder": "0.8.18",
|
|
51
51
|
"@popperjs/core": "^2.11.7",
|
|
52
52
|
"bootstrap": "^5.3.2",
|
|
53
53
|
"dayjs": "^1.11.10",
|