Merge branch 'main' of github.com:bakateam/merakiui into main

This commit is contained in:
khatabwedaa
2021-08-21 22:16:16 +02:00
5 changed files with 22 additions and 22 deletions

View File

@@ -70,7 +70,7 @@
export default { export default {
data() { data() {
return { return {
name: 'Login with Socail Media Links', name: 'Login with Social Media Links',
code: ` code: `
<div class="w-full max-w-sm p-6 m-auto bg-white rounded-md shadow-md dark:bg-gray-800"> <div class="w-full max-w-sm p-6 m-auto bg-white rounded-md shadow-md dark:bg-gray-800">
<h1 class="text-3xl font-semibold text-center text-gray-700 dark:text-white">Brand</h1> <h1 class="text-3xl font-semibold text-center text-gray-700 dark:text-white">Brand</h1>

View File

@@ -77,7 +77,7 @@
export default { export default {
data() { data() {
return { return {
name: 'With Socail Media Links', name: 'With Social Media Links',
isOpen: false, isOpen: false,
code: ` code: `
<nav class="bg-white shadow dark:bg-gray-800"> <nav class="bg-white shadow dark:bg-gray-800">

View File

@@ -17,7 +17,7 @@ export default [
name: "Authentication", name: "Authentication",
components: [ components: [
{ name: "SimpleLogin" }, { name: "SimpleLogin" },
{ name: "LoginWithSocailMediaLinks" }, { name: "LoginWithSocialMediaLinks" },
{ name: "LoginWithSideImage" }, { name: "LoginWithSideImage" },
], ],
}, },
@@ -64,7 +64,7 @@ export default [
{ name: "ECommerce" }, { name: "ECommerce" },
{ name: "WithSearch" }, { name: "WithSearch" },
{ name: "WithAvatar" }, { name: "WithAvatar" },
{ name: "WithSocailMediaLinks" }, { name: "WithSocialMediaLinks" },
{ name: "WithCategories" }, { name: "WithCategories" },
], ],
}, },

View File

@@ -116,7 +116,7 @@ import AlertsWarningFullWidth from "~/components/ui/Alerts/WarningFullWidth";
import AlertsErrorFullWidth from "~/components/ui/Alerts/ErrorFullWidth"; import AlertsErrorFullWidth from "~/components/ui/Alerts/ErrorFullWidth";
// Authentication // Authentication
import AuthenticationSimpleLogin from "~/components/ui/Authentication/SimpleLogin"; import AuthenticationSimpleLogin from "~/components/ui/Authentication/SimpleLogin";
import AuthenticationLoginWithSocailMediaLinks from "~/components/ui/Authentication/LoginWithSocailMediaLinks"; import AuthenticationLoginWithSocialMediaLinks from "~/components/ui/Authentication/LoginWithSocialMediaLinks";
import AuthenticationLoginWithSideImage from "~/components/ui/Authentication/LoginWithSideImage"; import AuthenticationLoginWithSideImage from "~/components/ui/Authentication/LoginWithSideImage";
// Buttons // Buttons
import ButtonsPrimary from "~/components/ui/Buttons/Primary"; import ButtonsPrimary from "~/components/ui/Buttons/Primary";
@@ -147,7 +147,7 @@ import NavbarsECommerce from "~/components/ui/Navbars/ECommerce";
import NavbarsWithAvatar from "~/components/ui/Navbars/WithAvatar"; import NavbarsWithAvatar from "~/components/ui/Navbars/WithAvatar";
import NavbarsWithSearch from "~/components/ui/Navbars/WithSearch"; import NavbarsWithSearch from "~/components/ui/Navbars/WithSearch";
import NavbarsWithCategories from "~/components/ui/Navbars/WithCategories"; import NavbarsWithCategories from "~/components/ui/Navbars/WithCategories";
import NavbarsWithSocailMediaLinks from "~/components/ui/Navbars/WithSocailMediaLinks"; import NavbarsWithSocialMediaLinks from "~/components/ui/Navbars/WithSocialMediaLinks";
// Heros // Heros
import HerosECommerce from "~/components/ui/Heros/ECommerce"; import HerosECommerce from "~/components/ui/Heros/ECommerce";
import HerosWithNewsletterForm from "~/components/ui/Heros/WithNewsletterForm"; import HerosWithNewsletterForm from "~/components/ui/Heros/WithNewsletterForm";
@@ -193,7 +193,7 @@ export default {
AlertsWarningFullWidth, AlertsWarningFullWidth,
AlertsErrorFullWidth, AlertsErrorFullWidth,
AuthenticationSimpleLogin, AuthenticationSimpleLogin,
AuthenticationLoginWithSocailMediaLinks, AuthenticationLoginWithSocialMediaLinks,
AuthenticationLoginWithSideImage, AuthenticationLoginWithSideImage,
ButtonsPrimary, ButtonsPrimary,
ButtonsWithIcon, ButtonsWithIcon,
@@ -218,7 +218,7 @@ export default {
NavbarsECommerce, NavbarsECommerce,
NavbarsWithAvatar, NavbarsWithAvatar,
NavbarsWithSearch, NavbarsWithSearch,
NavbarsWithSocailMediaLinks, NavbarsWithSocialMediaLinks,
NavbarsWithCategories, NavbarsWithCategories,
HerosECommerce, HerosECommerce,
HerosWithNewsletterForm, HerosWithNewsletterForm,

View File

@@ -8076,9 +8076,9 @@ tapable@^1.0.0, tapable@^1.0.0-beta.5, tapable@^1.1.3:
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
tar@^6.0.2: tar@^6.0.2:
version "6.1.0" version "6.1.5"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83" resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.5.tgz#6e25bee1cfda94317aedc3f5d49290ae68361d73"
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA== integrity sha512-FiK6MQyyaqd5vHuUjbg/NpO8BuEGeSXcmlH7Pt/JkugWS8s0w8nKybWjHDJiwzCAIKZ66uof4ghm4tBADjcqRA==
dependencies: dependencies:
chownr "^2.0.0" chownr "^2.0.0"
fs-minipass "^2.0.0" fs-minipass "^2.0.0"