@canton-network/core-wallet-ui-components 0.20.1 → 0.21.1
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/dist/components/{AppHeader.d.ts → app-header.d.ts} +2 -2
- package/dist/components/app-header.d.ts.map +1 -0
- package/dist/components/{NotFound.stories.d.ts → app-header.stories.d.ts} +1 -1
- package/dist/components/app-header.stories.d.ts.map +1 -0
- package/dist/components/{AppLayout.d.ts → app-layout.d.ts} +2 -2
- package/dist/components/app-layout.d.ts.map +1 -0
- package/dist/components/{CustomToast.d.ts → custom-toast.d.ts} +2 -2
- package/dist/components/custom-toast.d.ts.map +1 -0
- package/dist/components/{Discovery.d.ts → discovery.d.ts} +1 -1
- package/dist/components/{Discovery.d.ts.map → discovery.d.ts.map} +1 -1
- package/dist/components/{FormInput.d.ts → form-input.d.ts} +2 -2
- package/dist/components/form-input.d.ts.map +1 -0
- package/dist/components/{IdpCard.d.ts → idp-card.d.ts} +2 -2
- package/dist/components/idp-card.d.ts.map +1 -0
- package/dist/components/{Idps.d.ts → idps.d.ts} +2 -2
- package/dist/components/{Idps.d.ts.map → idps.d.ts.map} +1 -1
- package/dist/components/{NetworkCard.d.ts → network-card.d.ts} +2 -2
- package/dist/components/network-card.d.ts.map +1 -0
- package/dist/components/{NetworkForm.d.ts → network-form.d.ts} +2 -2
- package/dist/components/network-form.d.ts.map +1 -0
- package/dist/components/{NetworkForm.stories.d.ts → network-form.stories.d.ts} +1 -1
- package/dist/components/network-form.stories.d.ts.map +1 -0
- package/dist/components/{NetworkTable.d.ts → network-table.d.ts} +2 -2
- package/dist/components/network-table.d.ts.map +1 -0
- package/dist/components/{NetworkTable.stories.d.ts → network-table.stories.d.ts} +1 -1
- package/dist/components/network-table.stories.d.ts.map +1 -0
- package/dist/components/{Networks.d.ts → networks.d.ts} +2 -2
- package/dist/components/{Networks.d.ts.map → networks.d.ts.map} +1 -1
- package/dist/components/{NotFound.d.ts → not-found.d.ts} +2 -2
- package/dist/components/not-found.d.ts.map +1 -0
- package/dist/components/{AppHeader.stories.d.ts → not-found.stories.d.ts} +1 -1
- package/dist/components/not-found.stories.d.ts.map +1 -0
- package/dist/components/{Sessions.d.ts → sessions.d.ts} +2 -2
- package/dist/components/sessions.d.ts.map +1 -0
- package/dist/components/{Sessions.stories.d.ts → sessions.stories.d.ts} +1 -1
- package/dist/components/{Sessions.stories.d.ts.map → sessions.stories.d.ts.map} +1 -1
- package/dist/components/wallets-sync.d.ts +14 -0
- package/dist/components/wallets-sync.d.ts.map +1 -0
- package/dist/components/{WalletsSync.stories.d.ts → wallets-sync.stories.d.ts} +4 -1
- package/dist/components/wallets-sync.stories.d.ts.map +1 -0
- package/dist/index.cjs +132 -58
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +14 -14
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1144 -1027
- package/dist/index.js.map +1 -1
- package/dist/internal/{BaseElement.d.ts → base-element.d.ts} +1 -1
- package/dist/internal/base-element.d.ts.map +1 -0
- package/package.json +8 -7
- package/dist/components/AppHeader.d.ts.map +0 -1
- package/dist/components/AppHeader.stories.d.ts.map +0 -1
- package/dist/components/AppLayout.d.ts.map +0 -1
- package/dist/components/CustomToast.d.ts.map +0 -1
- package/dist/components/FormInput.d.ts.map +0 -1
- package/dist/components/IdpCard.d.ts.map +0 -1
- package/dist/components/NetworkCard.d.ts.map +0 -1
- package/dist/components/NetworkForm.d.ts.map +0 -1
- package/dist/components/NetworkForm.stories.d.ts.map +0 -1
- package/dist/components/NetworkTable.d.ts.map +0 -1
- package/dist/components/NetworkTable.stories.d.ts.map +0 -1
- package/dist/components/NotFound.d.ts.map +0 -1
- package/dist/components/NotFound.stories.d.ts.map +0 -1
- package/dist/components/Sessions.d.ts.map +0 -1
- package/dist/components/WalletsSync.d.ts +0 -10
- package/dist/components/WalletsSync.d.ts.map +0 -1
- package/dist/components/WalletsSync.stories.d.ts.map +0 -1
- package/dist/internal/BaseElement.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from './components/
|
|
2
|
-
export * from './components/
|
|
3
|
-
export * from './components/
|
|
4
|
-
export * from './components/
|
|
5
|
-
export * from './components/
|
|
6
|
-
export * from './components/
|
|
7
|
-
export * from './components/
|
|
8
|
-
export * from './components/
|
|
9
|
-
export * from './components/
|
|
10
|
-
export * from './components/
|
|
11
|
-
export * from './components/
|
|
12
|
-
export * from './components/
|
|
13
|
-
export * from './components/
|
|
14
|
-
export * from './components/
|
|
1
|
+
export * from './components/app-header.js';
|
|
2
|
+
export * from './components/app-layout.js';
|
|
3
|
+
export * from './components/custom-toast.js';
|
|
4
|
+
export * from './components/discovery.js';
|
|
5
|
+
export * from './components/form-input.js';
|
|
6
|
+
export * from './components/idp-card.js';
|
|
7
|
+
export * from './components/idps.js';
|
|
8
|
+
export * from './components/network-table.js';
|
|
9
|
+
export * from './components/network-card.js';
|
|
10
|
+
export * from './components/network-form.js';
|
|
11
|
+
export * from './components/networks.js';
|
|
12
|
+
export * from './components/not-found.js';
|
|
13
|
+
export * from './components/sessions.js';
|
|
14
|
+
export * from './components/wallets-sync.js';
|
|
15
15
|
export * from './windows/discovery.js';
|
|
16
16
|
export * from './windows/popup.js';
|
|
17
17
|
export * from './handle-errors.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,sBAAsB,CAAA;AACpC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,0BAA0B,CAAA;AACxC,cAAc,8BAA8B,CAAA;AAE5C,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAElC,cAAc,oBAAoB,CAAA"}
|