@tamagui/demos 1.73.0 → 1.73.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/demos",
3
- "version": "1.73.0",
3
+ "version": "1.73.1",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -16,7 +16,11 @@
16
16
  ],
17
17
  "scripts": {
18
18
  "build": "tamagui-build",
19
- "watch": "tamagui-build --watch"
19
+ "watch": "tamagui-build --watch",
20
+ "lint": "../../node_modules/.bin/biome check src",
21
+ "lint:fix": "../../node_modules/.bin/biome check --apply-unsafe src",
22
+ "clean": "tamagui-build clean",
23
+ "clean:build": "tamagui-build clean:build"
20
24
  },
21
25
  "exports": {
22
26
  "./package.json": "./package.json",
@@ -34,29 +38,29 @@
34
38
  }
35
39
  },
36
40
  "dependencies": {
37
- "@tamagui/avatar": "1.73.0",
38
- "@tamagui/button": "1.73.0",
39
- "@tamagui/core": "1.73.0",
40
- "@tamagui/list-item": "1.73.0",
41
- "@tamagui/logo": "1.73.0",
42
- "@tamagui/menu": "1.73.0",
43
- "@tamagui/popover": "1.73.0",
44
- "@tamagui/progress": "1.73.0",
45
- "@tamagui/radio-group": "1.73.0",
46
- "@tamagui/select": "1.73.0",
47
- "@tamagui/sheet": "1.73.0",
48
- "@tamagui/site-config": "1.73.0",
49
- "@tamagui/slider": "1.73.0",
50
- "@tamagui/stacks": "1.73.0",
51
- "@tamagui/toast": "1.73.0",
52
- "tamagui": "1.73.0"
41
+ "@tamagui/avatar": "1.73.1",
42
+ "@tamagui/button": "1.73.1",
43
+ "@tamagui/core": "1.73.1",
44
+ "@tamagui/list-item": "1.73.1",
45
+ "@tamagui/logo": "1.73.1",
46
+ "@tamagui/menu": "1.73.1",
47
+ "@tamagui/popover": "1.73.1",
48
+ "@tamagui/progress": "1.73.1",
49
+ "@tamagui/radio-group": "1.73.1",
50
+ "@tamagui/select": "1.73.1",
51
+ "@tamagui/sheet": "1.73.1",
52
+ "@tamagui/site-config": "1.73.1",
53
+ "@tamagui/slider": "1.73.1",
54
+ "@tamagui/stacks": "1.73.1",
55
+ "@tamagui/toast": "1.73.1",
56
+ "tamagui": "1.73.1"
53
57
  },
54
58
  "peerDependencies": {
55
59
  "react": "*",
56
60
  "react-dom": "*"
57
61
  },
58
62
  "devDependencies": {
59
- "@tamagui/build": "1.73.0",
63
+ "@tamagui/build": "1.73.1",
60
64
  "react": "^18.2.0",
61
65
  "react-dom": "^18.2.0"
62
66
  },
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function ButtonNewDemo(props: any): JSX.Element;
3
- //# sourceMappingURL=ButtonNewDemo.d.ts.map
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function DrawerDemo(): JSX.Element;
3
- //# sourceMappingURL=DrawerDemo.d.ts.map
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function FeatherIconsDemo(): JSX.Element;
3
- //# sourceMappingURL=FeatherIconsDemo.d.ts.map
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function FormDemo(): JSX.Element;
3
- //# sourceMappingURL=FormDemo.d.ts.map
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import { SizeTokens } from 'tamagui';
3
- export declare function FormsDemo(props: {
4
- size: SizeTokens;
5
- }): JSX.Element;
6
- //# sourceMappingURL=FormsDemo%20copy.d.ts.map
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function InputsDemo(): JSX.Element;
3
- //# sourceMappingURL=InputDemo.d.ts.map
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function MenuDemo(): JSX.Element;
3
- //# sourceMappingURL=MenuDemo.d.ts.map
@@ -1 +0,0 @@
1
- //# sourceMappingURL=ToggleGroup.d.ts.map
package/types/conf.d.ts DELETED
@@ -1,9 +0,0 @@
1
- import { config } from '@tamagui/config';
2
- import { InferTamaguiConfig } from '@tamagui/core';
3
- export { config } from '@tamagui/config';
4
- export type Conf = InferTamaguiConfig<typeof config>;
5
- declare module 'tamagui' {
6
- interface TamaguiCustomConfig extends Conf {
7
- }
8
- }
9
- //# sourceMappingURL=conf.d.ts.map