@instructure/ui-list 11.7.3 → 11.7.4-pr-snapshot-1781695314229

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 (72) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/LICENSE.md +1 -0
  3. package/{lib/InlineList/v1/props.js → babel.config.cjs} +12 -7
  4. package/es/InlineList/v1/InlineListItem/index.js +4 -4
  5. package/es/InlineList/v1/index.js +3 -3
  6. package/es/InlineList/v2/InlineListItem/index.js +3 -3
  7. package/es/InlineList/v2/index.js +3 -3
  8. package/es/List/v1/ListItem/index.js +4 -4
  9. package/es/List/v1/index.js +5 -5
  10. package/es/List/v2/ListItem/index.js +3 -3
  11. package/es/List/v2/index.js +4 -4
  12. package/es/exports/a.js +4 -3
  13. package/es/exports/b.js +4 -3
  14. package/package.json +12 -17
  15. package/src/InlineList/v1/InlineListItem/index.tsx +4 -3
  16. package/src/InlineList/v1/index.tsx +3 -2
  17. package/src/InlineList/v2/InlineListItem/index.tsx +3 -2
  18. package/src/InlineList/v2/index.tsx +3 -2
  19. package/src/List/v1/ListItem/index.tsx +4 -3
  20. package/src/List/v1/index.tsx +5 -4
  21. package/src/List/v2/ListItem/index.tsx +3 -2
  22. package/src/List/v2/index.tsx +4 -3
  23. package/src/exports/a.ts +3 -3
  24. package/src/exports/b.ts +3 -3
  25. package/tsconfig.build.tsbuildinfo +1 -1
  26. package/types/InlineList/v1/InlineListItem/index.d.ts +1 -0
  27. package/types/InlineList/v1/InlineListItem/index.d.ts.map +1 -1
  28. package/types/InlineList/v1/index.d.ts +2 -1
  29. package/types/InlineList/v1/index.d.ts.map +1 -1
  30. package/types/InlineList/v2/InlineListItem/index.d.ts +1 -0
  31. package/types/InlineList/v2/InlineListItem/index.d.ts.map +1 -1
  32. package/types/InlineList/v2/index.d.ts +2 -1
  33. package/types/InlineList/v2/index.d.ts.map +1 -1
  34. package/types/List/v1/ListItem/index.d.ts +1 -0
  35. package/types/List/v1/ListItem/index.d.ts.map +1 -1
  36. package/types/List/v1/index.d.ts +2 -1
  37. package/types/List/v1/index.d.ts.map +1 -1
  38. package/types/List/v2/ListItem/index.d.ts +1 -0
  39. package/types/List/v2/ListItem/index.d.ts.map +1 -1
  40. package/types/List/v2/index.d.ts +2 -1
  41. package/types/List/v2/index.d.ts.map +1 -1
  42. package/types/exports/a.d.ts +3 -3
  43. package/types/exports/a.d.ts.map +1 -1
  44. package/types/exports/b.d.ts +3 -3
  45. package/types/exports/b.d.ts.map +1 -1
  46. package/lib/InlineList/v1/InlineListItem/index.js +0 -103
  47. package/lib/InlineList/v1/InlineListItem/props.js +0 -33
  48. package/lib/InlineList/v1/InlineListItem/styles.js +0 -154
  49. package/lib/InlineList/v1/InlineListItem/theme.js +0 -76
  50. package/lib/InlineList/v1/index.js +0 -99
  51. package/lib/InlineList/v2/InlineListItem/index.js +0 -102
  52. package/lib/InlineList/v2/InlineListItem/props.js +0 -33
  53. package/lib/InlineList/v2/InlineListItem/styles.js +0 -151
  54. package/lib/InlineList/v2/index.js +0 -99
  55. package/lib/InlineList/v2/props.js +0 -31
  56. package/lib/List/v1/ListItem/index.js +0 -97
  57. package/lib/List/v1/ListItem/props.js +0 -33
  58. package/lib/List/v1/ListItem/styles.js +0 -134
  59. package/lib/List/v1/ListItem/theme.js +0 -73
  60. package/lib/List/v1/index.js +0 -115
  61. package/lib/List/v1/props.js +0 -31
  62. package/lib/List/v1/styles.js +0 -74
  63. package/lib/List/v1/theme.js +0 -50
  64. package/lib/List/v2/ListItem/index.js +0 -96
  65. package/lib/List/v2/ListItem/props.js +0 -33
  66. package/lib/List/v2/ListItem/styles.js +0 -139
  67. package/lib/List/v2/index.js +0 -114
  68. package/lib/List/v2/props.js +0 -31
  69. package/lib/List/v2/styles.js +0 -74
  70. package/lib/exports/a.js +0 -32
  71. package/lib/exports/b.js +0 -32
  72. package/lib/package.json +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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-pr-snapshot-1781695314229](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-pr-snapshot-1781695314229) (2026-06-17)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-list
