@instructure/ui-overlays 11.6.0 → 11.6.1-snapshot-129

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.
Files changed (54) hide show
  1. package/CHANGELOG.md +30 -284
  2. package/es/Mask/{index.js → v1/index.js} +1 -1
  3. package/es/{index.js → exports/a.js} +2 -2
  4. package/lib/Mask/{index.js → v1/index.js} +1 -1
  5. package/lib/{index.js → exports/a.js} +4 -4
  6. package/package.json +49 -27
  7. package/src/Mask/{MaskCounter.ts → v1/MaskCounter.ts} +0 -2
  8. package/src/Mask/{index.tsx → v1/index.tsx} +1 -1
  9. package/src/{index.ts → exports/a.ts} +4 -4
  10. package/tsconfig.build.tsbuildinfo +1 -1
  11. package/types/Mask/v1/MaskCounter.d.ts.map +1 -0
  12. package/types/Mask/v1/index.d.ts.map +1 -0
  13. package/types/Mask/v1/props.d.ts.map +1 -0
  14. package/types/Mask/v1/styles.d.ts.map +1 -0
  15. package/types/Mask/v1/theme.d.ts.map +1 -0
  16. package/types/Overlay/v1/index.d.ts.map +1 -0
  17. package/types/Overlay/v1/props.d.ts.map +1 -0
  18. package/types/exports/a.d.ts +5 -0
  19. package/types/exports/a.d.ts.map +1 -0
  20. package/types/Mask/MaskCounter.d.ts.map +0 -1
  21. package/types/Mask/index.d.ts.map +0 -1
  22. package/types/Mask/props.d.ts.map +0 -1
  23. package/types/Mask/styles.d.ts.map +0 -1
  24. package/types/Mask/theme.d.ts.map +0 -1
  25. package/types/Overlay/index.d.ts.map +0 -1
  26. package/types/Overlay/props.d.ts.map +0 -1
  27. package/types/index.d.ts +0 -5
  28. package/types/index.d.ts.map +0 -1
  29. /package/es/Mask/{MaskCounter.js → v1/MaskCounter.js} +0 -0
  30. /package/es/Mask/{props.js → v1/props.js} +0 -0
  31. /package/es/Mask/{styles.js → v1/styles.js} +0 -0
  32. /package/es/Mask/{theme.js → v1/theme.js} +0 -0
  33. /package/es/Overlay/{index.js → v1/index.js} +0 -0
  34. /package/es/Overlay/{props.js → v1/props.js} +0 -0
  35. /package/lib/Mask/{MaskCounter.js → v1/MaskCounter.js} +0 -0
  36. /package/lib/Mask/{props.js → v1/props.js} +0 -0
  37. /package/lib/Mask/{styles.js → v1/styles.js} +0 -0
  38. /package/lib/Mask/{theme.js → v1/theme.js} +0 -0
  39. /package/lib/Overlay/{index.js → v1/index.js} +0 -0
  40. /package/lib/Overlay/{props.js → v1/props.js} +0 -0
  41. /package/src/Mask/{README.md → v1/README.md} +0 -0
  42. /package/src/Mask/{props.ts → v1/props.ts} +0 -0
  43. /package/src/Mask/{styles.ts → v1/styles.ts} +0 -0
  44. /package/src/Mask/{theme.ts → v1/theme.ts} +0 -0
  45. /package/src/Overlay/{README.md → v1/README.md} +0 -0
  46. /package/src/Overlay/{index.tsx → v1/index.tsx} +0 -0
  47. /package/src/Overlay/{props.ts → v1/props.ts} +0 -0
  48. /package/types/Mask/{MaskCounter.d.ts → v1/MaskCounter.d.ts} +0 -0
  49. /package/types/Mask/{index.d.ts → v1/index.d.ts} +0 -0
  50. /package/types/Mask/{props.d.ts → v1/props.d.ts} +0 -0
  51. /package/types/Mask/{styles.d.ts → v1/styles.d.ts} +0 -0
  52. /package/types/Mask/{theme.d.ts → v1/theme.d.ts} +0 -0
  53. /package/types/Overlay/{index.d.ts → v1/index.d.ts} +0 -0
  54. /package/types/Overlay/{props.d.ts → v1/props.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-overlays",
3
- "version": "11.6.0",
3
+ "version": "11.6.1-snapshot-129",
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",
@@ -16,23 +16,23 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
18
  "no-scroll": "^2.1.1",
19
- "@instructure/console": "11.6.0",
20
- "@instructure/shared-types": "11.6.0",
21
- "@instructure/ui-buttons": "11.6.0",
22
- "@instructure/emotion": "11.6.0",
23
- "@instructure/ui-dom-utils": "11.6.0",
24
- "@instructure/ui-dialog": "11.6.0",
25
- "@instructure/ui-focusable": "11.6.0",
26
- "@instructure/ui-i18n": "11.6.0",
27
- "@instructure/ui-motion": "11.6.0",
28
- "@instructure/ui-portal": "11.6.0",
29
- "@instructure/ui-position": "11.6.0",
30
- "@instructure/ui-popover": "11.6.0",
31
- "@instructure/ui-tooltip": "11.6.0",
32
- "@instructure/ui-react-utils": "11.6.0",
33
- "@instructure/ui-utils": "11.6.0",
34
- "@instructure/ui-view": "11.6.0",
35
- "@instructure/uid": "11.6.0"
19
+ "@instructure/console": "11.6.1-snapshot-129",
20
+ "@instructure/emotion": "11.6.1-snapshot-129",
21
+ "@instructure/shared-types": "11.6.1-snapshot-129",
22
+ "@instructure/ui-buttons": "11.6.1-snapshot-129",
23
+ "@instructure/ui-dialog": "11.6.1-snapshot-129",
24
+ "@instructure/ui-dom-utils": "11.6.1-snapshot-129",
25
+ "@instructure/ui-i18n": "11.6.1-snapshot-129",
26
+ "@instructure/ui-focusable": "11.6.1-snapshot-129",
27
+ "@instructure/ui-motion": "11.6.1-snapshot-129",
28
+ "@instructure/ui-popover": "11.6.1-snapshot-129",
29
+ "@instructure/ui-portal": "11.6.1-snapshot-129",
30
+ "@instructure/ui-position": "11.6.1-snapshot-129",
31
+ "@instructure/ui-react-utils": "11.6.1-snapshot-129",
32
+ "@instructure/ui-tooltip": "11.6.1-snapshot-129",
33
+ "@instructure/ui-view": "11.6.1-snapshot-129",
34
+ "@instructure/ui-utils": "11.6.1-snapshot-129",
35
+ "@instructure/uid": "11.6.1-snapshot-129"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@testing-library/jest-dom": "^6.6.3",
@@ -40,8 +40,8 @@
40
40
  "@testing-library/user-event": "^14.6.1",
41
41
  "@types/no-scroll": "^2.1.2",
42
42
  "vitest": "^3.2.2",
43
- "@instructure/ui-babel-preset": "11.6.0",
44
- "@instructure/ui-themes": "11.6.0"
43
+ "@instructure/ui-themes": "11.6.1-snapshot-129",
44
+ "@instructure/ui-babel-preset": "11.6.1-snapshot-129"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": ">=18 <=19"
@@ -51,17 +51,39 @@
51
51
  },
