@instructure/ui-editable 11.7.5-snapshot-15 → 11.7.5-snapshot-24
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 +1 -1
- package/es/Editable/v1/index.js +2 -1
- package/es/InPlaceEdit/v1/index.js +1 -1
- package/es/InPlaceEdit/v2/index.js +1 -1
- package/es/exports/a.js +1 -1
- package/es/exports/b.js +1 -1
- package/lib/Editable/v1/index.js +1 -1
- package/lib/InPlaceEdit/v1/index.js +1 -1
- package/lib/InPlaceEdit/v2/index.js +1 -1
- package/package.json +14 -14
- package/src/Editable/v1/index.tsx +2 -1
- package/src/InPlaceEdit/v1/index.tsx +1 -1
- package/src/InPlaceEdit/v2/index.tsx +1 -1
- package/src/exports/a.ts +1 -1
- package/src/exports/b.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Editable/v1/index.d.ts.map +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.5-snapshot-
|
|
6
|
+
## [11.7.5-snapshot-24](https://github.com/instructure/instructure-ui/compare/v11.7.4...v11.7.5-snapshot-24) (2026-08-06)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-editable
|
|
9
9
|
|
package/es/Editable/v1/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
|
+
|
|
24
25
|
import { Component } from 'react';
|
|
25
26
|
import { deepEqual } from '@instructure/ui-utils';
|
|
26
27
|
import { logWarn as warn } from '@instructure/console';
|
|
@@ -2,7 +2,7 @@ var _dec, _class;
|
|
|
2
2
|
/*
|
|
3
3
|
* The MIT License (MIT)
|
|
4
4
|
*
|
|
5
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
6
6
|
*
|
|
7
7
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2,7 +2,7 @@ var _dec, _class;
|
|
|
2
2
|
/*
|
|
3
3
|
* The MIT License (MIT)
|
|
4
4
|
*
|
|
5
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
6
6
|
*
|
|
7
7
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
* of this software and associated documentation files (the "Software"), to deal
|
package/es/exports/a.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
* of this software and associated documentation files (the "Software"), to deal
|
package/es/exports/b.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
* of this software and associated documentation files (the "Software"), to deal
|
package/lib/Editable/v1/index.js
CHANGED
|
@@ -12,7 +12,7 @@ var _props = require("./props.js");
|
|
|
12
12
|
/*
|
|
13
13
|
* The MIT License (MIT)
|
|
14
14
|
*
|
|
15
|
-
* Copyright (c)
|
|
15
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
16
16
|
*
|
|
17
17
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
18
18
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -21,7 +21,7 @@ var _dec, _class;
|
|
|
21
21
|
/*
|
|
22
22
|
* The MIT License (MIT)
|
|
23
23
|
*
|
|
24
|
-
* Copyright (c)
|
|
24
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
25
25
|
*
|
|
26
26
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27
27
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -21,7 +21,7 @@ var _dec, _class;
|
|
|
21
21
|
/*
|
|
22
22
|
* The MIT License (MIT)
|
|
23
23
|
*
|
|
24
|
-
* Copyright (c)
|
|
24
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
25
25
|
*
|
|
26
26
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
27
27
|
* of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-editable",
|
|
3
|
-
"version": "11.7.5-snapshot-
|
|
3
|
+
"version": "11.7.5-snapshot-24",
|
|
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.5-snapshot-
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/shared-types": "11.7.5-snapshot-
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-flex": "11.7.5-snapshot-
|
|
25
|
-
"@instructure/ui-focusable": "11.7.5-snapshot-
|
|
26
|
-
"@instructure/ui-icons": "11.7.5-snapshot-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
18
|
+
"@instructure/console": "11.7.5-snapshot-24",
|
|
19
|
+
"@instructure/ui-a11y-content": "11.7.5-snapshot-24",
|
|
20
|
+
"@instructure/shared-types": "11.7.5-snapshot-24",
|
|
21
|
+
"@instructure/emotion": "11.7.5-snapshot-24",
|
|
22
|
+
"@instructure/ui-dom-utils": "11.7.5-snapshot-24",
|
|
23
|
+
"@instructure/ui-buttons": "11.7.5-snapshot-24",
|
|
24
|
+
"@instructure/ui-flex": "11.7.5-snapshot-24",
|
|
25
|
+
"@instructure/ui-focusable": "11.7.5-snapshot-24",
|
|
26
|
+
"@instructure/ui-icons": "11.7.5-snapshot-24",
|
|
27
|
+
"@instructure/ui-view": "11.7.5-snapshot-24",
|
|
28
|
+
"@instructure/ui-utils": "11.7.5-snapshot-24"
|
|
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.5-snapshot-
|
|
36
|
-
"@instructure/ui-babel-preset": "11.7.5-snapshot-
|
|
35
|
+
"@instructure/ui-axe-check": "11.7.5-snapshot-24",
|
|
36
|
+
"@instructure/ui-babel-preset": "11.7.5-snapshot-24"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": ">=18 <=19",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
|
+
|
|
24
25
|
import { Component } from 'react'
|
|
25
26
|
|
|
26
27
|
import { deepEqual } from '@instructure/ui-utils'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
* of this software and associated documentation files (the "Software"), to deal
|
package/src/exports/a.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
* of this software and associated documentation files (the "Software"), to deal
|
package/src/exports/b.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
* of this software and associated documentation files (the "Software"), to deal
|