@instructure/ui-color-picker 11.7.5 → 11.7.6-snapshot-11
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 +8 -0
- package/package.json +24 -24
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/ColorContrast/v1/index.d.ts +1 -1
- package/types/ColorContrast/v1/index.d.ts.map +1 -1
- package/types/ColorContrast/v1/styles.d.ts +1 -1
- package/types/ColorContrast/v1/styles.d.ts.map +1 -1
- package/types/ColorContrast/v1/theme.d.ts.map +1 -1
- package/types/ColorContrast/v2/index.d.ts +1 -1
- package/types/ColorContrast/v2/index.d.ts.map +1 -1
- package/types/ColorContrast/v2/styles.d.ts +2 -2
- package/types/ColorContrast/v2/styles.d.ts.map +1 -1
- package/types/ColorIndicator/v1/index.d.ts +1 -1
- package/types/ColorIndicator/v1/index.d.ts.map +1 -1
- package/types/ColorIndicator/v1/styles.d.ts.map +1 -1
- package/types/ColorIndicator/v1/theme.d.ts.map +1 -1
- package/types/ColorIndicator/v2/index.d.ts +1 -1
- package/types/ColorIndicator/v2/index.d.ts.map +1 -1
- package/types/ColorIndicator/v2/styles.d.ts +1 -1
- package/types/ColorIndicator/v2/styles.d.ts.map +1 -1
- package/types/ColorMixer/v1/ColorPalette/index.d.ts.map +1 -1
- package/types/ColorMixer/v1/ColorPalette/styles.d.ts.map +1 -1
- package/types/ColorMixer/v1/ColorPalette/theme.d.ts.map +1 -1
- package/types/ColorMixer/v1/RGBAInput/index.d.ts.map +1 -1
- package/types/ColorMixer/v1/RGBAInput/styles.d.ts.map +1 -1
- package/types/ColorMixer/v1/RGBAInput/theme.d.ts.map +1 -1
- package/types/ColorMixer/v1/Slider/index.d.ts.map +1 -1
- package/types/ColorMixer/v1/Slider/styles.d.ts.map +1 -1
- package/types/ColorMixer/v1/Slider/theme.d.ts.map +1 -1
- package/types/ColorMixer/v1/index.d.ts.map +1 -1
- package/types/ColorMixer/v1/styles.d.ts.map +1 -1
- package/types/ColorMixer/v1/utils/shallowCompare.d.ts.map +1 -1
- package/types/ColorMixer/v2/ColorPalette/index.d.ts.map +1 -1
- package/types/ColorMixer/v2/ColorPalette/styles.d.ts +1 -1
- package/types/ColorMixer/v2/ColorPalette/styles.d.ts.map +1 -1
- package/types/ColorMixer/v2/RGBAInput/index.d.ts.map +1 -1
- package/types/ColorMixer/v2/RGBAInput/styles.d.ts +1 -1
- package/types/ColorMixer/v2/RGBAInput/styles.d.ts.map +1 -1
- package/types/ColorMixer/v2/Slider/index.d.ts.map +1 -1
- package/types/ColorMixer/v2/Slider/styles.d.ts +1 -1
- package/types/ColorMixer/v2/Slider/styles.d.ts.map +1 -1
- package/types/ColorMixer/v2/index.d.ts.map +1 -1
- package/types/ColorMixer/v2/styles.d.ts.map +1 -1
- package/types/ColorMixer/v2/utils/shallowCompare.d.ts.map +1 -1
- package/types/ColorPicker/v1/index.d.ts.map +1 -1
- package/types/ColorPicker/v1/styles.d.ts.map +1 -1
- package/types/ColorPicker/v1/theme.d.ts.map +1 -1
- package/types/ColorPicker/v2/index.d.ts.map +1 -1
- package/types/ColorPicker/v2/styles.d.ts +1 -1
- package/types/ColorPicker/v2/styles.d.ts.map +1 -1
- package/types/ColorPreset/v1/index.d.ts +1 -1
- package/types/ColorPreset/v1/index.d.ts.map +1 -1
- package/types/ColorPreset/v1/styles.d.ts +1 -1
- package/types/ColorPreset/v1/styles.d.ts.map +1 -1
- package/types/ColorPreset/v1/theme.d.ts.map +1 -1
- package/types/ColorPreset/v2/index.d.ts +1 -1
- package/types/ColorPreset/v2/index.d.ts.map +1 -1
- package/types/ColorPreset/v2/styles.d.ts +2 -2
- package/types/ColorPreset/v2/styles.d.ts.map +1 -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.6-snapshot-11](https://github.com/instructure/instructure-ui/compare/v11.7.5...v11.7.6-snapshot-11) (2026-08-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-color-picker
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [11.7.5](https://github.com/instructure/instructure-ui/compare/v11.7.4...v11.7.5) (2026-08-25)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-color-picker",
|
|
3
|
-
"version": "11.7.
|
|
3
|
+
"version": "11.7.6-snapshot-11",
|
|
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",
|
|
@@ -15,35 +15,35 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.7",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/ui-
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/
|
|
23
|
-
"@instructure/ui-color-utils": "11.7.
|
|
24
|
-
"@instructure/ui-dom-utils": "11.7.
|
|
25
|
-
"@instructure/ui-drilldown": "11.7.
|
|
26
|
-
"@instructure/ui-form-field": "11.7.
|
|
27
|
-
"@instructure/ui-heading": "11.7.
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/ui-popover": "11.7.
|
|
31
|
-
"@instructure/ui-react-utils": "11.7.
|
|
32
|
-
"@instructure/ui-text": "11.7.
|
|
33
|
-
"@instructure/ui-themes": "11.7.
|
|
34
|
-
"@instructure/ui-
|
|
35
|
-
"@instructure/ui-
|
|
36
|
-
"@instructure/ui-
|
|
37
|
-
"@instructure/ui-
|
|
18
|
+
"@instructure/ui-a11y-content": "11.7.6-snapshot-11",
|
|
19
|
+
"@instructure/console": "11.7.6-snapshot-11",
|
|
20
|
+
"@instructure/ui-buttons": "11.7.6-snapshot-11",
|
|
21
|
+
"@instructure/shared-types": "11.7.6-snapshot-11",
|
|
22
|
+
"@instructure/emotion": "11.7.6-snapshot-11",
|
|
23
|
+
"@instructure/ui-color-utils": "11.7.6-snapshot-11",
|
|
24
|
+
"@instructure/ui-dom-utils": "11.7.6-snapshot-11",
|
|
25
|
+
"@instructure/ui-drilldown": "11.7.6-snapshot-11",
|
|
26
|
+
"@instructure/ui-form-field": "11.7.6-snapshot-11",
|
|
27
|
+
"@instructure/ui-heading": "11.7.6-snapshot-11",
|
|
28
|
+
"@instructure/ui-icons": "11.7.6-snapshot-11",
|
|
29
|
+
"@instructure/ui-pill": "11.7.6-snapshot-11",
|
|
30
|
+
"@instructure/ui-popover": "11.7.6-snapshot-11",
|
|
31
|
+
"@instructure/ui-react-utils": "11.7.6-snapshot-11",
|
|
32
|
+
"@instructure/ui-text-input": "11.7.6-snapshot-11",
|
|
33
|
+
"@instructure/ui-themes": "11.7.6-snapshot-11",
|
|
34
|
+
"@instructure/ui-text": "11.7.6-snapshot-11",
|
|
35
|
+
"@instructure/ui-tooltip": "11.7.6-snapshot-11",
|
|
36
|
+
"@instructure/ui-utils": "11.7.6-snapshot-11",
|
|
37
|
+
"@instructure/ui-view": "11.7.6-snapshot-11"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@testing-library/jest-dom": "^6.9.1",
|
|
41
41
|
"@testing-library/react": "16.3.2",
|
|
42
42
|
"@testing-library/user-event": "^14.6.1",
|
|
43
43
|
"vitest": "^4.1.9",
|
|
44
|
-
"@instructure/ui-axe-check": "11.7.
|
|
45
|
-
"@instructure/ui-babel-preset": "11.7.
|
|
46
|
-
"@instructure/ui-scripts": "11.7.
|
|
44
|
+
"@instructure/ui-axe-check": "11.7.6-snapshot-11",
|
|
45
|
+
"@instructure/ui-babel-preset": "11.7.6-snapshot-11",
|
|
46
|
+
"@instructure/ui-scripts": "11.7.6-snapshot-11"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"react": ">=18 <=19"
|