@bpmn-io/form-js-carbon-styles 1.9.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-carbon-styles",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Custom carbon styles for form-js",
5
5
  "scripts": {
6
6
  "all": "run-s test",
@@ -18,11 +18,12 @@
18
18
  "url": "https://github.com/bpmn-io"
19
19
  },
20
20
  "devDependencies": {
21
- "@bpmn-io/form-js-viewer": "^1.9.1",
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": "74ba40e6fad356dad63315d3270b4ee61aec4058"
28
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;