@instructure/ui 10.21.1-snapshot-9 → 10.22.0

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
- ## [10.21.1-snapshot-9](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.21.1-snapshot-9) (2025-07-04)
6
+ # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui
8
+
9
+ ### Features
10
+
11
+ * **many:** add new package (instructure) and three new components: AiInformation, NutritionFacts and DataPermissionLevels ([073be7b](https://github.com/instructure/instructure-ui/commit/073be7b50893e9ab77158ee8a83506eddfbd4113))
9
12
 
10
13
 
11
14
 
package/es/index.js CHANGED
@@ -51,6 +51,7 @@ export { Heading } from '@instructure/ui-heading';
51
51
  export { ApplyLocale, TextDirectionContext, ApplyLocaleContext, textDirectionContextConsumer, DateTime, getTextDirection, I18nPropTypes, Locale, DIRECTION } from '@instructure/ui-i18n';
52
52
  export * from '@instructure/ui-icons';
53
53
  export { Img } from '@instructure/ui-img';
54
+ export { NutritionFacts, DataPermissionLevels, AiInformation } from '@instructure/ui-instructure';
54
55
  export { Link } from '@instructure/ui-link';
55
56
  export { List, ListItem, InlineList, InlineListItem } from '@instructure/ui-list';
56
57
  export { Menu, MenuItem, MenuItemGroup, MenuItemSeparator } from '@instructure/ui-menu';
package/lib/index.js CHANGED
@@ -74,6 +74,9 @@ var _exportNames = {
74
74
  Locale: true,
75
75
  DIRECTION: true,
76
76
  Img: true,
77
+ NutritionFacts: true,
78
+ DataPermissionLevels: true,
79
+ AiInformation: true,
77
80
  Link: true,
78
81
  List: true,
79
82
  ListItem: true,
@@ -193,6 +196,12 @@ Object.defineProperty(exports, "AccessibleContent", {
193
196
  return _uiA11yContent.AccessibleContent;
194
197
  }
195
198
  });
199
+ Object.defineProperty(exports, "AiInformation", {
200
+ enumerable: true,
201
+ get: function () {
202
+ return _uiInstructure.AiInformation;
203
+ }
204
+ });
196
205
  Object.defineProperty(exports, "Alert", {
197
206
  enumerable: true,
198
207
  get: function () {
@@ -367,6 +376,12 @@ Object.defineProperty(exports, "DIRECTION", {
367
376
  return _uiI18n.DIRECTION;
368
377
  }
369
378
  });
379
+ Object.defineProperty(exports, "DataPermissionLevels", {
380
+ enumerable: true,
381
+ get: function () {
382
+ return _uiInstructure.DataPermissionLevels;
383
+ }
384
+ });
370
385
  Object.defineProperty(exports, "DateInput", {
371
386
  enumerable: true,
372
387
  get: function () {
@@ -691,6 +706,12 @@ Object.defineProperty(exports, "NumberInput", {
691
706
  return _uiNumberInput.NumberInput;
692
707
  }
693
708
  });
709
+ Object.defineProperty(exports, "NutritionFacts", {
710
+ enumerable: true,
711
+ get: function () {
712
+ return _uiInstructure.NutritionFacts;
713
+ }
714
+ });
694
715
  Object.defineProperty(exports, "OptionItem", {
695
716
  enumerable: true,
696
717
  get: function () {
@@ -1319,6 +1340,7 @@ Object.keys(_uiIcons).forEach(function (key) {
1319
1340
  });
1320
1341
  });
1321
1342
  var _uiImg = require("@instructure/ui-img");
1343
+ var _uiInstructure = require("@instructure/ui-instructure");
1322
1344
  var _uiLink = require("@instructure/ui-link");
1323
1345
  var _uiList = require("@instructure/ui-list");
1324
1346
  var _uiMenu = require("@instructure/ui-menu");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "10.21.1-snapshot-9",
3
+ "version": "10.22.0",
4
4
  "description": "A meta package exporting all UI components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,82 +24,83 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.27.6",
27
- "@instructure/emotion": "10.21.1-snapshot-9",
28
- "@instructure/ui-a11y-content": "10.21.1-snapshot-9",
29
- "@instructure/ui-alerts": "10.21.1-snapshot-9",
30
- "@instructure/ui-avatar": "10.21.1-snapshot-9",
31
- "@instructure/ui-badge": "10.21.1-snapshot-9",
32
- "@instructure/ui-billboard": "10.21.1-snapshot-9",
33
- "@instructure/ui-breadcrumb": "10.21.1-snapshot-9",
34
- "@instructure/ui-buttons": "10.21.1-snapshot-9",
35
- "@instructure/ui-byline": "10.21.1-snapshot-9",
36
- "@instructure/ui-calendar": "10.21.1-snapshot-9",
37
- "@instructure/ui-checkbox": "10.21.1-snapshot-9",
38
- "@instructure/ui-code-editor": "10.21.1-snapshot-9",
39
- "@instructure/ui-color-picker": "10.21.1-snapshot-9",
40
- "@instructure/ui-date-input": "10.21.1-snapshot-9",
41
- "@instructure/ui-date-time-input": "10.21.1-snapshot-9",
42
- "@instructure/ui-dialog": "10.21.1-snapshot-9",
43
- "@instructure/ui-drawer-layout": "10.21.1-snapshot-9",
44
- "@instructure/ui-drilldown": "10.21.1-snapshot-9",
45
- "@instructure/ui-editable": "10.21.1-snapshot-9",
46
- "@instructure/ui-expandable": "10.21.1-snapshot-9",
47
- "@instructure/ui-file-drop": "10.21.1-snapshot-9",
48
- "@instructure/ui-flex": "10.21.1-snapshot-9",
49
- "@instructure/ui-focusable": "10.21.1-snapshot-9",
50
- "@instructure/ui-form-field": "10.21.1-snapshot-9",
51
- "@instructure/ui-grid": "10.21.1-snapshot-9",
52
- "@instructure/ui-heading": "10.21.1-snapshot-9",
53
- "@instructure/ui-i18n": "10.21.1-snapshot-9",
54
- "@instructure/ui-icons": "10.21.1-snapshot-9",
55
- "@instructure/ui-img": "10.21.1-snapshot-9",
56
- "@instructure/ui-link": "10.21.1-snapshot-9",
57
- "@instructure/ui-list": "10.21.1-snapshot-9",
58
- "@instructure/ui-menu": "10.21.1-snapshot-9",
59
- "@instructure/ui-metric": "10.21.1-snapshot-9",
60
- "@instructure/ui-modal": "10.21.1-snapshot-9",
61
- "@instructure/ui-motion": "10.21.1-snapshot-9",
62
- "@instructure/ui-navigation": "10.21.1-snapshot-9",
63
- "@instructure/ui-number-input": "10.21.1-snapshot-9",
64
- "@instructure/ui-options": "10.21.1-snapshot-9",
65
- "@instructure/ui-overlays": "10.21.1-snapshot-9",
66
- "@instructure/ui-pages": "10.21.1-snapshot-9",
67
- "@instructure/ui-pagination": "10.21.1-snapshot-9",
68
- "@instructure/ui-pill": "10.21.1-snapshot-9",
69
- "@instructure/ui-popover": "10.21.1-snapshot-9",
70
- "@instructure/ui-portal": "10.21.1-snapshot-9",
71
- "@instructure/ui-position": "10.21.1-snapshot-9",
72
- "@instructure/ui-progress": "10.21.1-snapshot-9",
73
- "@instructure/ui-radio-input": "10.21.1-snapshot-9",
74
- "@instructure/ui-range-input": "10.21.1-snapshot-9",
75
- "@instructure/ui-rating": "10.21.1-snapshot-9",
76
- "@instructure/ui-responsive": "10.21.1-snapshot-9",
77
- "@instructure/ui-select": "10.21.1-snapshot-9",
78
- "@instructure/ui-selectable": "10.21.1-snapshot-9",
79
- "@instructure/ui-side-nav-bar": "10.21.1-snapshot-9",
80
- "@instructure/ui-simple-select": "10.21.1-snapshot-9",
81
- "@instructure/ui-source-code-editor": "10.21.1-snapshot-9",
82
- "@instructure/ui-spinner": "10.21.1-snapshot-9",
83
- "@instructure/ui-svg-images": "10.21.1-snapshot-9",
84
- "@instructure/ui-table": "10.21.1-snapshot-9",
85
- "@instructure/ui-tabs": "10.21.1-snapshot-9",
86
- "@instructure/ui-tag": "10.21.1-snapshot-9",
87
- "@instructure/ui-text": "10.21.1-snapshot-9",
88
- "@instructure/ui-text-area": "10.21.1-snapshot-9",
89
- "@instructure/ui-text-input": "10.21.1-snapshot-9",
90
- "@instructure/ui-themes": "10.21.1-snapshot-9",
91
- "@instructure/ui-time-select": "10.21.1-snapshot-9",
92
- "@instructure/ui-toggle-details": "10.21.1-snapshot-9",
93
- "@instructure/ui-tooltip": "10.21.1-snapshot-9",
94
- "@instructure/ui-top-nav-bar": "10.21.1-snapshot-9",
95
- "@instructure/ui-tray": "10.21.1-snapshot-9",
96
- "@instructure/ui-tree-browser": "10.21.1-snapshot-9",
97
- "@instructure/ui-truncate-list": "10.21.1-snapshot-9",
98
- "@instructure/ui-truncate-text": "10.21.1-snapshot-9",
99
- "@instructure/ui-view": "10.21.1-snapshot-9"
27
+ "@instructure/emotion": "10.22.0",
28
+ "@instructure/ui-a11y-content": "10.22.0",
29
+ "@instructure/ui-alerts": "10.22.0",
30
+ "@instructure/ui-avatar": "10.22.0",
31
+ "@instructure/ui-badge": "10.22.0",
32
+ "@instructure/ui-billboard": "10.22.0",
33
+ "@instructure/ui-breadcrumb": "10.22.0",
34
+ "@instructure/ui-buttons": "10.22.0",
35
+ "@instructure/ui-byline": "10.22.0",
36
+ "@instructure/ui-calendar": "10.22.0",
37
+ "@instructure/ui-checkbox": "10.22.0",
38
+ "@instructure/ui-code-editor": "10.22.0",
39
+ "@instructure/ui-color-picker": "10.22.0",
40
+ "@instructure/ui-date-input": "10.22.0",
41
+ "@instructure/ui-date-time-input": "10.22.0",
42
+ "@instructure/ui-dialog": "10.22.0",
43
+ "@instructure/ui-drawer-layout": "10.22.0",
44
+ "@instructure/ui-drilldown": "10.22.0",
45
+ "@instructure/ui-editable": "10.22.0",
46
+ "@instructure/ui-expandable": "10.22.0",
47
+ "@instructure/ui-file-drop": "10.22.0",
48
+ "@instructure/ui-flex": "10.22.0",
49
+ "@instructure/ui-focusable": "10.22.0",
50
+ "@instructure/ui-form-field": "10.22.0",
51
+ "@instructure/ui-grid": "10.22.0",
52
+ "@instructure/ui-heading": "10.22.0",
53
+ "@instructure/ui-i18n": "10.22.0",
54
+ "@instructure/ui-icons": "10.22.0",
55
+ "@instructure/ui-img": "10.22.0",
56
+ "@instructure/ui-instructure": "10.22.0",
57
+ "@instructure/ui-link": "10.22.0",
58
+ "@instructure/ui-list": "10.22.0",
59
+ "@instructure/ui-menu": "10.22.0",
60
+ "@instructure/ui-metric": "10.22.0",
61
+ "@instructure/ui-modal": "10.22.0",
62
+ "@instructure/ui-motion": "10.22.0",
63
+ "@instructure/ui-navigation": "10.22.0",
64
+ "@instructure/ui-number-input": "10.22.0",
65
+ "@instructure/ui-options": "10.22.0",
66
+ "@instructure/ui-overlays": "10.22.0",
67
+ "@instructure/ui-pages": "10.22.0",
68
+ "@instructure/ui-pagination": "10.22.0",
69
+ "@instructure/ui-pill": "10.22.0",
70
+ "@instructure/ui-popover": "10.22.0",
71
+ "@instructure/ui-portal": "10.22.0",
72
+ "@instructure/ui-position": "10.22.0",
73
+ "@instructure/ui-progress": "10.22.0",
74
+ "@instructure/ui-radio-input": "10.22.0",
75
+ "@instructure/ui-range-input": "10.22.0",
76
+ "@instructure/ui-rating": "10.22.0",
77
+ "@instructure/ui-responsive": "10.22.0",
78
+ "@instructure/ui-select": "10.22.0",
79
+ "@instructure/ui-selectable": "10.22.0",
80
+ "@instructure/ui-side-nav-bar": "10.22.0",
81
+ "@instructure/ui-simple-select": "10.22.0",
82
+ "@instructure/ui-source-code-editor": "10.22.0",
83
+ "@instructure/ui-spinner": "10.22.0",
84
+ "@instructure/ui-svg-images": "10.22.0",
85
+ "@instructure/ui-table": "10.22.0",
86
+ "@instructure/ui-tabs": "10.22.0",
87
+ "@instructure/ui-tag": "10.22.0",
88
+ "@instructure/ui-text": "10.22.0",
89
+ "@instructure/ui-text-area": "10.22.0",
90
+ "@instructure/ui-text-input": "10.22.0",
91
+ "@instructure/ui-themes": "10.22.0",
92
+ "@instructure/ui-time-select": "10.22.0",
93
+ "@instructure/ui-toggle-details": "10.22.0",
94
+ "@instructure/ui-tooltip": "10.22.0",
95
+ "@instructure/ui-top-nav-bar": "10.22.0",
96
+ "@instructure/ui-tray": "10.22.0",
97
+ "@instructure/ui-tree-browser": "10.22.0",
98
+ "@instructure/ui-truncate-list": "10.22.0",
99
+ "@instructure/ui-truncate-text": "10.22.0",
100
+ "@instructure/ui-view": "10.22.0"
100
101
  },
101
102
  "devDependencies": {
102
- "@instructure/ui-babel-preset": "10.21.1-snapshot-9"
103
+ "@instructure/ui-babel-preset": "10.22.0"
103
104
  },
104
105
  "publishConfig": {
105
106
  "access": "public"
package/src/index.ts CHANGED
@@ -194,6 +194,16 @@ export type {
194
194
  export * from '@instructure/ui-icons'
195
195
  export { Img } from '@instructure/ui-img'
196
196
  export type { ImgProps } from '@instructure/ui-img'
197
+ export {
198
+ NutritionFacts,
199
+ DataPermissionLevels,
200
+ AiInformation
201
+ } from '@instructure/ui-instructure'
202
+ export type {
203
+ NutritionFactsProps,
204
+ DataPermissionLevelsProps,
205
+ AiInformationProps
206
+ } from '@instructure/ui-instructure'
197
207
  export { Link } from '@instructure/ui-link'
198
208
  export type { LinkProps } from '@instructure/ui-link'
199
209
  export {
@@ -7,79 +7,230 @@
7
7
  },
8
8
  "include": ["src"],
9
9
  "references": [
10
- { "path": "../emotion/tsconfig.build.json" },
11
- { "path": "../ui-a11y-content/tsconfig.build.json" },
12
- { "path": "../ui-alerts/tsconfig.build.json" },
13
- { "path": "../ui-avatar/tsconfig.build.json" },
14
- { "path": "../ui-badge/tsconfig.build.json" },
15
- { "path": "../ui-billboard/tsconfig.build.json" },
16
- { "path": "../ui-breadcrumb/tsconfig.build.json" },
17
- { "path": "../ui-buttons/tsconfig.build.json" },
18
- { "path": "../ui-byline/tsconfig.build.json" },
19
- { "path": "../ui-calendar/tsconfig.build.json" },
20
- { "path": "../ui-checkbox/tsconfig.build.json" },
21
- { "path": "../ui-code-editor/tsconfig.build.json" },
22
- { "path": "../ui-color-picker/tsconfig.build.json" },
23
- { "path": "../ui-date-input/tsconfig.build.json" },
24
- { "path": "../ui-dialog/tsconfig.build.json" },
25
- { "path": "../ui-drawer-layout/tsconfig.build.json" },
26
- { "path": "../ui-drilldown/tsconfig.build.json" },
27
- { "path": "../ui-editable/tsconfig.build.json" },
28
- { "path": "../ui-expandable/tsconfig.build.json" },
29
- { "path": "../ui-file-drop/tsconfig.build.json" },
30
- { "path": "../ui-flex/tsconfig.build.json" },
31
- { "path": "../ui-focusable/tsconfig.build.json" },
32
- { "path": "../ui-form-field/tsconfig.build.json" },
33
- { "path": "../ui-grid/tsconfig.build.json" },
34
- { "path": "../ui-heading/tsconfig.build.json" },
35
- { "path": "../ui-i18n/tsconfig.build.json" },
36
- { "path": "../ui-icons/tsconfig.build.json" },
37
- { "path": "../ui-img/tsconfig.build.json" },
38
- { "path": "../ui-link/tsconfig.build.json" },
39
- { "path": "../ui-list/tsconfig.build.json" },
40
- { "path": "../ui-menu/tsconfig.build.json" },
41
- { "path": "../ui-metric/tsconfig.build.json" },
42
- { "path": "../ui-modal/tsconfig.build.json" },
43
- { "path": "../ui-motion/tsconfig.build.json" },
44
- { "path": "../ui-navigation/tsconfig.build.json" },
45
- { "path": "../ui-number-input/tsconfig.build.json" },
46
- { "path": "../ui-options/tsconfig.build.json" },
47
- { "path": "../ui-overlays/tsconfig.build.json" },
48
- { "path": "../ui-pages/tsconfig.build.json" },
49
- { "path": "../ui-pagination/tsconfig.build.json" },
50
- { "path": "../ui-pill/tsconfig.build.json" },
51
- { "path": "../ui-popover/tsconfig.build.json" },
52
- { "path": "../ui-portal/tsconfig.build.json" },
53
- { "path": "../ui-position/tsconfig.build.json" },
54
- { "path": "../ui-progress/tsconfig.build.json" },
55
- { "path": "../ui-radio-input/tsconfig.build.json" },
56
- { "path": "../ui-range-input/tsconfig.build.json" },
57
- { "path": "../ui-rating/tsconfig.build.json" },
58
- { "path": "../ui-responsive/tsconfig.build.json" },
59
- { "path": "../ui-select/tsconfig.build.json" },
60
- { "path": "../ui-selectable/tsconfig.build.json" },
61
- { "path": "../ui-side-nav-bar/tsconfig.build.json" },
62
- { "path": "../ui-simple-select/tsconfig.build.json" },
63
- { "path": "../ui-source-code-editor/tsconfig.build.json" },
64
- { "path": "../ui-spinner/tsconfig.build.json" },
65
- { "path": "../ui-svg-images/tsconfig.build.json" },
66
- { "path": "../ui-table/tsconfig.build.json" },
67
- { "path": "../ui-tabs/tsconfig.build.json" },
68
- { "path": "../ui-tag/tsconfig.build.json" },
69
- { "path": "../ui-text/tsconfig.build.json" },
70
- { "path": "../ui-text-area/tsconfig.build.json" },
71
- { "path": "../ui-text-input/tsconfig.build.json" },
72
- { "path": "../ui-themes/tsconfig.build.json" },
73
- { "path": "../ui-time-select/tsconfig.build.json" },
74
- { "path": "../ui-toggle-details/tsconfig.build.json" },
75
- { "path": "../ui-tooltip/tsconfig.build.json" },
76
- { "path": "../ui-top-nav-bar/tsconfig.build.json" },
77
- { "path": "../ui-tray/tsconfig.build.json" },
78
- { "path": "../ui-tree-browser/tsconfig.build.json" },
79
- { "path": "../ui-truncate-list/tsconfig.build.json" },
80
- { "path": "../ui-truncate-text/tsconfig.build.json" },
81
- { "path": "../ui-view/tsconfig.build.json" },
82
- { "path": "../ui-babel-preset/tsconfig.build.json" },
83
- { "path": "../ui-date-time-input/tsconfig.build.json" }
10
+ {
11
+ "path": "../emotion/tsconfig.build.json"
12
+ },
13
+ {
14
+ "path": "../ui-a11y-content/tsconfig.build.json"
15
+ },
16
+ {
17
+ "path": "../ui-alerts/tsconfig.build.json"
18
+ },
19
+ {
20
+ "path": "../ui-avatar/tsconfig.build.json"
21
+ },
22
+ {
23
+ "path": "../ui-badge/tsconfig.build.json"
24
+ },
25
+ {
26
+ "path": "../ui-billboard/tsconfig.build.json"
27
+ },
28
+ {
29
+ "path": "../ui-breadcrumb/tsconfig.build.json"
30
+ },
31
+ {
32
+ "path": "../ui-buttons/tsconfig.build.json"
33
+ },
34
+ {
35
+ "path": "../ui-byline/tsconfig.build.json"
36
+ },
37
+ {
38
+ "path": "../ui-calendar/tsconfig.build.json"
39
+ },
40
+ {
41
+ "path": "../ui-checkbox/tsconfig.build.json"
42
+ },
43
+ {
44
+ "path": "../ui-code-editor/tsconfig.build.json"
45
+ },
46
+ {
47
+ "path": "../ui-color-picker/tsconfig.build.json"
48
+ },
49
+ {
50
+ "path": "../ui-date-input/tsconfig.build.json"
51
+ },
52
+ {
53
+ "path": "../ui-dialog/tsconfig.build.json"
54
+ },
55
+ {
56
+ "path": "../ui-drawer-layout/tsconfig.build.json"
57
+ },
58
+ {
59
+ "path": "../ui-drilldown/tsconfig.build.json"
60
+ },
61
+ {
62
+ "path": "../ui-editable/tsconfig.build.json"
63
+ },
64
+ {
65
+ "path": "../ui-expandable/tsconfig.build.json"
66
+ },
67
+ {
68
+ "path": "../ui-file-drop/tsconfig.build.json"
69
+ },
70
+ {
71
+ "path": "../ui-flex/tsconfig.build.json"
72
+ },
73
+ {
74
+ "path": "../ui-focusable/tsconfig.build.json"
75
+ },
76
+ {
77
+ "path": "../ui-form-field/tsconfig.build.json"
78
+ },
79
+ {
80
+ "path": "../ui-grid/tsconfig.build.json"
81
+ },
82
+ {
83
+ "path": "../ui-heading/tsconfig.build.json"
84
+ },
85
+ {
86
+ "path": "../ui-i18n/tsconfig.build.json"
87
+ },
88
+ {
89
+ "path": "../ui-icons/tsconfig.build.json"
90
+ },
91
+ {
92
+ "path": "../ui-img/tsconfig.build.json"
93
+ },
94
+ {
95
+ "path": "../ui-instructure/tsconfig.build.json"
96
+ },
97
+ {
98
+ "path": "../ui-link/tsconfig.build.json"
99
+ },
100
+ {
101
+ "path": "../ui-list/tsconfig.build.json"
102
+ },
103
+ {
104
+ "path": "../ui-menu/tsconfig.build.json"
105
+ },
106
+ {
107
+ "path": "../ui-metric/tsconfig.build.json"
108
+ },
109
+ {
110
+ "path": "../ui-modal/tsconfig.build.json"
111
+ },
112
+ {
113
+ "path": "../ui-motion/tsconfig.build.json"
114
+ },
115
+ {
116
+ "path": "../ui-navigation/tsconfig.build.json"
117
+ },
118
+ {
119
+ "path": "../ui-number-input/tsconfig.build.json"
120
+ },
121
+ {
122
+ "path": "../ui-options/tsconfig.build.json"
123
+ },
124
+ {
125
+ "path": "../ui-overlays/tsconfig.build.json"
126
+ },
127
+ {
128
+ "path": "../ui-pages/tsconfig.build.json"
129
+ },
130
+ {
131
+ "path": "../ui-pagination/tsconfig.build.json"
132
+ },
133
+ {
134
+ "path": "../ui-pill/tsconfig.build.json"
135
+ },
136
+ {
137
+ "path": "../ui-popover/tsconfig.build.json"
138
+ },
139
+ {
140
+ "path": "../ui-portal/tsconfig.build.json"
141
+ },
142
+ {
143
+ "path": "../ui-position/tsconfig.build.json"
144
+ },
145
+ {
146
+ "path": "../ui-progress/tsconfig.build.json"
147
+ },
148
+ {
149
+ "path": "../ui-radio-input/tsconfig.build.json"
150
+ },
151
+ {
152
+ "path": "../ui-range-input/tsconfig.build.json"
153
+ },
154
+ {
155
+ "path": "../ui-rating/tsconfig.build.json"
156
+ },
157
+ {
158
+ "path": "../ui-responsive/tsconfig.build.json"
159
+ },
160
+ {
161
+ "path": "../ui-select/tsconfig.build.json"
162
+ },
163
+ {
164
+ "path": "../ui-selectable/tsconfig.build.json"
165
+ },
166
+ {
167
+ "path": "../ui-side-nav-bar/tsconfig.build.json"
168
+ },
169
+ {
170
+ "path": "../ui-simple-select/tsconfig.build.json"
171
+ },
172
+ {
173
+ "path": "../ui-source-code-editor/tsconfig.build.json"
174
+ },
175
+ {
176
+ "path": "../ui-spinner/tsconfig.build.json"
177
+ },
178
+ {
179
+ "path": "../ui-svg-images/tsconfig.build.json"
180
+ },
181
+ {
182
+ "path": "../ui-table/tsconfig.build.json"
183
+ },
184
+ {
185
+ "path": "../ui-tabs/tsconfig.build.json"
186
+ },
187
+ {
188
+ "path": "../ui-tag/tsconfig.build.json"
189
+ },
190
+ {
191
+ "path": "../ui-text/tsconfig.build.json"
192
+ },
193
+ {
194
+ "path": "../ui-text-area/tsconfig.build.json"
195
+ },
196
+ {
197
+ "path": "../ui-text-input/tsconfig.build.json"
198
+ },
199
+ {
200
+ "path": "../ui-themes/tsconfig.build.json"
201
+ },
202
+ {
203
+ "path": "../ui-time-select/tsconfig.build.json"
204
+ },
205
+ {
206
+ "path": "../ui-toggle-details/tsconfig.build.json"
207
+ },
208
+ {
209
+ "path": "../ui-tooltip/tsconfig.build.json"
210
+ },
211
+ {
212
+ "path": "../ui-top-nav-bar/tsconfig.build.json"
213
+ },
214
+ {
215
+ "path": "../ui-tray/tsconfig.build.json"
216
+ },
217
+ {
218
+ "path": "../ui-tree-browser/tsconfig.build.json"
219
+ },
220
+ {
221
+ "path": "../ui-truncate-list/tsconfig.build.json"
222
+ },
223
+ {
224
+ "path": "../ui-truncate-text/tsconfig.build.json"
225
+ },
226
+ {
227
+ "path": "../ui-view/tsconfig.build.json"
228
+ },
229
+ {
230
+ "path": "../ui-babel-preset/tsconfig.build.json"
231
+ },
232
+ {
233
+ "path": "../ui-date-time-input/tsconfig.build.json"
234
+ }
84
235
  ]
85
236
  }