@drivy/cobalt 0.34.4 → 0.34.5
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drivy/cobalt",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.5",
|
|
4
4
|
"description": "Opinionated design system for Drivy's projects.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"lodash.throttle": "4.1.1",
|
|
36
36
|
"media-typer": "1.1.0",
|
|
37
37
|
"nanoid": "4.0.2",
|
|
38
|
-
"postcss": "8.4.
|
|
38
|
+
"postcss": "8.4.27",
|
|
39
39
|
"tailwindcss": "2.2.19",
|
|
40
40
|
"tippy.js": "6.3.7"
|
|
41
41
|
},
|
|
@@ -58,19 +58,20 @@
|
|
|
58
58
|
"@storybook/manager-webpack5": "6.5.16",
|
|
59
59
|
"@storybook/react": "6.5.16",
|
|
60
60
|
"@svgr/cli": "7.0.0",
|
|
61
|
-
"@testing-library/jest-dom": "5.
|
|
61
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
62
62
|
"@testing-library/react": "14.0.0",
|
|
63
63
|
"@testing-library/react-hooks": "8.0.1",
|
|
64
64
|
"@types/classnames": "2.3.1",
|
|
65
65
|
"@types/jest": "29.5.2",
|
|
66
66
|
"@types/lodash.throttle": "4.1.7",
|
|
67
67
|
"@types/media-typer": "1.1.1",
|
|
68
|
-
"@types/
|
|
68
|
+
"@types/prettier": "2.7.3",
|
|
69
|
+
"@types/react-dom": "18.2.7",
|
|
69
70
|
"@whitespace/storybook-addon-html": "^5.1.6",
|
|
70
71
|
"autoprefixer": "10.4.14",
|
|
71
|
-
"core-js": "3.
|
|
72
|
+
"core-js": "3.32.0",
|
|
72
73
|
"css-loader": "6.8.1",
|
|
73
|
-
"eslint": "8.
|
|
74
|
+
"eslint": "8.45.0",
|
|
74
75
|
"file-loader": "6.2.0",
|
|
75
76
|
"jest": "29.5.0",
|
|
76
77
|
"jest-environment-jsdom": "29.5.0",
|
|
@@ -89,18 +90,18 @@
|
|
|
89
90
|
"rollup-plugin-copy": "3.4.0",
|
|
90
91
|
"rollup-plugin-postcss": "4.0.2",
|
|
91
92
|
"rollup-plugin-svgo": "2.0.0",
|
|
92
|
-
"rollup-plugin-typescript2": "0.
|
|
93
|
-
"sass": "1.
|
|
93
|
+
"rollup-plugin-typescript2": "0.35.0",
|
|
94
|
+
"sass": "1.64.1",
|
|
94
95
|
"sass-loader": "13.3.2",
|
|
95
96
|
"sharp": "0.32.1",
|
|
96
97
|
"sharp-cli": "4.1.1",
|
|
97
98
|
"style-loader": "3.3.3",
|
|
98
|
-
"stylelint": "15.
|
|
99
|
+
"stylelint": "15.10.2",
|
|
99
100
|
"svg2vectordrawable": "2.9.1",
|
|
100
101
|
"svgo": "3.0.2",
|
|
101
|
-
"ts-jest": "29.1.
|
|
102
|
+
"ts-jest": "29.1.1",
|
|
102
103
|
"ts-node": "10.9.1",
|
|
103
|
-
"typescript": "5.1.
|
|
104
|
+
"typescript": "5.1.6"
|
|
104
105
|
},
|
|
105
106
|
"scripts": {
|
|
106
107
|
"build": "./scripts/build.sh",
|
|
@@ -23,7 +23,7 @@ type Props = {
|
|
|
23
23
|
renderItem?: (item: AutocompleteItem, term: string) => React.ReactNode;
|
|
24
24
|
} & FormElement & React.InputHTMLAttributes<HTMLInputElement>;
|
|
25
25
|
declare const wrappedComponent: React.ComponentClass<{
|
|
26
|
-
icon?: "map" | "
|
|
26
|
+
icon?: "map" | "search" | "filter" | "accountDetails" | "addPicture" | "airConditioning" | "airport" | "android" | "antique" | "arrowLeftCircleFilled" | "arrowLeft" | "arrowRightCircleFilled" | "arrowRightCircle" | "arrowRight" | "audioInput" | "babySeat" | "battery" | "bell" | "bikeRack" | "bin" | "bluetooth" | "briefcase" | "bulb" | "cable" | "cabriolet" | "calendarCheck" | "calendarClock" | "calendarEnd" | "calendarStart" | "calendar" | "cameraAdd" | "camera" | "campervan" | "carAdd" | "carCheck" | "carDamages" | "carDrivyOpen" | "carGroup" | "carLock" | "carPlay" | "carReturn" | "carSearch" | "carTypeAntique" | "carTypeCabriolet" | "carTypeCampervan" | "carTypeCity" | "carTypeConvertible" | "carTypeCoupe" | "carTypeFamily" | "carTypeFourFour" | "carTypeMinibus" | "carTypeSedan" | "carTypeUtility" | "car" | "card" | "cdPlayer" | "certificate" | "chains" | "checkCircleFilled" | "checkCircle" | "check" | "checklist" | "chevronDown" | "chevronLeft" | "chevronRight" | "chevronUp" | "circledArrowRight" | "city" | "cleaning" | "clockAlert" | "clockBackwards" | "clockForwards" | "clock" | "closeCircleFilled" | "close" | "connectCar" | "contactMail" | "contactPhone" | "contextualPaperclip" | "contextualQuestion" | "contextualWarningCircleFilled" | "contextualWarningCircle" | "convertible" | "copy" | "coupe" | "creditCardAdd" | "creditCardError" | "creditCard" | "cruiseControl" | "dashcam" | "directions" | "document" | "dotHorizontal" | "dotVertical" | "dotsHorizontal" | "dotsVertical" | "download" | "earning" | "earth" | "edit" | "electric" | "evBattery" | "evCable" | "evCharger" | "externalLink" | "eyeClosed" | "eyeOpened" | "eye" | "faceRecognition" | "facebook" | "family" | "fileFilled" | "filters" | "flag" | "fourByFour" | "fourWheelDrive" | "fuelTank" | "geolocation" | "gift" | "gps" | "graphUp" | "healing" | "heart" | "hitch" | "home" | "idCard" | "incident" | "infoCircleFilled" | "infoCircle" | "infoFilled" | "info" | "instant" | "invoice" | "keyConnect" | "key" | "licenceCheck" | "licencePaper" | "licence" | "lifeBuoy" | "linkedin" | "loading" | "locality" | "locationMap" | "locationParking" | "locationPin" | "location" | "lockCheck" | "locked" | "login" | "logout" | "mailCheck" | "mail" | "mapAlt" | "meetDriver" | "meetOwner" | "menuList" | "messages" | "mileage" | "minibus" | "minusCircleFilled" | "minus" | "miscGift" | "nearbyDevice" | "notification" | "number1Circle" | "number2Circle" | "number3Circle" | "number4Circle" | "number5Circle" | "okHand" | "optionAirConditioning" | "optionAndroidAuto" | "optionAppleCarplay" | "optionAudioInput" | "optionBabySeat" | "optionBikeRack" | "optionBluetoothAudio" | "optionCdPlayer" | "optionChains" | "optionCruiseControl" | "optionDashcam" | "optionGps" | "optionHasTrailer" | "optionHitch" | "optionRoofBox" | "optionSkiRack" | "optionSnowTire" | "optionWheelchairAccessible" | "paperclip" | "parking" | "passport" | "payments" | "pencil" | "peopleUser" | "performance" | "phoneLink" | "phone" | "photos" | "pickupTruck" | "pig" | "pin" | "plug" | "plusCircleFilled" | "plus" | "position" | "pricingFlat" | "pricingVariable" | "profilePicture" | "questionCircleFilled" | "questionCircle" | "question" | "raceFlag" | "refresh" | "reorder" | "replacementCar" | "reply" | "reset" | "ride" | "roofBox" | "sealCheck" | "searchCar" | "searchPeople" | "sedan" | "serviceBattery" | "serviceCleaning" | "serviceFuel" | "serviceHealing" | "serviceLocked" | "serviceTolls" | "serviceUnlocked" | "settings" | "shareAndroid" | "shareIos" | "share" | "shieldCheck" | "shield" | "shop" | "skiRack" | "slider" | "smartphone" | "snowTire" | "socialFacebook" | "socialLinkedin" | "socialTwitter" | "socialWhatsapp" | "starHalf" | "star" | "stars" | "subway" | "suitcase" | "support" | "suv" | "synch" | "tag" | "timeAlert" | "timeBackwards" | "timeCalendar" | "timeForward" | "tolls" | "trailer" | "train" | "triangleDown" | "triangleRight" | "triangleUp" | "twitter" | "twoPeople" | "unfold" | "unlocked" | "userCheck" | "userQuestion" | "userShield" | "userSwitch" | "user" | "utilityVanLarge" | "utilityVanMedium" | "utilityVanSmall" | "verifiedSeal" | "walk" | "wallet" | "warningCircleFilled" | "warningCircle" | "whatsapp" | "wheel" | "wheelchair" | "wrench" | "yingyang" | undefined;
|
|
27
27
|
items: (AutocompleteItem | string)[];
|
|
28
28
|
minQueryLength?: number | undefined;
|
|
29
29
|
autoFilter?: boolean | undefined;
|