Skip to content

Commit

Permalink
Merge pull request #70 from squidit/feature/sq-66966.creators-insight…
Browse files Browse the repository at this point in the history
…s.outras-melhorias-nos-blocos-do-topo-categorias-identificadas-e-modal-de-apresentacao

✨ feat: SQ-66966 [creators insights] Outras melhorias nos Blocos do topo, Categorias Identificadas e Modal de apresentação
  • Loading branch information
wandersonsales-dev authored Nov 21, 2024
2 parents e9b7a95 + f74b6ed commit 5977a95
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 184 deletions.
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.2.17",
"version": "1.2.18",
"scripts": {
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
"lint": "eslint src --ext js,ts,tsx",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 0 additions & 59 deletions src/assets/img/svg/welcome-creators-insights-1.svg

This file was deleted.

60 changes: 0 additions & 60 deletions src/assets/img/svg/welcome-creators-insights-2.svg

This file was deleted.

59 changes: 0 additions & 59 deletions src/assets/img/svg/welcome-creators-insights-3.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

import React, { useCallback, useEffect, useLayoutEffect, useRef, useState } from 'react'
import SqModalComponent, { Props as ModalProps } from '../../components/sq-modal/sq-modal.component'
import FirstImage from '../../assets/img/svg/welcome-creators-insights-1.svg'
import SecondImage from '../../assets/img/svg/welcome-creators-insights-2.svg'
import ThirdImage from '../../assets/img/svg/welcome-creators-insights-3.svg'
import FirstImage from '../../assets/img/png/creators-insights/welcome-creators-insights-1.png'
import SecondImage from '../../assets/img/png/creators-insights/welcome-creators-insights-2.png'
import ThirdImage from '../../assets/img/png/creators-insights/welcome-creators-insights-3.png'
import { SqButton } from '../../components/buttons/sq-button'
import SqFlowComponent from '../../components/sq-flow/sq-flow.component'
import { useTranslation } from 'react-i18next'

import './sq-modal-welcome-creators-insights.component.scoped.scss'
import { SqLoader } from '@/src/components/sq-loader'
import './sq-modal-welcome-creators-insights.component.scoped.scss'

const QTD_PAGES = 3

Expand Down

0 comments on commit 5977a95

Please sign in to comment.