siam-ui-utils 1.1.2 → 1.1.3
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/index.d.ts +3 -0
- package/package.json +1 -4
package/index.d.ts
CHANGED
|
@@ -6,6 +6,9 @@ declare module "siam-ui-utils" {
|
|
|
6
6
|
//CUSTOMSELECTINPUT
|
|
7
7
|
export function CustomSelectInput(props);
|
|
8
8
|
|
|
9
|
+
//INTLMESSAGES
|
|
10
|
+
export function IntlMessages(props);
|
|
11
|
+
|
|
9
12
|
//ICONOS
|
|
10
13
|
export function AnularAyudaIcon (props);
|
|
11
14
|
export function AsesoriaBurbujaButton(props);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "siam-ui-utils",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"ampf-react",
|
|
6
6
|
"ampf-utils",
|
|
@@ -19,9 +19,6 @@
|
|
|
19
19
|
},
|
|
20
20
|
"moduleResolution": "nodenext",
|
|
21
21
|
"scripts": {
|
|
22
|
-
"build-browser": "npx tsc --allowJs true src/index.js --outDir dist_browser",
|
|
23
|
-
"cpToDistBrowser": "copyfiles --all src/**/*.* dist_browser",
|
|
24
|
-
"publish-npm_": "npm run cpToDistBrowser & npm publish",
|
|
25
22
|
"publish-npm": "npm publish"
|
|
26
23
|
},
|
|
27
24
|
"dependencies": {
|