@osdk/react-components-styles 0.3.0-main-20260408031518 → 0.3.0-main-20260408113649
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 +2 -1
- package/package.json +1 -1
- package/src/tokens/file-picker.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @osdk/react-components-styles
|
|
2
2
|
|
|
3
|
-
## 0.3.0-main-
|
|
3
|
+
## 0.3.0-main-20260408113649
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- 79b001e: Add FilePickerField component for attachment and media reference form fields
|
|
12
|
+
- b2b512e: Address FilePickerField PR review comments: memoize computed values, add aria-label, rename CSS token, add keyboard interaction tests
|
|
12
13
|
|
|
13
14
|
## 0.2.0
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
/* Trigger — styled to look like an input */
|
|
3
|
-
--osdk-file-picker-trigger-
|
|
3
|
+
--osdk-file-picker-trigger-height: var(--osdk-input-min-height);
|
|
4
4
|
--osdk-file-picker-trigger-padding: var(--osdk-input-padding);
|
|
5
5
|
--osdk-file-picker-trigger-border-radius: var(--osdk-input-border-radius);
|
|
6
6
|
--osdk-file-picker-trigger-border: var(--osdk-input-border-width) solid
|