@minutemailer/kit 0.1.0 → 0.1.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.
- package/package.json +6 -4
- package/utils/index.d.ts +1 -1
- package/utils/index.js +1 -1
- package/utils/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minutemailer/kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Minutemailer UI Kit",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Minutemailer",
|
|
@@ -20,11 +20,13 @@
|
|
|
20
20
|
"prepub": "rm -r dist && npm run build && cp package.json dist",
|
|
21
21
|
"pub": "npm run prepub && cd dist && npm publish --access public"
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"react": "^
|
|
25
|
-
"react-dom": "^
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"react": "^18.0.0",
|
|
25
|
+
"react-dom": "^18.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
+
"react": "^18.0.0",
|
|
29
|
+
"react-dom": "^18.0.0",
|
|
28
30
|
"@storybook/addon-essentials": "^8.6.2",
|
|
29
31
|
"@storybook/blocks": "^8.6.2",
|
|
30
32
|
"@storybook/react": "^8.6.2",
|
package/utils/index.d.ts
CHANGED
|
@@ -2,5 +2,5 @@ export { default as strToDate } from './strToDate';
|
|
|
2
2
|
export { default as zeroPad } from './zeroPad';
|
|
3
3
|
export { default as replacePlaceholders } from './replacePlaceholders';
|
|
4
4
|
export { default as choice } from './choice';
|
|
5
|
-
export { default as capitalize } from './capitalize
|
|
5
|
+
export { default as capitalize } from './capitalize';
|
|
6
6
|
export { default as objToQuery } from './objToQuery';
|
package/utils/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { default as default2 } from "./strToDate";
|
|
|
2
2
|
import { default as default3 } from "./zeroPad";
|
|
3
3
|
import { default as default4 } from "./replacePlaceholders";
|
|
4
4
|
import { default as default5 } from "./choice";
|
|
5
|
-
import { default as default6 } from "./capitalize
|
|
5
|
+
import { default as default6 } from "./capitalize";
|
|
6
6
|
import { default as default7 } from "./objToQuery";
|
|
7
7
|
export {
|
|
8
8
|
default6 as capitalize,
|
package/utils/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/utils/index.ts"],
|
|
4
|
-
"sourcesContent": ["export { default as strToDate } from './strToDate';\nexport { default as zeroPad } from './zeroPad';\nexport { default as replacePlaceholders } from './replacePlaceholders';\nexport { default as choice } from './choice';\nexport { default as capitalize } from './capitalize
|
|
4
|
+
"sourcesContent": ["export { default as strToDate } from './strToDate';\nexport { default as zeroPad } from './zeroPad';\nexport { default as replacePlaceholders } from './replacePlaceholders';\nexport { default as choice } from './choice';\nexport { default as capitalize } from './capitalize';\nexport { default as objToQuery } from './objToQuery';\n"],
|
|
5
5
|
"mappings": "AAAA,SAAoB,WAAXA,gBAA4B;AACrC,SAAoB,WAAXA,gBAA0B;AACnC,SAAoB,WAAXA,gBAAsC;AAC/C,SAAoB,WAAXA,gBAAyB;AAClC,SAAoB,WAAXA,gBAA6B;AACtC,SAAoB,WAAXA,gBAA6B;",
|
|
6
6
|
"names": ["default"]
|
|
7
7
|
}
|