Skip to content

Commit 872b420

Browse files
njfamirmarashagp
authored andcommitted
refactor: snackbar (#20)
2 parents d428086 + de36218 commit 872b420

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+187
-5868
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ This repository contains numerous small utility packages. These packages serve v
44

55
Here is a brief overview of the included libraries:
66

7-
1. [`element`](./packages/element): Utility functions and mixins for building high-performance web components with Lit.
8-
2. [`alpine`](./packages/alpine): Utility functions to enhance Alpine.js usage with backup support.
9-
3. [`typescript-config`](./packages/typescript-config): Base TypeScript configuration for Nexim projects.
10-
4. [`prettier-config`](./packages/prettier-config): Base Prettier configuration for Nexim projects.
11-
5. [`eslint-config`](./packages/eslint-config): Base Eslint configuration for Nexim projects.
7+
1. [`snackbar`](./packages/snackbar): Snackbar component, It includes utilities for managing the snackbar's state and animations.
128

139
For more detailed information and guidelines on how to use each package, please refer to each package's README.
1410

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "nanolib-monorepo",
2+
"name": "design-system-monorepo",
33
"private": true,
44
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
5-
"repository": "https://github.com/the-nexim/nanolib",
5+
"repository": "https://github.com/the-nexim/design-system",
66
"license": "AGPL-3.0-only",
77
"author": "S. Amir Mohammad Najafi <[email protected]> (https://www.njfamirm.ir)",
88
"contributors": [
@@ -42,9 +42,9 @@
4242
"@lerna-lite/publish": "^3.10.1",
4343
"@lerna-lite/run": "^3.10.1",
4444
"@lerna-lite/version": "^3.10.1",
45-
"@nexim/eslint-config": "workspace:^",
46-
"@nexim/prettier-config": "workspace:^",
47-
"@nexim/typescript-config": "workspace:^",
45+
"@nexim/eslint-config": "^1.0.1",
46+
"@nexim/prettier-config": "^1.0.1",
47+
"@nexim/typescript-config": "^1.0.1",
4848
"@types/node": "^22.10.2",
4949
"@typescript-eslint/eslint-plugin": "^7.15.0",
5050
"@typescript-eslint/parser": "^7.15.0",

packages/alpine/CHANGELOG.md

-25
This file was deleted.

packages/alpine/LICENSE

-661
This file was deleted.

packages/alpine/README.md

-121
This file was deleted.

packages/alpine/package.json

-77
This file was deleted.

packages/alpine/src/main.test.js

-6
This file was deleted.

packages/alpine/src/main.ts

-7
This file was deleted.

packages/alpine/src/store/store-generator.ts

-49
This file was deleted.

0 commit comments

Comments
 (0)