@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.js
CHANGED
|
@@ -4048,8 +4048,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4048
4048
|
borderRadius: typeof theme.borderRadius === 'string' ? theme.borderRadius : theme.borderRadius.medium,
|
|
4049
4049
|
} },
|
|
4050
4050
|
React.createElement("h3", { className: facetsTheme.facetTitle, style: {
|
|
4051
|
-
fontSize: theme.typography.fontSize.large,
|
|
4052
|
-
fontWeight: 'bold',
|
|
4053
4051
|
margin: 0,
|
|
4054
4052
|
marginBottom: theme.spacing.medium,
|
|
4055
4053
|
color: theme.colors.text,
|
|
@@ -4073,8 +4071,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4073
4071
|
borderRadius: typeof theme.borderRadius === 'string' ? theme.borderRadius : theme.borderRadius.medium,
|
|
4074
4072
|
} },
|
|
4075
4073
|
React.createElement("h3", { className: facetsTheme.facetTitle, style: {
|
|
4076
|
-
fontSize: theme.typography.fontSize.large,
|
|
4077
|
-
fontWeight: 'bold',
|
|
4078
4074
|
margin: 0,
|
|
4079
4075
|
marginBottom: theme.spacing.medium,
|
|
4080
4076
|
color: theme.colors.text,
|
|
@@ -4120,8 +4116,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4120
4116
|
textAlign: 'left',
|
|
4121
4117
|
} },
|
|
4122
4118
|
React.createElement("span", { className: facetsTheme.facetTitle, style: {
|
|
4123
|
-
fontSize: theme.typography.fontSize.large,
|
|
4124
|
-
fontWeight: 'bold',
|
|
4125
4119
|
color: theme.colors.text,
|
|
4126
4120
|
flex: 1,
|
|
4127
4121
|
} }, facet.label || facet.field),
|
|
@@ -4240,8 +4234,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4240
4234
|
borderRadius: typeof theme.borderRadius === 'string' ? theme.borderRadius : theme.borderRadius.medium,
|
|
4241
4235
|
} },
|
|
4242
4236
|
React.createElement("h3", { className: facetsTheme.facetTitle, style: {
|
|
4243
|
-
fontSize: theme.typography.fontSize.large,
|
|
4244
|
-
fontWeight: 'bold',
|
|
4245
4237
|
margin: 0,
|
|
4246
4238
|
marginBottom: theme.spacing.medium,
|
|
4247
4239
|
color: theme.colors.text,
|
|
@@ -4322,8 +4314,6 @@ const Facets = ({ results: resultsProp, facets: facetsProp, onFacetChange, rende
|
|
|
4322
4314
|
} },
|
|
4323
4315
|
React.createElement("div", { style: { display: 'flex', alignItems: 'center', justifyContent: 'space-between', marginBottom: theme.spacing.small } },
|
|
4324
4316
|
React.createElement("h3", { className: facetsTheme.facetTitle, style: {
|
|
4325
|
-
fontSize: theme.typography.fontSize.large,
|
|
4326
|
-
fontWeight: 'bold',
|
|
4327
4317
|
margin: 0,
|
|
4328
4318
|
color: theme.colors.text,
|
|
4329
4319
|
} }, facet.label || facet.field),
|