@mittwald/flow-react-components 1.0.2 → 1.0.3
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/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +34510 -34510
- package/dist/css/all-layered.css +1 -1
- package/dist/css/all.css +1 -1
- package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CodeEditor/hooks/useCodeEditorExtensions.mjs +8 -1
- package/dist/js/packages/components/src/components/CodeEditor/hooks/useCodeEditorExtensions.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs +2 -1
- package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs.map +1 -1
- package/dist/js/packages/design-tokens/dist/json/all-dark.mjs +32 -0
- package/dist/js/packages/design-tokens/dist/json/all-dark.mjs.map +1 -1
- package/dist/js/packages/design-tokens/dist/json/all-light.mjs +32 -0
- package/dist/js/packages/design-tokens/dist/json/all-light.mjs.map +1 -1
- package/dist/types/components/CodeEditor/themes/defaultEditorTheme.d.ts.map +1 -1
- package/dist/types/lib/theming/hooks/useDesignTokens.d.ts +32 -0
- package/dist/types/lib/theming/hooks/useDesignTokens.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -13347,6 +13347,38 @@ var all_light_default = {
|
|
|
13347
13347
|
"type": "gutter-element-min-width"
|
|
13348
13348
|
},
|
|
13349
13349
|
"path": ["code-editor", "gutter-element-min-width"]
|
|
13350
|
+
},
|
|
13351
|
+
"gutter-separator-color": {
|
|
13352
|
+
"key": "{code-editor.gutter-separator-color}",
|
|
13353
|
+
"value": "#B7C9DB",
|
|
13354
|
+
"filePath": "src/form/code-editor.yml",
|
|
13355
|
+
"isSource": true,
|
|
13356
|
+
"original": {
|
|
13357
|
+
"value": "{separator.color}",
|
|
13358
|
+
"key": "{code-editor.gutter-separator-color}"
|
|
13359
|
+
},
|
|
13360
|
+
"name": "CodeEditorGutterSeparatorColor",
|
|
13361
|
+
"attributes": {
|
|
13362
|
+
"category": "code-editor",
|
|
13363
|
+
"type": "gutter-separator-color"
|
|
13364
|
+
},
|
|
13365
|
+
"path": ["code-editor", "gutter-separator-color"]
|
|
13366
|
+
},
|
|
13367
|
+
"indentation-marker-color": {
|
|
13368
|
+
"key": "{code-editor.indentation-marker-color}",
|
|
13369
|
+
"value": "#DCE9F7",
|
|
13370
|
+
"filePath": "src/form/code-editor.yml",
|
|
13371
|
+
"isSource": true,
|
|
13372
|
+
"original": {
|
|
13373
|
+
"value": "{neutral.color.400}",
|
|
13374
|
+
"key": "{code-editor.indentation-marker-color}"
|
|
13375
|
+
},
|
|
13376
|
+
"name": "CodeEditorIndentationMarkerColor",
|
|
13377
|
+
"attributes": {
|
|
13378
|
+
"category": "code-editor",
|
|
13379
|
+
"type": "indentation-marker-color"
|
|
13380
|
+
},
|
|
13381
|
+
"path": ["code-editor", "indentation-marker-color"]
|
|
13350
13382
|
}
|
|
13351
13383
|
},
|
|
13352
13384
|
"date-picker": {
|