diff --git a/src/views/base/Switches.vue b/src/views/base/Switches.vue
index 77889355..f873c5e2 100644
--- a/src/views/base/Switches.vue
+++ b/src/views/base/Switches.vue
@@ -330,7 +330,7 @@
size="lg"'
},
{
size: 'Normal',
- example: { shape: '3d', color: 'primary', size: '', checked: true },
+ example: { variant: '3d', color: 'primary', size: '', checked: true },
size_prop: '-'
},
{
size: 'Small',
- example: {shape: '3d', color: 'primary', size: 'sm', checked: true},
+ example: { variant: '3d', color: 'primary', size: 'sm', checked: true},
size_prop: 'Add following prop size="sm"'
}
],
diff --git a/src/views/base/Table.vue b/src/views/base/Table.vue
index bd89b2dd..55377253 100644
--- a/src/views/base/Table.vue
+++ b/src/views/base/Table.vue
@@ -15,7 +15,6 @@
:items-per-page="small ? 10 : 5"
:dark="dark"
pagination
- items-per-page-select
>
diff --git a/tests/unit/containers/__snapshots__/TheHeader.spec.js.snap b/tests/unit/containers/__snapshots__/TheHeader.spec.js.snap
new file mode 100644
index 00000000..ebb27e67
--- /dev/null
+++ b/tests/unit/containers/__snapshots__/TheHeader.spec.js.snap
@@ -0,0 +1,162 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`TheHeader.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+ Dashboard
+
+
+
+
+
+
+
+ Users
+
+
+
+
+
+
+
+ Settings
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/containers/__snapshots__/TheHeaderDropdownAccnt.spec.js.snap b/tests/unit/containers/__snapshots__/TheHeaderDropdownAccnt.spec.js.snap
new file mode 100644
index 00000000..40009ee0
--- /dev/null
+++ b/tests/unit/containers/__snapshots__/TheHeaderDropdownAccnt.spec.js.snap
@@ -0,0 +1,256 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
+
+`;
diff --git a/tests/unit/containers/__snapshots__/TheSidebar.spec.js.snap b/tests/unit/containers/__snapshots__/TheSidebar.spec.js.snap
index bea9e78f..f07c0ab2 100644
--- a/tests/unit/containers/__snapshots__/TheSidebar.spec.js.snap
+++ b/tests/unit/containers/__snapshots__/TheSidebar.spec.js.snap
@@ -16,7 +16,8 @@ exports[`TheSidebar.vue renders correctly 1`] = `
/>
{
it('has a name', () => {
diff --git a/tests/unit/views/__snapshots__/Dashboard.spec.js.snap b/tests/unit/views/__snapshots__/Dashboard.spec.js.snap
new file mode 100644
index 00000000..431983cc
--- /dev/null
+++ b/tests/unit/views/__snapshots__/Dashboard.spec.js.snap
@@ -0,0 +1,961 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Dashboard.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+ Traffic
+
+
+
+ November 2017
+
+
+
+
+
+
+
+
+
+
+
+ Day
+
+
+
+
+ Month
+
+
+
+
+ Year
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Visits
+
+
+
+ 29.703 Users (40%)
+
+
+
+
+
+
+
+ Unique
+
+
+
+ 24.093 Users (20%)
+
+
+
+
+
+
+
+ Pageviews
+
+
+
+ 78.706 Views (60%)
+
+
+
+
+
+
+
+ New Users
+
+
+
+ 22.123 Users (80%)
+
+
+
+
+
+
+
+ Bounce Rate
+
+
+
+ Average Rate (40.15%)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Traffic & Sales
+
+
+
+
+
+
+
+
+
+
+ New Clients
+
+
+
+
+ 9,123
+
+
+
+
+
+
+
+ Recurring Clients
+
+
+
+
+ 22,643
+
+
+
+
+
+
+
+
+
+
+
+ Monday
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tuesday
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wednesday
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Thursday
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Friday
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saturday
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sunday
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New clients
+
+
+
+
+
+
+
+
+ Recurring clients
+
+
+
+
+
+
+
+
+
+
+ Pageviews
+
+
+
+
+ 78,623
+
+
+
+
+
+
+
+ Organic
+
+
+
+
+ 49,123
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap b/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap
new file mode 100644
index 00000000..f0faa622
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap
@@ -0,0 +1,174 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Breadcrumbs.vue renders correctly 1`] = `
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Cards.spec.js.snap b/tests/unit/views/base/__snapshots__/Cards.spec.js.snap
new file mode 100644
index 00000000..080207b7
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Cards.spec.js.snap
@@ -0,0 +1,834 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Cards.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+
+
+
+ Someone famous in
+
+
+ Source Title
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+
+
+
+ Someone famous in
+
+
+ Source Title
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+
+
+
+ Someone famous in
+
+
+ Source Title
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+
+
+
+ Someone famous in
+
+
+ Source Title
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+
+
+
+ Someone famous in
+
+
+ Source Title
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+
+
+
+ Someone famous in
+
+
+ Source Title
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap b/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap
new file mode 100644
index 00000000..0abca7e4
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap
@@ -0,0 +1,138 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Carousels.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ First Slide
+
+
+ Nulla vitae elit libero, a pharetra augue mollis interdum.
+
+
+
+
+
+
+
+
+ Blank page
+
+
+ Nulla vitae elit libero, a pharetra augue mollis interdum.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Collapses.spec.js.snap b/tests/unit/views/base/__snapshots__/Collapses.spec.js.snap
new file mode 100644
index 00000000..b2442c6f
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Collapses.spec.js.snap
@@ -0,0 +1,108 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Collapses.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+ Toggle Collapse
+
+
+
+
+
+
+
+
+ Collapse contents Here
+
+
+
+
+ Toggle Inner Collapse
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Jumbotrons.spec.js.snap b/tests/unit/views/base/__snapshots__/Jumbotrons.spec.js.snap
new file mode 100644
index 00000000..d37f8420
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Jumbotrons.spec.js.snap
@@ -0,0 +1,216 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Jumbotrons.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+ Bootstrap Jumbotron
+
+
+
+
+
+
+
+
+ Bootstrap 4
+
+
+
+ Bootstrap 4 Components for Vue.js 2.6+
+
+
+
+ For more information visit website
+
+
+
+ More Info
+
+
+
+
+
+
+
+
+
+
+
+
+ Jumbotron
+
+
+
+ with slots
+
+
+
+
+
+
+ Bootstrap 4
+
+
+
+
+ This is a simple hero unit, a simple jumbotron-style component for
+ calling extra attention to featured content or information.
+
+
+
+
+
+
+
+ It uses utility classes for typography and spacing to space content
+ out within the larger container.
+
+
+
+
+ Do Something
+
+
+
+ Do Something Else
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jumbotron
+
+
+
+ colors
+
+
+
+
+
+
+ Bootstrap 4
+
+
+
+
+ This is a simple hero unit, a simple jumbotron-style component for
+ calling extra attention to featured content or information.
+
+
+
+
+
+
+
+ It uses utility classes for typography and spacing to space content
+ out within the larger container.
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/ListGroups.spec.js.snap b/tests/unit/views/base/__snapshots__/ListGroups.spec.js.snap
new file mode 100644
index 00000000..69acfcfc
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/ListGroups.spec.js.snap
@@ -0,0 +1,1118 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`ListGroups.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+ Bootstrap list group
+
+
+
+
+
+
+
+
+ Cras justo odio
+
+
+
+ Dapibus ac facilisis in
+
+
+
+ Morbi leo risus
+
+
+
+ Porta ac consectetur ac
+
+
+
+ Vestibulum at eros
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+ active items
+
+
+
+
+
+
+ Cras justo odio
+
+
+
+ Dapibus ac facilisis in
+
+
+
+ Morbi leo risus
+
+
+
+ Porta ac consectetur ac
+
+
+
+ Vestibulum at eros
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+
+ disabled items
+
+
+
+
+
+
+ Cras justo odio
+
+
+
+ Dapibus ac facilisis in
+
+
+
+ Morbi leo risus
+
+
+
+ Porta ac consectetur ac
+
+
+
+ Vestibulum at eros
+
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+
+ actionable items
+
+
+
+
+
+
+ Awesome link
+
+
+
+ Link with active state
+
+
+
+ Action links are easy
+
+
+
+ Disabled link
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+
+ buttons
+
+
+
+
+
+
+ Button item
+
+
+
+ I am a button
+
+
+
+ Disabled button
+
+
+
+ This is a button too
+
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+
+ with badges
+
+
+
+
+
+
+
+ Cras justo odio
+
+
+ 14
+
+
+
+
+
+ Dapibus ac facilisis in
+
+
+ 2
+
+
+
+
+
+ Morbi leo risus
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+
+ colors
+
+
+
+
+
+
+ This is a default list group item
+
+
+
+ This is a primary list group item
+
+
+
+ This is a secondary list group item
+
+
+
+ This is a success list group item
+
+
+
+ This is a danger list group item
+
+
+
+ This is a warning list group item
+
+
+
+ This is a info list group item
+
+
+
+ This is a light list group item
+
+
+
+ This is a dark list group item
+
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+
+ colors active
+
+
+
+
+
+
+ This is a default list group item
+
+
+
+ This is a primary list group item
+
+
+
+ This is a secondary list group item
+
+
+
+ This is a success list group item
+
+
+
+ This is a danger list group item
+
+
+
+ This is a warning list group item
+
+
+
+ This is a info list group item
+
+
+
+ This is a light list group item
+
+
+
+ This is a dark list group item
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+
+ inside cards
+
+
+
+
+
+
+
+
+ Card with list group
+
+
+
+
+
+
+ Cras justo odio
+
+
+
+ Dapibus ac facilisis in
+
+
+
+ Vestibulum at eros
+
+
+
+
+
+ Quis magna Lorem anim amet ipsum do mollit sit cillum voluptate ex
+ nulla tempor. Laborum consequat non elit enim exercitation cillum aliqua
+ consequat id aliqua. Esse ex consectetur mollit voluptate est in duis laboris
+ ad sit ipsum anim Lorem.
+
+
+
+
+
+
+
+
+ Card with flush list group
+
+
+
+
+
+ Cras justo odio
+
+
+
+ Dapibus ac facilisis in
+
+
+
+ Vestibulum at eros
+
+
+
+
+
+ Quis magna Lorem anim amet ipsum do mollit sit cillum voluptate ex
+ nulla tempor. Laborum consequat non elit enim exercitation cillum aliqua
+ consequat id aliqua. Esse ex consectetur mollit voluptate est in duis laboris
+ ad sit ipsum anim Lorem.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List group
+
+
+ custom content
+
+
+
+
+
+
+
+
+ List group item heading
+
+
+
+ 3 days ago
+
+
+
+
+
+ Donec id elit non mi porta gravida at eget metus. Maecenas
+ sed diam eget risus varius blandit.
+
+
+
+
+ Donec id elit non mi porta.
+
+
+
+
+
+
+ List group item heading
+
+
+
+ 3 days ago
+
+
+
+
+
+ Donec id elit non mi porta gravida at eget metus. Maecenas
+ sed diam eget risus varius blandit.
+
+
+
+
+ Donec id elit non mi porta.
+
+
+
+
+
+
+ Disabled List group item
+
+
+
+ 3 days ago
+
+
+
+
+
+ Donec id elit non mi porta gravida at eget metus. Maecenas
+ sed diam eget risus varius blandit.
+
+
+
+
+ Donec id elit non mi porta.
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Navbars.spec.js.snap b/tests/unit/views/base/__snapshots__/Navbars.spec.js.snap
new file mode 100644
index 00000000..7750f770
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Navbars.spec.js.snap
@@ -0,0 +1,527 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Navbars.vue renders correctly 1`] = `
+
+
+
+
+
+
+ Bootstrap Navbar
+
+
+
+
+
+
+
+
+
+
+ NavBar
+
+
+
+
+
+ Link
+
+
+
+ Disabled
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+ EN
+
+
+
+ ES
+
+
+
+ RU
+
+
+
+ FA
+
+
+
+
+
+ Profile
+
+
+
+ Signout
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Navbar
+
+
+
+ brand
+
+
+
+
+
+
+
+
+ CoreuiVue
+
+
+
+
+
+
+
+
+
+
+
+ Navbar
+
+
+
+ text
+
+
+
+
+
+
+
+
+ CoreuiVue
+
+
+
+
+
+ Navbar text
+
+
+
+
+
+
+
+
+
+
+
+
+ Navbar
+
+
+
+ dropdown
+
+
+
+
+
+
+
+
+
+
+ Home
+
+
+
+ Link
+
+
+
+
+ EN
+
+
+
+ ES
+
+
+
+ RU
+
+
+
+ FA
+
+
+
+
+
+ Account
+
+
+
+ Settings
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Navbar
+
+
+
+ form
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+ Navbar
+
+
+
+ input group
+
+
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Navs.spec.js.snap b/tests/unit/views/base/__snapshots__/Navs.spec.js.snap
new file mode 100644
index 00000000..e73d4519
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Navs.spec.js.snap
@@ -0,0 +1,632 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Navs.vue renders correctly 1`] = `
+
+
+
+
+
+ Bootstrap Navs
+
+
+
+
+
+
+
+
+ Active
+
+
+
+
+
+ Another Link
+
+
+
+ Disabled
+
+
+
+
+
+
+
+
+
+
+ Bootstrap Navs
+
+
+
+ icons
+
+
+
+
+
+
+
+
+
+
+
+ Link
+
+
+
+
+
+ Another Link
+
+
+
+
+ Disabled
+
+
+
+
+
+
+
+
+
+
+ Bootstrap Navs
+
+
+
+ tab style
+
+
+
+
+
+
+
+ Active
+
+
+
+
+
+ Link
+
+
+
+
+
+ Another Link
+
+
+
+
+ Disabled
+
+
+
+
+
+
+
+
+
+
+ Bootstrap Navs
+
+
+
+ pill style
+
+
+
+
+
+
+ Active
+
+
+
+ Link
+
+
+
+ Another Link
+
+
+
+ Disabled
+
+
+
+
+
+
+
+
+
+
+ Bootstrap Navs
+
+
+
+ fill tabs
+
+
+
+
+
+
+ Active
+
+
+
+ Link
+
+
+
+ Link with a long name
+
+
+
+ Disabled
+
+
+
+
+
+
+
+
+
+
+ Bootstrap Navs
+
+
+
+ justified tabs
+
+
+
+
+
+
+ Active
+
+
+
+ Link
+
+
+
+ Link with a long name
+
+
+
+ Disabled
+
+
+
+
+
+
+
+
+
+
+ Bootstrap Navs
+
+
+
+ dropdown support
+
+
+
+
+
+
+ Active
+
+
+
+ Link
+
+
+
+
+ one
+
+
+
+ two
+
+
+
+
+
+ three
+
+
+
+
+
+
+
+
+
+
+
+ Bootstrap Navs
+
+
+
+ vertical variation
+
+
+
+
+
+
+
+
+ Active
+
+
+
+ Link
+
+
+
+ Another Link
+
+
+
+ Disabled
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Paginations.spec.js.snap b/tests/unit/views/base/__snapshots__/Paginations.spec.js.snap
new file mode 100644
index 00000000..63efd576
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Paginations.spec.js.snap
@@ -0,0 +1,188 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Paginations.vue renders correctly 1`] = `
+
+
+
+
+
+
+ Responsive bootstrap Pagination
+
+
+
+
+
+
+
+ Default
+
+
+
+
+
+
+
+ Small
+
+
+
+
+
+
+
+
+ Large
+
+
+
+
+
+
+
+
+ currentPage: 3
+
+
+
+
+
+
+
+
+
+ Pagination
+
+
+
+ alignment
+
+
+
+
+
+ Left alignment (default)
+
+
+
+
+
+
+
+ Center alignment
+
+
+
+
+
+
+
+ Right (end) alignment
+
+
+
+
+
+
+
+ currentPage: 3
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/ProgressBars.spec.js.snap b/tests/unit/views/base/__snapshots__/ProgressBars.spec.js.snap
new file mode 100644
index 00000000..5658ac99
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/ProgressBars.spec.js.snap
@@ -0,0 +1,713 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`ProgressBars.vue renders correctly 1`] = `
+
+
+
+
+
+
+ Bootstrap Progress
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Click me to animate progress bars
+
+
+
+
+
+
+
+
+
+
+ Progress
+
+
+ labels
+
+
+
+
+
+ No label
+
+
+
+
+
+ Value label
+
+
+
+
+
+ Progress label
+
+
+
+
+
+ Value label with precision
+
+
+
+
+
+ Progress label with precision
+
+
+
+
+
+
+
+
+
+
+
+ Progress
+
+
+
+ width
+
+
+
+
+
+ Default width
+
+
+
+
+
+ Custom widths
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Progress
+
+
+
+ height
+
+
+
+
+
+ Default height
+
+
+
+
+
+ Custom heights
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Progress
+
+
+
+ colors
+
+
+
+
+
+
+
+
+
+
+
+ secondary:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Progress
+
+
+
+ striped
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Remove Striped
+
+
+
+
+
+
+
+
+
+
+ Progress
+
+
+
+ animated
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stop Animation
+
+
+
+
+
+
+
+
+
+
+ Progress
+
+
+
+ multiple bars
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Switches.spec.js.snap b/tests/unit/views/base/__snapshots__/Switches.spec.js.snap
index 21522914..b0cfa434 100644
--- a/tests/unit/views/base/__snapshots__/Switches.spec.js.snap
+++ b/tests/unit/views/base/__snapshots__/Switches.spec.js.snap
@@ -21,6 +21,7 @@ exports[`Switches.vue renders correctly 1`] = `
color="warning"
event="click"
exactactiveclass="active"
+ innavitem="true"
routertag="a"
tag="span"
target="_self"
@@ -53,10 +54,9 @@ exports[`Switches.vue renders correctly 1`] = `
labeloff="✕"
labelon="✓"
name="radio"
- outline="alt"
- shape="3d"
type="radio"
value="primary"
+ variant="3d"
/>
@@ -159,6 +152,7 @@ exports[`Switches.vue renders correctly 1`] = `
color="primary"
event="click"
exactactiveclass="active"
+ innavitem="true"
routertag="a"
tag="span"
target="_self"
@@ -334,72 +328,72 @@ exports[`Switches.vue renders correctly 1`] = `
checked="true"
class="mx-1"
color="primary"
- shape="3d"
type="checkbox"
+ variant="3d"
/>
@@ -427,8 +421,8 @@ exports[`Switches.vue renders correctly 1`] = `
class="mx-1"
color="primary"
disabled=""
- shape="3d"
type="checkbox"
+ variant="3d"
/>
-
-
-
-
-
-
-
-
- 3d Switch
-
-
- outline="alt"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -629,8 +522,9 @@ exports[`Switches.vue renders correctly 1`] = `
color="primary"
labeloff="✕"
labelon="✓"
- shape="3d"
+ shape="square"
type="checkbox"
+ variant="3d"
/>
-
-
-
-
-
-
-
-
- 3d Switch
-
-
- outline="alt"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3d Switch
-
-
- outline="alt"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -947,7 +621,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- outline
+ variant="outline"
@@ -957,72 +631,72 @@ exports[`Switches.vue renders correctly 1`] = `
checked="true"
class="mx-1"
color="primary"
- outline="true"
type="checkbox"
+ variant="outline"
/>
@@ -1039,7 +713,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- outline shape="pill"
+ variant="outline" shape="pill"
@@ -1049,81 +723,81 @@ exports[`Switches.vue renders correctly 1`] = `
checked="true"
class="mx-1"
color="primary"
- outline="true"
shape="pill"
type="checkbox"
+ variant="outline"
/>
@@ -1140,7 +814,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- outline="alt"
+ variant="opposite"
@@ -1150,72 +824,72 @@ exports[`Switches.vue renders correctly 1`] = `
checked="true"
class="mx-1"
color="primary"
- outline="alt"
type="checkbox"
+ variant="opposite"
/>
@@ -1232,191 +906,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- outline="alt" shape="pill"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Switch
-
-
- label
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Switch
-
-
- label shape="pill"
+ variant="opposite" shape="pill"
@@ -1428,6 +918,7 @@ exports[`Switches.vue renders correctly 1`] = `
color="primary"
shape="pill"
type="checkbox"
+ variant="opposite"
/>
-
-
-
-
-
-
-
-
- Switch
-
-
- label outline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Switch
-
-
- label outline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Switch
-
-
- label outline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Switch
-
-
- label outline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1997,7 +1110,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- label shape="pill"
+ label shape="pill"
@@ -2107,7 +1220,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- label outline
+ label variant="outline"
@@ -2119,8 +1232,8 @@ exports[`Switches.vue renders correctly 1`] = `
color="primary"
labeloff="✕"
labelon="✓"
- outline="true"
type="checkbox"
+ variant="outline"
/>
@@ -2217,7 +1330,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- label outline
+ label variant="outline"
@@ -2229,9 +1342,9 @@ exports[`Switches.vue renders correctly 1`] = `
color="primary"
labeloff="✕"
labelon="✓"
- outline="true"
shape="pill"
type="checkbox"
+ variant="outline"
/>
@@ -2336,7 +1449,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- label outline
+ label variant="opposite"
@@ -2348,8 +1461,8 @@ exports[`Switches.vue renders correctly 1`] = `
color="primary"
labeloff="✕"
labelon="✓"
- outline="alt"
type="checkbox"
+ variant="opposite"
/>
@@ -2446,7 +1559,7 @@ exports[`Switches.vue renders correctly 1`] = `
Switch
- label outline
+ label variant="opposite"
@@ -2458,9 +1571,9 @@ exports[`Switches.vue renders correctly 1`] = `
color="primary"
labeloff="no"
labelon="yes"
- outline="alt"
shape="pill"
type="checkbox"
+ variant="opposite"
/>
@@ -2570,13 +1683,13 @@ exports[`Switches.vue renders correctly 1`] = `
>
diff --git a/tests/unit/views/base/__snapshots__/Tables.spec.js.snap b/tests/unit/views/base/__snapshots__/Tables.spec.js.snap
new file mode 100644
index 00000000..374f9cab
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Tables.spec.js.snap
@@ -0,0 +1,102 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Tables.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Tabs.spec.js.snap b/tests/unit/views/base/__snapshots__/Tabs.spec.js.snap
new file mode 100644
index 00000000..d7797148
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Tabs.spec.js.snap
@@ -0,0 +1,361 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Tabs.vue renders correctly 1`] = `
+
+
+
+
+
+
+ Tabs
+
+
+
+
+
+
+
+
+ 1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ 2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ 3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+
+
+
+
+
+ Tabs
+
+
+
+
+
+
+
+ 1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ 2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ 3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+
+
+
+
+
+ Tabs with icons
+
+
+
+
+
+
+
+
+
+
+ 1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+
+
+ 2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+
+
+ 3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+
+
+
+
+
+ Tabs with icons
+
+
+
+
+
+
+
+
+ Calculator
+
+
+
+ 1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+ Shopping cart
+
+
+
+ 2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+ Charts
+
+
+
+ 3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+
+
+
+
+
+ Tabs vertical
+
+
+
+
+
+
+
+
+ Calculator
+
+
+
+ 1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+ Shopping cart
+
+
+
+ 2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+ Charts
+
+
+
+ 3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
+ et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
+ dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
+ officia deserunt mollit anim id est laborum.
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/base/__snapshots__/Tooltips.spec.js.snap b/tests/unit/views/base/__snapshots__/Tooltips.spec.js.snap
new file mode 100644
index 00000000..6d35f533
--- /dev/null
+++ b/tests/unit/views/base/__snapshots__/Tooltips.spec.js.snap
@@ -0,0 +1,348 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Tooltips.vue renders correctly 1`] = `
+
+
+
+
+
+
+ Bootstrap Tooltips
+
+
+
+
+ v-c-tooltip
+
+ directive
+
+
+
+
+
+
+
+
+
+
+
+ Hover Me
+
+
+
+
+
+
+
+
+
+ Hover me
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tooltips
+
+
+
+ placement
+
+
+
+
+
+
+
+
+
+ top-start
+
+
+
+
+
+
+ top
+
+
+
+
+
+
+ top-end
+
+
+
+
+
+
+ bottom-start
+
+
+
+
+
+
+ bottom
+
+
+
+
+
+
+ bottom-end
+
+
+
+
+
+
+ right-start
+
+
+
+
+
+
+ right
+
+
+
+
+
+
+ right-end
+
+
+
+
+
+
+ left-start
+
+
+
+
+
+
+ left
+
+
+
+
+
+
+ left-end
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/buttons/BrandButtons.spec.js b/tests/unit/views/buttons/BrandButtons.spec.js
index f0e0bf39..43c91a34 100644
--- a/tests/unit/views/buttons/BrandButtons.spec.js
+++ b/tests/unit/views/buttons/BrandButtons.spec.js
@@ -2,11 +2,7 @@ import Vue from 'vue'
import { shallowMount, mount } from '@vue/test-utils'
import CoreuiVue from '@coreui/vue'
import BrandButtons from '@/views/buttons/BrandButtons'
-import { CIconPlugin } from '@coreui/icons/vue'
-import { iconsSet } from '@/assets/icons/icons.js'
-
-Vue.use(CIconPlugin, iconsSet)
Vue.use(CoreuiVue)
describe('BrandButtons.vue', () => {
diff --git a/tests/unit/views/buttons/__snapshots__/BrandButtons.spec.js.snap b/tests/unit/views/buttons/__snapshots__/BrandButtons.spec.js.snap
index 04e3e7f1..e097cb8b 100644
--- a/tests/unit/views/buttons/__snapshots__/BrandButtons.spec.js.snap
+++ b/tests/unit/views/buttons/__snapshots__/BrandButtons.spec.js.snap
@@ -69,13 +69,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
facebook
@@ -88,13 +84,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
twitter
@@ -107,13 +99,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
linkedin
@@ -126,13 +114,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
flickr
@@ -145,13 +129,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
tumblr
@@ -164,13 +144,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
xing
@@ -183,13 +159,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
github
@@ -202,13 +174,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
stack-overflow
@@ -221,13 +189,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
youtube
@@ -240,13 +204,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
dribbble
@@ -259,13 +219,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
instagram
@@ -278,13 +234,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
pinterest
@@ -297,13 +249,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
vk
@@ -316,13 +264,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
yahoo
@@ -335,13 +279,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
behance
@@ -354,13 +294,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
reddit
@@ -373,13 +309,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
vimeo
@@ -399,13 +331,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
facebook
@@ -418,13 +346,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
twitter
@@ -437,13 +361,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
linkedin
@@ -456,13 +376,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
flickr
@@ -475,13 +391,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
tumblr
@@ -494,13 +406,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
xing
@@ -513,13 +421,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
github
@@ -532,13 +436,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
stack-overflow
@@ -551,13 +451,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
youtube
@@ -570,13 +466,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
dribbble
@@ -589,13 +481,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
instagram
@@ -608,13 +496,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
pinterest
@@ -627,13 +511,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
vk
@@ -646,13 +526,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
yahoo
@@ -665,13 +541,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
behance
@@ -684,13 +556,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
reddit
@@ -703,13 +571,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
vimeo
@@ -735,13 +599,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
facebook
@@ -754,13 +614,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
twitter
@@ -773,13 +629,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
linkedin
@@ -792,13 +644,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
flickr
@@ -811,13 +659,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
tumblr
@@ -830,13 +674,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
xing
@@ -849,13 +689,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
github
@@ -868,13 +704,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
stack-overflow
@@ -887,13 +719,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
youtube
@@ -906,13 +734,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
dribbble
@@ -925,13 +749,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
instagram
@@ -944,13 +764,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
pinterest
@@ -963,13 +779,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
vk
@@ -982,13 +794,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
yahoo
@@ -1001,13 +809,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
behance
@@ -1020,13 +824,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
reddit
@@ -1039,13 +839,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
vimeo
@@ -1107,13 +903,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
@@ -1369,13 +1097,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
@@ -1637,13 +1297,9 @@ exports[`BrandButtons.vue renders correctly 1`] = `
>
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
-
-
+ />
diff --git a/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap b/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap
new file mode 100644
index 00000000..ebbcf90a
--- /dev/null
+++ b/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap
@@ -0,0 +1,1324 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Dropdowns.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+ Dropdown Button
+
+
+
+
+
+
+
+
+
+ Dropdown with divider
+
+
+
+
+
+
+
+
+
+ Dropdown with header
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Left align
+
+
+
+
+
+
+
+ Right align
+
+
+
+
+
+
+
+
+
+
+
+ Offset Dropdown
+
+
+
+
+
+
+
+
+
+ Split Dropdown
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 🔍
+
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Large
+
+
+
+
+
+
+
+ Large Split
+
+
+
+
+
+
+
+
+
+ Small
+
+
+
+
+
+
+
+ Small Split
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropdown ARIA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Primary
+
+
+
+
+
+
+
+ Secondary
+
+
+
+
+
+
+
+ Success
+
+
+
+
+
+
+
+ Warning
+
+
+
+
+
+
+
+ Danger
+
+
+
+
+
+
+
+ Info
+
+
+
+
+
+
+
+ Light
+
+
+
+
+
+
+
+ Dark
+
+
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/buttons/__snapshots__/ButtonGroups.spec.js.snap b/tests/unit/views/buttons/__snapshots__/ButtonGroups.spec.js.snap
new file mode 100644
index 00000000..b54b5349
--- /dev/null
+++ b/tests/unit/views/buttons/__snapshots__/ButtonGroups.spec.js.snap
@@ -0,0 +1,875 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`ButtonGroups.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+ Bootstrap button group
+
+
+
+
+
+
+
+
+
+ One
+
+
+
+ Two
+
+
+
+ Three
+
+
+
+ Four
+
+
+
+ Five
+
+
+
+
+
+
+
+
+ Success
+
+
+
+ Info
+
+
+
+ Warn
+
+
+
+ Primary
+
+
+
+ Danger
+
+
+
+ Link
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Button group
+
+ sizing
+
+
+
+
+
+
+
+ Left
+
+
+
+ Middle
+
+
+
+ Right
+
+
+
+
+
+
+
+
+ Left
+
+
+
+ Middle
+
+
+
+ Right
+
+
+
+
+
+
+
+
+ Left
+
+
+
+ Middle
+
+
+
+ Right
+
+
+
+
+
+
+
+
+
+
+
+
+ Button group
+
+ dropdown support
+
+
+
+
+
+
+
+ Button 1
+
+
+
+ Button 2
+
+
+
+
+ Item 1
+
+
+
+ Item 2
+
+
+
+
+
+ Item 3
+
+
+
+
+ Button 3
+
+
+
+
+ Item 1
+
+
+
+ Item 2
+
+
+
+
+
+ Item 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Button group
+
+ vertical variation
+
+
+
+
+
+
+
+ Top
+
+
+
+ Middle
+
+
+
+ Bottom
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Button toolbar
+
+
+
+ with button groups
+
+
+
+
+
+
+
+ «
+
+
+
+ ‹
+
+
+
+
+
+ Edit
+
+
+
+ Undo
+
+
+
+ Redo
+
+
+
+
+
+ ›
+
+
+
+ »
+
+
+
+
+
+
+
+
+
+ New
+
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+ Save
+
+
+
+ Cancel
+
+
+
+
+
+
+
+
+
+ New
+
+
+
+ Edit
+
+
+
+ Undo
+
+
+
+
+
+ Item 1
+
+
+
+ Item 2
+
+
+
+ Item 3
+
+
+
+
+
+ Save
+
+
+
+ Cancel
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/buttons/__snapshots__/StandardButtons.spec.js.snap b/tests/unit/views/buttons/__snapshots__/StandardButtons.spec.js.snap
new file mode 100644
index 00000000..88aaf46f
--- /dev/null
+++ b/tests/unit/views/buttons/__snapshots__/StandardButtons.spec.js.snap
@@ -0,0 +1,4358 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`StandardButtons.vue renders correctly 1`] = `
+
+
+
+
+ Standard buttons
+
+
+
+
+
+
+
+
+
+ Normal
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+ Active State
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+ Disabled
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+
+
+ Outline Buttons
+
+
+
+
+
+
+ Use
+
+ variant="outline"
+
+ prop
+
+
+
+
+
+
+ Normal
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+
+
+
+
+ Active State
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+
+
+
+
+ Disabled
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+
+
+
+
+
+
+ Ghost Buttons
+
+
+
+
+
+
+ Use
+
+
+ variant="ghost"
+
+ prop for ghost buttons.
+
+
+
+
+
+
+ Normal
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+
+
+
+
+ Active State
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+
+
+
+
+ Disabled
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+
+
+
+
+
+
+ Square Buttons
+
+
+
+
+
+
+ Use
+
+
+ square
+
+ prop for square buttons.
+
+
+
+
+
+
+ Normal
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+ Active State
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+ Disabled
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+
+
+ Pill Buttons
+
+
+
+
+
+
+ Use
+
+
+ pill
+
+ prop for pill buttons.
+
+
+
+
+
+
+ Normal
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+ Active State
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+ Disabled
+
+
+
+
+
+ Primary
+
+
+
+
+
+ Secondary
+
+
+
+
+
+ Success
+
+
+
+
+
+ Warning
+
+
+
+
+
+ Danger
+
+
+
+
+
+ Info
+
+
+
+
+
+ Light
+
+
+
+
+
+ Dark
+
+
+
+
+
+ Link
+
+
+
+
+
+
+
+
+
+ Sizes
+
+
+
+
+
+ Fancy larger or smaller buttons? Add
+
+ size="lg"
+
+ or
+
+ size="sm"
+
+ for additional sizes.
+
+
+
+
+
+ Small
+
+
+
+
+
+ Standard Button
+
+
+
+
+
+ Outline Button
+
+
+
+
+
+ Ghost Button
+
+
+
+
+
+ Square Button
+
+
+
+
+
+ Pill Button
+
+
+
+
+
+
+
+ Normal
+
+
+
+
+
+ Standard Button
+
+
+
+
+
+ Outline Button
+
+
+
+
+
+ Ghost Button
+
+
+
+
+
+ Square Button
+
+
+
+
+
+ Pill Button
+
+
+
+
+
+
+
+ Large
+
+
+
+
+
+ Standard Button
+
+
+
+
+
+ Outline Button
+
+
+
+
+
+ Ghost Button
+
+
+
+
+
+ Square Button
+
+
+
+
+
+ Pill Button
+
+
+
+
+
+
+
+
+
+ With Icons
+
+
+
+
+
+
+
+
+ Standard Button
+
+
+
+
+
+
+
+ Outline Button
+
+
+
+
+
+
+
+ Ghost Button
+
+
+
+
+
+
+
+ Square Button
+
+
+
+
+
+
+
+ Pill Button
+
+
+
+
+
+
+
+
+
+
+ Toggle pressed state
+
+
+
+
+
+
+
+ Primary Off
+
+
+
+
+
+ Secondary Off
+
+
+
+
+
+ Success Off
+
+
+
+
+
+ Info Off
+
+
+
+
+
+ Warning Off
+
+
+
+
+
+ Danger Off
+
+
+
+
+
+
+
+
+
+
+
+ Block Level CButtons
+
+
+ Add this
+
+ block
+
+
+
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+
+
+
+
+
+
+ Block Level CButtons
+
+
+ Add this
+
+ block
+
+
+
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+ Block level button
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/charts/__snapshots__/Charts.spec.js.snap b/tests/unit/views/charts/__snapshots__/Charts.spec.js.snap
index cfb81ae9..dbcba12e 100644
--- a/tests/unit/views/charts/__snapshots__/Charts.spec.js.snap
+++ b/tests/unit/views/charts/__snapshots__/Charts.spec.js.snap
@@ -34,76 +34,100 @@ exports[`Charts.vue renders correctly 1`] = `
-
-
+
+
+ Bar Chart
+
+
+
+
+
-
-
+
+
+ Doughnut Chart
+
+
+
+
+
-
-
+
+
+ Radar Chart
+
+
+
+
+
-
-
+
+
+ Pie Chart
+
+
+
+
+
-
-
+
+
+ Polar Area Chart
+
+
+
+
+
-
-
+
+
+ Simple line chart
+
+
+
+
+
-
-
+
+
+ Simple pointed chart
+
+
+
+
+
-
-
+
+
+ Simple bar chart
+
+
+
+
+
diff --git a/tests/unit/views/icons/Brands.spec.js b/tests/unit/views/icons/Brands.spec.js
index 95d54996..9a8ff3c0 100644
--- a/tests/unit/views/icons/Brands.spec.js
+++ b/tests/unit/views/icons/Brands.spec.js
@@ -2,9 +2,7 @@ import Vue from 'vue'
import { shallowMount, mount } from '@vue/test-utils'
import CoreuiVue from '@coreui/vue'
import Brands from '@/views/icons/Brands'
-import { CIconPlugin } from '@coreui/icons/vue'
-Vue.use(CIconPlugin)
Vue.use(CoreuiVue)
describe('Brands.vue', () => {
diff --git a/tests/unit/views/icons/Flags.spec.js b/tests/unit/views/icons/Flags.spec.js
index 63f226f2..272292bb 100644
--- a/tests/unit/views/icons/Flags.spec.js
+++ b/tests/unit/views/icons/Flags.spec.js
@@ -1,11 +1,9 @@
import Vue from 'vue'
import { shallowMount } from '@vue/test-utils'
import CoreuiVue from '@coreui/vue'
-import { CIconPlugin } from '@coreui/icons/vue'
import Flags from '@/views/icons/Flags'
Vue.use(CoreuiVue)
-Vue.use(CIconPlugin)
describe('Flags.vue', () => {
it('has a name', () => {
diff --git a/tests/unit/views/icons/__snapshots__/Brands.spec.js.snap b/tests/unit/views/icons/__snapshots__/Brands.spec.js.snap
new file mode 100644
index 00000000..91cf959a
--- /dev/null
+++ b/tests/unit/views/icons/__snapshots__/Brands.spec.js.snap
@@ -0,0 +1,18176 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Brands.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ adobeAfterEffects
+
+
+
+
+
+
+
+
+ adobeAudition
+
+
+
+
+
+
+
+
+ acquisitionsIncorporated
+
+
+
+
+
+
+
+
+ adobeDreamweaver
+
+
+
+
+
+
+
+
+ adobeAcrobatReader
+
+
+
+
+
+
+
+
+ adobeIllustrator
+
+
+
+
+
+
+
+
+ adobeCreativeCloud
+
+
+
+
+
+
+
+
+ adobeLightroomcc
+
+
+
+
+
+
+
+
+ adobeLightroomclassic
+
+
+
+
+
+
+
+
+ adobeIndesign
+
+
+
+
+
+
+
+
+ adobePremiere
+
+
+
+
+
+
+
+
+ adobeTypekit
+
+
+
+
+
+
+
+
+
+
+
+ adobePhotoshop
+
+
+
+
+
+
+
+
+
+
+
+ affiliatetheme
+
+
+
+
+
+
+
+
+
+ amazonAws
+
+
+
+
+
+
+
+
+ amazonPay
+
+
+
+
+
+
+
+
+ americanExpress
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ angrycreative
+
+
+
+
+
+
+
+
+ androidAlt
+
+
+
+
+
+
+
+
+ angellist
+
+
+
+
+
+
+
+
+
+ angularUniversal
+
+
+
+
+
+
+
+
+ apacheAirflow
+
+
+
+
+
+
+
+
+
+ apacheSpark
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ archLinux
+
+
+
+
+
+
+
+
+
+ archiveOfOurOwn
+
+
+
+
+
+
+
+
+ artstation
+
+
+
+
+
+
+
+
+
+ atlassian
+
+
+
+
+
+
+
+
+
+
+
+
+ asymmetrik
+
+
+
+
+
+
+
+
+
+
+
+ automatic
+
+
+
+
+
+
+
+
+
+ autoprefixer
+
+
+
+
+
+
+
+
+ azureArtifacts
+
+
+
+
+
+
+
+
+ azureDevops
+
+
+
+
+
+
+
+
+
+
+ azurePipelines
+
+
+
+
+
+
+
+
+ bancontact
+
+
+
+
+
+
+
+
+
+
+
+ battleNet
+
+
+
+
+
+
+
+
+
+
+
+ bimobject
+
+
+
+
+
+
+
+
+
+ bigCartel
+
+
+
+
+
+
+
+
+
+ bitbucket
+
+
+
+
+
+
+
+
+
+
+ bitdefender
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bluetoothB
+
+
+
+
+
+
+
+
+ blackberry
+
+
+
+
+
+
+
+
+ bluetooth
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bootstrap
+
+
+
+
+
+
+
+
+ buromobelexperte
+
+
+
+
+
+
+
+
+
+ buymeacoffee
+
+
+
+
+
+
+
+
+
+ buysellads
+
+
+
+
+
+
+
+
+
+ campaignMonitor
+
+
+
+
+
+
+
+
+
+
+
+ canadianMapleLeaf
+
+
+
+
+
+
+
+
+
+ cassandra
+
+
+
+
+
+
+
+
+
+ castorama
+
+
+
+
+
+
+
+
+
+ ccAmazonPay
+
+
+
+
+
+
+
+
+ ccDinersClub
+
+
+
+
+
+
+
+
+ ccDiscover
+
+
+
+
+
+
+
+
+ ccApplePay
+
+
+
+
+
+
+
+
+
+
+
+
+ ccMastercard
+
+
+
+
+
+
+
+
+ centercode
+
+
+
+
+
+
+
+
+
+
+
+
+ chromecast
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cloudbees
+
+
+
+
+
+
+
+
+
+ cloudflare
+
+
+
+
+
+
+
+
+
+ cloudscale
+
+
+
+
+
+
+
+
+ cloudversify
+
+
+
+
+
+
+
+
+
+ cloudsmith
+
+
+
+
+
+
+
+
+ codecademy
+
+
+
+
+
+
+
+
+
+
+
+ codeclimate
+
+
+
+
+
+
+
+
+ codefactor
+
+
+
+
+
+
+
+
+ codeigniter
+
+
+
+
+
+
+
+
+ codeforces
+
+
+
+
+
+
+
+
+
+ coderwall
+
+
+
+
+
+
+
+
+
+ codesandbox
+
+
+
+
+
+
+
+
+
+
+ commonworkflowlanguage
+
+
+
+
+
+
+
+
+ coffeescript
+
+
+
+
+
+
+
+
+ condaForge
+
+
+
+
+
+
+
+
+ confluence
+
+
+
+
+
+
+
+
+
+ compropago
+
+
+
+
+
+
+
+
+ connectdevelop
+
+
+
+
+
+
+
+
+ coveralls
+
+
+
+
+
+
+
+
+
+
+
+ cplusplus
+
+
+
+
+
+
+
+
+ creativeCommonsBy
+
+
+
+
+
+
+
+
+ creativeCommonsNcEu
+
+
+
+
+
+
+
+
+ creativeCommonsNcJp
+
+
+
+
+
+
+
+
+ creativeCommonsPd
+
+
+
+
+
+
+
+
+ creativeCommonsNd
+
+
+
+
+
+
+
+
+ creativeCommonsSamplingPlus
+
+
+
+
+
+
+
+
+ creativeCommonsNc
+
+
+
+
+
+
+
+
+ creativeCommonsPdAlt
+
+
+
+
+
+
+
+
+ creativeCommonsZero
+
+
+
+
+
+
+
+
+ creativeCommonsRemix
+
+
+
+
+
+
+
+
+ creativeCommonsShare
+
+
+
+
+
+
+
+
+ creativeCommonsSampling
+
+
+
+
+
+
+
+
+ creativeCommonsSa
+
+
+
+
+
+
+
+
+ crunchyroll
+
+
+
+
+
+
+
+
+ creativeCommons
+
+
+
+
+
+
+
+
+ criticalRole
+
+
+
+
+
+
+
+
+
+
+ crunchbase
+
+
+
+
+
+
+
+
+ csswizardry
+
+
+
+
+
+
+
+
+ cuttlefish
+
+
+
+
+
+
+
+
+ dailymotion
+
+
+
+
+
+
+
+
+
+ dAndDBeyond
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ delicious
+
+
+
+
+
+
+
+
+
+
+ dassaultsystemes
+
+
+
+
+
+
+
+
+
+ dependabot
+
+
+
+
+
+
+
+
+ designernews
+
+
+
+
+
+
+
+
+ deviantart
+
+
+
+
+
+
+
+
+
+
+ deploydog
+
+
+
+
+
+
+
+
+
+
+
+
+ digitalocean
+
+
+
+
+
+
+
+
+ digitalOcean
+
+
+
+
+
+
+
+
+
+
+
+
+ discourse
+
+
+
+
+
+
+
+
+
+
+
+
+
+ draft2digital
+
+
+
+
+
+
+
+
+ draugiemDotLv
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ earlybirds
+
+
+
+
+
+
+
+
+ duckduckgo
+
+
+
+
+
+
+
+
+ dynatrace
+
+
+
+
+
+
+
+
+
+ elasticcloud
+
+
+
+
+
+
+
+
+
+ eclipseide
+
+
+
+
+
+
+
+
+
+ elasticstack
+
+
+
+
+
+
+
+
+ elementor
+
+
+
+
+
+
+
+
+
+ elasticsearch
+
+
+
+
+
+
+
+
+ elementary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ empirekred
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eventbrite
+
+
+
+
+
+
+
+
+ everplaces
+
+
+
+
+
+
+
+
+
+
+ eventstore
+
+
+
+
+
+
+
+
+ expertsexchange
+
+
+
+
+
+
+
+
+
+
+ expeditedssl
+
+
+
+
+
+
+
+
+
+
+
+ facebookF
+
+
+
+
+
+
+
+
+
+ facebookMessenger
+
+
+
+
+
+
+
+
+ fantasyFlightGames
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fidoalliance
+
+
+
+
+
+
+
+
+ filezilla
+
+
+
+
+
+
+
+
+
+
+ firstOrderAlt
+
+
+
+
+
+
+
+
+ firstOrder
+
+
+
+
+
+
+
+
+
+
+ firstdraft
+
+
+
+
+
+
+
+
+ flipboard
+
+
+
+
+
+
+
+
+
+
+
+
+ fontAwesomeAlt
+
+
+
+
+
+
+
+
+
+
+
+
+ freecodecamp
+
+
+
+
+
+
+
+
+ furrynetwork
+
+
+
+
+
+
+
+
+ freeCodeCamp
+
+
+
+
+
+
+
+
+
+ galacticRepublic
+
+
+
+
+
+
+
+
+ furaffinity
+
+
+
+
+
+
+
+
+ galacticSenate
+
+
+
+
+
+
+
+
+
+
+
+
+
+ getPocket
+
+
+
+
+
+
+
+
+ geocaching
+
+
+
+
+
+
+
+
+
+
+
+
+ githubAlt
+
+
+
+
+
+
+
+
+
+
+
+ gitkraken
+
+
+
+
+
+
+
+
+
+
+
+ glassdoor
+
+
+
+
+
+
+
+
+
+
+
+
+ godotengine
+
+
+
+
+
+
+
+
+ gnusocial
+
+
+
+
+
+
+
+
+ gnuprivacyguard
+
+
+
+
+
+
+
+
+
+
+
+ goldenline
+
+
+
+
+
+
+
+
+ goodreads
+
+
+
+
+
+
+
+
+ googleAds
+
+
+
+
+
+
+
+
+ googleAllo
+
+
+
+
+
+
+
+
+ goodreadsG
+
+
+
+
+
+
+
+
+ googleCloud
+
+
+
+
+
+
+
+
+ googleAnalytics
+
+
+
+
+
+
+
+
+ googleHangouts
+
+
+
+
+
+
+
+
+ googleDrive
+
+
+
+
+
+
+
+
+ googleKeep
+
+
+
+
+
+
+
+
+ googlePay
+
+
+
+
+
+
+
+
+ googlePodcasts
+
+
+
+
+
+
+
+
+ googlePlay
+
+
+
+
+
+
+
+
+ googleHangoutschat
+
+
+
+
+
+
+
+
+ googleWallet
+
+
+
+
+
+
+
+
+
+ googleScholar
+
+
+
+
+
+
+
+
+
+
+ graphcool
+
+
+
+
+
+
+
+
+
+
+
+
+ greenkeeper
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ hackerNews
+
+
+
+
+
+
+
+
+
+ hackhands
+
+
+
+
+
+
+
+
+ hackerearth
+
+
+
+
+
+
+
+
+ hackerrank
+
+
+
+
+
+
+
+
+
+
+
+
+ hackerone
+
+
+
+
+
+
+
+
+
+
+
+
+ hatenabookmark
+
+
+
+
+
+
+
+
+
+
+ hireAHelper
+
+
+
+
+
+
+
+
+
+
+
+
+ hockeyapp
+
+
+
+
+
+
+
+
+
+ hootsuite
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ htmlacademy
+
+
+
+
+
+
+
+
+
+
+
+ humblebundle
+
+
+
+
+
+
+
+
+
+ hurriyetemlak
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ instacart
+
+
+
+
+
+
+
+
+ instagram
+
+
+
+
+
+
+
+
+
+ instapaper
+
+
+
+
+
+
+
+
+
+ intellijidea
+
+
+
+
+
+
+
+
+
+ internetexplorer
+
+
+
+
+
+
+
+
+ internetExplorer
+
+
+
+
+
+
+
+
+
+
+ itchDotIo
+
+
+
+
+
+
+
+
+
+
+
+
+
+ javascript
+
+
+
+
+
+
+
+
+ itunesNote
+
+
+
+
+
+
+
+
+ jediOrder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ jetbrains
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ justgiving
+
+
+
+
+
+
+
+
+ kaspersky
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ khanacademy
+
+
+
+
+
+
+
+
+
+ kickstarter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ kubernetes
+
+
+
+
+
+
+
+
+
+
+
+ laravelhorizon
+
+
+
+
+
+
+
+
+ laravelnova
+
+
+
+
+
+
+
+
+
+
+ lastDotFm
+
+
+
+
+
+
+
+
+ launchpad
+
+
+
+
+
+
+
+
+
+
+
+
+ letterboxd
+
+
+
+
+
+
+
+
+
+
+ letsencrypt
+
+
+
+
+
+
+
+
+ liberapay
+
+
+
+
+
+
+
+
+ librarything
+
+
+
+
+
+
+
+
+ libreoffice
+
+
+
+
+
+
+
+
+
+ linewebtoon
+
+
+
+
+
+
+
+
+
+
+ linuxfoundation
+
+
+
+
+
+
+
+
+ linuxmint
+
+
+
+
+
+
+
+
+
+ livejournal
+
+
+
+
+
+
+
+
+ livestream
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mailDotRu
+
+
+
+
+
+
+
+
+ mandalorian
+
+
+
+
+
+
+
+
+
+
+ mailchimp
+
+
+
+
+
+
+
+
+ mastercard
+
+
+
+
+
+
+
+
+
+
+
+ materialdesign
+
+
+
+
+
+
+
+
+ mathworks
+
+
+
+
+
+
+
+
+ mattermost
+
+
+
+
+
+
+
+
+ matternet
+
+
+
+
+
+
+
+
+
+
+
+ mediatemple
+
+
+
+
+
+
+
+
+
+
+ mediafire
+
+
+
+
+
+
+
+
+
+
+
+
+ messenger
+
+
+
+
+
+
+
+
+
+ microsoftEdge
+
+
+
+
+
+
+
+
+ microsoft
+
+
+
+
+
+
+
+
+
+
+ microgenetics
+
+
+
+
+
+
+
+
+
+ microDotBlog
+
+
+
+
+
+
+
+
+ minutemailer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ monkeytie
+
+
+
+
+
+
+
+
+
+ mozillaFirefox
+
+
+
+
+
+
+
+
+
+
+
+
+ musescore
+
+
+
+
+
+
+
+
+
+
+
+ nativescript
+
+
+
+
+
+
+
+
+
+
+
+
+
+ nextcloud
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ nintendoSwitch
+
+
+
+
+
+
+
+
+ nintendo3ds
+
+
+
+
+
+
+
+
+
+
+ nintendoGamecube
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ nutritionix
+
+
+
+
+
+
+
+
+ nuxtDotJs
+
+
+
+
+
+
+
+
+
+ odnoklassniki
+
+
+
+
+
+
+
+
+
+ octopusdeploy
+
+
+
+
+
+
+
+
+
+
+ openaccess
+
+
+
+
+
+
+
+
+
+ opensourceinitiative
+
+
+
+
+
+
+
+
+ opencollective
+
+
+
+
+
+
+
+
+
+ openstreetmap
+
+
+
+
+
+
+
+
+
+
+
+
+ optinMonster
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pagelines
+
+
+
+
+
+
+
+
+ paloaltosoftware
+
+
+
+
+
+
+
+
+
+ pennyArcade
+
+
+
+
+
+
+
+
+ phabricator
+
+
+
+
+
+
+
+
+
+
+ periscope
+
+
+
+
+
+
+
+
+
+ picartoDotTv
+
+
+
+
+
+
+
+
+ phoenixSquadron
+
+
+
+
+
+
+
+
+ phoenixFramework
+
+
+
+
+
+
+
+
+ piedPiperPp
+
+
+
+
+
+
+
+
+
+ piedPiperHat
+
+
+
+
+
+
+
+
+
+ piedPiperAlt
+
+
+
+
+
+
+
+
+ piedPiper
+
+
+
+
+
+
+
+
+
+ pinterestP
+
+
+
+
+
+
+
+
+
+ pinterest
+
+
+
+
+
+
+
+
+ pivotaltracker
+
+
+
+
+
+
+
+
+ playstation
+
+
+
+
+
+
+
+
+ playerDotMe
+
+
+
+
+
+
+
+
+
+ playstation4
+
+
+
+
+
+
+
+
+ pluralsight
+
+
+
+
+
+
+
+
+
+
+ playstation3
+
+
+
+
+
+
+
+
+
+ postwoman
+
+
+
+
+
+
+
+
+
+ postgresql
+
+
+
+
+
+
+
+
+ powershell
+
+
+
+
+
+
+
+
+
+
+ processwire
+
+
+
+
+
+
+
+
+
+ producthunt
+
+
+
+
+
+
+
+
+
+ protoDotIo
+
+
+
+
+
+
+
+
+
+
+ protonmail
+
+
+
+
+
+
+
+
+
+
+
+
+
+ quantopian
+
+
+
+
+
+
+
+
+
+ quantcast
+
+
+
+
+
+
+
+
+
+
+ quinscape
+
+
+
+
+
+
+
+
+
+
+
+
+
+ radiopublic
+
+
+
+
+
+
+
+
+ raspberrypi
+
+
+
+
+
+
+
+
+
+ reacteurope
+
+
+
+
+
+
+
+
+
+
+
+ readthedocs
+
+
+
+
+
+
+
+
+
+
+
+
+
+ redbubble
+
+
+
+
+
+
+
+
+ redditAlien
+
+
+
+
+
+
+
+
+
+
+
+ researchgate
+
+
+
+
+
+
+
+
+
+
+
+
+ resolving
+
+
+
+
+
+
+
+
+
+ reverbnation
+
+
+
+
+
+
+
+
+ rocketchat
+
+
+
+
+
+
+
+
+
+ roundcube
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ runkeeper
+
+
+
+
+
+
+
+
+ sahibinden
+
+
+
+
+
+
+
+
+
+
+ saltstack
+
+
+
+
+
+
+
+
+
+ salesforce
+
+
+
+
+
+
+
+
+ samsungPay
+
+
+
+
+
+
+
+
+
+
+
+
+ saucelabs
+
+
+
+
+
+
+
+
+
+
+ scrutinizerci
+
+
+
+
+
+
+
+
+
+
+ searchengin
+
+
+
+
+
+
+
+
+
+ semaphoreci
+
+
+
+
+
+
+
+
+
+
+
+ servicestack
+
+
+
+
+
+
+
+
+
+
+ serverfault
+
+
+
+
+
+
+
+
+
+
+
+ shirtsinbulk
+
+
+
+
+
+
+
+
+
+ simpleicons
+
+
+
+
+
+
+
+
+
+ sitepoint
+
+
+
+
+
+
+
+
+ simplybuilt
+
+
+
+
+
+
+
+
+
+
+
+
+ sinaweibo
+
+
+
+
+
+
+
+
+
+ skillshare
+
+
+
+
+
+
+
+
+ slackHash
+
+
+
+
+
+
+
+
+
+
+ slideshare
+
+
+
+
+
+
+
+
+
+
+
+
+ smashingmagazine
+
+
+
+
+
+
+
+
+ snapchatGhost
+
+
+
+
+
+
+
+
+
+
+ snapcraft
+
+
+
+
+
+
+
+
+
+
+
+
+
+ socketDotIo
+
+
+
+
+
+
+
+
+
+ sourceforge
+
+
+
+
+
+
+
+
+ sourcegraph
+
+
+
+
+
+
+
+
+ sourcetree
+
+
+
+
+
+
+
+
+ soundcloud
+
+
+
+
+
+
+
+
+
+ sparkpost
+
+
+
+
+
+
+
+
+ spacemacs
+
+
+
+
+
+
+
+
+
+
+ speakerDeck
+
+
+
+
+
+
+
+
+
+
+ spotlight
+
+
+
+
+
+
+
+
+ speakerdeck
+
+
+
+
+
+
+
+
+
+
+
+
+ squarespace
+
+
+
+
+
+
+
+
+ stackOverflow
+
+
+
+
+
+
+
+
+ stackexchange
+
+
+
+
+
+
+
+
+ stackoverflow
+
+
+
+
+
+
+
+
+ stackExchange
+
+
+
+
+
+
+
+
+
+ stackpath
+
+
+
+
+
+
+
+
+
+ stackshare
+
+
+
+
+
+
+
+
+
+ staticman
+
+
+
+
+
+
+
+
+ statuspage
+
+
+
+
+
+
+
+
+
+ staylinked
+
+
+
+
+
+
+
+
+ steamSymbol
+
+
+
+
+
+
+
+
+
+
+ storybook
+
+
+
+
+
+
+
+
+
+ stickerMule
+
+
+
+
+
+
+
+
+
+
+
+
+
+ studiovinari
+
+
+
+
+
+
+
+
+ stumbleupon
+
+
+
+
+
+
+
+
+ stumbleuponCircle
+
+
+
+
+
+
+
+
+ styleshare
+
+
+
+
+
+
+
+
+ sublimetext
+
+
+
+
+
+
+
+
+
+ superpowers
+
+
+
+
+
+
+
+
+ subversion
+
+
+
+
+
+
+
+
+ superuser
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ teamspeak
+
+
+
+
+
+
+
+
+
+ teamviewer
+
+
+
+
+
+
+
+
+
+ teespring
+
+
+
+
+
+
+
+
+
+ tencentqq
+
+
+
+
+
+
+
+
+ tencentWeibo
+
+
+
+
+
+
+
+
+
+ terraform
+
+
+
+
+
+
+
+
+ tensorflow
+
+
+
+
+
+
+
+
+ tencentweibo
+
+
+
+
+
+
+
+
+ theRedYeti
+
+
+
+
+
+
+
+
+
+ themeisle
+
+
+
+
+
+
+
+
+ themighty
+
+
+
+
+
+
+
+
+
+ thinkPeaks
+
+
+
+
+
+
+
+
+
+
+
+ themoviedatabase
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tradeFederation
+
+
+
+
+
+
+
+
+ trainerroad
+
+
+
+
+
+
+
+
+
+ treehouse
+
+
+
+
+
+
+
+
+
+
+ tripadvisor
+
+
+
+
+
+
+
+
+
+ turkishairlines
+
+
+
+
+
+
+
+
+
+
+
+ typescript
+
+
+
+
+
+
+
+
+
+
+
+
+ ublockorigin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ uniregistry
+
+
+
+
+
+
+
+
+
+
+
+ unrealengine
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ visualstudio
+
+
+
+
+
+
+
+
+
+
+ visualstudiocode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ webcomponentsDotOrg
+
+
+
+
+
+
+
+
+ wheniwork
+
+
+
+
+
+
+
+
+
+
+
+
+ wikipedia
+
+
+
+
+
+
+
+
+
+
+
+ wireguard
+
+
+
+
+
+
+
+
+
+ wizardsOfTheCoast
+
+
+
+
+
+
+
+
+ wolframMathematica
+
+
+
+
+
+
+
+
+ wolfPackBattalion
+
+
+
+
+
+
+
+
+ wolframLanguage
+
+
+
+
+
+
+
+
+ wordpress
+
+
+
+
+
+
+
+
+
+ wpbeginner
+
+
+
+
+
+
+
+
+
+ wpexplorer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ yamahaCorporation
+
+
+
+
+
+
+
+
+ yamahaMotorCorporation
+
+
+
+
+
+
+
+
+
+
+ ycombinator
+
+
+
+
+
+
+
+
+
+ yandexInternational
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ apacheFlink
+
+
+
+
+
+
+
+
+
+ epicgames
+
+
+
+
+
+
+
+
+
+
+
+ greensock
+
+
+
+
+
+
+
+
+ oldRepublic
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/icons/__snapshots__/CoreUIIcons.spec.js.snap b/tests/unit/views/icons/__snapshots__/CoreUIIcons.spec.js.snap
new file mode 100644
index 00000000..76862964
--- /dev/null
+++ b/tests/unit/views/icons/__snapshots__/CoreUIIcons.spec.js.snap
@@ -0,0 +1,7582 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`CoreUIIcons.vue renders correctly 1`] = `
+
+
+
+
+ CoreUI Icons
+
+
+ New
+
+
+
+
+
+
+
+
+
+
+
+ 3d
+
+
+
+
+
+
+ 4k
+
+
+
+
+
+
+ accountLogout
+
+
+
+
+
+
+ actionRedo
+
+
+
+
+
+
+ actionUndo
+
+
+
+
+
+
+ airplaneModeOff
+
+
+
+
+
+
+ addressBook
+
+
+
+
+
+
+ airplaneMode
+
+
+
+
+
+
+ alarm
+
+
+
+
+
+
+ airplay
+
+
+
+
+
+
+ alignLeft
+
+
+
+
+
+
+ album
+
+
+
+
+
+
+ alignRight
+
+
+
+
+
+
+ americanFootball
+
+
+
+
+
+
+ alignCenter
+
+
+
+
+
+
+ aperture
+
+
+
+
+
+
+ applications
+
+
+
+
+
+
+ applicationsSettings
+
+
+
+
+
+
+ arrowBottom
+
+
+
+
+
+
+ arrowCircleLeft
+
+
+
+
+
+
+ arrowCircleBottom
+
+
+
+
+
+
+ arrowCircleTop
+
+
+
+
+
+
+ arrowLeft
+
+
+
+
+
+
+ arrowRight
+
+
+
+
+
+
+ arrowCircleRight
+
+
+
+
+
+
+ arrowThickFromRight
+
+
+
+
+
+
+ arrowThickFromBottom
+
+
+
+
+
+
+ arrowThickBottom
+
+
+
+
+
+
+ arrowThickFromLeft
+
+
+
+
+
+
+ arrowThickFromTop
+
+
+
+
+
+
+ arrowThickToRight
+
+
+
+
+
+
+ arrowThickRight
+
+
+
+
+
+
+ arrowThickLeft
+
+
+
+
+
+
+ arrowThickToBottom
+
+
+
+
+
+
+ arrowThickToLeft
+
+
+
+
+
+
+ arrowThickToTop
+
+
+
+
+
+
+ assistiveListeningSystem
+
+
+
+
+
+
+ arrowThickTop
+
+
+
+
+
+
+ arrowTop
+
+
+
+
+
+
+ asterisk
+
+
+
+
+
+
+ asteriskCircle
+
+
+
+
+
+
+ audioSpectrum
+
+
+
+
+
+
+ at
+
+
+
+
+
+
+ avTimer
+
+
+
+
+
+
+ audioDescription
+
+
+
+
+
+
+ audio
+
+
+
+
+
+
+ badge
+
+
+
+
+
+
+ ban
+
+
+
+
+
+
+ bank
+
+
+
+
+
+
+ balanceScale
+
+
+
+
+
+
+ barcode
+
+
+
+
+
+
+ barChart
+
+
+
+
+
+
+ baseball
+
+
+
+
+
+
+ basketball
+
+
+
+
+
+
+ basket
+
+
+
+
+
+
+ batteryAlert
+
+
+
+
+
+
+ bath
+
+
+
+
+
+
+ battery0
+
+
+
+
+
+
+ batterySlash
+
+
+
+
+
+
+ battery5
+
+
+
+
+
+
+ beaker
+
+
+
+
+
+
+ battery3
+
+
+
+
+
+
+ bell
+
+
+
+
+
+
+ bike
+
+
+
+
+
+
+ beachAccess
+
+
+
+
+
+
+ blind
+
+
+
+
+
+
+ bed
+
+
+
+
+
+
+ birthdayCake
+
+
+
+
+
+
+ blur
+
+
+
+
+
+
+ blurCircular
+
+
+
+
+
+
+ blurLinear
+
+
+
+
+
+
+ bold
+
+
+
+
+
+
+ bolt
+
+
+
+
+
+
+ bookmark
+
+
+
+
+
+
+ boatAlt
+
+
+
+
+
+
+ book
+
+
+
+
+
+
+ borderAll
+
+
+
+
+
+
+ borderClear
+
+
+
+
+
+
+ borderBottom
+
+
+
+
+
+
+ borderHorizontal
+
+
+
+
+
+
+ borderInner
+
+
+
+
+
+
+ borderLeft
+
+
+
+
+
+
+ borderStyle
+
+
+
+
+
+
+ borderOuter
+
+
+
+
+
+
+ borderRight
+
+
+
+
+
+
+ borderTop
+
+
+
+
+
+
+ bowling
+
+
+
+
+
+
+ briefcase
+
+
+
+
+
+
+ braille
+
+
+
+
+
+
+ borderVertical
+
+
+
+
+
+
+ brush
+
+
+
+
+
+
+ browser
+
+
+
+
+
+
+ bug
+
+
+
+
+
+
+ brightness
+
+
+
+
+
+
+ building
+
+
+
+
+
+
+ burger
+
+
+
+
+
+
+ bullhorn
+
+
+
+
+
+
+ calculator
+
+
+
+
+
+
+ busAlt
+
+
+
+
+
+
+ brushAlt
+
+
+
+
+
+
+ cameraControl
+
+
+
+
+
+
+ calendarCheck
+
+
+
+
+
+
+ cameraRoll
+
+
+
+
+
+
+ britishPound
+
+
+
+
+
+
+ calendar
+
+
+
+
+
+
+ camera
+
+
+
+
+
+
+ caretBottom
+
+
+
+
+
+
+ caretTop
+
+
+
+
+
+
+ carAlt
+
+
+
+
+
+
+ caretLeft
+
+
+
+
+
+
+ caretRight
+
+
+
+
+
+
+ cast
+
+
+
+
+
+
+ cat
+
+
+
+
+
+
+ cart
+
+
+
+
+
+
+ centerFocus
+
+
+
+
+
+
+ casino
+
+
+
+
+
+
+ chart
+
+
+
+
+
+
+ chartPie
+
+
+
+
+
+
+ check
+
+
+
+
+
+
+ chartLine
+
+
+
+
+
+
+ chatBubble
+
+
+
+
+
+
+ chevronCircleDownAlt
+
+
+
+
+
+
+ chevronBottom
+
+
+
+
+
+
+ chevronCircleRightAlt
+
+
+
+
+
+
+ chevronDoubleDown
+
+
+
+
+
+
+ chevronDoubleLeft
+
+
+
+
+
+
+ chevronCircleLeftAlt
+
+
+
+
+
+
+ chevronDoubleRight
+
+
+
+
+
+
+ chevronCircleUpAlt
+
+
+
+
+
+
+ chevronDoubleUp
+
+
+
+
+
+
+ chevronLeft
+
+
+
+
+
+
+ chevronDoubleUpAlt
+
+
+
+
+
+
+ childFriendly
+
+
+
+
+
+
+ chevronTop
+
+
+
+
+
+
+ child
+
+
+
+
+
+
+ clearAll
+
+
+
+
+
+
+ chevronRight
+
+
+
+
+
+
+ clipboard
+
+
+
+
+
+
+ clock
+
+
+
+
+
+
+ cloudUpload
+
+
+
+
+
+
+ clone
+
+
+
+
+
+
+ closedCaptioning
+
+
+
+
+
+
+ cloudDownload
+
+
+
+
+
+
+ cloud
+
+
+
+
+
+
+ code
+
+
+
+
+
+
+ colorFill
+
+
+
+
+
+
+ cloudy
+
+
+
+
+
+
+ colorPalette
+
+
+
+
+
+
+ coffee
+
+
+
+
+
+
+ commentBubble
+
+
+
+
+
+
+ colorBorder
+
+
+
+
+
+
+ columns
+
+
+
+
+
+
+ commentSquare
+
+
+
+
+
+
+ contact
+
+
+
+
+
+
+ compass
+
+
+
+
+
+
+ compress
+
+
+
+
+
+
+ contrast
+
+
+
+
+
+
+ copyright
+
+
+
+
+
+
+ copy
+
+
+
+
+
+
+ creditCard
+
+
+
+
+
+
+ couch
+
+
+
+
+
+
+ cropRotate
+
+
+
+
+
+
+ crop
+
+
+
+
+
+
+ dataTransferDown
+
+
+
+
+
+
+ cursor
+
+
+
+
+
+
+ cursorMove
+
+
+
+
+
+
+ cut
+
+
+
+
+
+
+ description
+
+
+
+
+
+
+ deaf
+
+
+
+
+
+
+ dataTransferUp
+
+
+
+
+
+
+ dinner
+
+
+
+
+
+
+ dialpad
+
+
+
+
+
+
+ dog
+
+
+
+
+
+
+ drinkAlcohol
+
+
+
+
+
+
+ dollar
+
+
+
+
+
+
+ devices
+
+
+
+
+
+
+ door
+
+
+
+
+
+
+ doubleQuoteSansLeft
+
+
+
+
+
+
+ drink
+
+
+
+
+
+
+ doubleQuoteSansRight
+
+
+
+
+
+
+ elevator
+
+
+
+
+
+
+ drop
+
+
+
+
+
+
+ drop1
+
+
+
+
+
+
+ envelopeLetter
+
+
+
+
+
+
+ envelopeClosed
+
+
+
+
+
+
+ equalizer
+
+
+
+
+
+
+ ethernet
+
+
+
+
+
+
+ excerpt
+
+
+
+
+
+
+ envelopeOpen
+
+
+
+
+
+
+ euro
+
+
+
+
+
+
+ exitToApp
+
+
+
+
+
+
+ expandLeft
+
+
+
+
+
+
+ expandDown
+
+
+
+
+
+
+ exposure
+
+
+
+
+
+
+ expandRight
+
+
+
+
+
+
+ expandUp
+
+
+
+
+
+
+ externalLink
+
+
+
+
+
+
+ fastfood
+
+
+
+
+
+
+ face
+
+
+
+
+
+
+ faceDead
+
+
+
+
+
+
+ featuredPlaylist
+
+
+
+
+
+
+ eyedropper
+
+
+
+
+
+
+ file
+
+
+
+
+
+
+ fax
+
+
+
+
+
+
+ filter
+
+
+
+
+
+
+ filterPhoto
+
+
+
+
+
+
+ filterFrames
+
+
+
+
+
+
+ findInPage
+
+
+
+
+
+
+ flightTakeoff
+
+
+
+
+
+
+ fingerprint
+
+
+
+
+
+
+ fire
+
+
+
+
+
+
+ flipToBack
+
+
+
+
+
+
+ flagAlt
+
+
+
+
+
+
+ flip
+
+
+
+
+
+
+ folder
+
+
+
+
+
+
+ folderOpen
+
+
+
+
+
+
+ flower
+
+
+
+
+
+
+ font
+
+
+
+
+
+
+ football
+
+
+
+
+
+
+ fridge
+
+
+
+
+
+
+ fork
+
+
+
+
+
+
+ frown
+
+
+
+
+
+
+ flipToFront
+
+
+
+
+
+
+ fullscreenExit
+
+
+
+
+
+
+ gamepad
+
+
+
+
+
+
+ functions
+
+
+
+
+
+
+ fullscreen
+
+
+
+
+
+
+ functionsAlt
+
+
+
+
+
+
+ garage
+
+
+
+
+
+
+ gif
+
+
+
+
+
+
+ gem
+
+
+
+
+
+
+ githubCircle
+
+
+
+
+
+
+ globeAlt
+
+
+
+
+
+
+ gift
+
+
+
+
+
+
+ golf
+
+
+
+
+
+
+ grain
+
+
+
+
+
+
+ golfAlt
+
+
+
+
+
+
+ gradient
+
+
+
+
+
+
+ handPointRight
+
+
+
+
+
+
+ handPointDown
+
+
+
+
+
+
+ gridSlash
+
+
+
+
+
+
+ handPointLeft
+
+
+
+
+
+
+ handPointUp
+
+
+
+
+
+
+ hd
+
+
+
+
+
+
+ healing
+
+
+
+
+
+
+ graph
+
+
+
+
+
+
+ hdr
+
+
+
+
+
+
+ grid
+
+
+
+
+
+
+ header
+
+
+
+
+
+
+ heart
+
+
+
+
+
+
+ headphones
+
+
+
+
+
+
+ highligt
+
+
+
+
+
+
+ highlighter
+
+
+
+
+
+
+ history
+
+
+
+
+
+
+ home
+
+
+
+
+
+
+ hospital
+
+
+
+
+
+
+ hotTub
+
+
+
+
+
+
+ https
+
+
+
+
+
+
+ house
+
+
+
+
+
+
+ inbox
+
+
+
+
+
+
+ imageBroken
+
+
+
+
+
+
+ imagePlus
+
+
+
+
+
+
+ image1
+
+
+
+
+
+
+ indentIncrease
+
+
+
+
+
+
+ indentDecrease
+
+
+
+
+
+
+ industrySlash
+
+
+
+
+
+
+ info
+
+
+
+
+
+
+ inputHdmi
+
+
+
+
+
+
+ inputPower
+
+
+
+
+
+
+ italic
+
+
+
+
+
+
+ institution
+
+
+
+
+
+
+ input
+
+
+
+
+
+
+ justifyCenter
+
+
+
+
+
+
+ keyboard
+
+
+
+
+
+
+ justifyLeft
+
+
+
+
+
+
+ justifyRight
+
+
+
+
+
+
+ language
+
+
+
+
+
+
+ laptop
+
+
+
+
+
+
+ layers
+
+
+
+
+
+
+ lan
+
+
+
+
+
+
+ leaf
+
+
+
+
+
+
+ lemon
+
+
+
+
+
+
+ lifeRing
+
+
+
+
+
+
+ libraryAdd
+
+
+
+
+
+
+ levelDown
+
+
+
+
+
+
+ levelUp
+
+
+
+
+
+
+ lightbulb
+
+
+
+
+
+
+ lineSpacing
+
+
+
+
+
+
+ library
+
+
+
+
+
+
+ lineStyle
+
+
+
+
+
+
+ lineWeight
+
+
+
+
+
+
+ linkAlt
+
+
+
+
+
+
+ linkBroken
+
+
+
+
+
+
+ link
+
+
+
+
+
+
+ infinity
+
+
+
+
+
+
+ listFilter
+
+
+
+
+
+
+ industry
+
+
+
+
+
+
+ listRich
+
+
+
+
+
+
+ listHighPriority
+
+
+
+
+
+
+ listLowPriority
+
+
+
+
+
+
+ list
+
+
+
+
+
+
+ listNumbered
+
+
+
+
+
+
+ locationPin
+
+
+
+
+
+
+ lockUnlocked
+
+
+
+
+
+
+ lockLocked
+
+
+
+
+
+
+ locomotive
+
+
+
+
+
+
+ lowVision
+
+
+
+
+
+
+ loop1
+
+
+
+
+
+
+ loop
+
+
+
+
+
+
+ loopCircular
+
+
+
+
+
+
+ magnifyingGlass
+
+
+
+
+
+
+ mediaEject
+
+
+
+
+
+
+ map
+
+
+
+
+
+
+ mediaPause
+
+
+
+
+
+
+ mediaPlay
+
+
+
+
+
+
+ mediaRecord
+
+
+
+
+
+
+ mediaSkipForward
+
+
+
+
+
+
+ mediaSkipBackward
+
+
+
+
+
+
+ mediaStepBackward
+
+
+
+
+
+
+ mediaStepForward
+
+
+
+
+
+
+ memory
+
+
+
+
+
+
+ menu
+
+
+
+
+
+
+ mediaStop
+
+
+
+
+
+
+ medicalCross
+
+
+
+
+
+
+ meh
+
+
+
+
+
+
+ minus
+
+
+
+
+
+
+ mobileLandscape
+
+
+
+
+
+
+ microphone
+
+
+
+
+
+
+ mobile
+
+
+
+
+
+
+ moodGood
+
+
+
+
+
+
+ monitor
+
+
+
+
+
+
+ moodBad
+
+
+
+
+
+
+ money
+
+
+
+
+
+
+ moodVeryGood
+
+
+
+
+
+
+ moon
+
+
+
+
+
+
+ move
+
+
+
+
+
+
+ moodVeryBad
+
+
+
+
+
+
+ mouthSlash
+
+
+
+
+
+
+ movie
+
+
+
+
+
+
+ mouse
+
+
+
+
+
+
+ mug
+
+
+
+
+
+
+ mugTea
+
+
+
+
+
+
+ objectUngroup
+
+
+
+
+
+
+ notes
+
+
+
+
+
+
+ objectGroup
+
+
+
+
+
+
+ musicNote
+
+
+
+
+
+
+ newspaper
+
+
+
+
+
+
+ optionsHorizontal
+
+
+
+
+
+
+ opacity
+
+
+
+
+
+
+ options
+
+
+
+
+
+
+ paperPlane
+
+
+
+
+
+
+ paintBucket
+
+
+
+
+
+
+ paint
+
+
+
+
+
+
+ paperclip
+
+
+
+
+
+
+ paragraph
+
+
+
+
+
+
+ pencil
+
+
+
+
+
+
+ penAlt
+
+
+
+
+
+
+ phone
+
+
+
+
+
+
+ penNib
+
+
+
+
+
+
+ paw
+
+
+
+
+
+
+ people
+
+
+
+
+
+
+ pin
+
+
+
+
+
+
+ pizza
+
+
+
+
+
+
+ playlistAdd
+
+
+
+
+
+
+ pool
+
+
+
+
+
+
+ plus
+
+
+
+
+
+
+ powerStandby
+
+
+
+
+
+
+ puzzle
+
+
+
+
+
+
+ polymer
+
+
+
+
+
+
+ pregnant
+
+
+
+
+
+
+ rain
+
+
+
+
+
+
+ reload
+
+
+
+
+
+
+ print
+
+
+
+
+
+
+ rectangle
+
+
+
+
+
+
+ qrCode
+
+
+
+
+
+
+ registered
+
+
+
+
+
+
+ restaurant
+
+
+
+
+
+
+ resizeBoth
+
+
+
+
+
+
+ resizeWidth
+
+
+
+
+
+
+ resizeHeight
+
+
+
+
+
+
+ rowing
+
+
+
+
+
+
+ running
+
+
+
+
+
+
+ remove
+
+
+
+
+
+
+ room
+
+
+
+
+
+
+ satelite
+
+
+
+
+
+
+ save
+
+
+
+
+
+
+ scrubber
+
+
+
+
+
+
+ school
+
+
+
+
+
+
+ settings
+
+
+
+
+
+
+ shareAll
+
+
+
+
+
+
+ shareAlt
+
+
+
+
+
+
+ shareBoxed
+
+
+
+
+
+
+ screenDesktop
+
+
+
+
+
+
+ shieldAlt
+
+
+
+
+
+
+ share
+
+
+
+
+
+
+ shortText
+
+
+
+
+
+
+ signalCellular0
+
+
+
+
+
+
+ shower
+
+
+
+
+
+
+ signLanguage
+
+
+
+
+
+
+ screenSmartphone
+
+
+
+
+
+
+ signalCellular4
+
+
+
+
+
+
+ sitemap
+
+
+
+
+
+
+ signalCellular3
+
+
+
+
+
+
+ sim
+
+
+
+
+
+
+ smilePlus
+
+
+
+
+
+
+ smokeFree
+
+
+
+
+
+
+ sortAlphaDown
+
+
+
+
+
+
+ smile
+
+
+
+
+
+
+ smokingRoom
+
+
+
+
+
+
+ sortAscending
+
+
+
+
+
+
+ snowflake
+
+
+
+
+
+
+ sortDescending
+
+
+
+
+
+
+ sortAlphaUp
+
+
+
+
+
+
+ sortNumericDown
+
+
+
+
+
+
+ sortNumericUp
+
+
+
+
+
+
+ spa
+
+
+
+
+
+
+ spaceBar
+
+
+
+
+
+
+ speedometer
+
+
+
+
+
+
+ square
+
+
+
+
+
+
+ speaker
+
+
+
+
+
+
+ spreadsheet
+
+
+
+
+
+
+ speech
+
+
+
+
+
+
+ starHalf
+
+
+
+
+
+
+ star
+
+
+
+
+
+
+ sun
+
+
+
+
+
+
+ stream
+
+
+
+
+
+
+ storage
+
+
+
+
+
+
+ swapVertical
+
+
+
+
+
+
+ swapHorizontal
+
+
+
+
+
+
+ swimming
+
+
+
+
+
+
+ tablet
+
+
+
+
+
+
+ tag
+
+
+
+
+
+
+ sync
+
+
+
+
+
+
+ tags
+
+
+
+
+
+
+ taxi
+
+
+
+
+
+
+ task
+
+
+
+
+
+
+ terminal
+
+
+
+
+
+
+ tennisBall
+
+
+
+
+
+
+ tennis
+
+
+
+
+
+
+ textSize
+
+
+
+
+
+
+ terrain
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ thumbUp
+
+
+
+
+
+
+ textShapes
+
+
+
+
+
+
+ textStrike
+
+
+
+
+
+
+ textSquare
+
+
+
+
+
+
+ thumbDown
+
+
+
+
+
+
+ toilet
+
+
+
+
+
+
+ toggleOff
+
+
+
+
+
+
+ touchApp
+
+
+
+
+
+
+ trademark
+
+
+
+
+
+
+ transfer
+
+
+
+
+
+
+ trash
+
+
+
+
+
+
+ translate
+
+
+
+
+
+
+ underline
+
+
+
+
+
+
+ triangle
+
+
+
+
+
+
+ tv
+
+
+
+
+
+
+ truck
+
+
+
+
+
+
+ userUnfollow
+
+
+
+
+
+
+ userFollow
+
+
+
+
+
+
+ vector
+
+
+
+
+
+
+ verticalAlignCenter
+
+
+
+
+
+
+ userFemale
+
+
+
+
+
+
+ verticalAlignBottom1
+
+
+
+
+
+
+ user
+
+
+
+
+
+
+ verticalAlignBottom
+
+
+
+
+
+
+ verticalAlignCenter1
+
+
+
+
+
+
+ verticalAlignTop
+
+
+
+
+
+
+ verticalAlignTop1
+
+
+
+
+
+
+ video
+
+
+
+
+
+
+ viewColumn
+
+
+
+
+
+
+ viewModule
+
+
+
+
+
+
+ viewQuilt
+
+
+
+
+
+
+ viewStream
+
+
+
+
+
+
+ voiceOverRecord
+
+
+
+
+
+
+ volumeHigh
+
+
+
+
+
+
+ volumeOff
+
+
+
+
+
+
+ walk
+
+
+
+
+
+
+ volumeLow
+
+
+
+
+
+
+ vue
+
+
+
+
+
+
+ watch
+
+
+
+
+
+
+ warning
+
+
+
+
+
+
+ wallpaper
+
+
+
+
+
+
+ wallet
+
+
+
+
+
+
+ wifiSignal0
+
+
+
+
+
+
+ weightlifitng
+
+
+
+
+
+
+ wheelchair
+
+
+
+
+
+
+ wc
+
+
+
+
+
+
+ wifiSignal1
+
+
+
+
+
+
+ windowMinimize
+
+
+
+
+
+
+ wifiSignalOff
+
+
+
+
+
+
+ wifiSignal4
+
+
+
+
+
+
+ wifiSignal2
+
+
+
+
+
+
+ windowMaximize
+
+
+
+
+
+
+ windowRestore
+
+
+
+
+
+
+ wrapText
+
+
+
+
+
+
+ window
+
+
+
+
+
+
+ xCircle
+
+
+
+
+
+
+ x
+
+
+
+
+
+
+ zoomOut
+
+
+
+
+
+
+ yen
+
+
+
+
+
+
+ zoomIn
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/icons/__snapshots__/Flags.spec.js.snap b/tests/unit/views/icons/__snapshots__/Flags.spec.js.snap
new file mode 100644
index 00000000..5582b747
--- /dev/null
+++ b/tests/unit/views/icons/__snapshots__/Flags.spec.js.snap
@@ -0,0 +1,2969 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Flags.vue renders correctly 1`] = `
+
+
+
+
+ Flags
+
+
+
+
+
+
+
+
+
+
+
+ AG
+
+
+
+
+
+
+ AM
+
+
+
+
+
+
+ AE
+
+
+
+
+
+
+ AO
+
+
+
+
+
+
+ AU
+
+
+
+
+
+
+ BB
+
+
+
+
+
+
+ AT
+
+
+
+
+
+
+ BH
+
+
+
+
+
+
+ BA
+
+
+
+
+
+
+ BF
+
+
+
+
+
+
+ BI
+
+
+
+
+
+
+ BD
+
+
+
+
+
+
+ BG
+
+
+
+
+
+
+ AZ
+
+
+
+
+
+
+ BJ
+
+
+
+
+
+
+ BO
+
+
+
+
+
+
+ BW
+
+
+
+
+
+
+ BR
+
+
+
+
+
+
+ BS
+
+
+
+
+
+
+ CA
+
+
+
+
+
+
+ BE
+
+
+
+
+
+
+ CF
+
+
+
+
+
+
+ CL
+
+
+
+
+
+
+ CD
+
+
+
+
+
+
+ CG
+
+
+
+
+
+
+ CI
+
+
+
+
+
+
+ CM
+
+
+
+
+
+
+ CN
+
+
+
+
+
+
+ CV
+
+
+
+
+
+
+ CR
+
+
+
+
+
+
+ CO
+
+
+
+
+
+
+ CH
+
+
+
+
+
+
+ CU
+
+
+
+
+
+
+ DJ
+
+
+
+
+
+
+ DK
+
+
+
+
+
+
+ CZ
+
+
+
+
+
+
+ DE
+
+
+
+
+
+
+ DZ
+
+
+
+
+
+
+ EE
+
+
+
+
+
+
+ ET
+
+
+
+
+
+
+ ER
+
+
+
+
+
+
+ FI
+
+
+
+
+
+
+ FM
+
+
+
+
+
+
+ GA
+
+
+
+
+
+
+ GB
+
+
+
+
+
+
+ GD
+
+
+
+
+
+
+ FR
+
+
+
+
+
+
+ GE
+
+
+
+
+
+
+ GH
+
+
+
+
+
+
+ GR
+
+
+
+
+
+
+ GM
+
+
+
+
+
+
+ GW
+
+
+
+
+
+
+ GY
+
+
+
+
+
+
+ HN
+
+
+
+
+
+
+ IL
+
+
+
+
+
+
+ HU
+
+
+
+
+
+
+ IN
+
+
+
+
+
+
+ ID
+
+
+
+
+
+
+ IE
+
+
+
+
+
+
+ IQ
+
+
+
+
+
+
+ IS
+
+
+
+
+
+
+ IR
+
+
+
+
+
+
+ IT
+
+
+
+
+
+
+ JO
+
+
+
+
+
+
+ KM
+
+
+
+
+
+
+ JM
+
+
+
+
+
+
+ KI
+
+
+
+
+
+
+ JP
+
+
+
+
+
+
+ KE
+
+
+
+
+
+
+ KW
+
+
+
+
+
+
+ KN
+
+
+
+
+
+
+ KP
+
+
+
+
+
+
+ KR
+
+
+
+
+
+
+ LA
+
+
+
+
+
+
+ LC
+
+
+
+
+
+
+ LT
+
+
+
+
+
+
+ LR
+
+
+
+
+
+
+ LV
+
+
+
+
+
+
+ LU
+
+
+
+
+
+
+ LY
+
+
+
+
+
+
+ MC
+
+
+
+
+
+
+ MA
+
+
+
+
+
+
+ LS
+
+
+
+
+
+
+ MG
+
+
+
+
+
+
+ MK
+
+
+
+
+
+
+ MH
+
+
+
+
+
+
+ ML
+
+
+
+
+
+
+ MU
+
+
+
+
+
+
+ MM
+
+
+
+
+
+
+ MN
+
+
+
+
+
+
+ MW
+
+
+
+
+
+
+ MV
+
+
+
+
+
+
+ MR
+
+
+
+
+
+
+ MY
+
+
+
+
+
+
+ NA
+
+
+
+
+
+
+ NE
+
+
+
+
+
+
+ NG
+
+
+
+
+
+
+ MZ
+
+
+
+
+
+
+ NP
+
+
+
+
+
+
+ NL
+
+
+
+
+
+
+ NU
+
+
+
+
+
+
+ NO
+
+
+
+
+
+
+ NR
+
+
+
+
+
+
+ PA
+
+
+
+
+
+
+ NZ
+
+
+
+
+
+
+ PG
+
+
+
+
+
+
+ PE
+
+
+
+
+
+
+ PL
+
+
+
+
+
+
+ PH
+
+
+
+
+
+
+ PK
+
+
+
+
+
+
+ PW
+
+
+
+
+
+
+ QA
+
+
+
+
+
+
+ RO
+
+
+
+
+
+
+ SB
+
+
+
+
+
+
+ RW
+
+
+
+
+
+
+ SC
+
+
+
+
+
+
+ SD
+
+
+
+
+
+
+ SE
+
+
+
+
+
+
+ SG
+
+
+
+
+
+
+ SI
+
+
+
+
+
+
+ RU
+
+
+
+
+
+
+ SK
+
+
+
+
+
+
+ SL
+
+
+
+
+
+
+ SR
+
+
+
+
+
+
+ SN
+
+
+
+
+
+
+ SO
+
+
+
+
+
+
+ SS
+
+
+
+
+
+
+ SZ
+
+
+
+
+
+
+ ST
+
+
+
+
+
+
+ SY
+
+
+
+
+
+
+ TG
+
+
+
+
+
+
+ TH
+
+
+
+
+
+
+ TD
+
+
+
+
+
+
+ TJ
+
+
+
+
+
+
+ TN
+
+
+
+
+
+
+ TL
+
+
+
+
+
+
+ TO
+
+
+
+
+
+
+ TV
+
+
+
+
+
+
+ TR
+
+
+
+
+
+
+ TZ
+
+
+
+
+
+
+ TW
+
+
+
+
+
+
+ UG
+
+
+
+
+
+
+ UA
+
+
+
+
+
+
+ US
+
+
+
+
+
+
+ UY
+
+
+
+
+
+
+ VC
+
+
+
+
+
+
+ UZ
+
+
+
+
+
+
+ VE
+
+
+
+
+
+
+ ZA
+
+
+
+
+
+
+ VN
+
+
+
+
+
+
+ ZM
+
+
+
+
+
+
+ TT
+
+
+
+
+
+
+ XK
+
+
+
+
+
+
+ ZW
+
+
+
+
+
+
+ WS
+
+
+
+
+
+
+ YE
+
+
+
+
+
+
+ AL
+
+
+
+
+
+
+ AR
+
+
+
+
+
+
+ BY
+
+
+
+
+
+
+ CY
+
+
+
+
+
+
+ DM
+
+
+
+
+
+
+ GN
+
+
+
+
+
+
+ GQ
+
+
+
+
+
+
+ KG
+
+
+
+
+
+
+ LB
+
+
+
+
+
+
+ MT
+
+
+
+
+
+
+ KH
+
+
+
+
+
+
+ LI
+
+
+
+
+
+
+ NI
+
+
+
+
+
+
+ OM
+
+
+
+
+
+
+ SA
+
+
+
+
+
+
+ BN
+
+
+
+
+
+
+ EG
+
+
+
+
+
+
+ KZ
+
+
+
+
+
+
+ LK
+
+
+
+
+
+
+ MD
+
+
+
+
+
+
+ BT
+
+
+
+
+
+
+ HT
+
+
+
+
+
+
+ PY
+
+
+
+
+
+
+ PT
+
+
+
+
+
+
+ AF
+
+
+
+
+
+
+ TM
+
+
+
+
+
+
+ AD
+
+
+
+
+
+
+ VA
+
+
+
+
+
+
+ ME
+
+
+
+
+
+
+ BZ
+
+
+
+
+
+
+ GT
+
+
+
+
+
+
+ FJ
+
+
+
+
+
+
+ HR
+
+
+
+
+
+
+ ES
+
+
+
+
+
+
+ SM
+
+
+
+
+
+
+ DO
+
+
+
+
+
+
+ SV
+
+
+
+
+
+
+ MX
+
+
+
+
+
+
+ EC
+
+
+
+
+
+
+ RS
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/notifications/__snapshots__/Alerts.spec.js.snap b/tests/unit/views/notifications/__snapshots__/Alerts.spec.js.snap
new file mode 100644
index 00000000..8ba66fb6
--- /dev/null
+++ b/tests/unit/views/notifications/__snapshots__/Alerts.spec.js.snap
@@ -0,0 +1,472 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Alerts.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+ Bootstrap Alert
+
+
+
+
+
+
+
+
+
+
+ Primary Alert
+
+
+
+ Secondary Alert
+
+
+
+ Success Alert
+
+
+
+ Danger Alert
+
+
+
+ Warning Alert
+
+
+
+ Info Alert
+
+
+
+ Light Alert
+
+
+
+ Dark Alert
+
+
+
+
+
+
+
+
+
+
+ Alert
+
+
+ use
+
+ .alert-link
+
+ to provide links
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alerts
+
+ with additional content
+
+
+
+
+
+
+ Well done!
+
+
+
+
+ Aww yeah, you successfully read this important alert message.
+ This example text is going to run a bit longer so that you can see
+ how spacing within an alert works with this kind of content.
+
+
+
+
+
+
+
+ Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
+
+
+
+
+
+
+
+
+
+
+
+ Alerts
+
+
+ dismissible
+
+
+
+
+
+
+ Dismissible Alert!
+
+
+
+
+
+ Dismissible Alert with custom button!
+
+
+
+ Close
+
+
+
+
+
+
+ Show dismissible alerts
+
+
+
+
+
+
+
+
+ Alerts
+
+
+ auto dismissible
+
+
+
+
+
+
+
+ Alert will dismiss after
+
+
+ 10
+
+ seconds...
+
+
+
+
+
+ Alert will dismiss after 10 seconds...
+
+
+
+
+
+
+ Show alert with timer
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/notifications/__snapshots__/Badges.spec.js.snap b/tests/unit/views/notifications/__snapshots__/Badges.spec.js.snap
new file mode 100644
index 00000000..a13fb359
--- /dev/null
+++ b/tests/unit/views/notifications/__snapshots__/Badges.spec.js.snap
@@ -0,0 +1,354 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Badges.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+ Example heading
+
+ New
+
+
+
+
+ Example heading
+
+ New
+
+
+
+
+ Example heading
+
+ New
+
+
+
+
+ Example heading
+
+ New
+
+
+
+
+ Example heading
+
+ New
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Primary
+
+
+
+ Secondary
+
+
+
+ Success
+
+
+
+ Danger
+
+
+
+ Warning
+
+
+
+ Info
+
+
+
+ Light
+
+
+
+ Dark
+
+
+
+
+
+
+
+
+
+
+
+ Primary
+
+
+
+ Secondary
+
+
+
+ Success
+
+
+
+ Danger
+
+
+
+ Warning
+
+
+
+ Info
+
+
+
+ Light
+
+
+
+ Dark
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/notifications/__snapshots__/Modals.spec.js.snap b/tests/unit/views/notifications/__snapshots__/Modals.spec.js.snap
new file mode 100644
index 00000000..474e93dc
--- /dev/null
+++ b/tests/unit/views/notifications/__snapshots__/Modals.spec.js.snap
@@ -0,0 +1,338 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Modals.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+ Bootstrap Modals
+
+
+
+
+
+
+
+ Launch demo modal
+
+
+
+
+
+ Launch large modal
+
+
+
+
+
+ Launch small modal
+
+
+
+
+
+
+
+ Launch primary modal
+
+
+
+
+
+ Launch success modal
+
+
+
+
+
+ Launch warning modal
+
+
+
+
+
+ Launch danger modal
+
+
+
+
+
+ Launch info modal
+
+
+
+
+
+ Launch dark modal
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+
+`;
diff --git a/tests/unit/views/pages/__snapshots__/Login.spec.js.snap b/tests/unit/views/pages/__snapshots__/Login.spec.js.snap
new file mode 100644
index 00000000..1337af3b
--- /dev/null
+++ b/tests/unit/views/pages/__snapshots__/Login.spec.js.snap
@@ -0,0 +1,122 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Login.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+ Login
+
+
+
+ Sign In to your account
+
+
+
+
+
+
+
+
+
+ Login
+
+
+
+
+
+ Forgot password?
+
+
+
+
+
+
+
+
+
+ Sign up
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+
+
+
+
+ Register Now!
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/pages/__snapshots__/Page404.spec.js.snap b/tests/unit/views/pages/__snapshots__/Page404.spec.js.snap
new file mode 100644
index 00000000..bc67e0c9
--- /dev/null
+++ b/tests/unit/views/pages/__snapshots__/Page404.spec.js.snap
@@ -0,0 +1,50 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Page404.vue renders correctly 1`] = `
+
+
+
+
+
+
+ 404
+
+
+
+ Oops! You're lost.
+
+
+
+ The page you are looking for was not found.
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/pages/__snapshots__/Page500.spec.js.snap b/tests/unit/views/pages/__snapshots__/Page500.spec.js.snap
new file mode 100644
index 00000000..1fbeae0b
--- /dev/null
+++ b/tests/unit/views/pages/__snapshots__/Page500.spec.js.snap
@@ -0,0 +1,46 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Page500.vue renders correctly 1`] = `
+
+
+
+
+
+ 500
+
+
+
+ Houston, we have a problem!
+
+
+
+ The page you are looking for is temporarily unavailable.
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/pages/__snapshots__/Register.spec.js.snap b/tests/unit/views/pages/__snapshots__/Register.spec.js.snap
new file mode 100644
index 00000000..4c93bc0f
--- /dev/null
+++ b/tests/unit/views/pages/__snapshots__/Register.spec.js.snap
@@ -0,0 +1,129 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Register.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+ Register
+
+
+
+ Create your account
+
+
+
+
+
+
+
+
+
+
+
+ Create Account
+
+
+
+
+
+
+
+
+
+ Facebook
+
+
+
+
+
+
+
+ Twitter
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/theme/__snapshots__/Colors.spec.js.snap b/tests/unit/views/theme/__snapshots__/Colors.spec.js.snap
new file mode 100644
index 00000000..68f88a6a
--- /dev/null
+++ b/tests/unit/views/theme/__snapshots__/Colors.spec.js.snap
@@ -0,0 +1,856 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Colors.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+ Brand Primary Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand Secondary Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand Success Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand Danger Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand Warning Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand Info Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand Light Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand Dark Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brand 100 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand 200 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand 300 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand 400 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand 500 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand 600 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand 700 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand 800 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+ Brand 900 Color
+
+
+
+
+
+
+ HEX:
+
+
+
+ #ffffff
+
+
+
+
+
+ RGB:
+
+
+
+ rgb(255, 255, 255)
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/tests/unit/views/users/__snapshots__/Users.spec.js.snap b/tests/unit/views/users/__snapshots__/Users.spec.js.snap
index e179a111..81ff42c8 100644
--- a/tests/unit/views/users/__snapshots__/Users.spec.js.snap
+++ b/tests/unit/views/users/__snapshots__/Users.spec.js.snap
@@ -10,22 +10,28 @@ exports[`Users.vue renders correctly 1`] = `
xl="8"
>
-
+
+
+ Users
+
+
+
+
+
+
diff --git a/tests/unit/views/widgets/Widgets.spec.js b/tests/unit/views/widgets/Widgets.spec.js
index cb2a066c..517fda0f 100644
--- a/tests/unit/views/widgets/Widgets.spec.js
+++ b/tests/unit/views/widgets/Widgets.spec.js
@@ -2,9 +2,7 @@ import Vue from 'vue'
import { shallowMount } from '@vue/test-utils'
import CoreuiVue from '@coreui/vue'
import Widgets from '@/views/widgets/Widgets'
-import { CIconPlugin } from '@coreui/icons/vue'
-Vue.use(CIconPlugin)
Vue.use(CoreuiVue)
describe('Widgets.vue', () => {
diff --git a/tests/unit/views/widgets/__snapshots__/Widgets.spec.js.snap b/tests/unit/views/widgets/__snapshots__/Widgets.spec.js.snap
new file mode 100644
index 00000000..27b379db
--- /dev/null
+++ b/tests/unit/views/widgets/__snapshots__/Widgets.spec.js.snap
@@ -0,0 +1,838 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Widgets.vue renders correctly 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;