@velora-dex/widget 0.0.7 → 0.0.8

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAE1C,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iEAAiE,CAAC;AAChF,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAE/B,OAAO,qBAAqB,CAAC;AAG7B,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAE7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAE1C,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iEAAiE,CAAC;AAChF,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAG/B,cAAc,oBAAoB,CAAC"}
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
- import './styles.css';export { Button } from './components/ui/button.js';
1
+ import './styles.css';/* empty css */
2
+ export { Button } from './components/ui/button.js';
2
3
  export { Counter } from './components/ui/counter.js';
3
4
  export { Header } from './components/ui/header.js';
4
5
  export { Input, UnstyledInput } from './components/ui/input.js';
@@ -13,7 +14,6 @@ export { SwapModeSwitcherExpandable } from './components/widget/SwapModeSwitcher
13
14
  export { TokenInput } from './components/widget/TokenInput/index.js';
14
15
  export { Web3Providers } from './components/web3/providers.js';
15
16
  export { Widget } from './widget/index.js';
16
- /* empty css */
17
17
  export { ConnectApp } from './test/connect/App.js';
18
18
  import * as AccordionPrimitive from '@radix-ui/react-accordion';
19
19
  export { AccordionPrimitive };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velora-dex/widget",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "files": [
@@ -87,6 +87,7 @@
87
87
  "build:example": "tsc -b && vite build --config vite.example.config.ts",
88
88
  "lint": "eslint .",
89
89
  "preview": "vite preview",
90
+ "preview:example": "vite preview --config vite.example.config.ts",
90
91
  "analyze:circular-deps": "madge --circular --warning $(find ./src -name '*.ts' -o -name '*.tsx')",
91
92
  "analyze:circular-deps-graph": "madge --circular $(find ./src -name '*.ts' -o -name '*.tsx') --image graph.svg"
92
93
  },
@@ -156,4 +157,4 @@
156
157
  "react": "^18.x || ^19.x",
157
158
  "react-dom": "^18.x || ^19.x"
158
159
  }
159
- }
160
+ }