@seekora-ai/ui-sdk-react 0.2.21 → 0.2.22
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/dist/src/index.esm.js
CHANGED
|
@@ -4046,8 +4046,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4046
4046
|
borderRadius: typeof theme.borderRadius === 'string' ? theme.borderRadius : theme.borderRadius.medium,
|
|
4047
4047
|
} },
|
|
4048
4048
|
React.createElement("h3", { className: facetsTheme.facetTitle, style: {
|
|
4049
|
-
fontSize: theme.typography.fontSize.large,
|
|
4050
|
-
fontWeight: 'bold',
|
|
4051
4049
|
margin: 0,
|
|
4052
4050
|
marginBottom: theme.spacing.medium,
|
|
4053
4051
|
color: theme.colors.text,
|
|
@@ -4071,8 +4069,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4071
4069
|
borderRadius: typeof theme.borderRadius === 'string' ? theme.borderRadius : theme.borderRadius.medium,
|
|
4072
4070
|
} },
|
|
4073
4071
|
React.createElement("h3", { className: facetsTheme.facetTitle, style: {
|
|
4074
|
-
fontSize: theme.typography.fontSize.large,
|
|
4075
|
-
fontWeight: 'bold',
|
|
4076
4072
|
margin: 0,
|
|
4077
4073
|
marginBottom: theme.spacing.medium,
|
|
4078
4074
|
color: theme.colors.text,
|
|
@@ -4118,8 +4114,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4118
4114
|
textAlign: 'left',
|
|
4119
4115
|
} },
|
|
4120
4116
|
React.createElement("span", { className: facetsTheme.facetTitle, style: {
|
|
4121
|
-
fontSize: theme.typography.fontSize.large,
|
|
4122
|
-
fontWeight: 'bold',
|
|
4123
4117
|
color: theme.colors.text,
|
|
4124
4118
|
flex: 1,
|
|
4125
4119
|
} }, facet.label || facet.field),
|
|
@@ -4238,8 +4232,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4238
4232
|
borderRadius: typeof theme.borderRadius === 'string' ? theme.borderRadius : theme.borderRadius.medium,
|
|
4239
4233
|
} },
|
|
4240
4234
|
React.createElement("h3", { className: facetsTheme.facetTitle, style: {
|
|
4241
|
-
fontSize: theme.typography.fontSize.large,
|
|
4242
|
-
fontWeight: 'bold',
|
|
4243
4235
|
margin: 0,
|
|
4244
4236
|
marginBottom: theme.spacing.medium,
|
|
4245
4237
|
color: theme.colors.text,
|
|
@@ -4320,8 +4312,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4320
4312
|
} },
|
|
4321
4313
|
React.createElement("div", { style: { display: 'flex', alignItems: 'center', justifyContent: 'space-between', marginBottom: theme.spacing.small } },
|
|
4322
4314
|
React.createElement("h3", { className: facetsTheme.facetTitle, style: {
|
|
4323
|
-
fontSize: theme.typography.fontSize.large,
|
|
4324
|
-
fontWeight: 'bold',
|
|
4325
4315
|
margin: 0,
|
|
4326
4316
|
color: theme.colors.text,
|
|
4327
4317
|
} }, facet.label || facet.field),
|