@bpmn-io/form-js-carbon-styles 1.10.0 → 1.11.0-alpha.0
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.
|
|
3
|
+
"version": "1.11.0-alpha.0",
|
|
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.
|
|
21
|
+
"@bpmn-io/form-js-viewer": "^1.11.0-alpha.0",
|
|
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": "
|
|
28
|
+
"gitHead": "05c03607877ce52cf7ea96e71b5819ea17c1a8b4"
|
|
29
29
|
}
|
package/src/carbon-styles.js
CHANGED
|
@@ -677,7 +677,8 @@ const RADIO_STYLES = css`
|
|
|
677
677
|
|
|
678
678
|
const BUTTON_STYLES = css`
|
|
679
679
|
.fjs-container {
|
|
680
|
-
.fjs-form-field.fjs-form-field-button .fjs-button
|
|
680
|
+
.fjs-form-field.fjs-form-field-button .fjs-button,
|
|
681
|
+
.fjs-form-field.fjs-form-field-filepicker .fjs-button {
|
|
681
682
|
font-size: var(--cds-body-short-01-font-size);
|
|
682
683
|
font-weight: var(--cds-body-short-01-font-weight);
|
|
683
684
|
line-height: var(--cds-body-short-01-line-height);
|
package/src/carbon-styles.scss
CHANGED
|
@@ -796,7 +796,8 @@
|
|
|
796
796
|
// Button styles /////////////
|
|
797
797
|
|
|
798
798
|
.fjs-container {
|
|
799
|
-
.fjs-form-field.fjs-form-field-button .fjs-button
|
|
799
|
+
.fjs-form-field.fjs-form-field-button .fjs-button,
|
|
800
|
+
.fjs-form-field.fjs-form-field-filepicker .fjs-button {
|
|
800
801
|
font-size: var(--cds-body-short-01-font-size);
|
|
801
802
|
font-weight: var(--cds-body-short-01-font-weight);
|
|
802
803
|
line-height: var(--cds-body-short-01-line-height);
|