@overmap-ai/blocks 1.0.0 → 1.0.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/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # overmap-ai blocks
2
-
3
- Contains basic components used by overmap-ai libraries.
1
+ # overmap-ai blocks
2
+
3
+ Contains basic components used by overmap-ai libraries.
package/package.json CHANGED
@@ -1,98 +1,98 @@
1
- {
2
- "name": "@overmap-ai/blocks",
3
- "version": "1.0.0",
4
- "description": "A collection of React components for building Overmap's UI.",
5
- "private": false,
6
- "author": "Wôrdn Inc.",
7
- "license": "UNLICENSED",
8
- "type": "module",
9
- "main": "dist/blocks.umd.cjs",
10
- "module": "dist/blocks.js",
11
- "types": "dist/index.d.ts",
12
- "scripts": {
13
- "dev": "yarn storybook",
14
- "storybook": "storybook dev -p 6006",
15
- "build": "tsc --noEmit && vite build",
16
- "lint": "eslint src .storybook stories --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
17
- "lint:fix": "yarn lint --fix",
18
- "preview": "vite preview",
19
- "prepare": "husky install",
20
- "build-storybook": "storybook build"
21
- },
22
- "dependencies": {
23
- "@emotion/react": "^11.11.1",
24
- "@radix-ui/colors": "^3.0.0",
25
- "@radix-ui/react-accordion": "^1.1.2",
26
- "@radix-ui/react-dialog": "^1.0.5",
27
- "@radix-ui/react-dismissable-layer": "^1.0.5",
28
- "@radix-ui/react-icons": "^1.3.0",
29
- "@radix-ui/react-toast": "^1.1.5",
30
- "@radix-ui/react-toggle-group": "^1.0.4",
31
- "@radix-ui/react-toolbar": "^1.0.4",
32
- "@radix-ui/themes": "^2.0.0",
33
- "re-resizable": "^6.9.11",
34
- "react-responsive": "^9.0.2",
35
- "react-transition-group": "^4.4.5",
36
- "@table-library/react-table-library": "^4.1.7",
37
- "react-device-detect": "^2.2.3"
38
- },
39
- "peerDependencies": {
40
- "react": "^18.2.0",
41
- "react-dom": "^18.2.0"
42
- },
43
- "devDependencies": {
44
- "@faker-js/faker": "^8.3.1",
45
- "@rollup/plugin-commonjs": "^25.0.4",
46
- "@storybook/addon-a11y": "^7.4.5",
47
- "@storybook/addon-essentials": "^7.4.3",
48
- "@storybook/addon-interactions": "^7.4.3",
49
- "@storybook/addon-links": "^7.4.3",
50
- "@storybook/blocks": "^7.4.3",
51
- "@storybook/react": "^7.4.3",
52
- "@storybook/react-vite": "^7.4.3",
53
- "@storybook/testing-library": "^0.2.1",
54
- "@storybook/types": "^7.4.6",
55
- "@types/node": "^20.8.10",
56
- "@types/react": "^18.2.15",
57
- "@types/react-dom": "^18.2.7",
58
- "@types/react-responsive": "^8.0.7",
59
- "@types/react-transition-group": "^4.4.8",
60
- "@typescript-eslint/eslint-plugin": "^6.0.0",
61
- "@typescript-eslint/parser": "^6.0.0",
62
- "@vitejs/plugin-react-swc": "^3.3.2",
63
- "classnames": "^2.3.2",
64
- "eslint": "^8.45.0",
65
- "eslint-config-prettier": "^9.0.0",
66
- "eslint-plugin-prettier": "^5.0.0",
67
- "eslint-plugin-react": "^7.33.2",
68
- "eslint-plugin-react-hooks": "^4.6.0",
69
- "eslint-plugin-react-refresh": "^0.4.3",
70
- "eslint-plugin-storybook": "^0.6.13",
71
- "husky": "^8.0.3",
72
- "lint-staged": "^14.0.1",
73
- "prettier": "^3.0.3",
74
- "react": "^18.2.0",
75
- "react-dom": "^18.2.0",
76
- "rollup-plugin-polyfill-node": "^0.12.0",
77
- "sass": "^1.68.0",
78
- "storybook": "^7.4.3",
79
- "typescript": "^5.0.2",
80
- "vite": "^4.4.5",
81
- "vite-plugin-dts": "^3.5.3",
82
- "vite-plugin-externalize-deps": "^0.7.0"
83
- },
84
- "lint-staged": {
85
- "*.{js,jsx,ts,tsx}": [
86
- "yarn eslint --fix"
87
- ],
88
- "*.{css,scss}": [
89
- "prettier --write"
90
- ]
91
- },
92
- "files": [
93
- "dist"
94
- ],
95
- "resolutions": {
96
- "jackspeak": "2.1.1"
97
- }
98
- }
1
+ {
2
+ "name": "@overmap-ai/blocks",
3
+ "version": "1.0.1",
4
+ "description": "A collection of React components for building Overmap's UI.",
5
+ "private": false,
6
+ "author": "Wôrdn Inc.",
7
+ "license": "UNLICENSED",
8
+ "type": "module",
9
+ "main": "dist/blocks.umd.cjs",
10
+ "module": "dist/blocks.js",
11
+ "types": "dist/index.d.ts",
12
+ "scripts": {
13
+ "dev": "yarn storybook",
14
+ "storybook": "storybook dev -p 6006",
15
+ "build": "tsc --noEmit && vite build",
16
+ "lint": "eslint src .storybook stories --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
17
+ "lint:fix": "yarn lint --fix",
18
+ "preview": "vite preview",
19
+ "prepare": "husky install",
20
+ "build-storybook": "storybook build"
21
+ },
22
+ "dependencies": {
23
+ "@emotion/react": "^11.11.1",
24
+ "@radix-ui/colors": "^3.0.0",
25
+ "@radix-ui/react-accordion": "^1.1.2",
26
+ "@radix-ui/react-dialog": "^1.0.5",
27
+ "@radix-ui/react-dismissable-layer": "^1.0.5",
28
+ "@radix-ui/react-icons": "^1.3.0",
29
+ "@radix-ui/react-toast": "^1.1.5",
30
+ "@radix-ui/react-toggle-group": "^1.0.4",
31
+ "@radix-ui/react-toolbar": "^1.0.4",
32
+ "@radix-ui/themes": "^2.0.0",
33
+ "re-resizable": "^6.9.11",
34
+ "react-responsive": "^9.0.2",
35
+ "react-transition-group": "^4.4.5",
36
+ "@table-library/react-table-library": "^4.1.7",
37
+ "react-device-detect": "^2.2.3"
38
+ },
39
+ "peerDependencies": {
40
+ "react": "^18.2.0",
41
+ "react-dom": "^18.2.0"
42
+ },
43
+ "devDependencies": {
44
+ "@faker-js/faker": "^8.3.1",
45
+ "@rollup/plugin-commonjs": "^25.0.4",
46
+ "@storybook/addon-a11y": "^7.4.5",
47
+ "@storybook/addon-essentials": "^7.4.3",
48
+ "@storybook/addon-interactions": "^7.4.3",
49
+ "@storybook/addon-links": "^7.4.3",
50
+ "@storybook/blocks": "^7.4.3",
51
+ "@storybook/react": "^7.4.3",
52
+ "@storybook/react-vite": "^7.4.3",
53
+ "@storybook/testing-library": "^0.2.1",
54
+ "@storybook/types": "^7.4.6",
55
+ "@types/node": "^20.8.10",
56
+ "@types/react": "^18.2.15",
57
+ "@types/react-dom": "^18.2.7",
58
+ "@types/react-responsive": "^8.0.7",
59
+ "@types/react-transition-group": "^4.4.8",
60
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
61
+ "@typescript-eslint/parser": "^6.0.0",
62
+ "@vitejs/plugin-react-swc": "^3.3.2",
63
+ "classnames": "^2.3.2",
64
+ "eslint": "^8.45.0",
65
+ "eslint-config-prettier": "^9.0.0",
66
+ "eslint-plugin-prettier": "^5.0.0",
67
+ "eslint-plugin-react": "^7.33.2",
68
+ "eslint-plugin-react-hooks": "^4.6.0",
69
+ "eslint-plugin-react-refresh": "^0.4.3",
70
+ "eslint-plugin-storybook": "^0.6.13",
71
+ "husky": "^8.0.3",
72
+ "lint-staged": "^14.0.1",
73
+ "prettier": "^3.0.3",
74
+ "react": "^18.2.0",
75
+ "react-dom": "^18.2.0",
76
+ "rollup-plugin-polyfill-node": "^0.12.0",
77
+ "sass": "^1.68.0",
78
+ "storybook": "^7.4.3",
79
+ "typescript": "^5.0.2",
80
+ "vite": "^4.4.5",
81
+ "vite-plugin-dts": "^3.5.3",
82
+ "vite-plugin-externalize-deps": "^0.7.0"
83
+ },
84
+ "lint-staged": {
85
+ "*.{js,jsx,ts,tsx}": [
86
+ "yarn eslint --fix"
87
+ ],
88
+ "*.{css,scss}": [
89
+ "prettier --write"
90
+ ]
91
+ },
92
+ "files": [
93
+ "dist"
94
+ ],
95
+ "resolutions": {
96
+ "jackspeak": "2.1.1"
97
+ }
98
+ }
@@ -1,6 +0,0 @@
1
- import { ReactNode } from "react";
2
- import { BadgeProps } from "../Badge";
3
- export interface CornerBadgeProps extends BadgeProps {
4
- children: ReactNode;
5
- }
6
- export declare const CornerBadge: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<CornerBadgeProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
@@ -1,2 +0,0 @@
1
- export * from "./CornerBadge";
2
- export type { CornerBadgeProps } from "./CornerBadge";