9
+
10
+
11
+
12
+
13
+
6
14
  ## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)
7
15
 
8
16
 
package/LICENSE.md CHANGED
@@ -2,6 +2,7 @@
2
2
  title: The MIT License (MIT)
3
3
  category: Getting Started
4
4
  order: 9
5
+ isWIP: true
5
6
  ---
6
7
 
7
8
  # The MIT License (MIT)
@@ -1,9 +1,3 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.allowedProps = void 0;
7
1
  /*
8
2
  * The MIT License (MIT)
9
3
  *
@@ -28,4 +22,15 @@ exports.allowedProps = void 0;
28
22
  * SOFTWARE.
29
23
  */
30
24
 
31
- const allowedProps = exports.allowedProps = ['children', 'as', 'margin', 'size', 'delimiter', 'itemSpacing', 'elementRef'];
25
+ module.exports = {
26
+ presets: [
27
+ [
28
+ require('@instructure/ui-babel-preset'),
29
+ {
30
+ esModules: Boolean(process.env.ES_MODULES),
31
+ removeConsole: process.env.NODE_ENV === 'production',
32
+ transformImports: Boolean(process.env.TRANSFORM_IMPORTS)
33
+ }
34
+ ]
35
+ ]
36
+ }
@@ -27,9 +27,9 @@ import { Component } from 'react';
27
27
  import { View } from '@instructure/ui-view/v11_6';
28
28
  import { passthroughProps } from '@instructure/ui-react-utils';
29
29
  import { withStyle } from '@instructure/emotion';
30
- import generateStyle from "./styles.js";
31
- import generateComponentTheme from "./theme.js";
32
- import { allowedProps } from "./props.js";
30
+ import generateStyle from './styles.js';
31
+ import generateComponentTheme from './theme.js';
32
+ import { allowedProps } from './props.js';
33
33
  import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
34
34
  /**
35
35
  ---
@@ -38,7 +38,7 @@ id: InlineList.Item
38
38
  ---
39
39
  **/
