@bpmn-io/form-js-carbon-styles 1.8.8 → 1.9.2

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,23 +1,23 @@
1
- Copyright (c) 2021-present Camunda Services GmbH
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4
- this software and associated documentation files (the "Software"), to deal in the
5
- Software without restriction, including without limitation the rights to use, copy,
6
- modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
7
- and to permit persons to whom the Software is furnished to do so, subject to the
8
- following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- The source code responsible for displaying the bpmn.io project watermark that
14
- links back to https://bpmn.io as part of rendered diagrams MUST NOT be
15
- removed or changed. When this software is being used in a website or application,
16
- the watermark must stay fully visible and not visually overlapped by other elements.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
19
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
20
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1
+ Copyright (c) 2021-present Camunda Services GmbH
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4
+ this software and associated documentation files (the "Software"), to deal in the
5
+ Software without restriction, including without limitation the rights to use, copy,
6
+ modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
7
+ and to permit persons to whom the Software is furnished to do so, subject to the
8
+ following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ The source code responsible for displaying the bpmn.io project watermark that
14
+ links back to https://bpmn.io as part of rendered diagrams MUST NOT be
15
+ removed or changed. When this software is being used in a website or application,
16
+ the watermark must stay fully visible and not visually overlapped by other elements.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
19
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
20
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
23
23
  OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-carbon-styles",
3
- "version": "1.8.8",
3
+ "version": "1.9.2",
4
4
  "description": "Custom carbon styles for form-js",
5
5
  "scripts": {
6
6
  "all": "run-s test",
@@ -18,12 +18,12 @@
18
18
  "url": "https://github.com/bpmn-io"
19
19
  },
20
20
  "devDependencies": {
21
- "@bpmn-io/form-js-viewer": "^1.8.8",
21
+ "@bpmn-io/form-js-viewer": "^1.9.2",
22
22
  "@carbon/elements": "^11.44.0",
23
23
  "styled-components": "^6.1.8"
24
24
  },
25
25
  "files": [
26
26
  "src"
27
27
  ],
28
- "gitHead": "7549b6d3423ae88e877510bb0c8ac27ab8d07758"
28
+ "gitHead": "74ba40e6fad356dad63315d3270b4ee61aec4058"
29
29
  }
@@ -947,10 +947,11 @@
947
947
  }
948
948
 
949
949
  select {
950
- @include getBaseInputStyles(1.5rem);
951
- @include getSelectArrowStyles(var(--cds-spacing-03));
952
950
  border-bottom: none;
953
951
  padding-right: 2rem;
952
+
953
+ @include getSelectArrowStyles(var(--cds-spacing-03));
954
+ @include getBaseInputStyles(1.5rem);
954
955
  }
955
956
 
956
957
  .fjs-input-group {
@@ -1031,8 +1032,8 @@
1031
1032
 
1032
1033
  .fjs-container {
1033
1034
  .fjs-form-field-select .fjs-input-group {
1034
- @include getBaseInputStyles(2.5rem);
1035
1035
  @include getSelectArrowStyles(var(--cds-spacing-05));
1036
+ @include getBaseInputStyles(2.5rem);
1036
1037
 
1037
1038
  .fjs-select-display {
1038
1039
  display: flex;