brd-ui-kit 0.1.60 → 0.1.62
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/components/ui/icon/icon-dictionary.d.ts +5 -2
- package/dist/components/ui/icon/overrides.d.ts +12 -0
- package/dist/components-ui-combobox-combobox.cjs.map +1 -1
- package/dist/components-ui-combobox-combobox.js +14 -2
- package/dist/components-ui-combobox-combobox.js.map +1 -1
- package/dist/components-ui-icon-icon-dictionary.cjs +1 -1
- package/dist/components-ui-icon-icon-dictionary.cjs.map +1 -1
- package/dist/components-ui-icon-icon-dictionary.js +41 -38
- package/dist/components-ui-icon-icon-dictionary.js.map +1 -1
- package/dist/components-ui-icon-overrides.cjs +1 -1
- package/dist/components-ui-icon-overrides.cjs.map +1 -1
- package/dist/components-ui-icon-overrides.js +140 -30
- package/dist/components-ui-icon-overrides.js.map +1 -1
- package/package.json +1 -1
|
@@ -6890,7 +6890,13 @@ function _f({ className: e, ...t }) {
|
|
|
6890
6890
|
variant: "link",
|
|
6891
6891
|
size: "icon-xs",
|
|
6892
6892
|
className: Cs,
|
|
6893
|
-
children: /* @__PURE__ */ q(
|
|
6893
|
+
children: /* @__PURE__ */ q(
|
|
6894
|
+
tr,
|
|
6895
|
+
{
|
|
6896
|
+
className: Vc,
|
|
6897
|
+
type: "close"
|
|
6898
|
+
}
|
|
6899
|
+
)
|
|
6894
6900
|
}
|
|
6895
6901
|
)
|
|
6896
6902
|
}
|
|
@@ -7115,7 +7121,13 @@ function ud({
|
|
|
7115
7121
|
{
|
|
7116
7122
|
className: Cs,
|
|
7117
7123
|
variant: "ghost",
|
|
7118
|
-
children: /* @__PURE__ */ q(
|
|
7124
|
+
children: /* @__PURE__ */ q(
|
|
7125
|
+
tr,
|
|
7126
|
+
{
|
|
7127
|
+
className: "text-secondary-text",
|
|
7128
|
+
type: "close"
|
|
7129
|
+
}
|
|
7130
|
+
)
|
|
7119
7131
|
}
|
|
7120
7132
|
)
|
|
7121
7133
|
}
|