Skip to content

Commit beb0bcd

Browse files
committed
chore(ui): sync Figma resources
1 parent b116f75 commit beb0bcd

104 files changed

Lines changed: 2129 additions & 181 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/design-system/icons/src/components/__tests__/folder-illustration.spec.tsx renamed to packages/design-system/icons/src/components/__tests__/ai-assistent-badge.spec.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as React from "react"
22
import { cleanup, render, screen } from "@testing-library/react"
33

4-
import FolderIllustration from "../folder-illustration"
4+
import AiAssistentBadge from "../ai-assistent-badge"
55

6-
describe("FolderIllustration", () => {
6+
describe("AiAssistentBadge", () => {
77
it("should render the icon without errors", async () => {
8-
render(<FolderIllustration data-testid="icon" />)
8+
render(<AiAssistentBadge data-testid="icon" />)
99

1010

1111
const svgElement = screen.getByTestId("icon")

packages/design-system/icons/src/components/__tests__/folder-open-illustration.spec.tsx renamed to packages/design-system/icons/src/components/__tests__/ai-assistent-luminosity-badge.spec.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as React from "react"
22
import { cleanup, render, screen } from "@testing-library/react"
33

4-
import FolderOpenIllustration from "../folder-open-illustration"
4+
import AiAssistentLuminosityBadge from "../ai-assistent-luminosity-badge"
55

6-
describe("FolderOpenIllustration", () => {
6+
describe("AiAssistentLuminosityBadge", () => {
77
it("should render the icon without errors", async () => {
8-
render(<FolderOpenIllustration data-testid="icon" />)
8+
render(<AiAssistentLuminosityBadge data-testid="icon" />)
99

1010

1111
const svgElement = screen.getByTestId("icon")

packages/design-system/icons/src/components/__tests__/ai-assistent.spec.tsx renamed to packages/design-system/icons/src/components/__tests__/badge-check.spec.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as React from "react"
22
import { cleanup, render, screen } from "@testing-library/react"
33

4-
import AiAssistent from "../ai-assistent"
4+
import BadgeCheck from "../badge-check"
55

6-
describe("AiAssistent", () => {
6+
describe("BadgeCheck", () => {
77
it("should render the icon without errors", async () => {
8-
render(<AiAssistent data-testid="icon" />)
8+
render(<BadgeCheck data-testid="icon" />)
99

1010

1111
const svgElement = screen.getByTestId("icon")

packages/design-system/icons/src/components/__tests__/ai-assistent-luminosity.spec.tsx renamed to packages/design-system/icons/src/components/__tests__/broom-sparkle-solid.spec.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as React from "react"
22
import { cleanup, render, screen } from "@testing-library/react"
33

4-
import AiAssistentLuminosity from "../ai-assistent-luminosity"
4+
import BroomSparkleSolid from "../broom-sparkle-solid"
55

6-
describe("AiAssistentLuminosity", () => {
6+
describe("BroomSparkleSolid", () => {
77
it("should render the icon without errors", async () => {
8-
render(<AiAssistentLuminosity data-testid="icon" />)
8+
render(<BroomSparkleSolid data-testid="icon" />)
99

1010

1111
const svgElement = screen.getByTestId("icon")

packages/design-system/icons/src/components/__tests__/tag-illustration.spec.tsx renamed to packages/design-system/icons/src/components/__tests__/card-sparkle.spec.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as React from "react"
22
import { cleanup, render, screen } from "@testing-library/react"
33

4-
import TagIllustration from "../tag-illustration"
4+
import CardSparkle from "../card-sparkle"
55

6-
describe("TagIllustration", () => {
6+
describe("CardSparkle", () => {
77
it("should render the icon without errors", async () => {
8-
render(<TagIllustration data-testid="icon" />)
8+
render(<CardSparkle data-testid="icon" />)
99

1010

1111
const svgElement = screen.getByTestId("icon")
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import * as React from "react"
2+
import { cleanup, render, screen } from "@testing-library/react"
3+
4+
import ChefHat from "../chef-hat"
5+
6+
describe("ChefHat", () => {
7+
it("should render the icon without errors", async () => {
8+
render(<ChefHat data-testid="icon" />)
9+
10+
11+
const svgElement = screen.getByTestId("icon")
12+
13+
expect(svgElement).toBeInTheDocument()
14+
15+
cleanup()
16+
})
17+
})
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import * as React from "react"
2+
import { cleanup, render, screen } from "@testing-library/react"
3+
4+
import CircleHalfDottedClock from "../circle-half-dotted-clock"
5+
6+
describe("CircleHalfDottedClock", () => {
7+
it("should render the icon without errors", async () => {
8+
render(<CircleHalfDottedClock data-testid="icon" />)
9+
10+
11+
const svgElement = screen.getByTestId("icon")
12+
13+
expect(svgElement).toBeInTheDocument()
14+
15+
cleanup()
16+
})
17+
})
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import * as React from "react"
2+
import { cleanup, render, screen } from "@testing-library/react"
3+
4+
import CirclePlus from "../circle-plus"
5+
6+
describe("CirclePlus", () => {
7+
it("should render the icon without errors", async () => {
8+
render(<CirclePlus data-testid="icon" />)
9+
10+
11+
const svgElement = screen.getByTestId("icon")
12+
13+
expect(svgElement).toBeInTheDocument()
14+
15+
cleanup()
16+
})
17+
})
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import * as React from "react"
2+
import { cleanup, render, screen } from "@testing-library/react"
3+
4+
import CloudSolid from "../cloud-solid"
5+
6+
describe("CloudSolid", () => {
7+
it("should render the icon without errors", async () => {
8+
render(<CloudSolid data-testid="icon" />)
9+
10+
11+
const svgElement = screen.getByTestId("icon")
12+
13+
expect(svgElement).toBeInTheDocument()
14+
15+
cleanup()
16+
})
17+
})
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import * as React from "react"
2+
import { cleanup, render, screen } from "@testing-library/react"
3+
4+
import CodePullRequest from "../code-pull-request"
5+
6+
describe("CodePullRequest", () => {
7+
it("should render the icon without errors", async () => {
8+
render(<CodePullRequest data-testid="icon" />)
9+
10+
11+
const svgElement = screen.getByTestId("icon")
12+
13+
expect(svgElement).toBeInTheDocument()
14+
15+
cleanup()
16+
})
17+
})

0 commit comments

Comments
 (0)