@tesouro/embedded-components-react 0.2.245 → 0.2.248

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.
Files changed (22) hide show
  1. package/dist/experimental/WidgetSuite.d.ts +36 -0
  2. package/dist/experimental/WidgetSuite.js +3 -0
  3. package/dist/experimental/index.d.ts +31 -17
  4. package/dist/experimental/index.js +3 -2
  5. package/dist/index.css +18 -0
  6. package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index15.js +1 -1
  7. package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsPanel.js +1 -1
  8. package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index7.js +1 -1
  9. package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index3.js +8 -4
  10. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +5 -3
  11. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +5 -3
  12. package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +5 -3
  13. package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
  14. package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index12.js +4 -2
  15. package/dist/libs/tesouro-embedded-components-react/widget-suite/feature/dist/index.js +3 -0
  16. package/dist/libs/tesouro-embedded-components-react/widget-suite/ui/dist/index.js +3 -0
  17. package/dist/libs/tesouro-embedded-components-react/widget-suite/ui/dist/index2.js +7 -0
  18. package/dist/libs/tesouro-embedded-components-react/widget-suite/ui/dist/index3.js +25 -0
  19. package/dist/packages/shared-ui-shadcn/dist/index.js +3203 -3143
  20. package/package.json +1 -1
  21. package/dist/experimental/EntryPointProbe.d.ts +0 -22
  22. package/dist/experimental/EntryPointProbe.js +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tesouro/embedded-components-react",
3
- "version": "0.2.245",
3
+ "version": "0.2.248",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "packageDepSync": {
@@ -1,22 +0,0 @@
1
- /**
2
- * Entry-point probe — **not a widget, and not intended for use.**
3
- *
4
- * The experimental path (EMBD-4849) landed before its first real module, so this
5
- * exists to give the plumbing something to resolve: the `./experimental/*` glob
6
- * export needs a file behind it, `attw` needs a named sample subpath, and the
7
- * verdaccio round-trip needs an import that survives an external install. It
8
- * exports a value and a type so both `dist/experimental/*.js` and
9
- * `dist/experimental/*.d.ts` are non-trivial.
10
- *
11
- * Delete it in the PR that puts the first real module on this path.
12
- */
13
- interface ExperimentalEntryPointInfo {
14
- /** The published subpath this module is reachable at. */
15
- readonly entryPoint: '@tesouro/embedded-components-react/experimental';
16
- /** Always `false` — nothing on this path carries a compatibility promise. */
17
- readonly stable: false;
18
- }
19
- declare function experimentalEntryPointInfo(): ExperimentalEntryPointInfo;
20
-
21
- export { experimentalEntryPointInfo };
22
- export type { ExperimentalEntryPointInfo };
@@ -1,9 +0,0 @@
1
- //#region src/experimental/EntryPointProbe.ts
2
- function e() {
3
- return {
4
- entryPoint: "@tesouro/embedded-components-react/experimental",
5
- stable: !1
6
- };
7
- }
8
- //#endregion
9
- export { e as experimentalEntryPointInfo };