@umami/react-zen 0.197.0 → 0.198.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/dist/index.css +6 -5
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/styles.css +6 -5
package/dist/index.css
CHANGED
|
@@ -4694,20 +4694,21 @@ body a.Button_button__NGQyO {
|
|
|
4694
4694
|
}
|
|
4695
4695
|
|
|
4696
4696
|
/* virtual-css:css:851dd5366a20c382ffec60997ee93e35 */
|
|
4697
|
-
.
|
|
4697
|
+
.Select_select__M2I4N {
|
|
4698
4698
|
width: 100%;
|
|
4699
4699
|
}
|
|
4700
|
-
.
|
|
4700
|
+
.Select_button__NTc5Y {
|
|
4701
4701
|
width: 100%;
|
|
4702
|
+
min-height: 40px;
|
|
4702
4703
|
}
|
|
4703
|
-
.
|
|
4704
|
+
.Select_value__ZTYwN {
|
|
4704
4705
|
display: flex;
|
|
4705
4706
|
align-items: center;
|
|
4706
4707
|
justify-content: space-between;
|
|
4707
4708
|
width: 100%;
|
|
4708
4709
|
gap: var(--gap);
|
|
4709
4710
|
}
|
|
4710
|
-
.
|
|
4711
|
+
.Select_list__NTcwM {
|
|
4711
4712
|
padding: var(--spacing-2);
|
|
4712
4713
|
background-color: var(--background-color);
|
|
4713
4714
|
border: var(--border);
|
|
@@ -4715,7 +4716,7 @@ body a.Button_button__NGQyO {
|
|
|
4715
4716
|
box-shadow: var(--box-shadow-3);
|
|
4716
4717
|
width: 260px;
|
|
4717
4718
|
}
|
|
4718
|
-
.
|
|
4719
|
+
.Select_search__MWNhN {
|
|
4719
4720
|
margin-bottom: var(--spacing-2);
|
|
4720
4721
|
}
|
|
4721
4722
|
|
package/dist/index.js
CHANGED
|
@@ -34087,7 +34087,7 @@ var import_react198 = require("react");
|
|
|
34087
34087
|
var import_classnames46 = __toESM(require_classnames());
|
|
34088
34088
|
|
|
34089
34089
|
// css-modules:E:\dev\umami-react-zen\src\components\Select.module.css
|
|
34090
|
-
var Select_default = { "select": "
|
|
34090
|
+
var Select_default = { "select": "Select_select__M2I4N", "button": "Select_button__NTc5Y", "value": "Select_value__ZTYwN", "list": "Select_list__NTcwM", "search": "Select_search__MWNhN" };
|
|
34091
34091
|
|
|
34092
34092
|
// src/components/Select.tsx
|
|
34093
34093
|
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
@@ -34159,7 +34159,7 @@ function Select2({
|
|
|
34159
34159
|
autoFocus: true
|
|
34160
34160
|
}
|
|
34161
34161
|
),
|
|
34162
|
-
isLoading && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Loading, { icon: "dots", placement: "center", size: "sm" }),
|
|
34162
|
+
isLoading && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Loading, { icon: "dots", placement: "center", size: "sm", height: "60px" }),
|
|
34163
34163
|
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
34164
34164
|
List,
|
|
34165
34165
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -33969,7 +33969,7 @@ import { useState as useState19 } from "react";
|
|
|
33969
33969
|
var import_classnames46 = __toESM(require_classnames());
|
|
33970
33970
|
|
|
33971
33971
|
// css-modules:E:\dev\umami-react-zen\src\components\Select.module.css
|
|
33972
|
-
var Select_default = { "select": "
|
|
33972
|
+
var Select_default = { "select": "Select_select__M2I4N", "button": "Select_button__NTc5Y", "value": "Select_value__ZTYwN", "list": "Select_list__NTcwM", "search": "Select_search__MWNhN" };
|
|
33973
33973
|
|
|
33974
33974
|
// src/components/Select.tsx
|
|
33975
33975
|
import { jsx as jsx63, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
@@ -34041,7 +34041,7 @@ function Select2({
|
|
|
34041
34041
|
autoFocus: true
|
|
34042
34042
|
}
|
|
34043
34043
|
),
|
|
34044
|
-
isLoading && /* @__PURE__ */ jsx63(Loading, { icon: "dots", placement: "center", size: "sm" }),
|
|
34044
|
+
isLoading && /* @__PURE__ */ jsx63(Loading, { icon: "dots", placement: "center", size: "sm", height: "60px" }),
|
|
34045
34045
|
/* @__PURE__ */ jsx63(
|
|
34046
34046
|
List,
|
|
34047
34047
|
{
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -5012,20 +5012,21 @@ body a.Button_button__NGQyO {
|
|
|
5012
5012
|
}
|
|
5013
5013
|
|
|
5014
5014
|
/* virtual-css:css:851dd5366a20c382ffec60997ee93e35 */
|
|
5015
|
-
.
|
|
5015
|
+
.Select_select__M2I4N {
|
|
5016
5016
|
width: 100%;
|
|
5017
5017
|
}
|
|
5018
|
-
.
|
|
5018
|
+
.Select_button__NTc5Y {
|
|
5019
5019
|
width: 100%;
|
|
5020
|
+
min-height: 40px;
|
|
5020
5021
|
}
|
|
5021
|
-
.
|
|
5022
|
+
.Select_value__ZTYwN {
|
|
5022
5023
|
display: flex;
|
|
5023
5024
|
align-items: center;
|
|
5024
5025
|
justify-content: space-between;
|
|
5025
5026
|
width: 100%;
|
|
5026
5027
|
gap: var(--gap);
|
|
5027
5028
|
}
|
|
5028
|
-
.
|
|
5029
|
+
.Select_list__NTcwM {
|
|
5029
5030
|
padding: var(--spacing-2);
|
|
5030
5031
|
background-color: var(--background-color);
|
|
5031
5032
|
border: var(--border);
|
|
@@ -5033,7 +5034,7 @@ body a.Button_button__NGQyO {
|
|
|
5033
5034
|
box-shadow: var(--box-shadow-3);
|
|
5034
5035
|
width: 260px;
|
|
5035
5036
|
}
|
|
5036
|
-
.
|
|
5037
|
+
.Select_search__MWNhN {
|
|
5037
5038
|
margin-bottom: var(--spacing-2);
|
|
5038
5039
|
}
|
|
5039
5040
|
|