@naser0110/my-library 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ /* Group660.module.css — auto-generated, do not edit */
2
+
3
+ .root, .root *, .root *::before, .root *::after {
4
+ box-sizing: border-box;
5
+ }
6
+
7
+ .root {
8
+ display: block;
9
+ width: 288px;
10
+ height: 418px;
11
+ }
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "@naser0110/my-library",
3
+ "version": "0.1.0",
4
+ "type": "module",
5
+ "main": "./index.js",
6
+ "module": "./index.js",
7
+ "types": "./index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./index.d.ts",
11
+ "import": "./index.js",
12
+ "default": "./index.js"
13
+ },
14
+ "./styles/*": "./styles/*"
15
+ },
16
+ "files": [
17
+ "**/*.js",
18
+ "**/*.d.ts",
19
+ "**/*.css",
20
+ "**/*.json"
21
+ ],
22
+ "peerDependencies": {
23
+ "react": "^18.0.0 || ^19.0.0",
24
+ "react-dom": "^18.0.0 || ^19.0.0"
25
+ },
26
+ "sideEffects": [
27
+ "styles/tokens.css",
28
+ "styles/themes.css",
29
+ "components/group-660/Group660.module.css"
30
+ ],
31
+ "publishConfig": {
32
+ "access": "public"
33
+ }
34
+ }
@@ -0,0 +1,5 @@
1
+ /* Auto-generated theme overrides by Sylo compiler. Do not edit. */
2
+ /* Library: my-library */
3
+
4
+ /* No theme modes detected. Base :root values serve as the default theme. */
5
+ /* Add [data-theme="<mode>"] scoped overrides here when modes are defined. */
@@ -0,0 +1,5 @@
1
+ /* Auto-generated by Sylo compiler. Do not edit. */
2
+ /* Library: my-library */
3
+
4
+ :root {
5
+ }