zeekay and Hanzo Dev
01ff8dea68
build: migrate tsconfig to TypeScript 7 (native compiler)
...
TypeScript 7 is the native Go compiler and removes `baseUrl` and
`moduleResolution: node|node10`. Both appear here, so `tsc` from TS7
refuses the config outright (TS5102 / TS5108) and cannot typecheck.
`paths` targets resolve relative to `baseUrl` when it is set and relative
to the tsconfig file otherwise. Every `baseUrl` folded here already
pointed at the config's own directory, so dropping it moves nothing and
the targets are left byte-identical. Where a baseUrl pointed elsewhere,
each affected target was rewritten as join(baseUrl, target).
`moduleResolution` was chosen from the declared `module`: commonjs ->
node16, esnext/preserve -> bundler. Configs whose `module` is unset or
exotic were left alone rather than guessed at.
The result is accepted by BOTH toolchains, so nothing has to upgrade
TypeScript in lockstep. Verified on hanzo/chat packages/api: tsc 5.9
779 -> 778 errors (no regression), and tsc 7.0.2 now runs the project
in 2s where it previously refused the config.
Co-Authored-By: Hanzo Dev <dev@hanzo.ai >
2026-07-27 14:18:20 -07:00
z
6085891976
chore(spa): pin the ONE canonical hanzoai/spa 1.4.8
...
hanzoai/spa is the SPA-friendly server (index.html/.html fallthrough + a CSP
that does not blank a client-routed app); hanzoai/static is the strict one.
Consumers had drifted to two untagged pins (implicit :latest — banned, and
non-reproducible) and three at 1.2.0, thirteen patches behind. One image,
one version. Published spelling is 1.4.8 (v1.4.8 does not exist).
2026-07-25 10:47:05 -07:00
z
fd7af56eae
docs(brand): add hero banner
2026-06-28 20:22:21 -07:00
z
84ea647f27
chore(brand): dynamic hero banner
2026-06-28 20:22:20 -07:00
Antje Worring and Hanzo Dev
7f117f9317
docs: tidy LLM.md indexes; CLAUDE.md -> LLM.md symlink convention
...
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2026-06-17 10:05:55 -07:00
Hanzo AI
50221ee13c
merge: ci/canonical-docker-build-1776995843 (-X theirs)
2026-06-01 18:10:04 -07:00
Hanzo AI
5c296c9ff2
chore: gitignore build artifacts + drop 494 tracked files
...
dist/.next/target/etc. should never have been tracked.
Regenerated by build pipeline.
2026-06-01 15:19:35 -07:00
Hanzo AI
47518cbb81
ci: add id-token: write to caller permissions
...
Required for hanzoai/.github/.github/workflows/docker-build.yml@main —
without it the workflow_call dies as startup_failure with no jobs
dispatched. Caller permissions are a CEILING.
2026-05-07 09:10:51 -07:00
Hanzo Dev and GitHub
eee50aa25c
ci: migrate to canonical hanzoai/.github/docker-build.yml reusable ( #1 )
2026-04-23 18:58:41 -07:00
Hanzo AI
6016fec74a
ci: migrate to canonical hanzoai/.github/docker-build.yml reusable
2026-04-23 18:57:33 -07:00
Hanzo AI
732c9c6ffe
chore: add .dockerignore
2026-04-17 16:58:14 -07:00
Hanzo AI
9692f42f07
refactor: FROM ghcr.io/hanzoai/spa — kill nginx
2026-04-12 12:31:19 -07:00
Hanzo AI
138ca97db3
chore: symlink AGENTS.md and CLAUDE.md to LLM.md
...
Canonical project context lives in LLM.md. Symlinks ensure
agentic coding tools (agent, Cursor, etc.) find context
automatically regardless of which filename they look for.
2026-04-01 14:12:58 -07:00
Hanzo Dev
033e056c3e
docs: add LLM.md project guide
2026-03-11 11:05:04 -07:00
Hanzo Dev
d491a77ddd
chore: migrate from yarn to pnpm
2026-03-03 06:44:47 -08:00
Zach Kelling
930720153d
Remove MinIO backward-compat aliases — full rebrand complete
2026-02-20 21:07:58 -08:00
Zach Kelling
e8583c3629
Rebrand: rename minioSection/minioApplicationName CSS classes and MinIO icon/logo components to Storage-prefixed names
2026-02-20 18:50:37 -08:00
Alex and GitHub
588ae428f9
Release v1.1.3 ( #1236 )
2025-05-16 09:14:13 -06:00
Alex and GitHub
c46f9a665a
Updated AGPL logo ( #1235 )
2025-05-15 19:47:56 -06:00
Alex and GitHub
cb47168bb5
Update project dependencies ( #1234 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-05-15 17:47:06 -06:00
f66e0f955c
Bump @storybook/addon-actions from 8.6.11 to 8.6.12 ( #1233 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions ) from 8.6.11 to 8.6.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.12/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.12/code/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-version: 8.6.12
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2025-04-10 23:57:45 -06:00
dependabot[bot] and GitHub
44aa047653
Bump @storybook/addon-essentials from 8.6.9 to 8.6.12 ( #1230 )
2025-04-08 22:35:35 -06:00
dependabot[bot] and GitHub
aadf767e7f
Bump @storybook/react-webpack5 from 8.6.11 to 8.6.12 ( #1229 )
2025-04-08 22:35:25 -06:00
dependabot[bot] and GitHub
fd4b49bf22
Bump rollup from 4.37.0 to 4.39.0 ( #1232 )
2025-04-07 19:01:33 -06:00
Alex and GitHub
c1cfad8672
Release v1.1.2 ( #1228 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-04-02 18:18:15 -06:00
dependabot[bot] and GitHub
b44c74a8ea
Bump @storybook/react-webpack5 from 8.6.9 to 8.6.11 ( #1225 )
2025-03-31 18:39:57 -06:00
dependabot[bot] and GitHub
6e659887f9
Bump @storybook/addon-actions from 8.6.9 to 8.6.11 ( #1224 )
2025-03-31 18:32:45 -06:00
dependabot[bot] and GitHub
3511239e49
Bump @storybook/test from 8.6.9 to 8.6.11 ( #1226 )
2025-03-31 18:32:05 -06:00
dependabot[bot] and GitHub
cf44ee680e
Bump webpack from 5.93.0 to 5.98.0 ( #1202 )
2025-03-24 18:13:25 -06:00
Alex and GitHub
d48f887d90
Updated project dependencies ( #1215 )
...
- Fixed version mismatch crash
- Fixed icon stories pointing to wrong icon library
- Updated Storybook & missing dependencies
2025-03-24 18:05:05 -06:00
1d29f50321
Add TrashOffIcon ( #1208 )
...
* Add TrashOffIcon
* Update copyright
* Prettier
---------
Co-authored-by: Jillian Inapurapu <jillii@Jillians-MacBook-Pro.local >
2025-03-17 09:57:35 -07:00
Alex and GitHub
f4f9674294
Updated Project dependencies & Storybook ( #1207 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-03-11 22:52:44 -06:00
70352e4a3f
Bump nanoid from 3.3.7 to 3.3.8 ( #1201 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2025-03-04 11:48:13 -06:00
dependabot[bot] and GitHub
a00e91e073
Bump micromatch from 4.0.7 to 4.0.8 ( #1200 )
2025-03-04 11:47:55 -06:00
dependabot[bot] and GitHub
f3f60cab81
Bump cross-spawn from 7.0.3 to 7.0.6 ( #1199 )
2025-03-04 11:47:37 -06:00
Alex and GitHub
9862c00b16
Updated project dependencies ( #1198 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-03-03 21:52:49 -06:00
Alex and GitHub
bd6d7f814d
Release v1.1.1 ( #1194 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-02-25 22:35:40 -06:00
Alex and GitHub
13b1aa16dd
Release v1.1.0 ( #1193 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-02-25 17:09:37 -06:00
Alex and GitHub
7f346efc42
Updated mds dependencies ( #1192 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-02-24 21:46:44 -06:00
Alex and GitHub
5bad942d01
Honored sx prop in ModalBox ( #1190 )
2025-02-22 23:48:45 -08:00
Alex and GitHub
04276245ac
Release v1.0.7 ( #1183 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-01-20 16:06:27 -06:00
Alex and GitHub
ad76a77fd5
Updated project dependencies ( #1182 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-01-20 16:01:38 -06:00
Alex and GitHub
74ea332cc3
Added AIStor logo ( #1181 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-01-20 15:35:58 -06:00
Alex and GitHub
ef9c316edf
Release v1.0.6 ( #1175 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-01-16 23:38:39 -06:00
Alex and GitHub
2cf39d7dff
Remove middle component warning for vertical menu ( #1174 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-01-16 20:55:46 -06:00
Alex and GitHub
1b47860bcb
Release v1.0.5 ( #1173 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-01-16 17:23:58 -06:00
Alex and GitHub
c3cc5292b7
Added new features to Menu component ( #1172 )
...
- Added Middle component support to vertical menu
- Created divider component
- Updated styling
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-01-16 10:26:36 -06:00
Alex and GitHub
af9a72173c
Updated project dependencies to latest versions ( #1171 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2025-01-15 22:31:01 -06:00
Ramon de Klein and GitHub
e7ab9d1f08
Release v1.0.4 ( #1105 )
2024-11-19 14:50:25 -06:00
Ramon de Klein and GitHub
c5ccb7ed92
Don't call getGPUTier when animation is disabled ( #1091 )
2024-11-19 13:31:45 -06:00
01ddfe4ee7
Release v1.0.3 ( #874 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2024-07-18 22:58:46 -07:00
Alex and GitHub
fd28c287a4
Updated mds v1 dependencies ( #873 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-07-18 22:06:48 -07:00
Alex and GitHub
f176a1ea70
Fixed accordion semi popup issue mds v1 ( #872 )
...
Fixed accordion semi popup issue
2024-07-18 21:55:29 -07:00
Alex and GitHub
8c415b44f5
Release v1.0.2 ( #779 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-05-03 15:43:15 -06:00
43eb6610da
Radio Group improvements for mds v1 ( #778 )
...
Radio Group improvements
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2024-05-03 14:27:22 -07:00
Alex and GitHub
cc009d6f7b
Updated v1 dependencies ( #777 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-05-02 19:28:00 -06:00
dependabot[bot] and GitHub
2a2c7691d2
Bump @types/react from 18.2.62 to 18.2.67 ( #695 )
2024-03-22 21:34:33 -06:00
dependabot[bot] and GitHub
2c465762f3
Bump typescript from 5.3.3 to 5.4.2 ( #692 )
2024-03-22 21:34:21 -06:00
be1d5c9400
Bump @types/react from 18.2.61 to 18.2.62 ( #683 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.2.61 to 18.2.62.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2024-03-04 21:30:55 -06:00
Alex and GitHub
0a270632a0
Reduced DataTable actions empty spacing in actions column ( #682 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-03-01 15:41:26 -06:00
Alex and GitHub
992131202d
Release v1.0.1 ( #681 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-29 22:17:52 -06:00
Alex and GitHub
5bf9cad6f5
Added vertical enterprise variant ( #680 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-29 22:11:02 -06:00
Alex and GitHub
53f22c7454
Update package.json ( #679 )
2024-02-29 14:28:26 -06:00
Alex and GitHub
915a234fce
Release v1.0.0 ( #678 )
2024-02-29 12:01:18 -08:00
Alex and GitHub
054ac02c0d
Added MinIO Enterprise Object Storage Logo ( #677 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-29 09:40:06 -08:00
dependabot[bot] and GitHub
6403ec682f
Bump @types/react from 18.2.58 to 18.2.59 ( #676 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-27 10:32:13 -06:00
Alex and GitHub
1348467107
Updated mds dependencies ( #675 )
2024-02-23 22:19:20 -06:00
cc58599196
Bump @types/react from 18.2.55 to 18.2.57 ( #674 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.2.55 to 18.2.57.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2024-02-19 18:32:53 -06:00
Alex and GitHub
5f6643cc15
Added missing Link export ( #672 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-16 23:15:59 -06:00
Daniel Valdivia and GitHub
39f77188ef
Pass sx prop to TabsContainer by Tabs ( #671 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2024-02-15 13:37:49 -06:00
Alex and GitHub
ff1dfe3b9b
Release v0.18.1 ( #670 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-13 15:31:16 -06:00
Alex and GitHub
b9b64ca991
Updated storybook to 7.6.14 ( #669 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-12 23:14:28 -06:00
Alex and GitHub
14d7c3bda9
Fixed Columns map position ( #664 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-09 18:05:17 -06:00
Daniel Valdivia and GitHub
4b059d2d16
Add types to DataTable ( #663 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2024-02-09 15:26:23 -06:00
Alex and GitHub
8be552634d
Release v0.18.0 ( #662 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-09 14:30:05 -06:00
Alex and GitHub
2d3897267c
Added extra validation to useArrowKeys hook ( #661 )
2024-02-09 11:34:43 -08:00
Alex and GitHub
4bb62b91d7
Added Manual Sort support to DataTable ( #660 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-09 10:28:30 -08:00
Alex and GitHub
af9e49e2b9
Release v0.17.0 ( #659 )
2024-02-07 13:36:26 -08:00
Alex and GitHub
1ae58ec12a
Added MinIO Enterprise Logo ( #658 )
2024-02-07 13:00:47 -08:00
dependabot[bot] and GitHub
8a9286df1a
Bump @testing-library/react from 14.1.2 to 14.2.1 ( #657 )
2024-02-07 14:05:18 -06:00
dependabot[bot] and GitHub
b9bf292cc2
Bump @testing-library/jest-dom from 6.3.0 to 6.4.2 ( #655 )
2024-02-07 13:01:16 -06:00
dependabot[bot] and GitHub
992b857ba4
Bump @storybook/addon-actions from 7.6.10 to 7.6.12 ( #656 )
2024-02-07 12:09:19 -06:00
dependabot[bot] and GitHub
fc3541e083
Bump prettier from 3.2.4 to 3.2.5 ( #654 )
2024-02-07 12:03:04 -06:00
dependabot[bot] and GitHub
9ba5360808
Bump @types/react from 18.2.48 to 18.2.54 ( #653 )
2024-02-07 11:55:10 -06:00
e07761a1e5
Release v0.16.0 ( #652 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2024-02-01 13:39:58 -08:00
Alex and GitHub
4fa9fcec66
Handled Sort in DataTable ( #651 )
...
Changed sort props in DataTable to be handled direclty by the component instead of an external function
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-30 13:58:09 -08:00
Alex and GitHub
9ab2ea410e
Updated project dependencies ( #650 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-29 16:57:26 -06:00
Alex and GitHub
fb2f0231d8
Updated Dropdown Selector component ( #646 )
2024-01-28 20:32:12 -08:00
adad498bbd
Release v0.15.1 ( #645 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-24 21:59:28 -08:00
Alex and GitHub
e3581504fc
Added ellipsis support to Select component ( #644 )
2024-01-24 10:16:27 -06:00
Alex and GitHub
635d589042
Updated Project dependencies ( #643 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-23 13:45:28 -06:00
Alex and GitHub
8f8cc1e437
Release v0.15.0 ( #637 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-16 17:42:27 -06:00
Alex and GitHub
be87d77d52
Added Slider component to library ( #636 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-16 07:37:31 -08:00
Alex and GitHub
e430e6245a
Updated project dependencies ( #629 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-15 15:29:34 -06:00
Alex and GitHub
ba70485816
Added New Theming icons ( #628 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-11 16:06:33 -08:00
Alex and GitHub
66de45cacc
Release v0.14.1 ( #627 )
2024-01-09 20:20:49 -08:00
Alex and GitHub
6e7a99345a
Release v0.14.0 ( #626 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-09 22:14:20 -06:00
Alex and GitHub
87feb5671c
Fixed error shown while using a Switch instance ( #625 )
2024-01-09 19:30:53 -08:00
Alex and GitHub
919e9733d3
Improved Select & Autocomplete components ( #624 )
...
- Added status indicator prop
- Dropdown selector added status indicator
- Select added visualization for icons & status in selected elements
- Autocomplete added visualization for icons & status in selected elements
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-09 20:30:27 -06:00
Alex and GitHub
8dfd0e530a
Added Expand Left Caret ( #623 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-08 19:30:03 -06:00
Alex and GitHub
ce25d978e7
Updated library dependencies ( #622 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-08 16:42:46 -08:00
Daniel Valdivia and GitHub
ced441c739
Fix Github Action ( #617 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2024-01-08 14:15:44 -08:00
Alex and GitHub
22b0acff05
Updated Storybook and dependencies to latest versions ( #616 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2024-01-02 17:47:29 -06:00
Alex and GitHub
56b719d9be
Updated Storybook & dependencies ( #610 )
2023-12-25 21:15:56 -06:00
Alex and GitHub
b8360d8104
Updated package dependencies ( #602 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-12-11 15:53:01 -08:00
Alex and GitHub
267a4d85fa
Release v0.13.3 ( #597 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-12-07 13:15:11 -06:00
Alex and GitHub
2d6c82cf22
Release v0.12.3 ( #596 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-12-07 13:09:37 -06:00
04369b074c
Added Enterprise Logo ( #595 )
...
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2023-12-07 11:03:20 -08:00
Alex and GitHub
366cb51379
Added MinIO logo support to Application Logo component ( #594 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-12-07 12:51:51 -06:00
Alex and GitHub
ec11764bbe
Release v0.13.1 ( #593 )
...
- Updated Package Dependencies
- Added custom styling support to MainContainer
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-12-04 19:28:17 -06:00
Alex and GitHub
97d74fd4de
Release v0.13.0 ( #587 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-28 11:31:06 -06:00
Alex and GitHub
1c16604e6c
Added Link component to mds ( #586 )
...
Added Link component to mds
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-28 11:22:06 -06:00
Alex and GitHub
fd2161afde
MDS improvements ( #584 )
...
- Added clear & dark colors
- Added EventBusy, Language & Shuffle icons
- Fixed transparent buttons backgrounds
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-28 10:42:30 -06:00
Alex and GitHub
839dbc6097
Updated project dependencies ( #585 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-28 10:16:52 -06:00
Alex and GitHub
d9a99b9cda
Changed text color ( #578 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-14 18:15:00 -06:00
Alex and GitHub
4bf11630f0
Release v0.12.2 ( #577 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-14 09:57:56 -08:00
Alex and GitHub
88b856bbfe
Added DarkModeIcon ( #576 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-14 10:23:20 -06:00
Alex and GitHub
f35e73bbd4
Release v0.12.1 ( #575 )
2023-11-13 14:19:14 -08:00
Alex and GitHub
cfa6a487f2
Updated dependencies ( #574 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-13 14:45:54 -06:00
Alex and GitHub
f1af58374e
DateTimeInput component improvements ( #573 )
...
- Added Time format default values
- Removed name required prop
- Remove on key down for date time input
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-13 13:43:45 -06:00
Alex and GitHub
b966f42900
Release v0.12.0 ( #572 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-10 22:10:49 -06:00
Alex and GitHub
9fa1000127
Added Date Picker components ( #571 )
...
- Simple DatePicker component
- InputBox Date Picker
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-10 22:00:48 -06:00
Alex and GitHub
912f2d7dab
Updated Storybook to v7.5.3 ( #565 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-06 17:40:09 -06:00
Alex and GitHub
0114e02c29
Release v0.11.2 ( #564 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-01 21:43:01 -07:00
Alex and GitHub
fbc5501488
Added Global Console Logo ( #563 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-11-01 21:38:29 -07:00
Alex and GitHub
e7c8a013a1
Release v0.11.1 ( #562 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-30 17:54:13 -06:00
Alex and GitHub
0137d81cd0
Updated Table types ( #561 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-30 17:49:04 -06:00
57c05fbf78
Bump @types/jest from 29.5.6 to 29.5.7 ( #560 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.5.6 to 29.5.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-10-30 17:47:21 -06:00
Alex and GitHub
712610e205
Release v0.11.0 ( #559 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-30 13:42:30 -06:00
Alex and GitHub
827f2cf4b8
Updated Storybook to v7.5.2 ( #558 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-30 11:02:08 -07:00
Alex and GitHub
f482ba6a7e
Improved DropdownSelector component ( #557 )
2023-10-30 09:41:27 -06:00
Alex and GitHub
0293f7d6e8
Added tabs component improvements ( #556 )
...
- Added support to use background on horizontal mode
- Added support to embedd initial & end component to horizontal options tabs
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-27 14:33:40 -07:00
Alex and GitHub
b42eed87cb
Added Table Components set ( #555 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-27 13:13:25 -06:00
Alex and GitHub
5291753b7d
Added improvements to ProgressBar component ( #554 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-24 15:25:33 -07:00
Alex and GitHub
927807cfde
Release v0.10.1 ( #553 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-24 14:08:32 -06:00
Alex and GitHub
9e94ce3f56
Wizard component style improvements ( #552 )
...
- Removed invalid width on steps title
- Removed horizontal scrolling in wizard panel
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-24 12:26:25 -07:00
Alex and GitHub
dac297168c
Release v0.10.0 ( #551 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-23 21:18:12 -06:00
Alex and GitHub
8ef7f8002b
Updated Storybook & dependencies ( #550 )
2023-10-23 19:13:53 -07:00
Alex and GitHub
b125e6b7df
Added Wizard component in mds ( #549 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-23 19:13:31 -07:00
Alex and GitHub
ef6aeb5ce4
Added Badge component ( #543 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-23 10:18:01 -06:00
Alex and GitHub
af586e811d
Added new icons to the set ( #542 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-17 15:19:17 -07:00
Alex and GitHub
5d49ff8c13
Release v0.9.6 ( #541 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-16 16:35:48 -05:00
Alex and GitHub
9e74b92235
Updated package dependencies ( #535 )
2023-10-16 16:26:30 -05:00
Pedro Juarez and GitHub
ec2c3a4152
Fix Vuln dependency ( #534 )
2023-10-16 14:06:56 -05:00
bc8bd18378
Added Autocomplete component ( #533 )
...
* Added Autocomplete component
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Kaan Kabalak <kaankabalak@gmail.com >
2023-10-16 13:05:28 -05:00
Alex and GitHub
245040d12c
Added Informative Message Component ( #532 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-13 12:02:51 -05:00
Alex and GitHub
84eace9a04
Release v0.9.5 ( #531 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-10 11:11:31 -05:00
Alex and GitHub
965eec9a1e
Updated Storybook to v7.4.6 ( #530 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-09 18:44:06 -05:00
Alex and GitHub
0d33599aea
Replaced Eureka's logo with new version ( #524 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-09 14:04:16 -05:00
Alex and GitHub
9f3c3cd78d
Release v0.9.4 ( #523 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-05 14:21:46 -07:00
Alex and GitHub
9010070bf0
Fixed minor usability issues in FileSelector component ( #522 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-05 16:13:00 -05:00
Alex and GitHub
3d3a540125
Added Mission Control application logo ( #521 )
2023-10-05 11:26:11 -07:00
Alex and GitHub
24a0519318
Release v0.9.3 ( #520 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-04 18:53:48 -05:00
dependabot[bot] and GitHub
730ab46157
Bump remark-gfm from 3.0.1 to 4.0.0 ( #516 )
2023-10-04 18:48:20 -05:00
Alex and GitHub
685a0d1787
Tag Improvements ( #519 )
...
- Added Square tag variant
- Added grey colored tag
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-04 17:57:38 -05:00
Alex and GitHub
eea85300b9
Updated mds dependencies ( #514 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-10-02 16:41:46 -05:00
Alex and GitHub
95ac4db60f
Updated Storybook and dependencies ( #513 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-26 13:05:17 -06:00
Alex and GitHub
e9ece4fc8a
Release v0.9.2 ( #507 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-22 18:32:40 -07:00
jinapurapu and GitHub
073ce15664
Helptip improvements and placement in mds components ( #505 )
2023-09-22 18:29:57 -06:00
Alex and GitHub
fb1a25eb0c
Added new logo set to ApplicationLogo component ( #506 )
...
- KMS
- LoadBalancer
- Index
- Cache
- Monitor
- Observe
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-22 18:28:20 -06:00
Alex and GitHub
420f837555
Updated mds dependencies ( #504 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-19 18:03:44 -06:00
Alex and GitHub
c9b9756181
Updated storybook to v7.4.1 ( #494 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-11 18:18:25 -06:00
Alex and GitHub
8dc3dd83ab
Release v0.9.1 ( #493 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-08 18:27:45 -06:00
Alex and GitHub
678bb8702f
Changed Accordion Title type to accept Components ( #492 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-08 18:05:19 -06:00
Alex and GitHub
96f8da0902
Updated HelpTip to remove Tooltip dependency ( #491 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-08 18:05:09 -06:00
jinapurapu and GitHub
ecb2269a44
Added HelpTip Component ( #482 )
2023-09-06 18:37:56 -06:00
Alex and GitHub
254c320188
Updated Dependencies ( #489 )
2023-09-05 11:06:26 -06:00
Alex and GitHub
43a1b16dd7
Snackbar component ( #483 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-09-01 17:56:21 -06:00
Alex and GitHub
3e03810017
Release v0.9.0 ( #481 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-29 18:27:48 -06:00
Alex and GitHub
0f1e0fe3c1
Updated Storybook & Dependencies ( #480 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-29 17:56:12 -06:00
Alex and GitHub
cbe81784d1
Small tweaks to Page Header & Button ( #479 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-29 17:55:57 -06:00
Alex and GitHub
241a52ab2a
Added Accordion Component ( #478 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-29 17:10:08 -06:00
Alex and GitHub
f026c8352d
Added SizeChart component to mds ( #477 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-29 10:30:50 -07:00
be11b56fbe
Bump @rollup/plugin-typescript from 11.1.2 to 11.1.3 ( #476 )
...
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 11.1.2 to 11.1.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.3/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-08-28 19:09:48 -06:00
Alex and GitHub
d3e6a3e844
Library Improvements ( #475 )
...
- Exported all components types
- Removed circular dependency in code
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-25 17:49:19 -06:00
Alex and GitHub
bc465dc6c9
Added FileSelector component ( #474 )
2023-08-25 16:43:29 -07:00
Alex and GitHub
33ccb29316
Updated package dependencies ( #473 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-25 17:08:13 -06:00
1520e5fc7b
Release v0.8.6 ( #472 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-23 13:47:49 -07:00
Alex and GitHub
e73a11a6eb
Updated New variant of Eureka's Logo ( #471 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-23 14:41:30 -06:00
Alex and GitHub
27493edca0
Updated storybook and other dependencies ( #470 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-21 18:14:10 -06:00
Alex and GitHub
ed2e3632c4
Made Action Link Props optional ( #469 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-21 18:13:59 -06:00
Alex and GitHub
6e1175009e
Release v0.8.5 ( #463 )
2023-08-20 20:29:41 -06:00
Alex and GitHub
ca1cd86a2b
Added customRowHeight prop to DataTable ( #462 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-19 12:46:58 -06:00
Alex and GitHub
af04a8a6be
Added improvements to Select component ( #461 )
...
- Added placeholder option
- Added an option to disable certain options in the dropdown
- Added an option to disable certain options in RadioGroup
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-18 17:17:26 -06:00
b71aea8982
Added improvements to menu application logo ( #460 )
...
Added improvements to menu Application Icon
- Allowed to set inverse mode mannually
- Added onClick ability to ApplicationLogo component
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-18 15:33:19 -07:00
Alex and GitHub
2cfe5de754
Release v0.8.4 ( #459 )
2023-08-17 15:41:40 -07:00
Alex and GitHub
ba524e629a
Added class names to mixed components containers ( #458 )
2023-08-17 16:21:06 -06:00
Alex and GitHub
5af82998fa
Updated Eureka Logo ( #457 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-17 14:40:59 -06:00
Daniel Valdivia and GitHub
e2c4c4a91a
Fix Storybook Build ( #456 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2023-08-17 13:01:07 -06:00
Alex and GitHub
07dc1d6d94
Release v0.8.3 ( #453 )
2023-08-14 13:32:04 -07:00
Alex and GitHub
148ba08666
Updated Storybook & removed non necessary plugins ( #452 )
2023-08-14 11:33:16 -06:00
Alex and GitHub
816f0ffcfa
Added ProgressBar component ( #451 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-08 20:09:25 -06:00
Alex and GitHub
8af174b3ff
Updated Storybook to v7.2.1 ( #450 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-08 13:34:14 -06:00
Alex and GitHub
d92c75feb6
Updated Dependencies & yarn.lock ( #444 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-08-02 12:42:28 -06:00
Alex and GitHub
050797d296
Release v0.8.2 ( #439 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-27 18:52:44 -06:00
Alex and GitHub
9ff4333824
Adjusted ReportIcon position ( #438 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-27 15:32:31 -06:00
Alex and GitHub
fefad7f873
Exposed ID to key elements in components ( #436 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-27 14:24:11 -06:00
Alex and GitHub
bef3fe9d31
Improved UX for Disabled Switch component ( #437 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-27 14:10:04 -06:00
Alex and GitHub
9480a04eeb
Release v0.8.1 ( #435 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-24 21:53:58 -06:00
Alex and GitHub
6af8b85337
Updated mds dependencies to latest ( #434 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-24 21:43:43 -06:00
d47d8202a6
Bump detect-gpu from 5.0.33 to 5.0.34 ( #432 )
...
Bumps [detect-gpu](https://github.com/pmndrs/detect-gpu ) from 5.0.33 to 5.0.34.
- [Changelog](https://github.com/pmndrs/detect-gpu/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pmndrs/detect-gpu/commits )
---
updated-dependencies:
- dependency-name: detect-gpu
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-07-24 21:16:49 -06:00
460415a943
Bump tslib from 2.6.0 to 2.6.1 ( #433 )
...
Bumps [tslib](https://github.com/Microsoft/tslib ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/Microsoft/tslib/releases )
- [Commits](https://github.com/Microsoft/tslib/compare/2.6.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: tslib
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-07-24 21:16:29 -06:00
Alex and GitHub
dc95c4ceb0
Props Drilldown for tags & ActionLink components ( #428 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-24 12:07:35 -06:00
Alex and GitHub
50a5e1d3cc
Release v0.8.0 ( #427 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-21 13:56:36 -06:00
Alex and GitHub
f07e7a8805
Updated Storybook to v7.1.0 ( #426 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-21 12:38:54 -06:00
Alex and GitHub
8a08aa43c1
Added Value Pair component ( #425 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-21 10:25:47 -07:00
Alex and GitHub
0529a16525
Created ActionLink component ( #424 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-20 14:53:32 -06:00
Alex and GitHub
0f5044b8cd
Added global style for muted text ( #423 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-20 14:26:59 -06:00
Alex and GitHub
380a2d152b
Renamed disableActionFunction & showLoaderFunction in DataTable ( #422 )
...
- Renamed disableActionFunction & showLoaderFunction in favor of isDisabled & showLoder.
- Changed to always send the full object to the validation function.
- Added support to send a function or a boolean to these functions
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-19 14:33:02 -07:00
Alex and GitHub
b70adb49aa
Added Extra Value support to RadioGroup items ( #421 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-19 14:00:23 -06:00
Alex and GitHub
14b47f72c9
Added new Outlined & Icon Tag styles ( #420 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-19 11:26:55 -06:00
Alex and GitHub
c7ee55f468
Release v0.7.0 ( #419 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-17 15:54:26 -06:00
Alex and GitHub
0a0f3996da
Updated Prettier to v3.0.0 ( #416 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-17 15:41:54 -06:00
Alex and GitHub
31164ac9d9
Updated storybook & mds dependencies ( #417 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-17 14:31:38 -07:00
Alex and GitHub
83401b60c9
DataTable improvements ( #415 )
...
- Changed label to tooltip prop in DataTable Action Buttons
- Made more explicit the ability to add custom icon to action buttons
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-17 15:23:37 -06:00
Alex and GitHub
9b7679f54c
Updated Select Component ( #414 )
...
- Added pointer cursor to select options
- Added an option to return an extra value on select
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-17 14:16:25 -06:00
Alex and GitHub
5e1f7c7d89
Updated Menu Component ( #413 )
...
- Added bottom border to horizontal menu
- Fixed Selected BG for Horizontal Submenu items
- Added the option to ad a new component at the end of Menu
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-16 22:34:52 -07:00
Daniel Valdivia and GitHub
e372374b90
Storyboard Icons Grid-like Display ( #411 )
2023-07-13 08:24:52 -07:00
Alex and GitHub
ef93b9a934
Release v0.6.9 ( #408 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-10 15:57:59 -06:00
Alex and GitHub
05197b1410
Updated storybook dependencies ( #407 )
2023-07-10 15:36:31 -06:00
Alex and GitHub
bbcca86dfb
Added Tags component ( #406 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-10 14:17:53 -07:00
Alex and GitHub
baa98e0016
Updated select Arrow size ( #405 )
2023-07-08 13:18:18 -07:00
Alex and GitHub
7cebf86191
Updated Storybook to v7.0.25 ( #404 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-07-03 17:52:48 -06:00
Alex and GitHub
ede1304a5b
Release v0.6.8 ( #398 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-27 20:22:47 -06:00
Alex and GitHub
0c72a85f8c
Updated Storybook & dependencies ( #397 )
2023-06-27 18:16:21 -06:00
Alex and GitHub
b41af519ff
Added custom style colors to CodeEditor ( #396 )
2023-06-27 16:36:24 -07:00
Alex and GitHub
624680ffc9
Release v0.6.7 ( #390 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-26 13:11:23 -06:00
Alex and GitHub
a79f83b86c
Release v0.6.6 ( #389 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-26 12:15:25 -06:00
Alex and GitHub
9336ba0d70
Added Code Editor component ( #388 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-26 09:36:48 -06:00
Alex and GitHub
4b33bfa4f9
Release v0.6.5 ( #387 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-22 12:18:31 -06:00
Alex and GitHub
d9d4236507
Fixed issue with Shown Columns title color on dark mode ( #386 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-22 11:13:18 -07:00
Alex and GitHub
b2490615ba
Added ThumbsUp & ThumbsDown icons ( #385 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-22 12:10:33 -06:00
Alex and GitHub
4ff5fc3910
DataTable fixes ( #384 )
...
- Support of Numeric IDs
- Fixed column header label overflow
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-21 16:00:49 -06:00
Alex and GitHub
3027ed98fd
Release v0.6.4 ( #383 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-20 12:17:12 -06:00
Alex and GitHub
af53aaa5bd
Updated Audio Icon ( #382 )
2023-06-20 11:08:05 -07:00
Alex and GitHub
cefd8efa8e
Release v0.6.3 ( #381 )
2023-06-20 10:26:15 -07:00
Alex and GitHub
6467bc1d96
No options menu capability ( #380 )
2023-06-20 10:15:55 -07:00
Alex and GitHub
d99599ca41
Release v0.6.2 ( #379 )
2023-06-19 22:10:58 -07:00
Alex and GitHub
01b3db0e6e
Release v0.6.1 ( #378 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-19 17:36:41 -07:00
Alex and GitHub
23914b4982
Added new icons for audio settings ( #377 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-19 17:56:41 -06:00
Alex and GitHub
8adfe57103
Updated dependencies & storybook to v7.0.22 ( #371 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-19 17:02:21 -06:00
Alex and GitHub
ca623feeea
Added Tabs component ( #370 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-19 14:52:51 -07:00
Alex and GitHub
dc629a19ed
Enabled Columns selector panel in DataTable ( #369 )
2023-06-15 09:13:44 -06:00
Alex and GitHub
b7c5b09b8b
Fixed some sizing issues with Application logos on Safari ( #368 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-13 21:12:29 -07:00
Alex and GitHub
28bccdbe54
Added Expand Options Button ( #367 )
2023-06-13 19:39:50 -07:00
Alex and GitHub
170ce78f89
Updated mds dependencies ( #366 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-13 14:35:25 -07:00
Daniel Valdivia and GitHub
b9d46c4869
Release v0.6.0 ( #360 )
2023-06-11 19:29:51 -06:00
Alex and GitHub
b58cb38d7c
Added mobile auto mode disabled option ( #357 )
2023-06-10 16:20:42 -07:00
Alex and GitHub
29ab70630f
Removed required iconComponent from HelpBox ( #356 )
2023-06-10 16:20:18 -07:00
Alex and GitHub
7acff02952
Menu component improvements ( #355 )
2023-06-10 16:19:50 -07:00
Alex and GitHub
2bd31df89c
Renamed Midas logo to Eureka ( #358 )
2023-06-10 16:19:05 -07:00
Alex and GitHub
6422c8ff5d
Menu components improvements ( #354 )
...
- Renamed groupName for group only
- Hidden menu item when subgroup is empty
- Removed required group property
- Adjusted vertical scrollbar issue
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-08 01:22:00 -06:00
Alex and GitHub
ff13fa578b
Added min-width property to vertical menu component ( #353 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-07 14:11:06 -06:00
Alex and GitHub
e390c49ae0
Updated mds dependencies ( #352 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-05 21:45:34 -06:00
Alex and GitHub
597dd3514d
Release v0.5.1 ( #346 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-02 15:09:54 -07:00
Alex and GitHub
002aec6a01
Release v0.5.0 ( #345 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-02 11:17:23 -07:00
Daniel Valdivia and GitHub
fe2e9ce43a
Only Deploy on Release ( #344 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2023-06-02 12:13:46 -06:00
Alex and GitHub
862f6b5f37
Updated Cloud & Midas ( #343 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-06-02 11:01:39 -07:00
Alex and GitHub
89de950718
Added Menu components to mds ( #342 )
2023-06-01 23:23:52 -07:00
Alex and GitHub
2dbc20ec49
Updated Storybook to v7.0.18 ( #341 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-29 16:59:22 -07:00
Alex and GitHub
7c8622cc93
Added Workaround for Safari specific issue with pointerevents and tooltips ( #335 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-29 16:49:28 -06:00
755c599a93
Added global colors variants ( #334 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-29 13:20:36 -07:00
Alex and GitHub
9077ef9a17
Fixed Application Logo crop on Safari ( #333 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-29 12:51:37 -07:00
Alex and GitHub
79fefc78fb
Added useEscapeKey hook. Implemented in Modal box ( #332 )
2023-05-29 01:39:51 -07:00
Alex and GitHub
b374ee92fa
Display DataTable actions in row ( #331 )
2023-05-24 16:47:41 -07:00
Alex and GitHub
a85541eba2
Release v0.4.3 ( #330 )
2023-05-24 10:28:47 -07:00
Alex and GitHub
a76c3c9dbe
Updated Storybook to 7.0.17 ( #329 )
2023-05-24 11:06:42 -06:00
Alex and GitHub
5e94aad000
Removed select text capability to RadioGroup labels ( #328 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-24 10:04:22 -06:00
Alex and GitHub
42244e9c99
Added an option to remove border & padding from FormLayout component ( #327 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-24 10:04:07 -06:00
Alex and GitHub
ae5f8c4cd3
Fix modal background resize ( #325 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-23 22:35:16 -06:00
Alex and GitHub
512686133f
Updated storybook to 7.0.13 ( #324 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-22 20:29:55 -07:00
Alex and GitHub
debab382a3
Added new application logos ( #318 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-18 19:49:51 -06:00
Alex and GitHub
74a0692e03
Updated Storybook & dependencies ( #317 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-15 18:57:11 -06:00
Alex and GitHub
e1a6cf53d5
Release v0.4.2 ( #311 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-12 17:27:03 -06:00
Alex and GitHub
ef2def7820
Added CommentBox component ( #310 )
2023-05-12 01:02:08 -06:00
Alex and GitHub
c43987a3e1
Release v0.4.1 ( #309 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-08 20:40:10 -06:00
Alex and GitHub
55b8a121b2
Select improvements ( #307 )
...
- Changed anchor element type
- Added an option to include an icon to select options
- Fixed lock & user icons
- Added border to dropbox component
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-08 20:31:23 -06:00
Alex and GitHub
abf215d6c0
Updated Storybook and dependencies ( #308 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-08 20:30:51 -06:00
Alex and GitHub
ffc73d7829
Added start icon option to input box ( #301 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-04 21:06:57 -06:00
Alex and GitHub
83861c9c0a
Added fixed label option to select box ( #300 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-04 14:24:28 -07:00
Alex and GitHub
c6b7723e7d
Added new button style ( #299 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-03 17:40:37 -06:00
Alex and GitHub
e6b96cd886
Updated storybook to v7.0.8 ( #298 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-05-03 15:38:25 -06:00
Daniel Valdivia and GitHub
0e445f4cff
Container Deployer ( #297 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2023-05-02 18:39:32 -06:00
Alex and GitHub
ac96df35ca
Release v0.4.0 ( #291 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-27 19:03:02 -06:00
Alex and GitHub
3b0bc3ad80
Minor improvements to mds library ( #290 )
2023-04-27 17:40:19 -06:00
Alex and GitHub
2dadea5c02
Added Radio Group component ( #289 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-27 09:21:57 -06:00
Daniel Valdivia and GitHub
3c12209f0a
Fix MIME type serving ( #288 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2023-04-26 16:46:17 -06:00
Alex and GitHub
2c66397b0d
MDS Improvements ( #287 )
...
- Added ReadBox component
- Added checkbox disabled stylings
- Added disabled state to input box
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-26 14:52:42 -07:00
Alex and GitHub
d36d29d1eb
Style fixes ( #286 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-25 14:48:27 -06:00
Alex and GitHub
2c0fb428cf
Added background option to Box ( #285 )
2023-04-24 19:10:18 -07:00
Alex and GitHub
e5d11113a7
Updated dependencies in mds ( #284 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-24 20:01:35 -06:00
Alex and GitHub
8fd35df8b4
Changed Tooltip behavior ( #283 )
...
- Added tooltip autoposition when placed in the edges
- Used portal to avoid container overflow issue
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-24 19:59:09 -06:00
Alex and GitHub
973b686692
Added Select & Dropdown Selector component ( #277 )
2023-04-22 10:17:49 +02:00
Alex and GitHub
8c70762c16
Added Switch component ( #276 )
2023-04-20 09:45:56 -06:00
Alex and GitHub
d7a4f03858
Update storybook dependencies ( #275 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-19 19:25:21 -06:00
Alex and GitHub
c35da17275
Added ModalBox component ( #274 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-19 09:40:39 -06:00
Alex and GitHub
a83ba46fbf
Added Custom Border Padding property ( #273 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-18 11:44:01 +02:00
037e0f25a7
Bump @storybook/react from 7.0.4 to 7.0.5 ( #269 )
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/renderers/react ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.5/renderers/react )
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2023-04-17 17:48:57 -06:00
57f07b1255
Bump @storybook/addon-actions from 7.0.4 to 7.0.5 ( #268 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.5/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-04-17 17:48:30 -06:00
41fd5f9c21
Bump @types/react from 18.0.35 to 18.0.37 ( #270 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.0.35 to 18.0.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2023-04-17 17:15:50 -06:00
b807bb960e
Bump storybook from 7.0.4 to 7.0.5 ( #271 )
...
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/lib/cli ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.5/lib/cli )
---
updated-dependencies:
- dependency-name: storybook
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2023-04-17 17:15:42 -06:00
cf83cace67
Bump detect-gpu from 5.0.19 to 5.0.20 ( #272 )
...
Bumps [detect-gpu](https://github.com/pmndrs/detect-gpu ) from 5.0.19 to 5.0.20.
- [Release notes](https://github.com/pmndrs/detect-gpu/releases )
- [Changelog](https://github.com/pmndrs/detect-gpu/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pmndrs/detect-gpu/commits )
---
updated-dependencies:
- dependency-name: detect-gpu
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2023-04-17 17:15:34 -06:00
Alex and GitHub
a4b29a9109
Added ScreenTitle Component as well as some adjustments ( #267 )
...
- Fixed sx var in InputBox
- Fixed Breadcrumbs types
- Adjusted size of sort arrow in data table
- Changed checkbox override props
- Fixed input label issue
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-17 17:00:39 -06:00
Alex and GitHub
b7d3b18dc2
Added SimpleHeader component ( #266 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-14 17:49:52 +02:00
Alex and GitHub
15fc33ded7
Added Actions List Component ( #265 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-14 11:57:24 +02:00
Alex and GitHub
6afe2a5664
Migrated Storybook to v7.0.4 ( #264 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-13 14:14:11 -06:00
Alex and GitHub
6ef9b23505
Implemented Breadcrumbs component ( #263 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-13 13:05:30 +02:00
Alex and GitHub
aec97a31c0
Added Custom theme capability to ThemeHandler ( #262 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-12 21:57:34 -06:00
dependabot[bot] and GitHub
4d5ee2bb3b
Bump @types/react from 18.0.33 to 18.0.34 ( #260 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-12 17:59:00 -06:00
dependabot[bot] and GitHub
ea22a09ea1
Bump detect-gpu from 5.0.18 to 5.0.19 ( #259 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-11 12:09:02 -06:00
Alex and GitHub
21daf2bbd6
Update dependencies ( #256 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-04-04 21:21:55 -06:00
Daniel Valdivia and GitHub
d201bfc3a3
Rename disableAnimation to just backgroundAnimation on LoginWrapper ( #250 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2023-03-30 14:36:58 +09:00
Alex and GitHub
eb97b85bdd
Release v0.3.3 ( #249 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-29 18:56:55 -06:00
Alex and GitHub
a5f835a780
Updated dependencies ( #248 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-29 15:09:45 -06:00
Alex and GitHub
3e4302c9ad
Added TimeIcon to icons library ( #247 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-29 15:04:30 -06:00
Javier Adriel and GitHub
b8da9bbc48
Add kes icons to mds ( #242 )
2023-03-23 13:25:59 -06:00
Alex and GitHub
8cce6f0863
Release v0.3.2 ( #241 )
2023-03-23 13:57:01 +09:00
Alex and GitHub
edac3dd6de
Added Access Rule Icon ( #240 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-22 21:37:43 -06:00
dependabot[bot] and GitHub
3cf678d59f
Bump styled-components from 5.3.8 to 5.3.9 ( #236 )
2023-03-22 15:07:54 -06:00
dependabot[bot] and GitHub
ebc949eaa6
Bump @types/jest from 29.4.1 to 29.5.0 ( #235 )
2023-03-22 15:07:34 -06:00
dependabot[bot] and GitHub
e2c59c4353
Bump prettier from 2.8.4 to 2.8.5 ( #237 )
2023-03-21 10:10:30 -06:00
dependabot[bot] and GitHub
adfdfe1349
Bump @babel/core from 7.21.0 to 7.21.3 ( #238 )
2023-03-21 10:10:02 -06:00
dependabot[bot] and GitHub
f28d2d7fe6
Bump detect-gpu from 5.0.15 to 5.0.16 ( #239 )
2023-03-21 10:09:35 -06:00
Alex and GitHub
dd1bef50ef
Release v0.3.1 ( #234 )
2023-03-16 17:12:38 -07:00
dependabot[bot] and GitHub
7a8684b1cc
Bump detect-gpu from 5.0.14 to 5.0.15 ( #233 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-16 17:35:57 -06:00
dependabot[bot] and GitHub
9cd79b2bed
Bump styled-components from 5.3.6 to 5.3.8 ( #232 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-16 17:35:33 -06:00
dependabot[bot] and GitHub
ef8cd21192
Bump @types/jest from 29.4.0 to 29.4.1 ( #231 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-16 17:34:55 -06:00
Alex and GitHub
0a361269db
Changed PageLayout box-sizing type ( #230 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-10 11:21:30 -08:00
Alex and GitHub
000ead0642
Added type button to Embedded IconButtons ( #229 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-09 22:49:18 -06:00
Alex and GitHub
581dee15eb
Release v0.3.0 ( #228 )
2023-03-07 18:32:11 -08:00
Alex and GitHub
9ab699b833
Updated mds dependencies ( #227 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-07 14:12:44 -08:00
Alex and GitHub
5b97642a7c
Removed top margin selectors for checkbox ( #221 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-02 13:08:37 -08:00
Alex and GitHub
eec90a37d2
Added Input Box and improvements ( #220 )
...
- Fixed an issue with Form layout and no help box
- Included Visibility on and off icons
- *BREAKING CHANGE* Removed margins in checkbox
- Added automatic margins for form items in form layout
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-03-01 21:48:15 -08:00
jinapurapu and GitHub
9c3bd101a8
Added ReportIcon ( #219 )
2023-02-28 16:19:54 -06:00
dependabot[bot] and GitHub
41fb98db28
Bump @testing-library/react from 13.4.0 to 14.0.0 ( #216 )
2023-02-27 22:16:39 -06:00
Alex and GitHub
92b8e0ead8
Update mds dependencies ( #218 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-27 21:38:33 -06:00
Alex and GitHub
7f988fdc48
Implemented MainContainer Component ( #212 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-23 14:00:39 -08:00
5e5a559847
Bump jest from 29.4.1 to 29.4.3 ( #211 )
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 29.4.1 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-02-21 09:26:15 -08:00
f08ac95aed
Bump jest-environment-jsdom from 29.4.1 to 29.4.3 ( #209 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.4.1 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-02-21 09:23:54 -08:00
d784ec061e
Bump storybook-dark-mode from 2.0.5 to 2.1.0 ( #210 )
...
Bumps [storybook-dark-mode](https://github.com/hipstersmoothie/storybook-dark-mode ) from 2.0.5 to 2.1.0.
- [Release notes](https://github.com/hipstersmoothie/storybook-dark-mode/releases )
- [Changelog](https://github.com/hipstersmoothie/storybook-dark-mode/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hipstersmoothie/storybook-dark-mode/compare/v2.0.5...v2.1.0 )
---
updated-dependencies:
- dependency-name: storybook-dark-mode
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-02-21 09:23:28 -08:00
a4f2a7f854
Bump detect-gpu from 5.0.10 to 5.0.12 ( #208 )
...
Bumps [detect-gpu](https://github.com/pmndrs/detect-gpu ) from 5.0.10 to 5.0.12.
- [Release notes](https://github.com/pmndrs/detect-gpu/releases )
- [Changelog](https://github.com/pmndrs/detect-gpu/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pmndrs/detect-gpu/commits )
---
updated-dependencies:
- dependency-name: detect-gpu
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-02-21 09:23:05 -08:00
3aed757804
Bump prettier from 2.8.3 to 2.8.4 ( #204 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.3...2.8.4 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-02-21 09:22:43 -08:00
Alex and GitHub
d05c7d455e
Release v0.2.5 ( #202 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-13 12:29:23 -06:00
Alex and GitHub
97928626c2
Fixes for icons ( #201 )
2023-02-13 08:44:40 -08:00
Alex and GitHub
9513c29c88
Added PageLayout component ( #200 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-10 15:41:59 -08:00
Alex and GitHub
dcbddecc94
Added FormLayout component ( #198 )
...
- Refactored SectionTitle component
- Added Box Component
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-10 15:41:35 -08:00
Alex and GitHub
64642ce58e
Added disableAnimation flag to LoginWrapper component ( #199 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-10 14:18:00 -08:00
Alex and GitHub
833919f1e1
Release v0.2.4 ( #197 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-08 13:32:46 -06:00
Alex and GitHub
fac7834c0f
Added SubnetOPS logo ( #196 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-08 12:15:37 -06:00
dependabot[bot] and GitHub
05b91d65a5
Bump detect-gpu from 5.0.9 to 5.0.10 ( #195 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-07 21:23:39 -06:00
Alex and GitHub
bc5b732a10
Added Section Title component ( #193 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-02-01 12:29:10 -06:00
Alex and GitHub
21ef401cb5
Release v0.2.3 ( #192 )
...
- Fixed an issue with BackLink component not receiving props
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-31 11:52:37 -06:00
dependabot[bot] and GitHub
5ba486fb02
Bump tslib from 2.4.1 to 2.5.0 ( #186 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-31 11:28:43 -06:00
dependabot[bot] and GitHub
661887b040
Bump jest-environment-jsdom from 29.4.0 to 29.4.1 ( #188 )
2023-01-31 09:34:49 -06:00
dependabot[bot] and GitHub
debc85e639
Bump typescript from 4.9.4 to 4.9.5 ( #185 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-30 23:07:50 -06:00
dependabot[bot] and GitHub
a836682288
Bump detect-gpu from 5.0.8 to 5.0.9 ( #187 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-30 21:50:27 -06:00
dependabot[bot] and GitHub
5797fb06b9
Bump jest and @types/jest ( #184 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-30 21:49:06 -06:00
Alex and GitHub
fb0e6b9494
Release v0.2.2 ( #183 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-27 16:33:26 -08:00
Alex and GitHub
ef693ba4cd
Added HelpBox component ( #182 )
2023-01-27 15:21:15 -08:00
Alex and GitHub
c433a12d73
Added text styled button ( #181 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-27 15:40:01 -06:00
Alex and GitHub
d869cb9f01
Update storybook2 ( #180 )
2023-01-27 00:34:46 -08:00
Alex and GitHub
a6738e256d
Release v0.2.1 ( #179 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-26 11:34:21 -06:00
Alex and GitHub
b5c60ff9ba
GPU detection in login component ( #178 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-26 22:25:53 +05:30
Alex and GitHub
8f98d245cc
Added BackLink component ( #177 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-24 20:17:29 -06:00
Alex and GitHub
587b95e2ee
Fixed State styling in Button ( #176 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-24 15:06:21 -06:00
Alex and GitHub
e28ee7201f
Updated Dependencies ( #175 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-24 15:02:35 -06:00
Alex and GitHub
c90580ccb9
Release v0.2.0 ( #171 )
2023-01-19 22:14:27 -08:00
Alex and GitHub
7c34fb5b38
Added DataTable Components ( #170 )
2023-01-19 21:04:15 -08:00
Alex and GitHub
6d20362ce9
Updated mds dependencies ( #168 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-17 10:36:28 -08:00
Alex and GitHub
752006e06e
Added initial inputs compatibility ( #163 )
...
- Added Input Label component
- Added Checkbox component
- Added FieldContainer component
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-15 21:17:40 -08:00
Alex and GitHub
fa76879af8
Added tooltip component ( #162 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-13 10:56:41 -06:00
Alex and GitHub
ffe528a5b0
Updated vulnerable dependencies ( #161 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-11 22:38:45 -06:00
Alex and GitHub
43a5cd795c
Added Page Header Component ( #160 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-11 10:33:40 -06:00
Alex and GitHub
b08ca00362
Release v0.1.0 ( #159 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-09 13:58:00 -08:00
Daniel Valdivia and GitHub
82dfa5ab46
Dockerfile for Storybook ( #150 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com >
2023-01-09 15:54:12 -06:00
e18c570f1f
Bump @babel/core from 7.20.7 to 7.20.12 ( #157 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.20.7 to 7.20.12.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.20.12/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-01-09 15:50:21 -06:00
27f6fb3bf1
Bump prettier from 2.8.1 to 2.8.2 ( #156 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.1...2.8.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-01-09 15:50:06 -06:00
cc387893fc
Bump babel-loader from 9.1.0 to 9.1.2 ( #155 )
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 9.1.0 to 9.1.2.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-01-09 15:49:53 -06:00
4c2eb6d1f6
Bump @rollup/plugin-typescript from 10.0.1 to 11.0.0 ( #154 )
...
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 10.0.1 to 11.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v11.0.0/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2023-01-09 15:49:39 -06:00
Alex and GitHub
3c5eb8b69d
Replaced File icons with colored versions ( #158 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-09 15:49:17 -06:00
Alex and GitHub
8edb241d95
Export missing icons ( #153 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-06 20:26:29 -06:00
Alex and GitHub
54b96c31a4
Implemented animated loader ( #152 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-06 16:06:49 -06:00
Alex and GitHub
594e4130e4
Added icons library to mds ( #151 )
2023-01-06 10:59:38 -06:00
dda8f44d71
Release v0.0.9 ( #149 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2023-01-03 10:32:04 -08:00
a317923aa0
Bump storybook-dark-mode from 2.0.4 to 2.0.5 ( #146 )
...
Bumps [storybook-dark-mode](https://github.com/hipstersmoothie/storybook-dark-mode ) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/hipstersmoothie/storybook-dark-mode/releases )
- [Changelog](https://github.com/hipstersmoothie/storybook-dark-mode/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hipstersmoothie/storybook-dark-mode/compare/v2.0.4...v2.0.5 )
---
updated-dependencies:
- dependency-name: storybook-dark-mode
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2023-01-03 12:26:48 -06:00
Alex and GitHub
f7cb97a902
[WIP]Release v0.0.9 ( #148 )
2023-01-03 12:22:39 -06:00
Alex and GitHub
51e4b1419d
Decrease Login Title size to have a better alignment ( #147 )
2023-01-03 12:02:13 -06:00
Alex and GitHub
d88f2dee71
Updated storybook versions to latest ( #145 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-27 12:34:07 -06:00
Alex and GitHub
605aeb7239
Release v0.0.8 ( #139 )
2022-12-20 11:14:03 -06:00
Alex and GitHub
3cc5ef5623
Dependencies Upgrade ( #138 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-20 10:54:39 -06:00
Alex and GitHub
7ffc389746
Added style improvements to Login Page component ( #137 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-20 10:45:57 -06:00
dependabot[bot] and GitHub
83eb24c83c
Bump @storybook/addon-essentials from 6.5.13 to 6.5.14 ( #132 )
2022-12-17 00:04:31 -06:00
dependabot[bot] and GitHub
333341bf4f
Bump @storybook/addon-links from 6.5.13 to 6.5.14 ( #130 )
2022-12-17 00:03:53 -06:00
dependabot[bot] and GitHub
f264e310c4
Bump prettier from 2.8.0 to 2.8.1 ( #131 )
2022-12-16 15:27:39 -06:00
dependabot[bot] and GitHub
e8ad579670
Bump @storybook/builder-webpack4 from 6.5.13 to 6.5.14 ( #133 )
2022-12-16 15:27:18 -06:00
d7bb32994d
Bump storybook-dark-mode from 2.0.3 to 2.0.4 ( #129 )
...
Bumps [storybook-dark-mode](https://github.com/hipstersmoothie/storybook-dark-mode ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/hipstersmoothie/storybook-dark-mode/releases )
- [Changelog](https://github.com/hipstersmoothie/storybook-dark-mode/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hipstersmoothie/storybook-dark-mode/compare/v2.0.3...v2.0.4 )
---
updated-dependencies:
- dependency-name: storybook-dark-mode
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-12-16 13:42:41 -06:00
Alex and GitHub
e0c399bdbd
Release v0.0.7 ( #128 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-09 11:35:55 -08:00
Alex and GitHub
b1020a87ce
Fixed issue with dist files & video require ( #127 )
2022-12-08 21:42:15 -08:00
757ccaacc4
Added video as animated background ( #126 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-07 23:02:30 -08:00
Alex and GitHub
62b6ccff52
Release v0.0.6 ( #125 )
2022-12-05 20:36:35 -05:00
Alex and GitHub
9678cd50fc
Extended Grid to accept all HTML attributes ( #124 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-05 17:13:46 -08:00
Alex and GitHub
fbc31e0784
Update mds dependencies ( #123 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-12-05 18:50:14 -06:00
83ef8447e9
Bump @rollup/plugin-typescript from 9.0.2 to 10.0.1 ( #117 )
...
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 9.0.2 to 10.0.1.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/typescript-v10.0.1/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-11-29 13:42:12 -06:00
d584f6ef82
Bump @rollup/plugin-commonjs from 23.0.2 to 23.0.3 ( #116 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 23.0.2 to 23.0.3.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.3/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-11-29 13:42:04 -06:00
f9eba37081
Bump @babel/core from 7.20.2 to 7.20.5 ( #115 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.20.2 to 7.20.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.20.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Prakash Senthil Vel <23444145+prakashsvmx@users.noreply.github.com >
2022-11-29 13:41:55 -06:00
0d3c6d134b
Bump typescript from 4.8.4 to 4.9.3 ( #114 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-11-29 13:41:48 -06:00
5d404f891c
Bump prettier from 2.7.1 to 2.8.0 ( #113 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-11-28 22:58:54 -06:00
Alex and GitHub
62bb57a627
Release v0.0.5 ( #112 )
2022-11-17 20:23:59 -08:00
Alex and GitHub
820b48f229
Added Login Wrapper component ( #111 )
2022-11-16 22:43:21 -08:00
Alex and GitHub
23313f8c42
Added Grid component ( #110 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-16 12:07:20 -06:00
5b5fc65e67
Bump jest-environment-jsdom from 29.3.0 to 29.3.1 ( #109 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.3.0 to 29.3.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-11-15 23:07:28 -06:00
Alex and GitHub
695fa728c3
Release v0.0.4 ( #108 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-10 12:33:15 -06:00
0396e5e75d
Bump babel-loader from 8.2.5 to 9.1.0 ( #106 )
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.5 to 9.1.0.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.5...v9.1.0 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-11-09 21:09:02 -08:00
Alex and GitHub
ced5f10e0e
Added Application logos library ( #107 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-09 21:08:42 -08:00
afb6b9488b
Bump @types/react from 18.0.24 to 18.0.25 ( #105 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.0.24 to 18.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-11-09 19:35:30 -06:00
a2f8f498dd
Bump @babel/core from 7.19.3 to 7.20.2 ( #104 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.3 to 7.20.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-11-09 19:35:24 -06:00
ebb43d0b3a
Bump jest-environment-jsdom from 29.2.2 to 29.3.0 ( #103 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.2.2 to 29.3.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.3.0/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-11-09 19:35:15 -06:00
be9f6d2712
Bump yarn-audit-fix from 9.3.6 to 9.3.7 ( #102 )
...
Bumps [yarn-audit-fix](https://github.com/antongolub/yarn-audit-fix ) from 9.3.6 to 9.3.7.
- [Release notes](https://github.com/antongolub/yarn-audit-fix/releases )
- [Changelog](https://github.com/antongolub/yarn-audit-fix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/antongolub/yarn-audit-fix/compare/v9.3.6...v9.3.7 )
---
updated-dependencies:
- dependency-name: yarn-audit-fix
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-11-08 22:37:31 -06:00
Alex and GitHub
5cad378ba7
Release v0.0.3 ( #101 )
2022-11-01 18:19:48 -07:00
Alex and GitHub
fc4d1859dd
Fixed embedded fonts location for mds ( #100 )
2022-11-01 18:51:22 -06:00
Alex and GitHub
313add0463
Updated package dependencies ( #99 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-11-01 10:06:29 -06:00
Alex and GitHub
70844caf1a
Changed colors for disabled buttons with outlined form ( #98 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-10-31 17:46:55 -06:00
Alex and GitHub
b706c89990
Dependencies upgrade ( #92 )
2022-10-26 01:49:43 -05:00
Alex and GitHub
322107e942
Migrated Button component to use JSS ( #82 )
2022-10-12 09:57:21 -05:00
Alex and GitHub
4061b3fb42
Updated Button component ( #81 )
2022-10-11 16:35:40 -05:00
Alex and GitHub
10ca2ed87f
Added global styles component ( #80 )
...
- Default colors for light & dark mode
- Styles for sections, headers, hr & lists
- Embedded Lato font in mds package
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-10-11 11:04:52 -05:00
Alex and GitHub
906db002fe
Dependencies Update ( #79 )
2022-10-06 21:46:14 -07:00
Alex and GitHub
fbc50e816c
Updated Dependencies ( #68 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-09-19 17:04:36 -05:00
Alex and GitHub
9881f3bcd2
Button & project adjustments ( #62 )
2022-09-06 10:20:59 -05:00
Alex and GitHub
d53828bdca
Release v0.0.1-alpha ( #55 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-09-02 17:35:43 -05:00
Alex and GitHub
9b2a97e98e
Rollup updated in preparation for release 0.0.1 ( #51 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-08-30 17:22:23 -05:00
dependabot[bot] and GitHub
498faa7d86
Bump jest-environment-jsdom from 28.1.3 to 29.0.1 ( #54 )
2022-08-30 09:59:07 -05:00
dependabot[bot] and GitHub
b9e36b941b
Bump @rollup/plugin-typescript from 8.3.4 to 8.4.0 ( #53 )
2022-08-30 09:58:43 -05:00
dependabot[bot] and GitHub
f5587ed73f
Bump typescript from 4.7.4 to 4.8.2 ( #52 )
2022-08-30 09:57:49 -05:00
8969cd7c4b
Bump @storybook/addon-links from 6.5.9 to 6.5.10 ( #50 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.5.9 to 6.5.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.10/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-24 12:18:52 -05:00
f9b8c70ad8
Bump ts-jest from 28.0.7 to 28.0.8 ( #49 )
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 28.0.7 to 28.0.8.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v28.0.7...v28.0.8 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-24 11:15:37 -05:00
4697006959
Bump @storybook/addon-interactions from 6.5.9 to 6.5.10 ( #48 )
...
Bumps [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/addons/interactions ) from 6.5.9 to 6.5.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.10/addons/interactions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-interactions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-24 11:15:28 -05:00
318a8eeedd
Bump @babel/core from 7.18.10 to 7.18.13 ( #46 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.10 to 7.18.13.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.13/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-23 14:23:43 -05:00
82c5319cec
Bump rollup from 2.78.0 to 2.78.1 ( #47 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.78.0 to 2.78.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.78.0...v2.78.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-23 13:04:05 -05:00
d1e8f87e63
Bump @types/styled-components from 5.1.25 to 5.1.26 ( #45 )
...
Bumps [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components ) from 5.1.25 to 5.1.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components )
---
updated-dependencies:
- dependency-name: "@types/styled-components"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-23 12:53:24 -05:00
67f44bb08b
Bump @storybook/manager-webpack4 from 6.5.9 to 6.5.10 ( #44 )
...
Bumps [@storybook/manager-webpack4](https://github.com/storybookjs/storybook/tree/HEAD/lib/core ) from 6.5.9 to 6.5.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.10/lib/core )
---
updated-dependencies:
- dependency-name: "@storybook/manager-webpack4"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-23 12:50:07 -05:00
5f559b6a89
Bump @rollup/plugin-typescript from 8.3.3 to 8.3.4 ( #43 )
...
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 8.3.3 to 8.3.4.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/typescript-v8.3.4/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-23 12:26:44 -05:00
b058b87658
Bump @types/jest from 28.1.6 to 28.1.7 ( #42 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 28.1.6 to 28.1.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-23 12:16:35 -05:00
f1a2a6e5ea
Bump @storybook/react from 6.5.9 to 6.5.10 ( #41 )
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 6.5.9 to 6.5.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.10/app/react )
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-23 12:10:10 -05:00
cc4242cd82
Bump @storybook/addon-essentials from 6.5.9 to 6.5.10 ( #39 )
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials ) from 6.5.9 to 6.5.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.10/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-18 14:37:37 -05:00
70df793d8f
Bump @types/react from 18.0.15 to 18.0.17 ( #37 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.0.15 to 18.0.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-18 14:36:43 -05:00
60e72b7a43
Bump @testing-library/jest-dom from 5.16.4 to 5.16.5 ( #38 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.16.4 to 5.16.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.4...v5.16.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-18 14:17:18 -05:00
d661dec2a8
Bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 ( #36 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 22.0.1 to 22.0.2.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.2/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-18 14:14:52 -05:00
02442c78e5
Bump @storybook/builder-webpack4 from 6.5.9 to 6.5.10 ( #35 )
...
Bumps [@storybook/builder-webpack4](https://github.com/storybookjs/storybook/tree/HEAD/lib/core ) from 6.5.9 to 6.5.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.10/lib/core )
---
updated-dependencies:
- dependency-name: "@storybook/builder-webpack4"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com >
2022-08-18 14:12:22 -05:00
f4716cd9a0
Bump yarn-audit-fix from 9.3.2 to 9.3.5 ( #34 )
...
Bumps [yarn-audit-fix](https://github.com/antongolub/yarn-audit-fix ) from 9.3.2 to 9.3.5.
- [Release notes](https://github.com/antongolub/yarn-audit-fix/releases )
- [Changelog](https://github.com/antongolub/yarn-audit-fix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/antongolub/yarn-audit-fix/compare/v9.3.2...v9.3.5 )
---
updated-dependencies:
- dependency-name: yarn-audit-fix
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-17 22:59:52 -05:00
50965446cc
Bump rollup from 2.77.0 to 2.78.0 ( #33 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.77.0 to 2.78.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.77.0...v2.78.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-17 22:59:39 -05:00
879970e6b5
Bump @babel/core from 7.18.6 to 7.18.10 ( #32 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.6 to 7.18.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-17 22:59:30 -05:00
b94bcc155f
Bump terser from 4.8.0 to 4.8.1 ( #29 )
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-17 22:59:22 -05:00
77aa5bb267
Bump jest and @types/jest ( #28 )
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ). These dependencies needed to be updated together.
Updates `jest` from 28.1.2 to 28.1.3
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest )
Updates `@types/jest` from 28.1.4 to 28.1.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-08-17 22:59:12 -05:00
dependabot[bot] and GitHub
8b9dd2bde0
Bump rollup from 2.76.0 to 2.77.0 ( #26 )
2022-07-20 10:42:55 -05:00
dependabot[bot] and GitHub
9162218ba5
Bump jest-environment-jsdom from 28.1.2 to 28.1.3 ( #25 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 28.1.2 to 28.1.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 17:39:05 -05:00
dependabot[bot] and GitHub
1877f8bf51
Bump ts-jest from 28.0.5 to 28.0.7 ( #24 )
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 28.0.5 to 28.0.7.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v28.0.5...v28.0.7 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 17:38:40 -05:00
dependabot[bot] and GitHub
311b1a79b8
Bump rollup from 2.75.7 to 2.76.0 ( #23 )
2022-07-13 16:53:23 -05:00
Alex and GitHub
f9b527b8ab
Connected jest tests to github workflow ( #22 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-07-06 22:38:19 -05:00
dependabot[bot] and GitHub
8926021e21
Bump @types/jest from 28.1.3 to 28.1.4 ( #21 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 28.1.3 to 28.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-06 18:07:55 -05:00
dependabot[bot] and GitHub
d685b55504
Bump @types/react from 18.0.14 to 18.0.15 ( #20 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.0.14 to 18.0.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-06 18:03:55 -05:00
Alex and Benjamin Perez
c7805fe9cc
Added prettier workflow validation ( #19 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-07-06 17:51:18 -05:00
Alex and GitHub
c90765e559
Update jobs.yml
2022-07-06 15:19:26 -05:00
Alex and GitHub
714c6733d1
Create jobs.yml
2022-07-06 15:16:32 -05:00
c6cbdb6808
Bump jest-environment-jsdom from 28.1.1 to 28.1.2 ( #18 )
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 28.1.1 to 28.1.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-07-06 14:14:40 -05:00
dependabot[bot] and GitHub
6c7f73e98f
Bump jest from 28.1.1 to 28.1.2 ( #17 )
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 28.1.1 to 28.1.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-06 13:59:37 -05:00
Alex and GitHub
b938035380
Implemented dark mode for buttons ( #16 )
...
- Added dark colors palette
- Applied theme provider for stories & implemented dark mode
- Added color scheme to storybook
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-06-28 10:22:30 -07:00
dependabot[bot] and GitHub
cb74eed68c
Bump @babel/preset-typescript from 7.17.12 to 7.18.6 ( #15 )
...
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.17.12 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-28 12:10:05 -05:00
dependabot[bot] and GitHub
646bb96181
Bump @babel/core from 7.18.5 to 7.18.6 ( #14 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.5 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-28 11:17:18 -05:00
dependabot[bot] and GitHub
ed702d03b4
Bump @rollup/plugin-commonjs from 22.0.0 to 22.0.1 ( #13 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 22.0.0 to 22.0.1.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.1/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-28 11:16:57 -05:00
Harshavardhana and GitHub
3dfb39103d
update dependabot to add automatic reviewers
2022-06-27 22:04:04 -07:00
dependabot[bot] and GitHub
146f02c313
Bump yarn-audit-fix from 9.3.1 to 9.3.2 ( #12 )
...
Bumps [yarn-audit-fix](https://github.com/antongolub/yarn-audit-fix ) from 9.3.1 to 9.3.2.
- [Release notes](https://github.com/antongolub/yarn-audit-fix/releases )
- [Changelog](https://github.com/antongolub/yarn-audit-fix/blob/master/CHANGELOG.md )
- [Commits](https://github.com/antongolub/yarn-audit-fix/compare/v9.3.1...v9.3.2 )
---
updated-dependencies:
- dependency-name: yarn-audit-fix
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-23 23:00:44 -05:00
Alex and GitHub
c69a8f2713
Updated Button build with latest improvements ( #11 )
...
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-06-23 14:16:38 -05:00
Harshavardhana and GitHub
422366b90f
update with yarn-audit-fix ( #4 )
2022-06-23 11:15:54 -05:00
Alex and GitHub
133741b5e4
Added collapsed mode on small screens ( #10 )
...
- Button style improvements
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-06-23 09:14:00 -07:00
Alex and GitHub
0fc5e789b1
Updated dependencies ( #9 )
2022-06-22 12:13:56 -05:00
dependabot[bot] and Alex
de22ee8c9d
Bump @types/jest from 28.1.2 to 28.1.3
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 28.1.2 to 28.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-21 18:52:07 -05:00
Benjamin Perez and Alex
1ecc377250
Updated cursor on hover / disabled
2022-06-21 18:07:50 -05:00
dependabot[bot] and Alex
7dec2d7f8f
Bump react-dom from 18.1.0 to 18.2.0
...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) from 18.1.0 to 18.2.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react-dom )
---
updated-dependencies:
- dependency-name: react-dom
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-21 17:23:31 -05:00
dependabot[bot] and Daniel Valdivia
5fc17d7d69
Bump rollup from 2.75.6 to 2.75.7
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.75.6 to 2.75.7.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.75.6...v2.75.7 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 17:43:37 -07:00
c266a535eb
Bump prettier from 2.6.2 to 2.7.1 ( #3 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.6.2...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-06-17 19:52:16 -05:00
abe9a498b0
Bump react and @types/react ( #2 )
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ). These dependencies needed to be updated together.
Updates `react` from 18.1.0 to 18.2.0
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react )
Updates `@types/react` from 18.0.12 to 18.0.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: react
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Hanzo Dev <dev@hanzo.ai >
2022-06-17 19:50:02 -05:00
Daniel Valdivia and GitHub
0d0727f387
NPM Dependabot
2022-06-17 17:46:42 -07:00
Harshavardhana
e5408293f6
Add license AGPLv3.0
2022-06-17 17:45:29 -07:00
Alex and GitHub
e0e7e61c3c
Initial commit for MinIO MDS ( #1 )
...
- Added Button component
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net >
2022-06-17 17:36:36 -07:00