@instructure/ui-color-picker 10.19.2-snapshot-2 → 10.19.2-snapshot-4
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 +1 -1
- package/package.json +25 -25
- package/tsconfig.build.tsbuildinfo +1 -1
- package/es/ColorContrast/__new-tests__/ColorContrast.test.js +0 -194
- package/es/ColorIndicator/__new-tests__/ColorIndicator.test.js +0 -66
- package/es/ColorMixer/__new-tests__/ColorMixer.test.js +0 -505
- package/es/ColorPicker/__new-tests__/ColorPicker.test.js +0 -514
- package/es/ColorPreset/__new-tests__/ColorPreset.test.js +0 -171
- package/lib/ColorContrast/__new-tests__/ColorContrast.test.js +0 -197
- package/lib/ColorIndicator/__new-tests__/ColorIndicator.test.js +0 -67
- package/lib/ColorMixer/__new-tests__/ColorMixer.test.js +0 -508
- package/lib/ColorPicker/__new-tests__/ColorPicker.test.js +0 -515
- package/lib/ColorPreset/__new-tests__/ColorPreset.test.js +0 -173
- package/src/ColorContrast/__new-tests__/ColorContrast.test.tsx +0 -236
- package/src/ColorIndicator/__new-tests__/ColorIndicator.test.tsx +0 -70
- package/src/ColorMixer/__new-tests__/ColorMixer.test.tsx +0 -625
- package/src/ColorPicker/__new-tests__/ColorPicker.test.tsx +0 -637
- package/src/ColorPreset/__new-tests__/ColorPreset.test.tsx +0 -200
- package/types/ColorContrast/__new-tests__/ColorContrast.test.d.ts +0 -2
- package/types/ColorContrast/__new-tests__/ColorContrast.test.d.ts.map +0 -1
- package/types/ColorIndicator/__new-tests__/ColorIndicator.test.d.ts +0 -2
- package/types/ColorIndicator/__new-tests__/ColorIndicator.test.d.ts.map +0 -1
- package/types/ColorMixer/__new-tests__/ColorMixer.test.d.ts +0 -2
- package/types/ColorMixer/__new-tests__/ColorMixer.test.d.ts.map +0 -1
- package/types/ColorPicker/__new-tests__/ColorPicker.test.d.ts +0 -2
- package/types/ColorPicker/__new-tests__/ColorPicker.test.d.ts.map +0 -1
- package/types/ColorPreset/__new-tests__/ColorPreset.test.d.ts +0 -2
- package/types/ColorPreset/__new-tests__/ColorPreset.test.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.19.2-snapshot-
|
|
6
|
+
## [10.19.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.19.2-snapshot-4) (2025-06-12)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-color-picker",
|
|
3
|
-
"version": "10.19.2-snapshot-
|
|
3
|
+
"version": "10.19.2-snapshot-4",
|
|
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.26.0",
|
|
27
|
-
"@instructure/console": "10.19.2-snapshot-
|
|
28
|
-
"@instructure/emotion": "10.19.2-snapshot-
|
|
29
|
-
"@instructure/shared-types": "10.19.2-snapshot-
|
|
30
|
-
"@instructure/ui-a11y-content": "10.19.2-snapshot-
|
|
31
|
-
"@instructure/ui-buttons": "10.19.2-snapshot-
|
|
32
|
-
"@instructure/ui-color-utils": "10.19.2-snapshot-
|
|
33
|
-
"@instructure/ui-dom-utils": "10.19.2-snapshot-
|
|
34
|
-
"@instructure/ui-drilldown": "10.19.2-snapshot-
|
|
35
|
-
"@instructure/ui-form-field": "10.19.2-snapshot-
|
|
36
|
-
"@instructure/ui-icons": "10.19.2-snapshot-
|
|
37
|
-
"@instructure/ui-pill": "10.19.2-snapshot-
|
|
38
|
-
"@instructure/ui-popover": "10.19.2-snapshot-
|
|
39
|
-
"@instructure/ui-react-utils": "10.19.2-snapshot-
|
|
40
|
-
"@instructure/ui-testable": "10.19.2-snapshot-
|
|
41
|
-
"@instructure/ui-text": "10.19.2-snapshot-
|
|
42
|
-
"@instructure/ui-text-input": "10.19.2-snapshot-
|
|
43
|
-
"@instructure/ui-themes": "10.19.2-snapshot-
|
|
44
|
-
"@instructure/ui-tooltip": "10.19.2-snapshot-
|
|
45
|
-
"@instructure/ui-utils": "10.19.2-snapshot-
|
|
46
|
-
"@instructure/ui-view": "10.19.2-snapshot-
|
|
27
|
+
"@instructure/console": "10.19.2-snapshot-4",
|
|
28
|
+
"@instructure/emotion": "10.19.2-snapshot-4",
|
|
29
|
+
"@instructure/shared-types": "10.19.2-snapshot-4",
|
|
30
|
+
"@instructure/ui-a11y-content": "10.19.2-snapshot-4",
|
|
31
|
+
"@instructure/ui-buttons": "10.19.2-snapshot-4",
|
|
32
|
+
"@instructure/ui-color-utils": "10.19.2-snapshot-4",
|
|
33
|
+
"@instructure/ui-dom-utils": "10.19.2-snapshot-4",
|
|
34
|
+
"@instructure/ui-drilldown": "10.19.2-snapshot-4",
|
|
35
|
+
"@instructure/ui-form-field": "10.19.2-snapshot-4",
|
|
36
|
+
"@instructure/ui-icons": "10.19.2-snapshot-4",
|
|
37
|
+
"@instructure/ui-pill": "10.19.2-snapshot-4",
|
|
38
|
+
"@instructure/ui-popover": "10.19.2-snapshot-4",
|
|
39
|
+
"@instructure/ui-react-utils": "10.19.2-snapshot-4",
|
|
40
|
+
"@instructure/ui-testable": "10.19.2-snapshot-4",
|
|
41
|
+
"@instructure/ui-text": "10.19.2-snapshot-4",
|
|
42
|
+
"@instructure/ui-text-input": "10.19.2-snapshot-4",
|
|
43
|
+
"@instructure/ui-themes": "10.19.2-snapshot-4",
|
|
44
|
+
"@instructure/ui-tooltip": "10.19.2-snapshot-4",
|
|
45
|
+
"@instructure/ui-utils": "10.19.2-snapshot-4",
|
|
46
|
+
"@instructure/ui-view": "10.19.2-snapshot-4",
|
|
47
47
|
"prop-types": "^15.8.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@instructure/ui-axe-check": "10.19.2-snapshot-
|
|
51
|
-
"@instructure/ui-babel-preset": "10.19.2-snapshot-
|
|
52
|
-
"@instructure/ui-scripts": "10.19.2-snapshot-
|
|
53
|
-
"@instructure/ui-test-utils": "10.19.2-snapshot-
|
|
50
|
+
"@instructure/ui-axe-check": "10.19.2-snapshot-4",
|
|
51
|
+
"@instructure/ui-babel-preset": "10.19.2-snapshot-4",
|
|
52
|
+
"@instructure/ui-scripts": "10.19.2-snapshot-4",
|
|
53
|
+
"@instructure/ui-test-utils": "10.19.2-snapshot-4",
|
|
54
54
|
"@testing-library/jest-dom": "^6.6.3",
|
|
55
55
|
"@testing-library/react": "^16.0.1",
|
|
56
56
|
"@testing-library/user-event": "^14.5.2",
|