@appcorp/kismaa-web-ui 0.2.22 → 0.2.24
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.
|
@@ -16,7 +16,7 @@ interface ButtonProps extends BaseProps {
|
|
|
16
16
|
interface ComboBoxProps extends BaseProps {
|
|
17
17
|
comboInputOnChange?: (k: string, v: string) => void;
|
|
18
18
|
comboOnBlur?: (k: string, v: string) => void;
|
|
19
|
-
comboOnChange?: (k: string, v:
|
|
19
|
+
comboOnChange?: (k: string, v: object) => void;
|
|
20
20
|
comboLabel?: string;
|
|
21
21
|
comboSelectedItem?: any;
|
|
22
22
|
comboListItems?: any[];
|
|
@@ -19,8 +19,8 @@ var ReviewCard = function (_a) {
|
|
|
19
19
|
react_1.default.createElement("div", { className: "grid grid-cols-2" },
|
|
20
20
|
react_1.default.createElement(quote_icon_1.QuoteIcon, { fill: isActive ? '#FFF' : quoteIconFill, className: "size-10" }),
|
|
21
21
|
react_1.default.createElement("div", { className: "flex flex-row-reverse gap-2" },
|
|
22
|
-
isTrustPilot && (react_1.default.createElement("div", { className: "relative
|
|
23
|
-
react_1.default.createElement(image_1.default, { alt: "Trustpilot logo", fill: true, height: 0, sizes: "
|
|
22
|
+
isTrustPilot && (react_1.default.createElement("div", { className: "relative h-8 w-8 shrink-0" },
|
|
23
|
+
react_1.default.createElement(image_1.default, { alt: "Trustpilot logo", fill: true, height: 0, sizes: "8vw", src: trustPilotSrc, width: 0 }))),
|
|
24
24
|
react_1.default.createElement("div", { className: "flex flex-col items-end" },
|
|
25
25
|
react_1.default.createElement("div", { className: "font-secondary" },
|
|
26
26
|
react_1.default.createElement(molecules_1.Typography, { variant: molecules_1.TYPOGRAPHY_VARIANTS.H5 }, (0, util_functions_1.truncateText)(name, 7))),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/kismaa-web-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.24",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "lib/main.js",
|
|
6
6
|
"module": "lib/module.js",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@appcorp/app-corp-designs": "^0.4.
|
|
47
|
-
"@appcorp/app-corp-vista": "^0.2.
|
|
48
|
-
"@appcorp/kismaa-utils": "^0.2.
|
|
46
|
+
"@appcorp/app-corp-designs": "^0.4.90",
|
|
47
|
+
"@appcorp/app-corp-vista": "^0.2.83",
|
|
48
|
+
"@appcorp/kismaa-utils": "^0.2.24",
|
|
49
49
|
"@chromatic-com/storybook": "3.2.6",
|
|
50
50
|
"@eslint/compat": "^1.2.8",
|
|
51
51
|
"@headlessui/react": "^2",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@mdx-js/react": "^3",
|
|
56
56
|
"@next/eslint-plugin-next": "^15",
|
|
57
57
|
"@next/mdx": "^15",
|
|
58
|
-
"@react-pakistan/util-functions": "^1.24.
|
|
58
|
+
"@react-pakistan/util-functions": "^1.24.38",
|
|
59
59
|
"@storybook/addon-essentials": "^8",
|
|
60
60
|
"@storybook/addon-interactions": "^8",
|
|
61
61
|
"@storybook/addon-links": "^8",
|