@micromag/screen-urbania-horoscope 0.4.98 → 0.4.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +32 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.4.98",
3
+ "version": "0.4.100",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -11,6 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "git+https://github.com/urbania-media/micromag-js.git"
13
13
  },
14
+ "license": "ISC",
14
15
  "author": {
15
16
  "name": "Folklore",
16
17
  "email": "info@folklore.email"
@@ -29,10 +30,10 @@
29
30
  "email": "joseph@folklore.email"
30
31
  }
31
32
  ],
32
- "license": "ISC",
33
+ "sideEffects": [
34
+ "**/*.css"
35
+ ],
33
36
  "type": "module",
34
- "module": "es/index.js",
35
- "style": "assets/css/styles.css",
36
37
  "exports": {
37
38
  ".": {
38
39
  "types": "./es/index.d.ts",
@@ -43,53 +44,55 @@
43
44
  "./assets/css/styles.css": "./assets/css/styles.css",
44
45
  "./assets/images/*": "./assets/css/*"
45
46
  },
47
+ "module": "es/index.js",
48
+ "types": "es/index.d.ts",
49
+ "style": "assets/css/styles.css",
46
50
  "files": [
47
51
  "lib",
48
52
  "es",
49
53
  "assets"
50
54
  ],
51
55
  "scripts": {
56
+ "build": "../../scripts/prepare-package.sh --types",
52
57
  "clean": "rm -rf es && rm -rf lib && rm -rf assets && rm -rf styles",
53
58
  "prepublishOnly": "npm run build",
54
- "build": "../../scripts/prepare-package.sh --types",
55
59
  "rollup": "../../node_modules/.bin/rollup --bundleConfigAsCjs --config ../../rollup.config.js"
56
60
  },
57
- "devDependencies": {
58
- "react": "^19.0.0",
59
- "react-dom": "^19.0.0"
60
- },
61
- "peerDependencies": {
62
- "react": "^19.0.0",
63
- "react-dom": "^19.0.0"
64
- },
65
61
  "dependencies": {
66
62
  "@babel/runtime": "^7.28.6",
67
- "@micromag/core": "^0.4.98",
68
- "@micromag/element-background": "^0.4.98",
69
- "@micromag/element-button": "^0.4.98",
70
- "@micromag/element-call-to-action": "^0.4.98",
71
- "@micromag/element-container": "^0.4.98",
72
- "@micromag/element-grid": "^0.4.98",
73
- "@micromag/element-heading": "^0.4.98",
74
- "@micromag/element-keypad": "^0.4.98",
75
- "@micromag/element-layout": "^0.4.98",
76
- "@micromag/element-scroll": "^0.4.98",
77
- "@micromag/element-text": "^0.4.98",
78
- "@micromag/element-urbania-author": "^0.4.98",
79
- "@micromag/transforms": "^0.4.98",
63
+ "@micromag/core": "^0.4.100",
64
+ "@micromag/element-background": "^0.4.100",
65
+ "@micromag/element-button": "^0.4.100",
66
+ "@micromag/element-call-to-action": "^0.4.100",
67
+ "@micromag/element-container": "^0.4.100",
68
+ "@micromag/element-grid": "^0.4.100",
69
+ "@micromag/element-heading": "^0.4.100",
70
+ "@micromag/element-keypad": "^0.4.100",
71
+ "@micromag/element-layout": "^0.4.100",
72
+ "@micromag/element-scroll": "^0.4.100",
73
+ "@micromag/element-text": "^0.4.100",
74
+ "@micromag/element-urbania-author": "^0.4.100",
75
+ "@micromag/transforms": "^0.4.100",
80
76
  "@react-spring/core": "^10.0.3",
81
77
  "@react-spring/web": "^10.0.3",
82
78
  "@use-gesture/react": "^10.3.0",
83
79
  "classnames": "^2.2.6",
84
- "lodash": "^4.17.23",
80
+ "lodash-es": "^4.17.23",
85
81
  "react-focus-lock": "^2.11.2",
86
82
  "react-intl": "^8.1.3 || ^10.0.0",
87
83
  "uuid": "^9.0.0"
88
84
  },
85
+ "devDependencies": {
86
+ "react": "^19.0.0",
87
+ "react-dom": "^19.0.0"
88
+ },
89
+ "peerDependencies": {
90
+ "react": "^19.0.0",
91
+ "react-dom": "^19.0.0"
92
+ },
89
93
  "publishConfig": {
90
94
  "access": "public",
91
95
  "registry": "https://registry.npmjs.org/"
92
96
  },
93
- "gitHead": "5b90ff3e707ec3b96a1c6ae07812ce29a105d1c8",
94
- "types": "es/index.d.ts"
97
+ "gitHead": "724328f428f29f4950850cf34adb68ef5f46669a"
95
98
  }