@mixd-id/web-scaffold 0.1.230406257 → 0.1.230406258

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406257",
4
+ "version": "0.1.230406258",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -306,7 +306,7 @@ export default {
306
306
 
307
307
  .contextMenu{
308
308
  @apply fixed z-20 panel-500 min-w-[150px] overflow-y-auto rounded-xl;
309
- @apply border-[2px] border-text-50 shadow-2xl whitespace-nowrap;
309
+ @apply border-[2px] border-text-200 shadow-2xl whitespace-nowrap;
310
310
  transition: all 150ms cubic-bezier(0.25, 1, 0.5, 1);
311
311
  opacity: 0;
312
312
  }
@@ -798,7 +798,7 @@ const sortsToSequelizeWhere = async (sorts, opt) => {
798
798
  order.push([ 'id', (order[0] ?? [])[1] ?? 'desc' ])
799
799
  }
800
800
 
801
- console.log(util.inspect(sorts, false, null, true /* enable colors */))
801
+ //console.log(util.inspect(sorts, false, null, true /* enable colors */))
802
802
 
803
803
  return {
804
804
  order