@proprioo/salatim 30.2.0 → 30.3.0
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/date/src/datePicker/DatePicker.styles.d.ts +274 -1
- package/lib/date/src/datePickerWrapper/DatepickerWrapper.styles.d.ts +3 -2
- package/lib/date/src/singleMonth/SingleMonth.styles.d.ts +274 -1
- package/lib/energy/src/Energy.styles.d.ts +2453 -12
- package/lib/forms/src/errorForm/ErrorForm.styles.d.ts +274 -1
- package/lib/index.js +323 -360
- package/lib/index.js.map +1 -1
- package/lib/phone/src/phoneAndFlag/PhoneAndFlag.styles.d.ts +831 -5
- package/lib/phone/src/phoneInput/Phone.styles.d.ts +3 -2
- package/lib/ui/src/accordion/Accordion.styles.d.ts +278 -5
- package/lib/ui/src/agentBanner/AgentBanner.styles.d.ts +1374 -6
- package/lib/ui/src/agentCard/AgentCard.styles.d.ts +2461 -9
- package/lib/ui/src/block/Block.styles.d.ts +4 -3
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.styles.d.ts +276 -3
- package/lib/ui/src/blockIcon/BlockIcon.styles.d.ts +307 -3
- package/lib/ui/src/burger/Burger.styles.d.ts +275 -2
- package/lib/ui/src/button/Button.styles.d.ts +276 -3
- package/lib/ui/src/buttonRadioGroup/ButtonRadio.styles.d.ts +307 -3
- package/lib/ui/src/buttonRadioGroup/ButtonRadioGroup.styles.d.ts +274 -1
- package/lib/ui/src/card/Card.styles.d.ts +2195 -15
- package/lib/ui/src/checkbox/Checkbox.styles.d.ts +280 -7
- package/lib/ui/src/emailInput/EmailInput.styles.d.ts +556 -2
- package/lib/ui/src/fieldset/Fieldset.styles.d.ts +550 -4
- package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.js +1 -1
- package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.js.map +1 -1
- package/lib/ui/src/icons/index.d.ts +1 -0
- package/lib/ui/src/input/Input.d.ts +1 -2
- package/lib/ui/src/input/Input.js.map +1 -1
- package/lib/ui/src/input/Input.styles.d.ts +306 -2
- package/lib/ui/src/inputBase/InputBase.styles.d.ts +555 -8
- package/lib/ui/src/inputLoader/InputLoader.styles.d.ts +546 -2
- package/lib/ui/src/inputLoading/InputLoading.styles.d.ts +274 -1
- package/lib/ui/src/loader/Loader.styles.d.ts +550 -6
- package/lib/ui/src/modal/Modal.styles.d.ts +1097 -11
- package/lib/ui/src/nativeSelect/NativeSelect.styles.d.ts +282 -1
- package/lib/ui/src/option/Option.styles.d.ts +276 -3
- package/lib/ui/src/radio/Radio.styles.d.ts +851 -3
- package/lib/ui/src/select/Select.styles.d.ts +547 -3
- package/lib/ui/src/selectWrapper/SelectWrapper.styles.d.ts +4 -3
- package/lib/ui/src/subtitle/Subtitle.styles.d.ts +276 -3
- package/lib/ui/src/tag/Tag.styles.d.ts +824 -8
- package/lib/ui/src/textToggle/TextToggle.styles.d.ts +550 -6
- package/lib/ui/src/textarea/Textarea.styles.d.ts +275 -2
- package/lib/ui/src/title/H1.styles.d.ts +2 -1
- package/lib/ui/src/title/H2.styles.d.ts +2 -1
- package/lib/ui/src/title/H3.styles.d.ts +2 -1
- package/lib/ui/src/title/H4.styles.d.ts +2 -1
- package/lib/ui/src/title/H5.styles.d.ts +2 -1
- package/lib/ui/src/title/H6.styles.d.ts +2 -1
- package/lib/ui/src/title/Title.d.ts +6 -6
- package/lib/ui/src/title/Title.styles.d.ts +7 -7
- package/lib/ui/src/toggle/Toggle.styles.d.ts +276 -3
- package/lib/ui/src/tooltip/Tooltip.styles.d.ts +546 -2
- package/lib/utils/src/container.d.ts +274 -1
- package/lib/utils/src/fonts.d.ts +2 -2
- package/lib/utils/src/line.d.ts +274 -1
- package/lib/utils/src/paragraphs.d.ts +13 -13
- package/lib/utils/src/reset.d.ts +1 -1
- package/lib/utils/src/row.d.ts +274 -1
- package/lib/utils/src/scrollbars.d.ts +1 -1
- package/lib/utils/src/test-utils.d.ts +1 -1
- package/lib/utils/src/utils.styles.d.ts +7352 -33
- package/package.json +13 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proprioo/salatim",
|
|
3
|
-
"version": "30.
|
|
3
|
+
"version": "30.3.0",
|
|
4
4
|
"description": "Proprioo component library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"dev": "yarn storybook",
|
|
29
29
|
"generate-phone-metadata": "libphonenumber-metadata-generator ./packages/phone/src/metadata.custom.json --countries AD,AE,AR,AT,AU,BE,BR,CA,CH,CZ,DE,DK,EE,DZ,ES,FI,FR,GB,GF,GG,GI,GP,GR,HR,IE,IL,IN,IS,IT,LB,LT,LU,MA,MC,MQ,NL,NO,NZ,PF,PK,PL,PT,RE,RS,RU,SE,SG,TH,TN,US,VN",
|
|
30
30
|
"lint": "tslint -c tslint.json 'packages/**/*.{ts,tsx}'",
|
|
31
|
-
"pretty-quick": "pretty-quick",
|
|
32
31
|
"start": "rollup -c rollup.config.ts -w",
|
|
33
32
|
"test": "NODE_ICU_DATA=node_modules/full-icu jest --logHeapUsage --maxWorkers=2",
|
|
34
33
|
"test:watch": "yarn test --watch",
|
|
@@ -40,10 +39,10 @@
|
|
|
40
39
|
"@types/react": "^18.2.14"
|
|
41
40
|
},
|
|
42
41
|
"devDependencies": {
|
|
43
|
-
"@commitlint/cli": "^17.6.
|
|
44
|
-
"@commitlint/config-conventional": "^17.6.
|
|
42
|
+
"@commitlint/cli": "^17.6.7",
|
|
43
|
+
"@commitlint/config-conventional": "^17.6.7",
|
|
45
44
|
"@popperjs/core": "^2.11.8",
|
|
46
|
-
"@proprioo/hokkaido": "^7.
|
|
45
|
+
"@proprioo/hokkaido": "^7.2.0",
|
|
47
46
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
48
47
|
"@rollup/plugin-json": "^4.1.0",
|
|
49
48
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
@@ -53,22 +52,21 @@
|
|
|
53
52
|
"@storybook/addon-knobs": "^6.4.0",
|
|
54
53
|
"@storybook/addon-links": "^6.5.16",
|
|
55
54
|
"@storybook/react": "^6.5.16",
|
|
56
|
-
"@testing-library/jest-dom": "^5.
|
|
55
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
57
56
|
"@testing-library/react": "^14.0.0",
|
|
58
57
|
"@testing-library/user-event": "^14.4.3",
|
|
59
58
|
"@types/googlemaps": "^3.43.3",
|
|
60
|
-
"@types/jest": "^29.5.
|
|
59
|
+
"@types/jest": "^29.5.3",
|
|
61
60
|
"@types/jest-axe": "^3.5.5",
|
|
62
61
|
"@types/mailcheck": "^1.1.33",
|
|
63
|
-
"@types/react": "^18.2.
|
|
62
|
+
"@types/react": "^18.2.15",
|
|
64
63
|
"@types/react-color": "^3.0.6",
|
|
65
64
|
"@types/react-dates": "^21.8.3",
|
|
66
|
-
"@types/react-dom": "^18.2.
|
|
65
|
+
"@types/react-dom": "^18.2.7",
|
|
67
66
|
"@types/react-phone-number-input": "^3.0.14",
|
|
68
67
|
"@types/react-places-autocomplete": "^7.2.9",
|
|
69
68
|
"@types/react-test-renderer": "^18.0.0",
|
|
70
69
|
"@types/react-toggle": "^4.0.3",
|
|
71
|
-
"@types/styled-components": "^5.1.26",
|
|
72
70
|
"babel-loader": "^8.3.0",
|
|
73
71
|
"babel-preset-react-app": "^10.0.1",
|
|
74
72
|
"date-fns": "^2.30.0",
|
|
@@ -76,16 +74,16 @@
|
|
|
76
74
|
"full-icu": "^1.5.0",
|
|
77
75
|
"husky": "^8.0.3",
|
|
78
76
|
"jest": "^29.6.1",
|
|
79
|
-
"jest-axe": "^
|
|
77
|
+
"jest-axe": "^8.0.0",
|
|
80
78
|
"jest-coverage-badges": "^1.1.2",
|
|
81
79
|
"jest-environment-jsdom": "^29.6.1",
|
|
82
80
|
"libphonenumber-metadata-generator": "^1.0.1",
|
|
81
|
+
"lint-staged": "^13.2.3",
|
|
83
82
|
"madge": "^6.1.0",
|
|
84
83
|
"mockdate": "^3.0.5",
|
|
85
84
|
"polished": "^4.2.2",
|
|
86
|
-
"postcss": "^8.4.
|
|
87
|
-
"prettier": "^
|
|
88
|
-
"pretty-quick": "^3.1.3",
|
|
85
|
+
"postcss": "^8.4.26",
|
|
86
|
+
"prettier": "^3.0.0",
|
|
89
87
|
"react": "^18.2.0",
|
|
90
88
|
"react-dates": "^21.8.0",
|
|
91
89
|
"react-dom": "^18.2.0",
|
|
@@ -102,7 +100,7 @@
|
|
|
102
100
|
"rollup-plugin-terser": "^7.0.2",
|
|
103
101
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
104
102
|
"source-map-explorer": "^2.5.3",
|
|
105
|
-
"styled-components": "^
|
|
103
|
+
"styled-components": "^6.0.4",
|
|
106
104
|
"ts-jest": "^29.1.1",
|
|
107
105
|
"ts-node": "^10.9.1",
|
|
108
106
|
"tslint": "^6.1.3",
|