update components and setttings

pull/1671/head
Joseph Izang 3 years ago
parent 45bd42c606
commit 8a12aea0a0
  1. 2
      libs/remix-ui/vertical-icons-panel/.babelrc
  2. 4
      libs/remix-ui/vertical-icons-panel/.eslintrc.json
  3. 0
      libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.module.css
  4. 4
      libs/remix-ui/vertical-icons-panel/types/vertical-icons-panel.d.ts

@ -1,4 +1,4 @@
{
"presets": ["@nrwl/react/babel"],
"plugins": []
}
}

@ -16,4 +16,8 @@
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error"
}
<<<<<<< HEAD
}
=======
}
>>>>>>> b6322066e (update components and setttings)

@ -79,7 +79,11 @@ export class VerticalIcons extends Plugin<any, any> {
* Remove an icon from the map
* @param {ModuleProfile} profile The profile of the module
*/
<<<<<<< HEAD
removeIcon({ name }: any): void
=======
removeIcon({ kind, name }: any): void
>>>>>>> b6322066e (update components and setttings)
/**
* Remove active for the current activated icons
*/

Loading…
Cancel
Save