40
40
  let InlineListItem = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = class InlineListItem extends Component {
41
- static displayName = "InlineListItem";
41
+ static displayName = 'InlineListItem';
42
42
  static componentId = 'InlineList.Item';
43
43
  static allowedProps = allowedProps;
44
44
  static defaultProps = {
@@ -24,8 +24,8 @@
24
24
  import { Children, Component } from 'react';
25
25
  import { View } from '@instructure/ui-view/v11_6';
26
26
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils';
27
- import { InlineListItem } from "./InlineListItem/index.js";
28
- import { allowedProps } from "./props.js";
27
+ import { InlineListItem } from './InlineListItem/index.js';
28
+ import { allowedProps } from './props.js';
29
29
  import { jsx as _jsx } from "@emotion/react/jsx-runtime";
30
30
  /**
31
31
  ---
@@ -34,7 +34,7 @@ category: components
34
34
 
35
35
  **/
36
36
  class InlineList extends Component {
37
- static displayName = "InlineList";
37
+ static displayName = 'InlineList';
38
38
  static allowedProps = allowedProps;
39
39
  static defaultProps = {
40
40
  itemSpacing: 'none',
@@ -27,8 +27,8 @@ import { Component } from 'react';
27
27
  import { View } from '@instructure/ui-view/latest';
28
28
  import { passthroughProps } from '@instructure/ui-react-utils';
29
29
  import { withStyleNew } from '@instructure/emotion';
30
- import generateStyle from "./styles.js";
31
- import { allowedProps } from "./props.js";
30
+ import generateStyle from './styles.js';
31
+ import { allowedProps } from './props.js';
32
32
  import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
33
33
  /**
34
34
  ---
@@ -37,7 +37,7 @@ id: InlineList.Item
37
37
  ---
38
38
  **/
39
39
  let InlineListItem = (_dec = withStyleNew(generateStyle), _dec(_class = class InlineListItem extends Component {
40
- static displayName = "InlineListItem";
40
+ static displayName = 'InlineListItem';
41
41
  static componentId = 'InlineList.Item';
42
42
  static allowedProps = allowedProps;
43
43
  static defaultProps = {
@@ -24,8 +24,8 @@
24
24
  import { Children, Component } from 'react';
25
25
  import { View } from '@instructure/ui-view/latest';
26
26
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils';
27
- import { InlineListItem } from "./InlineListItem/index.js";
28
- import { allowedProps } from "./props.js";
27
+ import { InlineListItem } from './InlineListItem/index.js';
28
+ import { allowedProps } from './props.js';
29
29
  import { jsx as _jsx } from "@emotion/react/jsx-runtime";
30
30
  /**
31
31
  ---
@@ -34,7 +34,7 @@ category: components
34
34
 
35
35
  **/
36
36
  class InlineList extends Component {
37
- static displayName = "InlineList";
37
+ static displayName = 'InlineList';
38
38
  static allowedProps = allowedProps;
39
39
  static defaultProps = {
40
40
  itemSpacing: 'none',
@@ -27,9 +27,9 @@ import { Component } from 'react';
27
27
  import { View } from '@instructure/ui-view/v11_6';
28
28
  import { passthroughProps } from '@instructure/ui-react-utils';
29
29
  import { withStyle } from '@instructure/emotion';
30
- import generateStyle from "./styles.js";
31
- import generateComponentTheme from "./theme.js";
32
- import { allowedProps } from "./props.js";
30
+ import generateStyle from './styles.js';
31
+ import generateComponentTheme from './theme.js';
32
+ import { allowedProps } from './props.js';
33
33
  import { jsx as _jsx } from "@emotion/react/jsx-runtime";
34
34
  /**
35
35
  ---
@@ -38,7 +38,7 @@ id: List.Item
38
38
  ---
39
39
  **/
40
40
  let ListItem = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = class ListItem extends Component {
41
- static displayName = "ListItem";
41
+ static displayName = 'ListItem';
42
42
  static componentId = 'List.Item';
43
43
  static allowedProps = allowedProps;
44
44
  static defaultProps = {
@@ -26,11 +26,11 @@ var _dec, _class;
26
26
  import { Children, Component } from 'react';
27
27
  import { View } from '@instructure/ui-view/v11_6';
28
28
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils';
29
- import { ListItem } from "./ListItem/index.js";
29
+ import { ListItem } from './ListItem/index.js';
30
30
  import { withStyle } from '@instructure/emotion';
31
- import generateStyle from "./styles.js";
32
- import generateComponentTheme from "./theme.js";
33
- import { allowedProps } from "./props.js";
31
+ import generateStyle from './styles.js';
32
+ import generateComponentTheme from './theme.js';
33
+ import { allowedProps } from './props.js';
34
34
  import { jsx as _jsx } from "@emotion/react/jsx-runtime";
35
35
  /**
36
36
  ---
@@ -38,7 +38,7 @@ category: components
38
38
  ---
39
39
  **/
40
40
  let List = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = class List extends Component {
41
- static displayName = "List";
41
+ static displayName = 'List';
42
42
  static componentId = 'List';
43
43
  static allowedProps = allowedProps;
44
44
  static defaultProps = {
@@ -27,8 +27,8 @@ import { Component } from 'react';
27
27
  import { View } from '@instructure/ui-view/latest';
28
28
  import { passthroughProps } from '@instructure/ui-react-utils';
29
29
  import { withStyleNew } from '@instructure/emotion';
30
- import generateStyle from "./styles.js";
31
- import { allowedProps } from "./props.js";
30
+ import generateStyle from './styles.js';
31
+ import { allowedProps } from './props.js';
32
32
  import { jsx as _jsx } from "@emotion/react/jsx-runtime";
33
33
  /**
34
34
  ---
@@ -37,7 +37,7 @@ id: List.Item
37
37
  ---
38
38
  **/
39
39
  let ListItem = (_dec = withStyleNew(generateStyle), _dec(_class = class ListItem extends Component {
40
- static displayName = "ListItem";
40
+ static displayName = 'ListItem';
41
41
  static componentId = 'List.Item';
42
42
  static allowedProps = allowedProps;
43
43
  static defaultProps = {
@@ -27,9 +27,9 @@ import { Children, Component } from 'react';
27
27
  import { View } from '@instructure/ui-view/latest';
28
28
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils';
29
29
  import { withStyleNew } from '@instructure/emotion';
30
- import { ListItem } from "./ListItem/index.js";
31
- import generateStyle from "./styles.js";
32
- import { allowedProps } from "./props.js";
30
+ import { ListItem } from './ListItem/index.js';
31
+ import generateStyle from './styles.js';
32
+ import { allowedProps } from './props.js';
33
33
  import { jsx as _jsx } from "@emotion/react/jsx-runtime";
34
34
  /**
35
35
  ---
@@ -37,7 +37,7 @@ category: components
37
37
  ---
38
38
  **/
39
39
  let List = (_dec = withStyleNew(generateStyle), _dec(_class = class List extends Component {
40
- static displayName = "List";
40
+ static displayName = 'List';
41
41
  static componentId = 'List';
42
42
  static allowedProps = allowedProps;
43
43
  static defaultProps = {
package/es/exports/a.js CHANGED
@@ -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
- export { InlineList } from "../InlineList/v1/index.js";
25
- export { List, ListItem } from "../List/v1/index.js";
26
- export { InlineListItem } from "../InlineList/v1/InlineListItem/index.js";
24
+
25
+ export { InlineList } from '../InlineList/v1/index.js';
26
+ export { List, ListItem } from '../List/v1/index.js';
27
+ export { InlineListItem } from '../InlineList/v1/InlineListItem/index.js';
package/es/exports/b.js CHANGED
@@ -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
- export { InlineList } from "../InlineList/v2/index.js";
25
- export { List, ListItem } from "../List/v2/index.js";
26
- export { InlineListItem } from "../InlineList/v2/InlineListItem/index.js";
24
+
25
+ export { InlineList } from '../InlineList/v2/index.js';
26
+ export { List, ListItem } from '../List/v2/index.js';
27
+ export { InlineListItem } from '../InlineList/v2/InlineListItem/index.js';
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@instructure/ui-list",
3
- "version": "11.7.3",
3
+ "version": "11.7.4-pr-snapshot-1781695314229",
4
+ "type": "module",
4
5
  "description": "Components for displaying vertical or horizontal lists.",
5
6
  "author": "Instructure, Inc. Engineering and Product Design",
6
7
  "module": "./es/index.js",
7
- "main": "./lib/index.js",
8
8
  "types": "./types/index.d.ts",
9
9
  "repository": {
10
10
  "type": "git",
@@ -15,20 +15,20 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/shared-types": "11.7.3",
19
- "@instructure/emotion": "11.7.3",
20
- "@instructure/ui-react-utils": "11.7.3",
21
- "@instructure/ui-themes": "11.7.3",
22
- "@instructure/console": "11.7.3",
23
- "@instructure/ui-view": "11.7.3"
18
+ "@instructure/console": "11.7.4-pr-snapshot-1781695314229",
19
+ "@instructure/emotion": "11.7.4-pr-snapshot-1781695314229",
20
+ "@instructure/shared-types": "11.7.4-pr-snapshot-1781695314229",
21
+ "@instructure/ui-themes": "11.7.4-pr-snapshot-1781695314229",
22
+ "@instructure/ui-react-utils": "11.7.4-pr-snapshot-1781695314229",
23
+ "@instructure/ui-view": "11.7.4-pr-snapshot-1781695314229"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@testing-library/jest-dom": "^6.6.3",
27
27
  "@testing-library/react": "15.0.7",
28
28
  "vitest": "^3.2.2",
29
- "@instructure/ui-babel-preset": "11.7.3",
30
- "@instructure/ui-color-utils": "11.7.3",
31
- "@instructure/ui-axe-check": "11.7.3"
29
+ "@instructure/ui-axe-check": "11.7.4-pr-snapshot-1781695314229",
30
+ "@instructure/ui-babel-preset": "11.7.4-pr-snapshot-1781695314229",
31
+ "@instructure/ui-color-utils": "11.7.4-pr-snapshot-1781695314229"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=18 <=19"
@@ -38,7 +38,6 @@
38
38
  },
39
39
  "sideEffects": false,
40
40
  "exports": {
41
- "./lib/*": "./lib/*",
42
41
  "./es/*": "./es/*",
43
42
  "./types/*": "./types/*",
44
43
  "./package.json": "./package.json",
@@ -47,28 +46,24 @@
47
46
  "src": "./src/exports/a.ts",
48
47
  "types": "./types/exports/a.d.ts",
49
48
  "import": "./es/exports/a.js",
50
- "require": "./lib/exports/a.js",
51
49
  "default": "./es/exports/a.js"
52
50
  },
53
51
  "./v11_6": {
54
52
  "src": "./src/exports/a.ts",
55
53
  "types": "./types/exports/a.d.ts",
56
54
  "import": "./es/exports/a.js",
57
- "require": "./lib/exports/a.js",
58
55
  "default": "./es/exports/a.js"
59
56
  },
60
57
  "./v11_7": {
61
58
  "src": "./src/exports/b.ts",
62
59
  "types": "./types/exports/b.d.ts",
63
60
  "import": "./es/exports/b.js",
64
- "require": "./lib/exports/b.js",
65
61
  "default": "./es/exports/b.js"
66
62
  },
67
63
  "./latest": {
68
64
  "src": "./src/exports/b.ts",
69
65
  "types": "./types/exports/b.d.ts",
70
66
  "import": "./es/exports/b.js",
71
- "require": "./lib/exports/b.js",
72
67
  "default": "./es/exports/b.js"
73
68
  }
74
69
  },
@@ -76,7 +71,7 @@
76
71
  "lint": "ui-scripts lint",
77
72
  "lint:fix": "ui-scripts lint --fix",
78
73
  "clean": "ui-scripts clean",
79
- "build": "ui-scripts build --modules es,cjs",
74
+ "build": "ui-scripts build",
80
75
  "build:watch": "pnpm run ts:check -- --watch & ui-scripts build --watch",
81
76
  "build:types": "tsc -p tsconfig.build.json",
82
77
  "ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
@@ -29,10 +29,10 @@ import { passthroughProps } from '@instructure/ui-react-utils'
29
29
 
30
30
  import { withStyle } from '@instructure/emotion'
31
31
 
32
- import generateStyle from './styles'
33
- import generateComponentTheme from './theme'
32
+ import generateStyle from './styles.js'
33
+ import generateComponentTheme from './theme.js'
34
34
 
35
- import { allowedProps } from './props'
35
+ import { allowedProps } from './props.js'
36
36
  import type { InlineListItemProps } from './props'
37
37
 
38
38
  /**
@@ -43,6 +43,7 @@ id: InlineList.Item
43
43
  **/
44
44
  @withStyle(generateStyle, generateComponentTheme)
45
45
  class InlineListItem extends Component<InlineListItemProps> {
46
+ static displayName = 'InlineListItem'
46
47
  static readonly componentId = 'InlineList.Item'
47
48
 
48
49
  static allowedProps = allowedProps
@@ -26,9 +26,9 @@ import { Children, Component, ReactElement } from 'react'
26
26
  import { View } from '@instructure/ui-view/v11_6'
27
27
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils'
28
28
 
29
- import { InlineListItem } from './InlineListItem'
29
+ import { InlineListItem } from './InlineListItem/index.js'
30
30
 
31
- import { allowedProps } from './props'
31
+ import { allowedProps } from './props.js'
32
32
  import type { InlineListProps } from './props'
33
33
 
34
34
  /**
@@ -38,6 +38,7 @@ category: components
38
38
 
39
39
  **/
40
40
  class InlineList extends Component<InlineListProps> {
41
+ static displayName = 'InlineList'
41
42
  static allowedProps = allowedProps
42
43
  static defaultProps = {
43
44
  itemSpacing: 'none',
@@ -28,8 +28,8 @@ import { View } from '@instructure/ui-view/latest'
28
28
  import { passthroughProps } from '@instructure/ui-react-utils'
29
29
  import { withStyleNew } from '@instructure/emotion'
30
30
 
31
- import generateStyle from './styles'
32
- import { allowedProps } from './props'
31
+ import generateStyle from './styles.js'
32
+ import { allowedProps } from './props.js'
33
33
  import type { InlineListItemProps } from './props'
34
34
 
35
35
  /**
@@ -40,6 +40,7 @@ id: InlineList.Item
40
40
  **/
41
41
  @withStyleNew(generateStyle)
42
42
  class InlineListItem extends Component<InlineListItemProps> {
43
+ static displayName = 'InlineListItem'
43
44
  static readonly componentId = 'InlineList.Item'
44
45
 
45
46
  static allowedProps = allowedProps
@@ -26,9 +26,9 @@ import { Children, Component, ReactElement } from 'react'
26
26
  import { View } from '@instructure/ui-view/latest'
27
27
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils'
28
28
 
29
- import { InlineListItem } from './InlineListItem'
29
+ import { InlineListItem } from './InlineListItem/index.js'
30
30
 
31
- import { allowedProps } from './props'
31
+ import { allowedProps } from './props.js'
32
32
  import type { InlineListProps } from './props'
33
33
 
34
34
  /**
@@ -38,6 +38,7 @@ category: components
38
38
 
39
39
  **/
40
40
  class InlineList extends Component<InlineListProps> {
41
+ static displayName = 'InlineList'
41
42
  static allowedProps = allowedProps
42
43
  static defaultProps = {
43
44
  itemSpacing: 'none',
@@ -29,10 +29,10 @@ import { passthroughProps } from '@instructure/ui-react-utils'
29
29
 
30
30
  import { withStyle } from '@instructure/emotion'
31
31
 
32
- import generateStyle from './styles'
33
- import generateComponentTheme from './theme'
32
+ import generateStyle from './styles.js'
33
+ import generateComponentTheme from './theme.js'
34
34
 
35
- import { allowedProps } from './props'
35
+ import { allowedProps } from './props.js'
36
36
  import type { ListItemProps } from './props'
37
37
 
38
38
  /**
@@ -43,6 +43,7 @@ id: List.Item
43
43
  **/
44
44
  @withStyle(generateStyle, generateComponentTheme)
45
45
  class ListItem extends Component<ListItemProps> {
46
+ static displayName = 'ListItem'
46
47
  static readonly componentId = 'List.Item'
47
48
 
48
49
  static allowedProps = allowedProps
@@ -27,14 +27,14 @@ import { Children, Component, ReactElement } from 'react'
27
27
  import { View } from '@instructure/ui-view/v11_6'
28
28
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils'
29
29
 
30
- import { ListItem } from './ListItem'
30
+ import { ListItem } from './ListItem/index.js'
31
31
 
32
32
  import { withStyle } from '@instructure/emotion'
33
33
 
34
- import generateStyle from './styles'
35
- import generateComponentTheme from './theme'
34
+ import generateStyle from './styles.js'
35
+ import generateComponentTheme from './theme.js'
36
36
 
37
- import { allowedProps } from './props'
37
+ import { allowedProps } from './props.js'
38
38
  import type { ListProps } from './props'
39
39
 
40
40
  /**
@@ -44,6 +44,7 @@ category: components
44
44
  **/
45
45
  @withStyle(generateStyle, generateComponentTheme)
46
46
  class List extends Component<ListProps> {
47
+ static displayName = 'List'
47
48
  static readonly componentId = 'List'
48
49
 
49
50
  static allowedProps = allowedProps
@@ -28,8 +28,8 @@ import { View } from '@instructure/ui-view/latest'
28
28
  import { passthroughProps } from '@instructure/ui-react-utils'
29
29
  import { withStyleNew } from '@instructure/emotion'
30
30
 
31
- import generateStyle from './styles'
32
- import { allowedProps } from './props'
31
+ import generateStyle from './styles.js'
32
+ import { allowedProps } from './props.js'
33
33
  import type { ListItemProps } from './props'
34
34
 
35
35
  /**
@@ -40,6 +40,7 @@ id: List.Item
40
40
  **/
41
41
  @withStyleNew(generateStyle)
42
42
  class ListItem extends Component<ListItemProps> {
43
+ static displayName = 'ListItem'
43
44
  static readonly componentId = 'List.Item'
44
45
 
45
46
  static allowedProps = allowedProps
@@ -28,9 +28,9 @@ import { View } from '@instructure/ui-view/latest'
28
28
  import { passthroughProps, safeCloneElement } from '@instructure/ui-react-utils'
29
29
  import { withStyleNew } from '@instructure/emotion'
30
30
 
31
- import { ListItem } from './ListItem'
32
- import generateStyle from './styles'
33
- import { allowedProps } from './props'
31
+ import { ListItem } from './ListItem/index.js'
32
+ import generateStyle from './styles.js'
33
+ import { allowedProps } from './props.js'
34
34
  import type { ListProps } from './props'
35
35
 
36
36
  /**
@@ -40,6 +40,7 @@ category: components
40
40
  **/
41
41
  @withStyleNew(generateStyle)
42
42
  class List extends Component<ListProps> {
43
+ static displayName = 'List'
43
44
  static readonly componentId = 'List'
44
45
 
45
46
  static allowedProps = allowedProps
package/src/exports/a.ts CHANGED
@@ -22,9 +22,9 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- export { InlineList } from '../InlineList/v1'
26
- export { List, ListItem } from '../List/v1'
27
- export { InlineListItem } from '../InlineList/v1/InlineListItem'
25
+ export { InlineList } from '../InlineList/v1/index.js'
26
+ export { List, ListItem } from '../List/v1/index.js'
27
+ export { InlineListItem } from '../InlineList/v1/InlineListItem/index.js'
28
28
 
29
29
  export type { InlineListProps } from '../InlineList/v1/props'
30
30
  export type { InlineListItemProps } from '../InlineList/v1/InlineListItem/props'
package/src/exports/b.ts CHANGED
@@ -22,9 +22,9 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- export { InlineList } from '../InlineList/v2'
26
- export { List, ListItem } from '../List/v2'
27
- export { InlineListItem } from '../InlineList/v2/InlineListItem'
25
+ export { InlineList } from '../InlineList/v2/index.js'
26
+ export { List, ListItem } from '../List/v2/index.js'
27
+ export { InlineListItem } from '../InlineList/v2/InlineListItem/index.js'
28
28
 
29
29
  export type { InlineListProps } from '../InlineList/v2/props'
30
30
  export type { InlineListItemProps } from '../InlineList/v2/InlineListItem/props'