@instructure/ui-color-picker 8.25.1-snapshot-21 → 8.26.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,15 +3,16 @@
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.25.1-snapshot-21](https://github.com/instructure/instructure-ui/compare/v8.25.0...v8.25.1-snapshot-21) (2022-06-30)
7
-
6
+ # [8.26.0](https://github.com/instructure/instructure-ui/compare/v8.25.0...v8.26.0) (2022-06-30)
8
7
 
9
8
  ### Features
10
9
 
11
- * **ui-code-editor:** Add ColorPicker component ([1cbd877](https://github.com/instructure/instructure-ui/commit/1cbd87783da67144ffbd1f6ed535ccd370fd4eeb))
12
-
10
+ - **ui-color-picker:** Add `ColorPicker` component ([1cbd877](https://github.com/instructure/instructure-ui/commit/1cbd87783da67144ffbd1f6ed535ccd370fd4eeb))
13
11
 
12
+ ##### ColorPicker component
14
13
 
14
+ The `ColorPicker` is a versatile component that can be used to select colors and check their contrast ratios.
15
15
 
16
+ This commit also adds the [ColorPicker](/#ColorPicker)'s subcomponents as standalone components: [ColorIndicator](/#ColorIndicator), [ColorMixer](/#ColorMixer), [ColorPreset](/#ColorPreset), [ColorContrast](/#ColorContrast).
16
17
 
17
18
  See the instructure-ui mono-repo [change log](#CHANGELOG) for past changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-color-picker",
3
- "version": "8.25.1-snapshot-21",
3
+ "version": "8.26.0",
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",
@@ -24,33 +24,33 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.13.10",
27
- "@instructure/console": "8.25.1-snapshot-21",
28
- "@instructure/emotion": "8.25.1-snapshot-21",
29
- "@instructure/shared-types": "8.25.1-snapshot-21",
30
- "@instructure/ui-a11y-content": "8.25.1-snapshot-21",
31
- "@instructure/ui-buttons": "8.25.1-snapshot-21",
32
- "@instructure/ui-color-utils": "8.25.1-snapshot-21",
33
- "@instructure/ui-dom-utils": "8.25.1-snapshot-21",
34
- "@instructure/ui-drilldown": "8.25.1-snapshot-21",
35
- "@instructure/ui-form-field": "8.25.1-snapshot-21",
36
- "@instructure/ui-icons": "8.25.1-snapshot-21",
37
- "@instructure/ui-pill": "8.25.1-snapshot-21",
38
- "@instructure/ui-popover": "8.25.1-snapshot-21",
39
- "@instructure/ui-react-utils": "8.25.1-snapshot-21",
40
- "@instructure/ui-testable": "8.25.1-snapshot-21",
41
- "@instructure/ui-text": "8.25.1-snapshot-21",
42
- "@instructure/ui-text-input": "8.25.1-snapshot-21",
43
- "@instructure/ui-themes": "8.25.1-snapshot-21",
44
- "@instructure/ui-tooltip": "8.25.1-snapshot-21",
45
- "@instructure/ui-utils": "8.25.1-snapshot-21",
46
- "@instructure/ui-view": "8.25.1-snapshot-21",
27
+ "@instructure/console": "8.26.0",
28
+ "@instructure/emotion": "8.26.0",
29
+ "@instructure/shared-types": "8.26.0",
30
+ "@instructure/ui-a11y-content": "8.26.0",
31
+ "@instructure/ui-buttons": "8.26.0",
32
+ "@instructure/ui-color-utils": "8.26.0",
33
+ "@instructure/ui-dom-utils": "8.26.0",
34
+ "@instructure/ui-drilldown": "8.26.0",
35
+ "@instructure/ui-form-field": "8.26.0",
36
+ "@instructure/ui-icons": "8.26.0",
37
+ "@instructure/ui-pill": "8.26.0",
38
+ "@instructure/ui-popover": "8.26.0",
39
+ "@instructure/ui-react-utils": "8.26.0",
40
+ "@instructure/ui-testable": "8.26.0",
41
+ "@instructure/ui-text": "8.26.0",
42
+ "@instructure/ui-text-input": "8.26.0",
43
+ "@instructure/ui-themes": "8.26.0",
44
+ "@instructure/ui-tooltip": "8.26.0",
45
+ "@instructure/ui-utils": "8.26.0",
46
+ "@instructure/ui-view": "8.26.0",
47
47
  "prop-types": "^15"
48
48
  },
49
49
  "devDependencies": {
50
- "@instructure/ui-babel-preset": "8.25.1-snapshot-21",
51
- "@instructure/ui-test-locator": "8.25.1-snapshot-21",
52
- "@instructure/ui-test-queries": "8.25.1-snapshot-21",
53
- "@instructure/ui-test-utils": "8.25.1-snapshot-21"
50
+ "@instructure/ui-babel-preset": "8.26.0",
51
+ "@instructure/ui-test-locator": "8.26.0",
52
+ "@instructure/ui-test-queries": "8.26.0",
53
+ "@instructure/ui-test-utils": "8.26.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": ">=16.8 <=17"