gt-react 10.20.0 → 11.0.0-odysseus.0
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 +23 -0
- package/dist/index.client.cjs +1121 -0
- package/dist/index.client.cjs.map +1 -0
- package/dist/index.client.d.cts +302 -0
- package/dist/index.client.d.cts.map +1 -0
- package/dist/index.client.d.mts +302 -0
- package/dist/index.client.d.mts.map +1 -0
- package/dist/index.client.mjs +820 -0
- package/dist/index.client.mjs.map +1 -0
- package/dist/index.rsc.cjs +423 -0
- package/dist/index.rsc.cjs.map +1 -0
- package/dist/index.rsc.d.cts +96 -0
- package/dist/index.rsc.d.cts.map +1 -0
- package/dist/index.rsc.d.mts +96 -0
- package/dist/index.rsc.d.mts.map +1 -0
- package/dist/index.rsc.mjs +108 -0
- package/dist/index.rsc.mjs.map +1 -0
- package/dist/index.server.cjs +1058 -0
- package/dist/index.server.cjs.map +1 -0
- package/dist/index.server.d.cts +307 -0
- package/dist/index.server.d.cts.map +1 -0
- package/dist/index.server.d.mts +307 -0
- package/dist/index.server.d.mts.map +1 -0
- package/dist/index.server.mjs +751 -0
- package/dist/index.server.mjs.map +1 -0
- package/dist/index.types.cjs +1127 -0
- package/dist/index.types.cjs.map +1 -0
- package/dist/index.types.d.cts +303 -0
- package/dist/index.types.d.cts.map +1 -0
- package/dist/index.types.d.mts +303 -0
- package/dist/index.types.d.mts.map +1 -0
- package/dist/index.types.mjs +820 -0
- package/dist/index.types.mjs.map +1 -0
- package/dist/internal.cjs +4289 -974
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +859 -867
- package/dist/internal.d.cts.map +1 -1
- package/dist/internal.d.mts +859 -867
- package/dist/internal.d.mts.map +1 -1
- package/dist/internal.mjs +4255 -939
- package/dist/internal.mjs.map +1 -1
- package/dist/macros.cjs +2 -6028
- package/dist/macros.cjs.map +1 -1
- package/dist/macros.d.cts +2 -9
- package/dist/macros.d.cts.map +1 -1
- package/dist/macros.d.mts +2 -9
- package/dist/macros.d.mts.map +1 -1
- package/dist/macros.mjs +1 -6027
- package/dist/macros.mjs.map +1 -1
- package/package.json +43 -56
- package/dist/browser.cjs +0 -10741
- package/dist/browser.cjs.map +0 -1
- package/dist/browser.d.cts +0 -702
- package/dist/browser.d.cts.map +0 -1
- package/dist/browser.d.mts +0 -704
- package/dist/browser.d.mts.map +0 -1
- package/dist/browser.mjs +0 -10704
- package/dist/browser.mjs.map +0 -1
- package/dist/client.cjs +0 -3452
- package/dist/client.cjs.map +0 -1
- package/dist/client.d.cts +0 -248
- package/dist/client.d.cts.map +0 -1
- package/dist/client.d.mts +0 -249
- package/dist/client.d.mts.map +0 -1
- package/dist/client.mjs +0 -3393
- package/dist/client.mjs.map +0 -1
- package/dist/index.cjs +0 -3692
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -377
- package/dist/index.d.cts.map +0 -1
- package/dist/index.d.mts +0 -376
- package/dist/index.d.mts.map +0 -1
- package/dist/index.mjs +0 -3637
- package/dist/index.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# gt-react
|
|
2
2
|
|
|
3
|
+
## 11.0.0-odysseus.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1627](https://github.com/generaltranslation/gt/pull/1627) [`bd0d788`](https://github.com/generaltranslation/gt/commit/bd0d7883601a183a31b47b36ea4ea2dca69c62d0) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - Prepare Odysseus major releases for core runtime packages.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#1439](https://github.com/generaltranslation/gt/pull/1439) [`33203b1`](https://github.com/generaltranslation/gt/commit/33203b1953727647f61a21136b4c9570efbc8620) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - Add default form and accessibility labels to LocaleSelector.
|
|
12
|
+
|
|
13
|
+
- [#1439](https://github.com/generaltranslation/gt/pull/1439) [`af441bd`](https://github.com/generaltranslation/gt/commit/af441bdfb3a4cabe28985c59104ab7d60ee83d83) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - Add default form and accessibility labels to RegionSelector.
|
|
14
|
+
|
|
15
|
+
- [#1508](https://github.com/generaltranslation/gt/pull/1508) [`cc1499d`](https://github.com/generaltranslation/gt/commit/cc1499d12789ffd7ee3c6ca20d2eec734a1c9575) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - Trigger an odysseus prerelease patch for all publishable packages.
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`33203b1`](https://github.com/generaltranslation/gt/commit/33203b1953727647f61a21136b4c9570efbc8620), [`cc1499d`](https://github.com/generaltranslation/gt/commit/cc1499d12789ffd7ee3c6ca20d2eec734a1c9575), [`620621a`](https://github.com/generaltranslation/gt/commit/620621aceeafedbb958884cacc5495736191b065), [`bd0d788`](https://github.com/generaltranslation/gt/commit/bd0d7883601a183a31b47b36ea4ea2dca69c62d0)]:
|
|
18
|
+
- @generaltranslation/react-core@2.0.0-odysseus.0
|
|
19
|
+
- @generaltranslation/format@0.1.2-odysseus.0
|
|
20
|
+
- @generaltranslation/supported-locales@2.1.2-odysseus.0
|
|
21
|
+
- generaltranslation@9.0.0-odysseus.0
|
|
22
|
+
- gt-i18n@1.0.0-odysseus.0
|
|
23
|
+
|
|
24
|
+
## 10.20.1
|
|
25
|
+
|
|
3
26
|
## 10.20.0
|
|
4
27
|
|
|
5
28
|
## 10.19.19
|