@imj_media/ui 1.7.6 → 1.8.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/imj-calendar-timeline/lib/markers/implementations/shared.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,eAAO,MAAM,gCAAgC,GAAI,YAAY,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGjE,CAAC;AAEH,eAAO,MAAM,qBAAqB,GAAI,iBAAiB,MAAM,GAAG,SAAS,MACjC,YAAY;IAAE,MAAM,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAGlF,CAAC"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/imj-calendar-timeline/lib/markers/implementations/shared.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,eAAO,MAAM,gCAAgC,GAC3C,YAAY,MAAM,KACjB,KAAK,CAAC,aAGP,CAAC;AAEH,eAAO,MAAM,qBAAqB,GAAI,iBAAiB,MAAM,GAAG,SAAS,MACjC,YAAY;IAAE,MAAM,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,4CAGlF,CAAC"}
package/package.json CHANGED
@@ -1,278 +1,140 @@
1
1
  {
2
-
3
2
  "name": "@imj_media/ui",
4
-
5
- "version": "1.7.6",
6
-
3
+ "version": "1.8.1",
7
4
  "description": "Componentes UI",
8
-
9
5
  "author": {
10
-
11
6
  "name": "Oscar Rubio - IMJ",
12
-
13
7
  "email": "oscar.rubio@imjmedia.com.mx"
14
-
15
8
  },
16
-
17
9
  "type": "module",
18
-
19
10
  "main": "./dist/index.js",
20
-
21
11
  "module": "./dist/index.esm.js",
22
-
23
12
  "types": "./dist/index.d.ts",
24
-
25
13
  "scripts": {
26
-
27
14
  "build": "vite build",
28
-
29
15
  "dev": "vite build --watch",
30
-
31
16
  "test": "vitest run",
32
-
33
17
  "test:watch": "vitest",
34
-
35
18
  "test:coverage": "vitest run --coverage",
36
-
37
19
  "test:ui": "vitest --ui",
38
-
39
20
  "storybook": "storybook dev -p 6006",
40
-
41
21
  "build-storybook": "storybook build",
42
-
43
22
  "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
44
-
45
23
  "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
46
-
47
24
  "lint": "eslint src --ext .ts,.tsx",
48
-
49
25
  "lint:fix": "eslint src --ext .ts,.tsx --fix",
50
-
51
26
  "lint:check": "eslint src --ext .ts,.tsx",
52
-
53
27
  "typecheck": "tsc --noEmit",
54
-
55
28
  "validate:publish": "npm run lint && npm run typecheck",
56
-
57
29
  "validate:release-docs": "node scripts/verify-release-docs.mjs",
58
-
59
30
  "release:git": "node scripts/git-release-commit.mjs",
60
-
61
31
  "bump:patch": "npm run validate:publish && npm version patch --no-git-tag-version && npm run validate:release-docs",
62
-
63
32
  "bump:minor": "npm run validate:publish && npm version minor --no-git-tag-version && npm run validate:release-docs",
64
-
65
33
  "bump:major": "npm run validate:publish && npm version major --no-git-tag-version && npm run validate:release-docs",
66
-
67
34
  "release:publish": "npm run build && npm publish",
68
-
69
35
  "pr:check": "npm run lint && npm run build",
70
-
71
36
  "pr:build": "npm run lint:fix && npm run test && npm run build",
72
-
73
37
  "prepublishOnly": "npm run validate:publish && npm run validate:release-docs",
74
-
75
38
  "publish:patch": "npm run bump:patch && npm run release:git && npm run release:publish",
76
-
77
39
  "publish:minor": "npm run bump:minor && npm run release:git && npm run release:publish",
78
-
79
40
  "publish:major": "npm run bump:major && npm run release:git && npm run release:publish"
80
-
81
41
  },
82
-
83
42
  "exports": {
84
-
85
43
  ".": {
86
-
87
44
  "types": "./dist/index.d.ts",
88
-
89
45
  "import": "./dist/index.esm.js",
90
-
91
46
  "require": "./dist/index.js"
92
-
93
47
  },
94
-
95
48
  "./index.css": "./dist/index.css"
96
-
97
49
  },
98
-
99
50
  "files": [
100
-
101
51
  "dist",
102
-
103
52
  "CHANGELOG.md",
104
-
105
53
  "README.md"
106
-
107
54
  ],
108
-
109
55
  "keywords": [
110
-
111
56
  "ui",
112
-
113
57
  "components",
114
-
115
58
  "react"
116
-
117
59
  ],
118
-
119
60
  "license": "ISC",
120
-
121
61
  "repository": {
122
-
123
62
  "type": "git",
124
-
125
63
  "url": "https://bitbucket.org/desarrollo_imj/monorepocompos"
126
-
127
64
  },
128
-
129
65
  "changelog": "./CHANGELOG.md",
130
-
131
66
  "overrides": {
132
-
133
67
  "ajv": "^8.12.0"
134
-
135
68
  },
136
-
137
69
  "peerDependencies": {
138
-
70
+ "@imj_media/orbit-tokens": "^1.2.1",
139
71
  "react": "^18.0.0",
140
-
141
72
  "react-dom": "^18.0.0"
142
-
143
73
  },
144
-
145
74
  "devDependencies": {
146
-
147
75
  "@eslint/js": "^9.17.0",
148
-
76
+ "@imj_media/orbit-tokens": "^1.2.0",
149
77
  "@storybook/addon-docs": "^9.0.12",
150
-
151
78
  "@storybook/react-vite": "^9.0.12",
152
-
153
79
  "@testing-library/jest-dom": "^6.9.1",
154
-
155
80
  "@testing-library/react": "^16.3.0",
156
-
157
81
  "@types/element-resize-detector": "^1.1.6",
158
-
159
82
  "@types/lodash": "^4.17.13",
160
-
161
83
  "@types/node": "^24.0.3",
162
-
163
84
  "@types/react": "^18.0.0",
164
-
165
85
  "@types/react-dom": "^18.0.0",
166
-
167
86
  "@vitejs/plugin-react": "^4.5.2",
168
-
169
87
  "@vitest/coverage-v8": "^4.0.15",
170
-
171
88
  "autoprefixer": "^10.4.21",
172
-
173
89
  "eslint": "^10.0.0",
174
-
175
90
  "eslint-config-airbnb-typescript": "^18.0.0",
176
-
177
91
  "eslint-import-resolver-typescript": "^4.4.4",
178
-
179
92
  "eslint-plugin-import-x": "^4.16.0",
180
-
181
93
  "eslint-plugin-jsx-a11y": "^6.10.2",
182
-
183
94
  "eslint-plugin-react": "^7.37.5",
184
-
185
95
  "eslint-plugin-react-hooks": "^7.0.1",
186
-
187
96
  "eslint-plugin-react-refresh": "^0.5.0",
188
-
189
97
  "globals": "^17.3.0",
190
-
191
98
  "jsdom": "^27.2.0",
192
-
193
99
  "postcss": "^8.5.6",
194
-
195
100
  "prettier": "^3.6.2",
196
-
197
101
  "prettier-plugin-tailwindcss": "^0.6.14",
198
-
199
102
  "react": "^18.0.0",
200
-
201
103
  "react-dom": "^18.0.0",
202
-
203
104
  "sass": "^1.89.2",
204
-
205
105
  "storybook": "^9.0.12",
206
-
207
106
  "tailwindcss": "^3.4.17",
208
-
209
107
  "terser": "^5.43.1",
210
-
211
108
  "typescript": "^5.0.0",
212
-
213
109
  "typescript-eslint": "^8.55.0",
214
-
215
110
  "vite": "^6.3.5",
216
-
217
111
  "vite-plugin-dts": "^4.2.1",
218
-
219
112
  "vitest": "^4.0.15"
220
-
221
113
  },
222
-
223
114
  "dependencies": {
224
-
225
- "@bitux/review-layer-react": "1.3.3",
226
-
115
+ "@bitux/review-layer-react": "1.3.6",
227
116
  "@fortawesome/fontawesome-svg-core": "^7.0.1",
228
-
229
117
  "@fortawesome/free-brands-svg-icons": "^7.0.1",
230
-
231
118
  "@fortawesome/pro-duotone-svg-icons": "^7.0.1",
232
-
233
119
  "@fortawesome/pro-regular-svg-icons": "^7.0.1",
234
-
235
120
  "@fortawesome/pro-solid-svg-icons": "^7.0.1",
236
-
237
121
  "@fortawesome/react-fontawesome": "^3.0.2",
238
-
239
- "@imj_media/orbit-tokens": "^1.1.0",
240
-
241
122
  "@storybook/react": "^9.0.12",
242
-
243
123
  "@tanstack/react-query": "^5.90.10",
244
-
245
124
  "@tanstack/react-table": "^8.21.3",
246
-
247
125
  "@types/react-syntax-highlighter": "^15.5.13",
248
-
249
126
  "class-variance-authority": "^0.7.1",
250
-
251
127
  "classnames": "^2.3.2",
252
-
253
128
  "clsx": "^2.1.1",
254
-
255
129
  "dayjs": "^1.11.13",
256
-
257
130
  "element-resize-detector": "^1.2.4",
258
-
259
131
  "interactjs": "^1.10.19",
260
-
261
132
  "lodash": "^4.17.21",
262
-
263
133
  "lottie-react": "^2.4.1",
264
-
265
134
  "memoize-one": "^6.0.0",
266
-
267
135
  "react-syntax-highlighter": "^15.6.1",
268
-
269
136
  "styled-components": "^6.4.0",
270
-
271
137
  "tailwind-merge": "^3.3.1",
272
-
273
138
  "tailwind-variants": "^1.0.0"
274
-
275
139
  }
276
-
277
140
  }
278
-