@instructure/ui-editable 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 CHANGED
@@ -3,9 +3,12 @@
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-103](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-103) (2026-07-14)
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
- **Note:** Version bump only for package @instructure/ui-editable
8
+
9
+ ### Features
10
+
11
+ * **many:** support current spacing tokens in the margin prop for v2 components ([1b47c5f](https://github.com/instructure/instructure-ui/commit/1b47c5f23eaa60b532cdfd53c39bd71f0cf51aaa))
9
12
 
10
13
 
11
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-editable",
3
- "version": "11.7.4-snapshot-103",
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",
@@ -15,25 +15,25 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.7",
18
- "@instructure/console": "11.7.4-snapshot-103",
19
- "@instructure/emotion": "11.7.4-snapshot-103",
20
- "@instructure/ui-a11y-content": "11.7.4-snapshot-103",
21
- "@instructure/ui-buttons": "11.7.4-snapshot-103",
22
- "@instructure/shared-types": "11.7.4-snapshot-103",
23
- "@instructure/ui-dom-utils": "11.7.4-snapshot-103",
24
- "@instructure/ui-flex": "11.7.4-snapshot-103",
25
- "@instructure/ui-icons": "11.7.4-snapshot-103",
26
- "@instructure/ui-focusable": "11.7.4-snapshot-103",
27
- "@instructure/ui-utils": "11.7.4-snapshot-103",
28
- "@instructure/ui-view": "11.7.4-snapshot-103"
18
+ "@instructure/console": "11.7.4-snapshot-106",
19
+ "@instructure/emotion": "11.7.4-snapshot-106",
20
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-106",
21
+ "@instructure/shared-types": "11.7.4-snapshot-106",
22
+ "@instructure/ui-buttons": "11.7.4-snapshot-106",
23
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-106",
24
+ "@instructure/ui-flex": "11.7.4-snapshot-106",
25
+ "@instructure/ui-focusable": "11.7.4-snapshot-106",
26
+ "@instructure/ui-icons": "11.7.4-snapshot-106",
27
+ "@instructure/ui-utils": "11.7.4-snapshot-106",
28
+ "@instructure/ui-view": "11.7.4-snapshot-106"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.9.1",
32
32
  "@testing-library/react": "16.3.2",
33
33
  "@testing-library/user-event": "^14.6.1",
34
34
  "vitest": "^4.1.9",
35
- "@instructure/ui-axe-check": "11.7.4-snapshot-103",
36
- "@instructure/ui-babel-preset": "11.7.4-snapshot-103"
35
+ "@instructure/ui-axe-check": "11.7.4-snapshot-106",
36
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-106"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=18 <=19",
@@ -105,7 +105,7 @@ type: example
105
105
  value={value}
106
106
  inline={inline}
107
107
  />
108
- <View as="div" margin="small 0">
108
+ <View as="div" margin="general.spaceMd 0">
109
109
  <Checkbox label="inline" checked={inline} onChange={onChangeLayout} />
110
110
  </View>
111
111
  </View>