@radioactive-labs/plutonium
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@radioactive-labs/plutonium", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Core assets for the Plutonium gem", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -8,5 +8,6 @@ // Import controllers here | ||
import NavUserController from "./nav_user_controller.js" | ||
import ResourceHeaderController from "./resource_header_controller.js" | ||
import HeaderController from "./header_controller.js" | ||
import SidebarMenuItemController from "./sidebar_menu_item_controller.js" | ||
import SidebarMenuController from "./sidebar_menu_controller.js" | ||
import SidebarController from "./sidebar_controller.js" | ||
import HasManyPanelController from "./has_many_panel_controller.js" | ||
@@ -33,5 +34,6 @@ import NestedResourceFormFieldsController from "./nested_resource_form_fields_controller.js" | ||
application.register("nav-user", NavUserController) | ||
application.register("resource-header", ResourceHeaderController) | ||
application.register("header", HeaderController) | ||
application.register("sidebar-menu-item", SidebarMenuItemController) | ||
application.register("sidebar-menu", SidebarMenuController) | ||
application.register("sidebar", SidebarController) | ||
application.register("has-many-panel", HasManyPanelController) | ||
@@ -38,0 +40,0 @@ application.register("nested-resource-form-fields", NestedResourceFormFieldsController) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2132721
38
14043