@instructure/ui 8.24.6-snapshot.8 → 8.25.1-snapshot.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,22 +3,18 @@
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
- ## [8.24.5](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.5) (2022-05-31)
6
+ # [8.25.0](https://github.com/instructure/instructure-ui/compare/v8.24.5...v8.25.0) (2022-06-03)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui
9
9
 
10
+ ## [8.24.5](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.5) (2022-05-31)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @instructure/ui
13
13
 
14
14
  ## [8.24.4](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.4) (2022-05-27)
15
15
 
16
16
  **Note:** Version bump only for package @instructure/ui
17
17
 
18
-
19
-
20
-
21
-
22
18
  ## [8.24.3](https://github.com/instructure/instructure-ui/compare/v8.24.2...v8.24.3) (2022-05-25)
23
19
 
24
20
  **Note:** Version bump only for package @instructure/ui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "8.24.6-snapshot.8+04059ead3",
3
+ "version": "8.25.1-snapshot.0+59b6babce",
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",
@@ -13,90 +13,90 @@
13
13
  "homepage": "https://instructure.github.io/instructure-ui/",
14
14
  "bugs": "https://github.com/instructure/instructure-ui/issues",
15
15
  "scripts": {
16
- "lint": "ui-test --lint",
17
- "lint:fix": "ui-test --lint --fix",
18
- "clean": "ui-build --clean",
19
- "build": "ui-build --modules es,cjs",
20
- "build:watch": "yarn ts:check --watch & ui-build --watch",
21
- "build:types": "tsc -p tsconfig.build.json",
22
- "ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false",
16
+ "lint": "run -T ui-test --lint",
17
+ "lint:fix": "run -T ui-test --lint --fix",
18
+ "clean": "run -T ui-build --clean",
19
+ "build": "run -T ui-build --modules es,cjs",
20
+ "build:watch": "yarn ts:check --watch & run -T ui-build --watch",
21
+ "build:types": "run -T tsc -p tsconfig.build.json",
22
+ "ts:check": "run -T tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false",
23
23
  "test:jest": "jest"
24
24
  },
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/emotion": "8.24.6-snapshot.8+04059ead3",
29
- "@instructure/ui-a11y-content": "8.24.6-snapshot.8+04059ead3",
30
- "@instructure/ui-alerts": "8.24.6-snapshot.8+04059ead3",
31
- "@instructure/ui-avatar": "8.24.6-snapshot.8+04059ead3",
32
- "@instructure/ui-badge": "8.24.6-snapshot.8+04059ead3",
33
- "@instructure/ui-billboard": "8.24.6-snapshot.8+04059ead3",
34
- "@instructure/ui-breadcrumb": "8.24.6-snapshot.8+04059ead3",
35
- "@instructure/ui-buttons": "8.24.6-snapshot.8+04059ead3",
36
- "@instructure/ui-byline": "8.24.6-snapshot.8+04059ead3",
37
- "@instructure/ui-calendar": "8.24.6-snapshot.8+04059ead3",
38
- "@instructure/ui-checkbox": "8.24.6-snapshot.8+04059ead3",
39
- "@instructure/ui-code-editor": "8.24.6-snapshot.8+04059ead3",
40
- "@instructure/ui-date-input": "8.24.6-snapshot.8+04059ead3",
41
- "@instructure/ui-date-time-input": "8.24.6-snapshot.8+04059ead3",
42
- "@instructure/ui-dialog": "8.24.6-snapshot.8+04059ead3",
43
- "@instructure/ui-drawer-layout": "8.24.6-snapshot.8+04059ead3",
44
- "@instructure/ui-drilldown": "8.24.6-snapshot.8+04059ead3",
45
- "@instructure/ui-editable": "8.24.6-snapshot.8+04059ead3",
46
- "@instructure/ui-expandable": "8.24.6-snapshot.8+04059ead3",
47
- "@instructure/ui-file-drop": "8.24.6-snapshot.8+04059ead3",
48
- "@instructure/ui-flex": "8.24.6-snapshot.8+04059ead3",
49
- "@instructure/ui-focusable": "8.24.6-snapshot.8+04059ead3",
50
- "@instructure/ui-form-field": "8.24.6-snapshot.8+04059ead3",
51
- "@instructure/ui-grid": "8.24.6-snapshot.8+04059ead3",
52
- "@instructure/ui-heading": "8.24.6-snapshot.8+04059ead3",
53
- "@instructure/ui-i18n": "8.24.6-snapshot.8+04059ead3",
54
- "@instructure/ui-icons": "8.24.6-snapshot.8+04059ead3",
55
- "@instructure/ui-img": "8.24.6-snapshot.8+04059ead3",
56
- "@instructure/ui-link": "8.24.6-snapshot.8+04059ead3",
57
- "@instructure/ui-list": "8.24.6-snapshot.8+04059ead3",
58
- "@instructure/ui-menu": "8.24.6-snapshot.8+04059ead3",
59
- "@instructure/ui-metric": "8.24.6-snapshot.8+04059ead3",
60
- "@instructure/ui-modal": "8.24.6-snapshot.8+04059ead3",
61
- "@instructure/ui-motion": "8.24.6-snapshot.8+04059ead3",
62
- "@instructure/ui-navigation": "8.24.6-snapshot.8+04059ead3",
63
- "@instructure/ui-number-input": "8.24.6-snapshot.8+04059ead3",
64
- "@instructure/ui-options": "8.24.6-snapshot.8+04059ead3",
65
- "@instructure/ui-overlays": "8.24.6-snapshot.8+04059ead3",
66
- "@instructure/ui-pages": "8.24.6-snapshot.8+04059ead3",
67
- "@instructure/ui-pagination": "8.24.6-snapshot.8+04059ead3",
68
- "@instructure/ui-pill": "8.24.6-snapshot.8+04059ead3",
69
- "@instructure/ui-popover": "8.24.6-snapshot.8+04059ead3",
70
- "@instructure/ui-portal": "8.24.6-snapshot.8+04059ead3",
71
- "@instructure/ui-position": "8.24.6-snapshot.8+04059ead3",
72
- "@instructure/ui-progress": "8.24.6-snapshot.8+04059ead3",
73
- "@instructure/ui-radio-input": "8.24.6-snapshot.8+04059ead3",
74
- "@instructure/ui-range-input": "8.24.6-snapshot.8+04059ead3",
75
- "@instructure/ui-rating": "8.24.6-snapshot.8+04059ead3",
76
- "@instructure/ui-responsive": "8.24.6-snapshot.8+04059ead3",
77
- "@instructure/ui-select": "8.24.6-snapshot.8+04059ead3",
78
- "@instructure/ui-selectable": "8.24.6-snapshot.8+04059ead3",
79
- "@instructure/ui-simple-select": "8.24.6-snapshot.8+04059ead3",
80
- "@instructure/ui-spinner": "8.24.6-snapshot.8+04059ead3",
81
- "@instructure/ui-svg-images": "8.24.6-snapshot.8+04059ead3",
82
- "@instructure/ui-table": "8.24.6-snapshot.8+04059ead3",
83
- "@instructure/ui-tabs": "8.24.6-snapshot.8+04059ead3",
84
- "@instructure/ui-tag": "8.24.6-snapshot.8+04059ead3",
85
- "@instructure/ui-text": "8.24.6-snapshot.8+04059ead3",
86
- "@instructure/ui-text-area": "8.24.6-snapshot.8+04059ead3",
87
- "@instructure/ui-text-input": "8.24.6-snapshot.8+04059ead3",
88
- "@instructure/ui-themes": "8.24.6-snapshot.8+04059ead3",
89
- "@instructure/ui-time-select": "8.24.6-snapshot.8+04059ead3",
90
- "@instructure/ui-toggle-details": "8.24.6-snapshot.8+04059ead3",
91
- "@instructure/ui-tooltip": "8.24.6-snapshot.8+04059ead3",
92
- "@instructure/ui-tray": "8.24.6-snapshot.8+04059ead3",
93
- "@instructure/ui-tree-browser": "8.24.6-snapshot.8+04059ead3",
94
- "@instructure/ui-truncate-text": "8.24.6-snapshot.8+04059ead3",
95
- "@instructure/ui-view": "8.24.6-snapshot.8+04059ead3"
28
+ "@instructure/emotion": "8.25.1-snapshot.0+59b6babce",
29
+ "@instructure/ui-a11y-content": "8.25.1-snapshot.0+59b6babce",
30
+ "@instructure/ui-alerts": "8.25.1-snapshot.0+59b6babce",
31
+ "@instructure/ui-avatar": "8.25.1-snapshot.0+59b6babce",
32
+ "@instructure/ui-badge": "8.25.1-snapshot.0+59b6babce",
33
+ "@instructure/ui-billboard": "8.25.1-snapshot.0+59b6babce",
34
+ "@instructure/ui-breadcrumb": "8.25.1-snapshot.0+59b6babce",
35
+ "@instructure/ui-buttons": "8.25.1-snapshot.0+59b6babce",
36
+ "@instructure/ui-byline": "8.25.1-snapshot.0+59b6babce",
37
+ "@instructure/ui-calendar": "8.25.1-snapshot.0+59b6babce",
38
+ "@instructure/ui-checkbox": "8.25.1-snapshot.0+59b6babce",
39
+ "@instructure/ui-code-editor": "8.25.1-snapshot.0+59b6babce",
40
+ "@instructure/ui-date-input": "8.25.1-snapshot.0+59b6babce",
41
+ "@instructure/ui-date-time-input": "8.25.1-snapshot.0+59b6babce",
42
+ "@instructure/ui-dialog": "8.25.1-snapshot.0+59b6babce",
43
+ "@instructure/ui-drawer-layout": "8.25.1-snapshot.0+59b6babce",
44
+ "@instructure/ui-drilldown": "8.25.1-snapshot.0+59b6babce",
45
+ "@instructure/ui-editable": "8.25.1-snapshot.0+59b6babce",
46
+ "@instructure/ui-expandable": "8.25.1-snapshot.0+59b6babce",
47
+ "@instructure/ui-file-drop": "8.25.1-snapshot.0+59b6babce",
48
+ "@instructure/ui-flex": "8.25.1-snapshot.0+59b6babce",
49
+ "@instructure/ui-focusable": "8.25.1-snapshot.0+59b6babce",
50
+ "@instructure/ui-form-field": "8.25.1-snapshot.0+59b6babce",
51
+ "@instructure/ui-grid": "8.25.1-snapshot.0+59b6babce",
52
+ "@instructure/ui-heading": "8.25.1-snapshot.0+59b6babce",
53
+ "@instructure/ui-i18n": "8.25.1-snapshot.0+59b6babce",
54
+ "@instructure/ui-icons": "8.25.1-snapshot.0+59b6babce",
55
+ "@instructure/ui-img": "8.25.1-snapshot.0+59b6babce",
56
+ "@instructure/ui-link": "8.25.1-snapshot.0+59b6babce",
57
+ "@instructure/ui-list": "8.25.1-snapshot.0+59b6babce",
58
+ "@instructure/ui-menu": "8.25.1-snapshot.0+59b6babce",
59
+ "@instructure/ui-metric": "8.25.1-snapshot.0+59b6babce",
60
+ "@instructure/ui-modal": "8.25.1-snapshot.0+59b6babce",
61
+ "@instructure/ui-motion": "8.25.1-snapshot.0+59b6babce",
62
+ "@instructure/ui-navigation": "8.25.1-snapshot.0+59b6babce",
63
+ "@instructure/ui-number-input": "8.25.1-snapshot.0+59b6babce",
64
+ "@instructure/ui-options": "8.25.1-snapshot.0+59b6babce",
65
+ "@instructure/ui-overlays": "8.25.1-snapshot.0+59b6babce",
66
+ "@instructure/ui-pages": "8.25.1-snapshot.0+59b6babce",
67
+ "@instructure/ui-pagination": "8.25.1-snapshot.0+59b6babce",
68
+ "@instructure/ui-pill": "8.25.1-snapshot.0+59b6babce",
69
+ "@instructure/ui-popover": "8.25.1-snapshot.0+59b6babce",
70
+ "@instructure/ui-portal": "8.25.1-snapshot.0+59b6babce",
71
+ "@instructure/ui-position": "8.25.1-snapshot.0+59b6babce",
72
+ "@instructure/ui-progress": "8.25.1-snapshot.0+59b6babce",
73
+ "@instructure/ui-radio-input": "8.25.1-snapshot.0+59b6babce",
74
+ "@instructure/ui-range-input": "8.25.1-snapshot.0+59b6babce",
75
+ "@instructure/ui-rating": "8.25.1-snapshot.0+59b6babce",
76
+ "@instructure/ui-responsive": "8.25.1-snapshot.0+59b6babce",
77
+ "@instructure/ui-select": "8.25.1-snapshot.0+59b6babce",
78
+ "@instructure/ui-selectable": "8.25.1-snapshot.0+59b6babce",
79
+ "@instructure/ui-simple-select": "8.25.1-snapshot.0+59b6babce",
80
+ "@instructure/ui-spinner": "8.25.1-snapshot.0+59b6babce",
81
+ "@instructure/ui-svg-images": "8.25.1-snapshot.0+59b6babce",
82
+ "@instructure/ui-table": "8.25.1-snapshot.0+59b6babce",
83
+ "@instructure/ui-tabs": "8.25.1-snapshot.0+59b6babce",
84
+ "@instructure/ui-tag": "8.25.1-snapshot.0+59b6babce",
85
+ "@instructure/ui-text": "8.25.1-snapshot.0+59b6babce",
86
+ "@instructure/ui-text-area": "8.25.1-snapshot.0+59b6babce",
87
+ "@instructure/ui-text-input": "8.25.1-snapshot.0+59b6babce",
88
+ "@instructure/ui-themes": "8.25.1-snapshot.0+59b6babce",
89
+ "@instructure/ui-time-select": "8.25.1-snapshot.0+59b6babce",
90
+ "@instructure/ui-toggle-details": "8.25.1-snapshot.0+59b6babce",
91
+ "@instructure/ui-tooltip": "8.25.1-snapshot.0+59b6babce",
92
+ "@instructure/ui-tray": "8.25.1-snapshot.0+59b6babce",
93
+ "@instructure/ui-tree-browser": "8.25.1-snapshot.0+59b6babce",
94
+ "@instructure/ui-truncate-text": "8.25.1-snapshot.0+59b6babce",
95
+ "@instructure/ui-view": "8.25.1-snapshot.0+59b6babce"
96
96
  },
97
97
  "devDependencies": {
98
- "@instructure/ui-babel-preset": "8.24.6-snapshot.8+04059ead3",
99
- "@instructure/ui-test-utils": "8.24.6-snapshot.8+04059ead3",
98
+ "@instructure/ui-babel-preset": "8.25.1-snapshot.0+59b6babce",
99
+ "@instructure/ui-test-utils": "8.25.1-snapshot.0+59b6babce",
100
100
  "jest": "^24.9.0"
101
101
  },
102
102
  "publishConfig": {
@@ -107,5 +107,5 @@
107
107
  "react": ">= 16.8 <=17",
108
108
  "react-dom": ">= 16.8 <= 17"
109
109
  },
110
- "gitHead": "04059ead31f299766bd01b88105f2793456f1973"
110
+ "gitHead": "59b6babce07a9242111475156f544ec11c1a9283"
111
111
  }