Skip to content

Commit

Permalink
Merge pull request #23 from squidit/feature/sq-64613.front.mudar-logo…
Browse files Browse the repository at this point in the history
…s-da-squid-no-repositorios-de-css

✨ feat: SQ-64613 [FRONT] mudar logos da Squid no repositórios de CSS
  • Loading branch information
wandersonsales-dev committed Jul 12, 2024
2 parents aa67466 + a2e849a commit 6c5bb3b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion .storybook/decorators.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { Suspense, useEffect } from 'react'
import { I18nextProvider } from 'react-i18next'
import i18n from '../src/i18n'
import onThemeChange from './theme-observable'

export const NdsStyles = (Story, { globals }) => {
const { locale } = globals
Expand Down
3 changes: 1 addition & 2 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<link rel="shortcut icon" href="https://storage.googleapis.com/web-hub/icons/favicon.ico">
<link rel="icon" type="image/png" href="https://storage.googleapis.com/web-hub/icons/192x192.png" sizes="192x192">
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/squidit/css/favicon.ico">
4 changes: 2 additions & 2 deletions .storybook/themes/squid-theme-dark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export default create({

brandTitle: 'Squid',
brandUrl: '/',
brandImage: 'https://squidit.com.br/wp-content/themes/squid/assets/img/logo.svg',
brandImage: 'https://github.com/user-attachments/assets/cbcdd227-7e27-4948-8693-4f0aae155a69',
brandTarget: '_self',

colorPrimary: '#ffffff',
colorSecondary: '#b61658',
colorSecondary: '#cb05fa',

// UI
appBg: '#282828',
Expand Down
4 changes: 2 additions & 2 deletions .storybook/themes/squid.theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export default create({

brandTitle: 'Squid',
brandUrl: '/',
brandImage: 'https://squidit.com.br/wp-content/themes/squid/assets/img/logo.svg',
brandImage: 'https://github.com/user-attachments/assets/f8bb7df8-5b8e-4cce-bf7e-eb01298f26ea',
brandTarget: '_self',

colorPrimary: '#ffffff',
colorSecondary: '#b61658',
colorSecondary: '#cb05fa',

// UI
appBg: '#ffffff',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/react-css",
"version": "1.0.9",
"version": "1.0.10",
"scripts": {
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
"lint": "eslint src --ext js,ts,tsx",
Expand Down
6 changes: 3 additions & 3 deletions src/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import { Meta } from '@storybook/blocks'
<Meta title="Getting Started/Welcome" />

<p align="center">
<img src="https://github.com/squidit/react-css/assets/56000334/88ce8652-37b0-4e34-af91-2f82a996fdae" width="256px" align="center" alt="logo" />
<img src="https://github.com/user-attachments/assets/f6be2ec9-9aa9-4bc3-afac-89b5ca7e0b96" width="256px" align="center" alt="logo" />

<h1 align="center">@squidit/react-css</h1>
<p align="center">This repository contains a React component library developed to facilitate the creation of consistent and elegant interfaces, following a custom style guide. The included components are highly customizable and designed to be reusable across a variety of React projects.</p>
</p>

## Table of contents

* [Welcome to Squid Design System](#welcome-to-squid-design-system)
* [Welcome to Wake Design System](#welcome-to-wake-design-system)
* [Style](#style)
* [Components](#components)
* [Installation](#installation)
Expand All @@ -20,7 +20,7 @@ import { Meta } from '@storybook/blocks'
* [Customization](#customization)
* [License](#license)

## Welcome to Squid Design System
## Welcome to Wake Design System

⚡ Get the experience by browsing one of [our platforms](https://app.squidit.com.br)!

Expand Down

0 comments on commit 6c5bb3b

Please sign in to comment.