buildgrid-ui 1.1.0-dev.30 → 1.1.0-dev.31

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 (2) hide show
  1. package/package.json +13 -47
  2. package/CHANGELOG.md +0 -76
package/package.json CHANGED
@@ -1,59 +1,25 @@
1
1
  {
2
2
  "name": "buildgrid-ui",
3
- "version": "1.1.0-dev.30",
3
+ "version": "1.1.0-dev.31",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "files": [
8
- "dist",
9
- "README.md",
10
- "CHANGELOG.md",
11
- "LICENSE"
12
- ],
7
+ "main": "dist/buildgrid-ui.umd.js",
8
+ "module": "dist/buildgrid-ui.esm.js",
9
+ "types": "dist/index.d.ts",
13
10
  "exports": {
14
11
  ".": {
15
- "types": "./dist/index.d.ts",
16
- "default": "./dist/index.js"
17
- },
18
- "./components": {
19
- "types": "./dist/components/index.d.ts",
20
- "default": "./dist/components/index.js"
21
- },
22
- "./blocks": {
23
- "types": "./dist/blocks/index.d.ts",
24
- "default": "./dist/blocks/index.js"
12
+ "import": "./dist/buildgrid-ui.esm.js",
13
+ "require": "./dist/buildgrid-ui.umd.js"
25
14
  },
26
- "./utils": {
27
- "types": "./dist/lib/utils/index.d.ts",
28
- "default": "./dist/lib/utils/index.js"
29
- },
30
- "./hooks": {
31
- "types": "./dist/lib/hooks/index.d.ts",
32
- "default": "./dist/lib/hooks/index.js"
33
- }
34
- },
35
- "typesVersions": {
36
- "*": {
37
- "components": [
38
- "dist/components"
39
- ],
40
- "blocks": [
41
- "dist/blocks"
42
- ],
43
- "utils": [
44
- "dist/lib/utils"
45
- ],
46
- "hooks": [
47
- "dist/lib/hooks"
48
- ],
49
- "*": [
50
- "dist/*"
51
- ]
52
- }
15
+ "./components/*": "./dist/components/*",
16
+ "./blocks/*": "./dist/blocks/*",
17
+ "./utils/*": "./dist/lib/utils/*",
18
+ "./hooks/*": "./dist/lib/hooks/*"
53
19
  },
54
- "main": "dist/buildgrid-ui.umd.js",
55
- "module": "dist/buildgrid-ui.esm.js",
56
- "types": "dist/index.d.ts",
20
+ "files": [
21
+ "dist"
22
+ ],
57
23
  "scripts": {
58
24
  "test": "echo \"Error: no test specified\" && exit 1",
59
25
  "build": "vite build && npm run build:types",
package/CHANGELOG.md DELETED
@@ -1,76 +0,0 @@
1
- # [1.1.0-alpha.7](https://github.com/adrianomaringolo/buildgrid-ui/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2025-01-04)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **input:** input width fix to assume full width ([a15cbfb](https://github.com/adrianomaringolo/buildgrid-ui/commit/a15cbfbbe4e18d298a9980799b1252a1ddb03c37))
7
-
8
-
9
- ### Features
10
-
11
- * **alert-dialog:** add AlertDialog component with stories and update dependencies ([3e23c69](https://github.com/adrianomaringolo/buildgrid-ui/commit/3e23c692638f5f74e53ddd2af2a8fa2f77016176))
12
- * **currency-input:** add CurrencyInput component with formatting and stories ([99adafa](https://github.com/adrianomaringolo/buildgrid-ui/commit/99adafaf98656aa2efe12d0e4dff8ded35523225))
13
- * **dialog:** add Dialog component with stories and update package configuration ([da9b5f9](https://github.com/adrianomaringolo/buildgrid-ui/commit/da9b5f91dd02da50b81c9270941e5badafae20e0))
14
- * **formatters:** add utility functions for currency and date formatting ([2dbc4cc](https://github.com/adrianomaringolo/buildgrid-ui/commit/2dbc4cc36772ed3313d48b4e20557b7e24f932ed))
15
- * **help-carousel:** add HelpCarousel block component with stories and update exports ([e99c9a4](https://github.com/adrianomaringolo/buildgrid-ui/commit/e99c9a4c1635c47cb222bd48876e15bbf940a15a))
16
- * **help-carousel:** update button variant to 'ghost' in HelpCarousel component ([0e7765d](https://github.com/adrianomaringolo/buildgrid-ui/commit/0e7765dacbbbacff89a21e0ceced74b006775b83))
17
- * **pagination-controls:** add PaginationControls block component with stories and update exports ([f2fc558](https://github.com/adrianomaringolo/buildgrid-ui/commit/f2fc5588308e172d2cbe922c64fd4fba34b6e83b))
18
- * **pagination:** add Pagination component with stories and update exports ([0585af4](https://github.com/adrianomaringolo/buildgrid-ui/commit/0585af4bcf8ad6eee33b4fe842b19ce415bb99c6))
19
- * **password-input:** add PasswordInput component with strength meter and visibility toggle ([222e3d3](https://github.com/adrianomaringolo/buildgrid-ui/commit/222e3d3610d18cb59d7d7cd9a41bc03c36e7de08))
20
- * **progress-switch:** add Progress and Switch components with stories ([9c496af](https://github.com/adrianomaringolo/buildgrid-ui/commit/9c496aff19bc42e1831d2ce99f59d08c9d5611c9))
21
- * **progress:** add Progress component and stories; update exports ([4d849f7](https://github.com/adrianomaringolo/buildgrid-ui/commit/4d849f70baca326e556b4b81f1cd5005870fa292))
22
- * **tabs:** add Tabs component with stories and update package configuration ([4de034d](https://github.com/adrianomaringolo/buildgrid-ui/commit/4de034dadca5d8830a969a05f9f3fa7fa2cb77e5))
23
-
24
- # [1.1.0-alpha.6](https://github.com/adrianomaringolo/buildgrid-ui/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2025-01-03)
25
-
26
-
27
- ### Features
28
-
29
- * **avatar:** add Avatar component with fallback and image support ([893a16e](https://github.com/adrianomaringolo/buildgrid-ui/commit/893a16e8c45a35f56f91d1a11e1615cb4fa35347))
30
- * **dropdown-menu:** add DropdownMenu component with stories and functionality ([5006e9d](https://github.com/adrianomaringolo/buildgrid-ui/commit/5006e9dd4c41354cda4f664f2169b6fd77a75e87))
31
-
32
- # [1.1.0-alpha.5](https://github.com/adrianomaringolo/buildgrid-ui/compare/v1.1.0-alpha.4...v1.1.0-alpha.5) (2025-01-03)
33
-
34
-
35
- ### Features
36
-
37
- * **adaptive-input:** add AdaptiveInput component with masking functionality and stories ([d2d9794](https://github.com/adrianomaringolo/buildgrid-ui/commit/d2d97944b150163d69342ddb68e6e188283f0348))
38
- * **autocomplete:** add Autocomplete component with stories and functionality ([c35b4ae](https://github.com/adrianomaringolo/buildgrid-ui/commit/c35b4ae634654b1451ab0f3936f1d757ff70e122))
39
- * **input:** add Input component with stories ([8078ee7](https://github.com/adrianomaringolo/buildgrid-ui/commit/8078ee7c0e9b986007d89096d08065300c36b7c9))
40
- * **popover:** add Popover component with stories ([32373a1](https://github.com/adrianomaringolo/buildgrid-ui/commit/32373a13c235e0899b9c332f42b48f13c704f82c))
41
-
42
- # [1.1.0-alpha.4](https://github.com/adrianomaringolo/buildgrid-ui/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2025-01-02)
43
-
44
-
45
- ### Features
46
-
47
- * add Checkbox component and related stories ([7e2d66b](https://github.com/adrianomaringolo/buildgrid-ui/commit/7e2d66b7a19f8ddb5a6a5e5f827f1df552977113))
48
-
49
- # [1.1.0-alpha.3](https://github.com/adrianomaringolo/buildgrid-ui/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2025-01-02)
50
-
51
-
52
- ### Features
53
-
54
- * add new components ([acc2538](https://github.com/adrianomaringolo/buildgrid-ui/commit/acc253867cbadec11b61c3d9dcf1b5151ac3096b))
55
-
56
- # [1.1.0-alpha.2](https://github.com/adrianomaringolo/buildgrid-ui/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2025-01-02)
57
-
58
-
59
- ### Features
60
-
61
- * add Badge component and related stories ([4106287](https://github.com/adrianomaringolo/buildgrid-ui/commit/41062872c2807cfa14494c9cab1f2b8fe506d246))
62
-
63
- # [1.1.0-alpha.1](https://github.com/adrianomaringolo/buildgrid-ui/compare/v1.0.0...v1.1.0-alpha.1) (2025-01-02)
64
-
65
-
66
- ### Features
67
-
68
- * adding shadcn configuration ([5841434](https://github.com/adrianomaringolo/buildgrid-ui/commit/584143402fad7aa19e477693d2a4727f5625e430))
69
- * enhance Button component stories with props and update export ([69292b3](https://github.com/adrianomaringolo/buildgrid-ui/commit/69292b3d467dd5ed8eacf521e9c5f89e465af323))
70
-
71
- # 1.0.0 (2025-01-02)
72
-
73
-
74
- ### Features
75
-
76
- * add Button component with Storybook integration and initial configuration ([bbc4e9a](https://github.com/adrianomaringolo/buildgrid-ui/commit/bbc4e9a54e3ea295622c8598d51576f3cddd1b3d))