cozy-sharing 28.11.1 → 28.11.2

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,12 @@
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
+ ## [28.11.2](https://github.com/cozy/cozy-libs/compare/cozy-sharing@28.11.1...cozy-sharing@28.11.2) (2026-03-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **cozy-sharing:** Force text primary color on autosuggest text ([0a20cda](https://github.com/cozy/cozy-libs/commit/0a20cda336d1aa5c3b25ffcd9423ecf6c2cddd9c))
11
+
6
12
  ## [28.11.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@28.11.0...cozy-sharing@28.11.1) (2026-03-17)
7
13
 
8
14
  **Note:** Version bump only for package cozy-sharing
@@ -51,6 +51,7 @@
51
51
  border 1px solid var(--primaryColor)
52
52
 
53
53
  input[type=email]
54
+ color var(--primaryTextColor)
54
55
  width auto
55
56
  flex-grow 1
56
57
  padding .5rem 0
@@ -426,6 +426,7 @@ input[type=text] {
426
426
  border: 1px solid var(--primaryColor);
427
427
  }
428
428
  .autosuggest__recipientsContainer___1JYxA input[type=email] {
429
+ color: var(--primaryTextColor);
429
430
  width: auto;
430
431
  flex-grow: 1;
431
432
  padding: 0.5rem 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-sharing",
3
- "version": "28.11.1",
3
+ "version": "28.11.2",
4
4
  "description": "Provides sharing login for React applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -83,5 +83,5 @@
83
83
  "sideEffects": [
84
84
  "*.css"
85
85
  ],
86
- "gitHead": "e726cac12603dffee9a88debf8618c47bc628082"
86
+ "gitHead": "71eb651f7f5d805b8ac0af2f74cdc754d01395e2"
87
87
  }
@@ -51,6 +51,7 @@
51
51
  border 1px solid var(--primaryColor)
52
52
 
53
53
  input[type=email]
54
+ color var(--primaryTextColor)
54
55
  width auto
55
56
  flex-grow 1
56
57
  padding .5rem 0