funuicss 3.4.8 → 3.5.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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.4.8",
2
+ "version": "3.5.0",
3
3
  "name": "funuicss",
4
4
  "description": "React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting both seamless functionality and aesthetic appeal—all achieved with minimal lines of code. Unleash the power of simplicity and style in your projects!",
5
5
  "main": "index.js",
@@ -110,9 +110,9 @@ var RichText = function (_a) {
110
110
  fontFamily: fontFamily || 'inherit',
111
111
  } })),
112
112
  (showEmojis || maxValue) && (react_1.default.createElement("div", { className: 'p-1', style: { height: 'fit-content', top: "calc(100%)", width: "100%" } },
113
- react_1.default.createElement(Flex_1.default, { justify: 'space-between', gap: 1, alignItems: 'center' },
113
+ react_1.default.createElement(Flex_1.default, { justify: 'space-between', gap: 1, alignItems: 'center', width: '100%' },
114
114
  (showEmojis || afterEmoji) ? (react_1.default.createElement("div", null,
115
- react_1.default.createElement(RowFlex_1.default, { gap: 0.5 },
115
+ react_1.default.createElement(Flex_1.default, { width: '100%', gap: 0.5, alignItems: 'center' },
116
116
  showEmojis && (react_1.default.createElement(Dropdown_1.default, { closableOnlyOutside: true, direction: "dropdown", openOnHover: false, button: react_1.default.createElement(ToolTip_1.default, null,
117
117
  react_1.default.createElement(Circle_1.default, { size: 2, funcss: "bg border" },
118
118
  react_1.default.createElement(md_1.MdOutlineEmojiEmotions, null)),
package/ui/table/Table.js CHANGED
@@ -203,7 +203,7 @@ function Table(_a) {
203
203
  React.createElement("div", null,
204
204
  React.createElement(Flex_1.default, { width: '100%', wrap: 'nowrap', alignItems: 'center', gap: 0.7 },
205
205
  !selectedField && !showSearch && filterableFields &&
206
- React.createElement("div", { className: 'animated slide-up' },
206
+ React.createElement("div", null,
207
207
  React.createElement(Select_1.default, { fullWidth: true, searchable: true, funcss: 'min-w-300 w-full', rounded: true, value: selectedField || '', onChange: function (e) { return handleFieldChange(e); }, options: __spreadArray([
208
208
  { text: '🔍 Filter', value: '' },
209
209
  { text: 'All*', value: '' }