@instructure/ui-color-picker 10.26.3 → 10.26.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 CHANGED
@@ -3,6 +3,17 @@
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.26.4](https://github.com/instructure/instructure-ui/compare/v10.26.3...v10.26.4) (2025-11-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ui-color-picker:** complete color mixer button alignment fix ([c3fd3b1](https://github.com/instructure/instructure-ui/commit/c3fd3b1c79f29757f530d38da0ff501dee8521a2))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [10.26.3](https://github.com/instructure/instructure-ui/compare/v10.26.2...v10.26.3) (2025-11-19)
7
18
 
8
19
 
@@ -108,7 +108,6 @@ const generateStyle = (componentTheme, props, state) => {
108
108
  },
109
109
  colorMixerButtonContainer: {
110
110
  label: 'colorPicker__colorMixerButtonContainer',
111
- alignSelf: 'flex-start',
112
111
  marginInlineStart: componentTheme.colorMixerButtonContainerLeftMargin
113
112
  },
114
113
  popoverContentContainer: {
@@ -114,7 +114,6 @@ const generateStyle = (componentTheme, props, state) => {
114
114
  },
115
115
  colorMixerButtonContainer: {
116
116
  label: 'colorPicker__colorMixerButtonContainer',
117
- alignSelf: 'flex-start',
118
117
  marginInlineStart: componentTheme.colorMixerButtonContainerLeftMargin
119
118
  },
120
119
  popoverContentContainer: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-color-picker",
3
- "version": "10.26.3",
3
+ "version": "10.26.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,32 +24,32 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.27.6",
27
- "@instructure/console": "10.26.3",
28
- "@instructure/emotion": "10.26.3",
29
- "@instructure/shared-types": "10.26.3",
30
- "@instructure/ui-a11y-content": "10.26.3",
31
- "@instructure/ui-buttons": "10.26.3",
32
- "@instructure/ui-color-utils": "10.26.3",
33
- "@instructure/ui-dom-utils": "10.26.3",
34
- "@instructure/ui-drilldown": "10.26.3",
35
- "@instructure/ui-form-field": "10.26.3",
36
- "@instructure/ui-icons": "10.26.3",
37
- "@instructure/ui-pill": "10.26.3",
38
- "@instructure/ui-popover": "10.26.3",
39
- "@instructure/ui-react-utils": "10.26.3",
40
- "@instructure/ui-testable": "10.26.3",
41
- "@instructure/ui-text": "10.26.3",
42
- "@instructure/ui-text-input": "10.26.3",
43
- "@instructure/ui-themes": "10.26.3",
44
- "@instructure/ui-tooltip": "10.26.3",
45
- "@instructure/ui-utils": "10.26.3",
46
- "@instructure/ui-view": "10.26.3",
27
+ "@instructure/console": "10.26.4",
28
+ "@instructure/emotion": "10.26.4",
29
+ "@instructure/shared-types": "10.26.4",
30
+ "@instructure/ui-a11y-content": "10.26.4",
31
+ "@instructure/ui-buttons": "10.26.4",
32
+ "@instructure/ui-color-utils": "10.26.4",
33
+ "@instructure/ui-dom-utils": "10.26.4",
34
+ "@instructure/ui-drilldown": "10.26.4",
35
+ "@instructure/ui-form-field": "10.26.4",
36
+ "@instructure/ui-icons": "10.26.4",
37
+ "@instructure/ui-pill": "10.26.4",
38
+ "@instructure/ui-popover": "10.26.4",
39
+ "@instructure/ui-react-utils": "10.26.4",
40
+ "@instructure/ui-testable": "10.26.4",
41
+ "@instructure/ui-text": "10.26.4",
42
+ "@instructure/ui-text-input": "10.26.4",
43
+ "@instructure/ui-themes": "10.26.4",
44
+ "@instructure/ui-tooltip": "10.26.4",
45
+ "@instructure/ui-utils": "10.26.4",
46
+ "@instructure/ui-view": "10.26.4",
47
47
  "prop-types": "^15.8.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@instructure/ui-axe-check": "10.26.3",
51
- "@instructure/ui-babel-preset": "10.26.3",
52
- "@instructure/ui-scripts": "10.26.3",
50
+ "@instructure/ui-axe-check": "10.26.4",
51
+ "@instructure/ui-babel-preset": "10.26.4",
52
+ "@instructure/ui-scripts": "10.26.4",
53
53
  "@testing-library/jest-dom": "^6.6.3",
54
54
  "@testing-library/react": "^16.0.1",
55
55
  "@testing-library/user-event": "^14.6.1",
@@ -122,7 +122,6 @@ const generateStyle = (
122
122
  },
123
123
  colorMixerButtonContainer: {
124
124
  label: 'colorPicker__colorMixerButtonContainer',
125
- alignSelf: 'flex-start',
126
125
  marginInlineStart: componentTheme.colorMixerButtonContainerLeftMargin
127
126
  },
128
127
  popoverContentContainer: {