refactor: add prefixes to icons
This commit is contained in:
@@ -40,9 +40,7 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -60,9 +58,7 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -78,9 +74,7 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -100,13 +94,11 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="bell"
|
||||
name="cil-bell"
|
||||
/>
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
@@ -118,13 +110,11 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="list"
|
||||
name="cil-list"
|
||||
/>
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
@@ -136,13 +126,11 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="envelope-open"
|
||||
name="cil-envelope-open"
|
||||
/>
|
||||
</cheadernavlink-stub>
|
||||
</cheadernavitem-stub>
|
||||
|
||||
@@ -29,7 +29,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="bell"
|
||||
name="cil-bell"
|
||||
/>
|
||||
Updates
|
||||
|
||||
@@ -39,7 +39,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -56,7 +55,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="envelope-open"
|
||||
name="cil-envelope-open"
|
||||
/>
|
||||
Messages
|
||||
|
||||
@@ -66,7 +65,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="success"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -83,7 +81,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="task"
|
||||
name="cil-task"
|
||||
/>
|
||||
Tasks
|
||||
|
||||
@@ -93,7 +91,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -110,7 +107,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="comment-square"
|
||||
name="cil-comment-square"
|
||||
/>
|
||||
Comments
|
||||
|
||||
@@ -120,7 +117,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="warning"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -147,7 +143,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="user"
|
||||
name="cil-user"
|
||||
/>
|
||||
Profile
|
||||
|
||||
@@ -161,7 +157,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="settings"
|
||||
name="cil-settings"
|
||||
/>
|
||||
Settings
|
||||
|
||||
@@ -175,7 +171,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="dollar"
|
||||
name="cil-dollar"
|
||||
/>
|
||||
Payments
|
||||
|
||||
@@ -185,7 +181,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="secondary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -202,7 +197,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="file"
|
||||
name="cil-file"
|
||||
/>
|
||||
Projects
|
||||
|
||||
@@ -212,7 +207,6 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -233,7 +227,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="shield-alt"
|
||||
name="cil-shield-alt"
|
||||
/>
|
||||
Lock Account
|
||||
|
||||
@@ -247,7 +241,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="lock-locked"
|
||||
name="cil-lock-locked"
|
||||
/>
|
||||
Logout
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ exports[`TheSidebar.vue renders correctly 1`] = `
|
||||
|
||||
<crenderfunction-stub
|
||||
contenttorender="[object Object]"
|
||||
flat=""
|
||||
flat="true"
|
||||
/>
|
||||
|
||||
<csidebarminimizer-stub
|
||||
|
||||
@@ -43,7 +43,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<cicon-stub
|
||||
name="cloud-download"
|
||||
name="cil-cloud-download"
|
||||
/>
|
||||
</cbutton-stub>
|
||||
|
||||
@@ -573,7 +573,6 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
color="info"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
shape="pill"
|
||||
tag="span"
|
||||
@@ -592,7 +591,6 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
color="danger"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
shape="pill"
|
||||
tag="span"
|
||||
@@ -676,7 +674,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
name="user"
|
||||
name="cil-user"
|
||||
/>
|
||||
|
||||
<span
|
||||
@@ -713,7 +711,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
name="user-female"
|
||||
name="cil-user-female"
|
||||
/>
|
||||
|
||||
<span
|
||||
@@ -750,7 +748,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
name="globe-alt"
|
||||
name="cil-globe-alt"
|
||||
/>
|
||||
|
||||
<span
|
||||
@@ -794,7 +792,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
height="17"
|
||||
name="facebook"
|
||||
name="cib-facebook"
|
||||
/>
|
||||
|
||||
<span
|
||||
@@ -838,7 +836,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
height="17"
|
||||
name="twitter"
|
||||
name="cib-twitter"
|
||||
/>
|
||||
|
||||
<span
|
||||
@@ -882,7 +880,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
<cicon-stub
|
||||
class="progress-group-icon"
|
||||
height="17"
|
||||
name="linkedin"
|
||||
name="cib-linkedin"
|
||||
/>
|
||||
|
||||
<span
|
||||
@@ -932,7 +930,7 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<cicon-stub
|
||||
name="options"
|
||||
name="cil-options"
|
||||
/>
|
||||
</cbutton-stub>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,6 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -167,7 +166,6 @@ exports[`Breadcrumbs.vue renders correctly 1`] = `
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -43,7 +42,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -53,7 +51,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -65,7 +62,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
>
|
||||
Card Footer
|
||||
</footer>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -75,7 +71,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -92,7 +87,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -102,7 +96,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -117,7 +110,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
data-off="Off"
|
||||
data-on="On"
|
||||
type="checkbox"
|
||||
value=""
|
||||
/>
|
||||
<span
|
||||
class="c-switch-slider"
|
||||
@@ -132,7 +124,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -142,7 +133,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -163,7 +153,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -173,7 +162,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -194,7 +182,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -208,7 +195,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card border-primary"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -220,7 +206,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -230,7 +215,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card border-secondary"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -242,7 +226,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -252,7 +235,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card border-success"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -264,7 +246,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -274,7 +255,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card border-info"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -286,7 +266,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -296,7 +275,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card border-warning"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -308,7 +286,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -318,7 +295,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card border-danger"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -330,7 +306,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -344,7 +319,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card card-accent-primary"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -356,7 +330,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -366,7 +339,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card card-accent-secondary"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -378,7 +350,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -388,7 +359,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card card-accent-success"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -400,7 +370,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -410,7 +379,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card card-accent-info"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -422,7 +390,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -432,7 +399,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card card-accent-info"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -444,7 +410,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -454,7 +419,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card card-accent-danger"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -466,7 +430,6 @@ 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.
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -480,7 +443,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card text-center bg-primary"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -502,7 +464,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -512,7 +473,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card text-center bg-success"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -534,7 +494,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -544,7 +503,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card text-center bg-info"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -566,7 +524,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -576,7 +533,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card text-center bg-warning"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -598,7 +554,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -608,7 +563,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card text-center bg-danger"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -630,7 +584,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -640,7 +593,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card text-center bg-secondary"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -662,7 +614,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -676,7 +627,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card bg-primary"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -684,7 +634,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -694,7 +643,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card bg-success"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -702,7 +650,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -712,7 +659,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card bg-info"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -720,7 +666,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -730,7 +675,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card bg-warning"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -738,7 +682,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -748,7 +691,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card bg-danger"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -756,7 +698,6 @@ 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.
|
||||
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -767,7 +708,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
class="card bg-secondary"
|
||||
name="fade"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -826,7 +766,6 @@ exports[`Cards.vue renders correctly 1`] = `
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,6 @@ exports[`Carousels.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -131,7 +130,6 @@ exports[`Carousels.vue renders correctly 1`] = `
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,6 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -61,7 +60,6 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
@@ -87,21 +85,17 @@ exports[`Collapses.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<div
|
||||
class="card-body"
|
||||
>
|
||||
Hello!
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -79,7 +79,7 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -163,7 +163,7 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
|
||||
@@ -12,7 +12,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -107,7 +107,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
<strong>
|
||||
List group
|
||||
@@ -192,7 +192,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -276,7 +276,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -357,7 +357,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -429,7 +429,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -462,7 +462,6 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
shape="pill"
|
||||
tag="span"
|
||||
@@ -489,7 +488,6 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
shape="pill"
|
||||
tag="span"
|
||||
@@ -516,7 +514,6 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
shape="pill"
|
||||
tag="span"
|
||||
@@ -541,7 +538,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -675,7 +672,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -822,7 +819,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -972,7 +969,7 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
<strong>
|
||||
List group
|
||||
|
||||
@@ -5,7 +5,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -65,9 +65,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link
|
||||
@@ -79,9 +77,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Disabled
|
||||
@@ -204,7 +200,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -246,7 +242,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -302,7 +298,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -338,9 +334,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Home
|
||||
@@ -351,9 +345,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link
|
||||
@@ -443,7 +435,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -492,7 +484,7 @@ exports[`Navbars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
|
||||
@@ -5,7 +5,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
<strong>
|
||||
Bootstrap Navs
|
||||
@@ -36,9 +36,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Active
|
||||
@@ -48,9 +46,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
title="Link"
|
||||
/>
|
||||
@@ -59,9 +55,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Another Link
|
||||
@@ -72,9 +66,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
disabled="true"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Disabled
|
||||
@@ -86,7 +78,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -105,13 +97,11 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
<cicon-stub
|
||||
name="basket"
|
||||
name="cil-basket"
|
||||
/>
|
||||
</cnavitem-stub>
|
||||
|
||||
@@ -119,9 +109,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -133,9 +121,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -148,9 +134,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
disabled="true"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Disabled
|
||||
@@ -162,7 +146,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -183,9 +167,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -197,9 +179,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -211,9 +191,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
|
||||
@@ -226,9 +204,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
disabled="true"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Disabled
|
||||
@@ -240,7 +216,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -261,9 +237,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Active
|
||||
@@ -273,9 +247,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link
|
||||
@@ -285,9 +257,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Another Link
|
||||
@@ -298,9 +268,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
disabled="true"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Disabled
|
||||
@@ -312,7 +280,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -334,9 +302,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Active
|
||||
@@ -346,9 +312,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link
|
||||
@@ -358,9 +322,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link with a long name
|
||||
@@ -371,9 +333,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
disabled="true"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Disabled
|
||||
@@ -385,7 +345,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -407,9 +367,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Active
|
||||
@@ -419,9 +377,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link
|
||||
@@ -431,9 +387,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link with a long name
|
||||
@@ -444,9 +398,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
disabled="true"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Disabled
|
||||
@@ -458,7 +410,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -479,9 +431,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Active
|
||||
@@ -491,9 +441,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link
|
||||
@@ -549,7 +497,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -579,9 +527,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Active
|
||||
@@ -591,9 +537,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Link
|
||||
@@ -603,9 +547,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
activeclass="active"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Another Link
|
||||
@@ -616,9 +558,7 @@ exports[`Navs.vue renders correctly 1`] = `
|
||||
disabled="true"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
Disabled
|
||||
|
||||
@@ -5,7 +5,7 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -41,12 +41,8 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
nextbuttonhtml="›"
|
||||
pages="10"
|
||||
previousbuttonhtml="‹"
|
||||
responsive=""
|
||||
/>
|
||||
|
||||
@@ -62,12 +58,8 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
nextbuttonhtml="›"
|
||||
pages="10"
|
||||
previousbuttonhtml="‹"
|
||||
size="sm"
|
||||
/>
|
||||
|
||||
@@ -84,12 +76,8 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
nextbuttonhtml="›"
|
||||
pages="10"
|
||||
previousbuttonhtml="‹"
|
||||
responsive=""
|
||||
size="lg"
|
||||
/>
|
||||
@@ -106,7 +94,7 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -129,12 +117,8 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
nextbuttonhtml="›"
|
||||
pages="10"
|
||||
previousbuttonhtml="‹"
|
||||
/>
|
||||
|
||||
<br />
|
||||
@@ -149,12 +133,8 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
nextbuttonhtml="›"
|
||||
pages="10"
|
||||
previousbuttonhtml="‹"
|
||||
/>
|
||||
|
||||
<br />
|
||||
@@ -169,12 +149,8 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
arrows="true"
|
||||
dots="true"
|
||||
doublearrows="true"
|
||||
firstbuttonhtml="«"
|
||||
lastbuttonhtml="»"
|
||||
limit="5"
|
||||
nextbuttonhtml="›"
|
||||
pages="10"
|
||||
previousbuttonhtml="‹"
|
||||
/>
|
||||
|
||||
<br />
|
||||
|
||||
@@ -5,7 +5,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -88,7 +88,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -164,7 +164,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -218,7 +218,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -277,7 +277,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -436,7 +436,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -504,7 +504,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -575,7 +575,7 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
|
||||
@@ -21,7 +21,6 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
color="warning"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
@@ -152,7 +151,6 @@ exports[`Switches.vue renders correctly 1`] = `
|
||||
color="primary"
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
|
||||
@@ -1,16 +1,23 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Table.vue renders correctly 1`] = `
|
||||
<ccard-stub
|
||||
bodywrapper="true"
|
||||
header="Table"
|
||||
>
|
||||
<cdatatable-stub
|
||||
defaultsorter="[object Object]"
|
||||
fields="username,registered,role,status"
|
||||
itemsperpage="5"
|
||||
pagination="true"
|
||||
responsive="true"
|
||||
/>
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
Table
|
||||
|
||||
</ccardheader-stub>
|
||||
|
||||
<ccardbody-stub>
|
||||
<cdatatable-stub
|
||||
fields="username,registered,role,status"
|
||||
itemsperpage="5"
|
||||
pagination="true"
|
||||
responsive="true"
|
||||
sortervalue="[object Object]"
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
</ccard-stub>
|
||||
`;
|
||||
|
||||
@@ -161,7 +161,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="calculator"
|
||||
name="cil-calculator"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -176,7 +176,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
<ctab-stub>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="basket"
|
||||
name="cil-basket"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -191,7 +191,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
<ctab-stub>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="chart-pie"
|
||||
name="cil-chart-pie"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -230,7 +230,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="calculator"
|
||||
name="cil-calculator"
|
||||
/>
|
||||
Calculator
|
||||
|
||||
@@ -247,7 +247,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
<ctab-stub>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="basket"
|
||||
name="cil-basket"
|
||||
/>
|
||||
Shopping cart
|
||||
|
||||
@@ -264,7 +264,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
<ctab-stub>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="chart-pie"
|
||||
name="cil-chart-pie"
|
||||
/>
|
||||
Charts
|
||||
|
||||
@@ -305,7 +305,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="calculator"
|
||||
name="cil-calculator"
|
||||
/>
|
||||
Calculator
|
||||
|
||||
@@ -322,7 +322,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
<ctab-stub>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="basket"
|
||||
name="cil-basket"
|
||||
/>
|
||||
Shopping cart
|
||||
|
||||
@@ -339,7 +339,7 @@ exports[`Tabs.vue renders correctly 1`] = `
|
||||
<ctab-stub>
|
||||
<template>
|
||||
<cicon-stub
|
||||
name="chart-pie"
|
||||
name="cil-chart-pie"
|
||||
/>
|
||||
Charts
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -93,7 +93,7 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
|
||||
@@ -10,7 +10,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -849,7 +848,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
</p>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -859,7 +857,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -880,7 +877,7 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</small>
|
||||
|
||||
<code>
|
||||
<CButton color="facebook"><CIcon name="facebook"/></CButton>
|
||||
<CButton color="facebook"><CIcon name="cib-facebook"/></CButton>
|
||||
</code>
|
||||
|
||||
<hr />
|
||||
@@ -1479,7 +1476,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
</p>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1489,7 +1485,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -1511,7 +1506,7 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
|
||||
<code>
|
||||
|
||||
<CButton color="facebook"><CIcon name="facebook"/></CButton>
|
||||
<CButton color="facebook"><CIcon name="cib-facebook"/></CButton>
|
||||
|
||||
</code>
|
||||
|
||||
@@ -1530,7 +1525,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
<p>
|
||||
<button
|
||||
class="btn btn-facebook btn-sm"
|
||||
name="facebook"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1539,7 +1533,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-twitter btn-sm"
|
||||
name="twitter"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1548,7 +1541,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-linkedin btn-sm"
|
||||
name="linkedin"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1557,7 +1549,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-flickr btn-sm"
|
||||
name="flickr"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1566,7 +1557,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-tumblr btn-sm"
|
||||
name="tumblr"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1575,7 +1565,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-xing btn-sm"
|
||||
name="xing"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1584,7 +1573,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-github btn-sm"
|
||||
name="github"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1593,7 +1581,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow btn-sm"
|
||||
name="stack-overflow"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1602,7 +1589,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-youtube btn-sm"
|
||||
name="youtube"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1611,7 +1597,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-dribbble btn-sm"
|
||||
name="dribbble"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1620,7 +1605,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-instagram btn-sm"
|
||||
name="instagram"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1629,7 +1613,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-pinterest btn-sm"
|
||||
name="pinterest"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1638,7 +1621,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-vk btn-sm"
|
||||
name="vk"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1647,7 +1629,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-yahoo btn-sm"
|
||||
name="yahoo"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1656,7 +1637,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-behance btn-sm"
|
||||
name="behance"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1665,7 +1645,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-reddit btn-sm"
|
||||
name="reddit"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1674,7 +1653,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-vimeo btn-sm"
|
||||
name="vimeo"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1690,7 +1668,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
<p>
|
||||
<button
|
||||
class="btn btn-facebook"
|
||||
name="facebook"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1699,7 +1676,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-twitter"
|
||||
name="twitter"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1708,7 +1684,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-linkedin"
|
||||
name="linkedin"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1717,7 +1692,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-flickr"
|
||||
name="flickr"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1726,7 +1700,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-tumblr"
|
||||
name="tumblr"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1735,7 +1708,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-xing"
|
||||
name="xing"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1744,7 +1716,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-github"
|
||||
name="github"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1753,7 +1724,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow"
|
||||
name="stack-overflow"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1762,7 +1732,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-youtube"
|
||||
name="youtube"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1771,7 +1740,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-dribbble"
|
||||
name="dribbble"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1780,7 +1748,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-instagram"
|
||||
name="instagram"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1789,7 +1756,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-pinterest"
|
||||
name="pinterest"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1798,7 +1764,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-vk"
|
||||
name="vk"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1807,7 +1772,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-yahoo"
|
||||
name="yahoo"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1816,7 +1780,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-behance"
|
||||
name="behance"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1825,7 +1788,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-reddit"
|
||||
name="reddit"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1834,7 +1796,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-vimeo"
|
||||
name="vimeo"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1856,7 +1817,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
<p>
|
||||
<button
|
||||
class="btn btn-facebook btn-lg"
|
||||
name="facebook"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1865,7 +1825,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-twitter btn-lg"
|
||||
name="twitter"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1874,7 +1833,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-linkedin btn-lg"
|
||||
name="linkedin"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1883,7 +1841,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-flickr btn-lg"
|
||||
name="flickr"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1892,7 +1849,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-tumblr btn-lg"
|
||||
name="tumblr"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1901,7 +1857,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-xing btn-lg"
|
||||
name="xing"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1910,7 +1865,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-github btn-lg"
|
||||
name="github"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1919,7 +1873,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow btn-lg"
|
||||
name="stack-overflow"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1928,7 +1881,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-youtube btn-lg"
|
||||
name="youtube"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1937,7 +1889,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-dribbble btn-lg"
|
||||
name="dribbble"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1946,7 +1897,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-instagram btn-lg"
|
||||
name="instagram"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1955,7 +1905,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-pinterest btn-lg"
|
||||
name="pinterest"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1964,7 +1913,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-vk btn-lg"
|
||||
name="vk"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1973,7 +1921,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-yahoo btn-lg"
|
||||
name="yahoo"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1982,7 +1929,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-behance btn-lg"
|
||||
name="behance"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -1991,7 +1937,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-reddit btn-lg"
|
||||
name="reddit"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -2000,7 +1945,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-vimeo btn-lg"
|
||||
name="vimeo"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
@@ -2009,7 +1953,6 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</button>
|
||||
</p>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -54,6 +53,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
type="button"
|
||||
>
|
||||
Dropdown Button
|
||||
</button>
|
||||
@@ -124,6 +124,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
type="button"
|
||||
>
|
||||
Dropdown with divider
|
||||
</button>
|
||||
@@ -174,6 +175,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
type="button"
|
||||
>
|
||||
Dropdown with header
|
||||
</button>
|
||||
@@ -208,7 +210,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -218,7 +219,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -248,6 +248,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
type="button"
|
||||
>
|
||||
Left align
|
||||
</button>
|
||||
@@ -291,6 +292,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
type="button"
|
||||
>
|
||||
Right align
|
||||
</button>
|
||||
@@ -336,6 +338,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-info"
|
||||
type="button"
|
||||
>
|
||||
Drop-Up
|
||||
</button>
|
||||
@@ -381,6 +384,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-secondary"
|
||||
type="button"
|
||||
>
|
||||
Offset Dropdown
|
||||
</button>
|
||||
@@ -431,6 +435,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-secondary"
|
||||
type="button"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -465,7 +470,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -479,7 +483,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -509,6 +512,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn btn-lg btn-link"
|
||||
type="button"
|
||||
>
|
||||
|
||||
🔍
|
||||
@@ -553,7 +557,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -563,7 +566,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -593,6 +595,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-lg btn-secondary"
|
||||
type="button"
|
||||
>
|
||||
Large
|
||||
</button>
|
||||
@@ -641,6 +644,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-lg btn-secondary"
|
||||
type="button"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -683,6 +687,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-secondary"
|
||||
type="button"
|
||||
>
|
||||
Small
|
||||
</button>
|
||||
@@ -731,6 +736,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="dropdown-toggle dropdown-toggle-split btn btn-sm btn-secondary"
|
||||
type="button"
|
||||
/>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
@@ -765,7 +771,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -779,7 +784,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -809,6 +813,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-primary"
|
||||
type="button"
|
||||
>
|
||||
Dropdown ARIA
|
||||
</button>
|
||||
@@ -895,7 +900,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -905,7 +909,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -936,6 +939,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-primary"
|
||||
type="button"
|
||||
>
|
||||
Primary
|
||||
</button>
|
||||
@@ -979,6 +983,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-secondary"
|
||||
type="button"
|
||||
>
|
||||
Secondary
|
||||
</button>
|
||||
@@ -1022,6 +1027,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-success"
|
||||
type="button"
|
||||
>
|
||||
Success
|
||||
</button>
|
||||
@@ -1065,6 +1071,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-warning"
|
||||
type="button"
|
||||
>
|
||||
Warning
|
||||
</button>
|
||||
@@ -1108,6 +1115,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-danger"
|
||||
type="button"
|
||||
>
|
||||
Danger
|
||||
</button>
|
||||
@@ -1151,6 +1159,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-info"
|
||||
type="button"
|
||||
>
|
||||
Info
|
||||
</button>
|
||||
@@ -1194,6 +1203,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-light"
|
||||
type="button"
|
||||
>
|
||||
Light
|
||||
</button>
|
||||
@@ -1237,6 +1247,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-dark"
|
||||
type="button"
|
||||
>
|
||||
Dark
|
||||
</button>
|
||||
@@ -1280,6 +1291,7 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
aria-expanded="false"
|
||||
aria-haspopup="true"
|
||||
class="btn dropdown-toggle btn-sm btn-link"
|
||||
type="button"
|
||||
>
|
||||
Link
|
||||
</button>
|
||||
@@ -1316,7 +1328,6 @@ exports[`Dropdowns.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -191,7 +191,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -338,7 +338,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
<strong>
|
||||
Button group
|
||||
@@ -490,7 +490,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -553,7 +553,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
|
||||
@@ -3865,7 +3865,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<cicon-stub
|
||||
name="lightbulb"
|
||||
name="cil-lightbulb"
|
||||
/>
|
||||
Standard Button
|
||||
|
||||
@@ -3889,7 +3889,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
variant="outline"
|
||||
>
|
||||
<cicon-stub
|
||||
name="lightbulb"
|
||||
name="cil-lightbulb"
|
||||
/>
|
||||
Outline Button
|
||||
|
||||
@@ -3912,7 +3912,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<cicon-stub
|
||||
name="lightbulb"
|
||||
name="cil-lightbulb"
|
||||
/>
|
||||
Ghost Button
|
||||
|
||||
@@ -3936,7 +3936,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<cicon-stub
|
||||
name="lightbulb"
|
||||
name="cil-lightbulb"
|
||||
/>
|
||||
Square Button
|
||||
|
||||
@@ -3960,7 +3960,7 @@ exports[`StandardButtons.vue renders correctly 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<cicon-stub
|
||||
name="lightbulb"
|
||||
name="cil-lightbulb"
|
||||
/>
|
||||
Pill Button
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
|
||||
<strong>
|
||||
@@ -117,7 +117,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
Alert
|
||||
|
||||
@@ -265,9 +265,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
event="click"
|
||||
exactactiveclass="active"
|
||||
href="#"
|
||||
innavitem="true"
|
||||
routertag="a"
|
||||
tag="span"
|
||||
target="_self"
|
||||
>
|
||||
an example link
|
||||
@@ -289,7 +287,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
Alerts
|
||||
<small>
|
||||
@@ -339,7 +337,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
Alerts
|
||||
|
||||
@@ -405,7 +403,7 @@ exports[`Alerts.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
Alerts
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -108,7 +107,6 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
</footer>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -118,7 +116,6 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -185,13 +182,11 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
Dark
|
||||
</span>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -258,13 +253,11 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
Dark
|
||||
</span>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -347,7 +340,6 @@ exports[`Badges.vue renders correctly 1`] = `
|
||||
Dark
|
||||
</a>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
<ccard-stub>
|
||||
<ccardheader-stub>
|
||||
<cicon-stub
|
||||
name="justify-center"
|
||||
name="cil-justify-center"
|
||||
/>
|
||||
Bootstrap Modals
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -401,13 +400,11 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="card"
|
||||
>
|
||||
<!---->
|
||||
<header
|
||||
class="card-header"
|
||||
>
|
||||
@@ -850,7 +847,6 @@ exports[`Colors.vue renders correctly 1`] = `
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!---->
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@@ -18,13 +18,13 @@ exports[`User.vue renders correctly 1`] = `
|
||||
|
||||
<ccardbody-stub>
|
||||
<cdatatable-stub
|
||||
defaultsorter="[object Object]"
|
||||
fields="[object Object],[object Object]"
|
||||
fixed="true"
|
||||
items="[object Object]"
|
||||
itemsperpage="10"
|
||||
responsive="true"
|
||||
small=""
|
||||
sortervalue="[object Object]"
|
||||
striped="true"
|
||||
/>
|
||||
</ccardbody-stub>
|
||||
|
||||
@@ -149,7 +149,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="settings"
|
||||
name="cil-settings"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -168,7 +168,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="laptop"
|
||||
name="cil-laptop"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -187,7 +187,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="moon"
|
||||
name="cil-moon"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -206,7 +206,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="bell"
|
||||
name="cil-bell"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -228,7 +228,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="settings"
|
||||
name="cil-settings"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -246,7 +246,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="laptop"
|
||||
name="cil-laptop"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -264,7 +264,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="moon"
|
||||
name="cil-moon"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -282,7 +282,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
text="Income"
|
||||
>
|
||||
<cicon-stub
|
||||
name="bell"
|
||||
name="cil-bell"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -305,7 +305,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
name="settings"
|
||||
name="cil-settings"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -324,7 +324,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
name="laptop"
|
||||
name="cil-laptop"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -343,7 +343,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
class="mx-5 "
|
||||
name="moon"
|
||||
name="cil-moon"
|
||||
width="24"
|
||||
/>
|
||||
</cwidgeticon-stub>
|
||||
@@ -367,7 +367,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="people"
|
||||
name="cil-people"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
@@ -379,7 +379,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="userFollow"
|
||||
name="cil-userFollow"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
@@ -391,7 +391,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="basket"
|
||||
name="cil-basket"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
@@ -402,7 +402,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="chartPie"
|
||||
name="cil-chartPie"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
@@ -414,7 +414,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="speedometer"
|
||||
name="cil-speedometer"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccardgroup-stub>
|
||||
@@ -431,7 +431,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="people"
|
||||
name="cil-people"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
@@ -444,7 +444,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="userFollow"
|
||||
name="cil-userFollow"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
@@ -457,7 +457,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="basket"
|
||||
name="cil-basket"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
@@ -470,7 +470,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="chartPie"
|
||||
name="cil-chartPie"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
|
||||
@@ -483,7 +483,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="speedometer"
|
||||
name="cil-speedometer"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccardgroup-stub>
|
||||
@@ -504,7 +504,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="people"
|
||||
name="cil-people"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -522,7 +522,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="userFollow"
|
||||
name="cil-userFollow"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -540,7 +540,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="basket"
|
||||
name="cil-basket"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -558,7 +558,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="chartPie"
|
||||
name="cil-chartPie"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -576,7 +576,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="speedometer"
|
||||
name="cil-speedometer"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -594,7 +594,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="speech"
|
||||
name="cil-speech"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -617,7 +617,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="people"
|
||||
name="cil-people"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -636,7 +636,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="userFollow"
|
||||
name="cil-userFollow"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -655,7 +655,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="basket"
|
||||
name="cil-basket"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -674,7 +674,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="chartPie"
|
||||
name="cil-chartPie"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -693,7 +693,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="speedometer"
|
||||
name="cil-speedometer"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
@@ -712,7 +712,7 @@ exports[`Widgets.vue renders correctly 1`] = `
|
||||
>
|
||||
<cicon-stub
|
||||
height="36"
|
||||
name="speech"
|
||||
name="cil-speech"
|
||||
/>
|
||||
</cwidgetprogressicon-stub>
|
||||
</ccol-stub>
|
||||
|
||||
Reference in New Issue
Block a user