@proprioo/salatim 36.3.2 → 36.3.4
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/CHANGELOG.md +4 -0
- package/lib/index.js +22 -22
- package/lib/index.js.map +1 -1
- package/lib/ui/src/clickableTag/ClickableTag.styles.d.ts +1 -1
- package/package.json +4 -4
|
@@ -12,7 +12,7 @@ export declare const ClickableTag: import("styled-components").StyledComponent<"
|
|
|
12
12
|
role: "button";
|
|
13
13
|
tabIndex: 0;
|
|
14
14
|
} & {
|
|
15
|
-
onClick
|
|
15
|
+
onClick?(): void;
|
|
16
16
|
}, "role" | "tabIndex">;
|
|
17
17
|
export declare const IconWrapper: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
18
18
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proprioo/salatim",
|
|
3
|
-
"version": "36.3.
|
|
3
|
+
"version": "36.3.4",
|
|
4
4
|
"description": "Proprioo component library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"coverage": "yarn test --coverage && jest-coverage-badges",
|
|
27
27
|
"deploy": "yarn build && yarn publish --access=public --non-interactive",
|
|
28
28
|
"dev": "yarn storybook",
|
|
29
|
-
"generate-phone-metadata": "libphonenumber-metadata-generator ./packages/phone/src/metadata.custom.json --countries AD,AE,AR,AT,AU,BE,BF,BG,BR,CA,CH,CI,CM,CN,CO,CZ,DE,DK,EE,ET,DZ,ES,FI,FR,GB,GF,GG,GI,GP,GR,GQ,HK,HR,HU,IE,IL,IN,IS,IT,LB,LR,LT,LU,LV,KH,MA,MC,MG,MQ,MT,MX,NC,NL,NO,NZ,OM,PE,PF,PK,PL,PT,RE,RO,RS,RU,SE,SG,SI,SK,TH,TG,TN,TR,UA,UG,US,VN,ZA",
|
|
29
|
+
"generate-phone-metadata": "libphonenumber-metadata-generator ./packages/phone/src/metadata.custom.json --countries AD,AE,AR,AT,AU,BE,BF,BG,BR,CA,CH,CI,CM,CN,CO,CZ,DE,DK,EE,ET,DZ,ES,FI,FR,GB,GF,GG,GI,GP,GR,GQ,HK,HR,HU,ID,IE,IL,IN,IS,IT,LB,LR,LT,LU,LV,KH,MA,MC,MG,MQ,MT,MX,NC,NL,NO,NZ,OM,PE,PF,PK,PL,PT,RE,RO,RS,RU,SE,SG,SI,SK,TH,TG,TN,TR,UA,UG,US,VN,ZA",
|
|
30
30
|
"lint": "tslint -c tslint.json 'packages/**/*.{ts,tsx}'",
|
|
31
31
|
"prepare": "husky",
|
|
32
32
|
"start": "rollup -c rollup.config.ts -w",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@commitlint/cli": "^19.3.0",
|
|
44
44
|
"@commitlint/config-conventional": "^19.2.2",
|
|
45
45
|
"@popperjs/core": "^2.11.8",
|
|
46
|
-
"@proprioo/hokkaido": "^13.4
|
|
46
|
+
"@proprioo/hokkaido": "^13.5.4",
|
|
47
47
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
48
48
|
"@rollup/plugin-json": "^6.1.0",
|
|
49
49
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"yup": "^1.4.0"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|
|
120
|
-
"@proprioo/hokkaido": "^13.5.
|
|
120
|
+
"@proprioo/hokkaido": "^13.5.4",
|
|
121
121
|
"date-fns": "^3.6.0",
|
|
122
122
|
"polished": "^4.3.1",
|
|
123
123
|
"react": "^18.3.1",
|