siam-ui-utils 2.2.32 → 2.2.33
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.
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/package.json +5 -1
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.js"],"sourcesContent":["// DEPRECATED: Este archivo ya no se usa.\r\n// Para importar componentes, usa los imports modulares directamente:\r\n//\r\n// ❌ NO: import { createField } from 'siam-ui-utils';\r\n// ✅ SÍ: import { createField } from 'siam-ui-utils/custom-input';\r\n//\r\n// Módulos disponibles:\r\n// - siam-ui-utils/copy-link\r\n// - siam-ui-utils/custom-input\r\n// - siam-ui-utils/CustomBootstrap\r\n// - siam-ui-utils/CustomSelectInput\r\n// - siam-ui-utils/dropzone-uploader\r\n// - siam-ui-utils/iconos\r\n// - siam-ui-utils/select\r\n// - siam-ui-utils/timer\r\n// - siam-ui-utils/tomar-foto\r\n// - siam-ui-utils/view-layout\r\n// - siam-ui-utils/where-by-room\r\n\r\nthrow new Error(\r\n 'Import desde \"siam-ui-utils\" no está permitido. ' +\r\n 'Usa imports modulares como: import { Component } from \"siam-ui-utils/module-name\". ' +\r\n 'Ver documentación: https://github.com/ampfgit/siam-ui-utils#readme'\r\n);\r\n"],"names":[],"mappings":"AAmBA,MAAM,IAAI;AAAA,EACR;AAGF;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "siam-ui-utils",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.33",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"ampf-react",
|
|
6
6
|
"ampf-utils",
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"types": "./index.d.ts",
|
|
14
14
|
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"import": "./dist/index.js",
|
|
17
|
+
"types": "./index.d.ts"
|
|
18
|
+
},
|
|
15
19
|
"./iconos": {
|
|
16
20
|
"import": "./dist/iconos/index.js",
|
|
17
21
|
"types": "./index.d.ts"
|