@bpmn-io/form-js-carbon-styles 1.11.0 → 1.11.1
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 +3 -3
- package/src/carbon-styles.js +2 -1
- package/src/carbon-styles.scss +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmn-io/form-js-carbon-styles",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1",
|
|
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.11.
|
|
21
|
+
"@bpmn-io/form-js-viewer": "^1.11.1",
|
|
22
22
|
"@carbon/elements": "^11.53.0",
|
|
23
23
|
"styled-components": "^6.1.13"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"src"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "fa5965e45151907b42d679b38b466efa526b1a7b"
|
|
29
29
|
}
|
package/src/carbon-styles.js
CHANGED
|
@@ -676,7 +676,8 @@ const RADIO_STYLES = css`
|
|
|
676
676
|
|
|
677
677
|
const BUTTON_STYLES = css`
|
|
678
678
|
.fjs-container {
|
|
679
|
-
.fjs-form-field.fjs-form-field-button .fjs-button
|
|
679
|
+
.fjs-form-field.fjs-form-field-button .fjs-button,
|
|
680
|
+
.fjs-form-field.fjs-form-field-filepicker .fjs-button {
|
|
680
681
|
font-size: var(--cds-body-short-01-font-size);
|
|
681
682
|
font-weight: var(--cds-body-short-01-font-weight);
|
|
682
683
|
line-height: var(--cds-body-short-01-line-height);
|
package/src/carbon-styles.scss
CHANGED
|
@@ -795,7 +795,8 @@
|
|
|
795
795
|
// Button styles /////////////
|
|
796
796
|
|
|
797
797
|
.fjs-container {
|
|
798
|
-
.fjs-form-field.fjs-form-field-button .fjs-button
|
|
798
|
+
.fjs-form-field.fjs-form-field-button .fjs-button,
|
|
799
|
+
.fjs-form-field.fjs-form-field-filepicker .fjs-button {
|
|
799
800
|
font-size: var(--cds-body-short-01-font-size);
|
|
800
801
|
font-weight: var(--cds-body-short-01-font-weight);
|
|
801
802
|
line-height: var(--cds-body-short-01-line-height);
|