@pathscale/ui 0.0.93 → 0.0.94

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11595,7 +11595,7 @@ function EnhancedTable_EnhancedTable(props) {
11595
11595
  return row.getToggleExpandedHandler();
11596
11596
  },
11597
11597
  get children () {
11598
- return row.getIsExpanded() ? local.collapseIcon ?? "\u25BC" : local.expandIcon ?? "\u25B6";
11598
+ return row.getIsExpanded() ? local.collapseIcon ?? "v" : local.expandIcon ?? ">";
11599
11599
  }
11600
11600
  });
11601
11601
  }
@@ -11692,7 +11692,7 @@ function EnhancedTable_EnhancedTable(props) {
11692
11692
  return !table.getCanPreviousPage();
11693
11693
  },
11694
11694
  onClick: ()=>table.setPageIndex(0),
11695
- children: "|\u27EA"
11695
+ children: "|<<"
11696
11696
  }), null);
11697
11697
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$15, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(button_Button, {
11698
11698
  size: "sm",
@@ -11716,7 +11716,7 @@ function EnhancedTable_EnhancedTable(props) {
11716
11716
  return !table.getCanNextPage();
11717
11717
  },
11718
11718
  onClick: ()=>table.setPageIndex(table.getPageCount() - 1),
11719
- children: "\u27EB|"
11719
+ children: ">>|"
11720
11720
  }), null);
11721
11721
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)(()=>(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.className)(_el$5, dist_clsx("flex items-center w-full", "bottomLeft" === local.paginationPosition && "justify-start", "bottomCenter" === local.paginationPosition && "justify-center", "bottomRight" === local.paginationPosition && "justify-end")));
11722
11722
  return _el$5;
@@ -11736,7 +11736,7 @@ function ColumnFilter(props) {
11736
11736
  const type = col.columnDef.meta?.filterType ?? "text";
11737
11737
  if ("text" === type) return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(input_Input, {
11738
11738
  size: "sm",
11739
- placeholder: "Filter\u2026",
11739
+ placeholder: "Filter...",
11740
11740
  get value () {
11741
11741
  return value() ?? "";
11742
11742
  },
@@ -12243,7 +12243,7 @@ const ToastContainer = ()=>(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__
12243
12243
  color: "ghost",
12244
12244
  onClick: ()=>toastStore.removeToast(toast.id),
12245
12245
  class: "ml-2 opacity-70 hover:opacity-100",
12246
- children: "\u2715"
12246
+ children: "x"
12247
12247
  })
12248
12248
  ];
12249
12249
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.93",
3
+ "version": "0.0.94",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",