@instructure/ui-source-code-editor 11.7.4-snapshot-103 → 11.7.4-snapshot-106
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 -1
- package/package.json +13 -13
- package/src/SourceCodeEditor/v2/README.md +6 -6
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [11.7.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-106](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-106) (2026-07-16)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -11,6 +11,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
* **ui-source-code-editor:** apply current theme to v2 search panel ([4534fa0](https://github.com/instructure/instructure-ui/commit/4534fa0fc244bfb7138f3d09fbeeb1e73dfa6afd))
|
|
12
12
|
|
|
13
13
|
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **many:** support current spacing tokens in the margin prop for v2 components ([1b47c5f](https://github.com/instructure/instructure-ui/commit/1b47c5f23eaa60b532cdfd53c39bd71f0cf51aaa))
|
|
17
|
+
|
|
18
|
+
|
|
14
19
|
|
|
15
20
|
|
|
16
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-source-code-editor",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-106",
|
|
4
4
|
"description": "A UI component library made by Instructure Inc.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"@codemirror/state": "^6.4.1",
|
|
30
30
|
"@codemirror/view": "^6.34.1",
|
|
31
31
|
"@lezer/highlight": "1.2.3",
|
|
32
|
-
"@instructure/emotion": "11.7.4-snapshot-
|
|
33
|
-
"@instructure/shared-types": "11.7.4-snapshot-
|
|
34
|
-
"@instructure/ui-a11y-content": "11.7.4-snapshot-
|
|
35
|
-
"@instructure/ui-
|
|
36
|
-
"@instructure/ui-
|
|
37
|
-
"@instructure/ui-
|
|
38
|
-
"@instructure/ui-
|
|
39
|
-
"@instructure/ui-
|
|
40
|
-
"@instructure/ui-
|
|
41
|
-
"@instructure/ui-
|
|
42
|
-
"@instructure/ui-
|
|
32
|
+
"@instructure/emotion": "11.7.4-snapshot-106",
|
|
33
|
+
"@instructure/shared-types": "11.7.4-snapshot-106",
|
|
34
|
+
"@instructure/ui-a11y-content": "11.7.4-snapshot-106",
|
|
35
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-106",
|
|
36
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-106",
|
|
37
|
+
"@instructure/ui-icons": "11.7.4-snapshot-106",
|
|
38
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-106",
|
|
39
|
+
"@instructure/ui-i18n": "11.7.4-snapshot-106",
|
|
40
|
+
"@instructure/ui-text-input": "11.7.4-snapshot-106",
|
|
41
|
+
"@instructure/ui-themes": "11.7.4-snapshot-106",
|
|
42
|
+
"@instructure/ui-utils": "11.7.4-snapshot-106"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@testing-library/jest-dom": "^6.9.1",
|
|
46
46
|
"@testing-library/react": "16.3.2",
|
|
47
47
|
"@testing-library/user-event": "^14.6.1",
|
|
48
48
|
"vitest": "^4.1.9",
|
|
49
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
49
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-106"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=18 <=19",
|
|
@@ -323,7 +323,7 @@ type: example
|
|
|
323
323
|
|
|
324
324
|
return (
|
|
325
325
|
<View display="block" padding="medium medium small" background="primary">
|
|
326
|
-
<View display="block" margin="
|
|
326
|
+
<View display="block" margin="general.spaceMd none general.space2xl">
|
|
327
327
|
<FormFieldGroup description="Settings" rowSpacing="small">
|
|
328
328
|
{Object.keys(settings).map((prop) => (
|
|
329
329
|
<Checkbox
|
|
@@ -376,7 +376,7 @@ type: example
|
|
|
376
376
|
|
|
377
377
|
return (
|
|
378
378
|
<View display="block" padding="medium medium small" background="primary">
|
|
379
|
-
<View display="block" margin="
|
|
379
|
+
<View display="block" margin="general.spaceMd none general.space2xl">
|
|
380
380
|
<FormFieldGroup description="Settings" rowSpacing="small">
|
|
381
381
|
{[
|
|
382
382
|
'lineNumbers',
|
|
@@ -488,7 +488,7 @@ type: example
|
|
|
488
488
|
|
|
489
489
|
return (
|
|
490
490
|
<View display="block" padding="medium medium small" background="primary">
|
|
491
|
-
<View display="block" margin="
|
|
491
|
+
<View display="block" margin="general.spaceMd none general.space2xl">
|
|
492
492
|
<FormFieldGroup description="Settings">
|
|
493
493
|
<Checkbox
|
|
494
494
|
label="indentWithTab"
|
|
@@ -582,7 +582,7 @@ type: example
|
|
|
582
582
|
padding="medium medium small"
|
|
583
583
|
background="primary"
|
|
584
584
|
>
|
|
585
|
-
<View display="block" margin="
|
|
585
|
+
<View display="block" margin="general.spaceMd none general.space2xl">
|
|
586
586
|
<FormFieldGroup
|
|
587
587
|
description="Settings"
|
|
588
588
|
layout="columns"
|
|
@@ -670,7 +670,7 @@ type: example
|
|
|
670
670
|
|
|
671
671
|
return (
|
|
672
672
|
<View display="block" padding="medium medium small" background="primary">
|
|
673
|
-
<View display="block" margin="
|
|
673
|
+
<View display="block" margin="general.spaceMd none general.space2xl">
|
|
674
674
|
<Button
|
|
675
675
|
onClick={() => {
|
|
676
676
|
console.log('manual focus')
|
|
@@ -723,7 +723,7 @@ type: example
|
|
|
723
723
|
|
|
724
724
|
return (
|
|
725
725
|
<View display="block" padding="medium medium small" background="primary">
|
|
726
|
-
<View display="block" margin="
|
|
726
|
+
<View display="block" margin="general.spaceMd none general.space2xl">
|
|
727
727
|
<RadioInputGroup
|
|
728
728
|
name="attachmentExample"
|
|
729
729
|
value={attachment}
|