@bpmn-io/properties-panel 3.22.2 → 3.22.4

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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2021-present Camunda Services GmbH
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021-present Camunda Services GmbH
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
  THE SOFTWARE.
package/README.md CHANGED
@@ -1,35 +1,35 @@
1
- # @bpmn-io/properties-panel
2
-
3
- [![CI](https://github.com/bpmn-io/properties-panel/workflows/CI/badge.svg)](https://github.com/bpmn-io/properties-panel/actions?query=workflow%3ACI)
4
-
5
-
6
- Library for creating bpmn-io properties panels.
7
-
8
- ## Resources
9
-
10
- * [Changelog](./CHANGELOG.md)
11
-
12
- ## Build and Run
13
-
14
- Prepare the project by installing all dependencies:
15
-
16
- ```sh
17
- npm install
18
- ```
19
-
20
- Then, depending on your use-case you may run any of the following commands:
21
-
22
- ```sh
23
- # build the library and run all tests
24
- npm run all
25
-
26
- # run the full development setup
27
- npm run dev
28
- ```
29
-
30
- Expose an environment variable `TEST_BROWSERS=(Chrome|Firefox|IE)` to execute the tests in a non-headless browser.
31
-
32
-
33
- ## License
34
-
35
- MIT
1
+ # @bpmn-io/properties-panel
2
+
3
+ [![CI](https://github.com/bpmn-io/properties-panel/workflows/CI/badge.svg)](https://github.com/bpmn-io/properties-panel/actions?query=workflow%3ACI)
4
+
5
+
6
+ Library for creating bpmn-io properties panels.
7
+
8
+ ## Resources
9
+
10
+ * [Changelog](./CHANGELOG.md)
11
+
12
+ ## Build and Run
13
+
14
+ Prepare the project by installing all dependencies:
15
+
16
+ ```sh
17
+ npm install
18
+ ```
19
+
20
+ Then, depending on your use-case you may run any of the following commands:
21
+
22
+ ```sh
23
+ # build the library and run all tests
24
+ npm run all
25
+
26
+ # run the full development setup
27
+ npm run dev
28
+ ```
29
+
30
+ Expose an environment variable `TEST_BROWSERS=(Chrome|Firefox|IE)` to execute the tests in a non-headless browser.
31
+
32
+
33
+ ## License
34
+
35
+ MIT
@@ -1,4 +1,4 @@
1
- /**
2
- * Compatibility with @bpmn-io/properties-panel < v3.4.0
3
- */
1
+ /**
2
+ * Compatibility with @bpmn-io/properties-panel < v3.4.0
3
+ */
4
4
  @import '../dist/assets/properties-panel.css'