@eui/core 21.0.0-next.34 → 21.0.0-next.35

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
@@ -1,3 +1,18 @@
1
+ ## 21.0.0-next.35 (2025-11-29)
2
+
3
+ ##### Chores
4
+
5
+ * **styles:**
6
+ * adjusted context colors to correct surfaces for background color usage - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([baea34dc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/baea34dcb2e1a10f326d4afb00836b8aa6336cc9))
7
+ * **eui-components:**
8
+ * Fix tests - EUI-11695 [EUI-11695](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11695) ([a172c798](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a172c798e1ebd90a058040e089771a155d2b2d31))
9
+ * **i18n:**
10
+ * migrate to latest ngx-translate - EUI-11737 [EUI-11737](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11737) ([16985120](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/16985120cb0f8ba90543ef18501071585bc1225d))
11
+ * **other:**
12
+ * removed 'ecl-breadcrumb-segment' selector, updates for the cli skeleton for ecl EUI-11722 [EUI-11722](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11722) ([85ebd979](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/85ebd9795e3d748cb99227b99faf9ac4c86346af))
13
+
14
+ * * *
15
+ * * *
1
16
  ## 21.0.0-next.34 (2025-11-28)
2
17
 
3
18
  ##### Chores
@@ -99,6 +99,16 @@
99
99
 
100
100
 
101
101
 
102
+ <h2>21.0.0-next.34 (2025-11-28)</h2>
103
+ <h5>Chores</h5>
104
+ <ul>
105
+ <li><strong>styles:</strong><ul>
106
+ <li>fix typography scaling - add surface-dark for context colors - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/b230a86a57035a600072865fccb4f5cbff3777ef">b230a86a</a>)</li>
107
+ </ul>
108
+ </li>
109
+ </ul>
110
+ <hr>
111
+ <hr>
102
112
  <h2>21.0.0-next.33 (2025-11-27)</h2>
103
113
  <h5>Chores</h5>
104
114
  <ul>
@@ -360,7 +360,7 @@
360
360
  </table>
361
361
  </div>
362
362
  <div class="io-description">
363
- <b>Returns : </b> <code>Observable&lt;object&gt;</code>
363
+ <b>Returns : </b> <code>Observable&lt;TranslationObject&gt;</code>
364
364
 
365
365
  </div>
366
366
  <div class="io-description">
@@ -268,7 +268,7 @@
268
268
  </tr>
269
269
  <tr>
270
270
  <td class="col-md-4">
271
- <code>translations: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank" >object</a></code>
271
+ <code>translations: <code>TranslationObject</code>
272
272
  </code>
273
273
  </td>
274
274
  </tr>
@@ -276,7 +276,7 @@
276
276
 
277
277
  <tr>
278
278
  <td class="col-md-4">
279
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank" >object</a></code>
279
+ <i>Type : </i> <code>TranslationObject</code>
280
280
 
281
281
  </td>
282
282
  </tr>