52
52
  "sideEffects": false,
53
53
  "exports": {
54
- ".": {
55
- "types": "./types/index.d.ts",
56
- "import": "./es/index.js",
57
- "require": "./lib/index.js",
58
- "default": "./es/index.js"
59
- },
60
54
  "./lib/*": "./lib/*",
61
55
  "./es/*": "./es/*",
62
56
  "./types/*": "./types/*",
63
57
  "./package.json": "./package.json",
64
- "./src/*": "./src/*"
58
+ "./src/*": "./src/*",
59
+ ".": {
60
+ "src": "./src/exports/a.ts",
61
+ "types": "./types/exports/a.d.ts",
62
+ "import": "./es/exports/a.js",
63
+ "require": "./lib/exports/a.js",
64
+ "default": "./es/exports/a.js"
65
+ },
66
+ "./v11_6": {
67
+ "src": "./src/exports/a.ts",
68
+ "types": "./types/exports/a.d.ts",
69
+ "import": "./es/exports/a.js",
70
+ "require": "./lib/exports/a.js",
71
+ "default": "./es/exports/a.js"
72
+ },
73
+ "./v11_7": {
74
+ "src": "./src/exports/a.ts",
75
+ "types": "./types/exports/a.d.ts",
76
+ "import": "./es/exports/a.js",
77
+ "require": "./lib/exports/a.js",
78
+ "default": "./es/exports/a.js"
79
+ },
80
+ "./latest": {
81
+ "src": "./src/exports/a.ts",
82
+ "types": "./types/exports/a.d.ts",
83
+ "import": "./es/exports/a.js",
84
+ "require": "./lib/exports/a.js",
85
+ "default": "./es/exports/a.js"
86
+ }
65
87
  },
66
88
  "scripts": {
67
89
  "lint": "ui-scripts lint",
@@ -23,7 +23,6 @@
23
23
  */
24
24
 
25
25
  const MaskCounter = (() => {
26
-
27
26
  let counter = 0
28
27
  const getCounter = () => counter
29
28
  const setCounter = (value: number) => {
@@ -45,5 +44,4 @@ const MaskCounter = (() => {
45
44
  }
46
45
  })()
47
46
 
48
-
49
47
  export default MaskCounter
@@ -25,7 +25,7 @@
25
25
  import { Component } from 'react'
26
26
  import noScroll from 'no-scroll'
27
27
 
28
- import { withStyle } from '@instructure/emotion'
28
+ import { withStyleLegacy as withStyle } from '@instructure/emotion'
29
29
  import type { ComponentStyle } from '@instructure/emotion'
30
30
  import { ensureSingleChild, omitProps } from '@instructure/ui-react-utils'
31
31
 
@@ -21,8 +21,8 @@
21
21
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
22
  * SOFTWARE.
23
23
  */
24
- export { Mask } from './Mask'
25
- export { Overlay } from './Overlay'
24
+ export { Mask } from '../Mask/v1'
25
+ export { Overlay } from '../Overlay/v1'
26
26
 
27
- export type { MaskProps } from './Mask/props'
28
- export type { OverlayProps } from './Overlay/props'
27
+ export type { MaskProps } from '../Mask/v1/props'
28
+ export type { OverlayProps } from '../Overlay/v1/props'