Skip to content

Commit

Permalink
replace svgs with pngs, content changes
Browse files Browse the repository at this point in the history
Signed-off-by: lakshya <[email protected]>
  • Loading branch information
lakshz committed Mar 13, 2024
1 parent b4d8e70 commit 95ccb17
Show file tree
Hide file tree
Showing 53 changed files with 61 additions and 1,696 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 0 additions & 63 deletions src/assets/images/app/projects/sistent/bg-colors-table-dark.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 0 additions & 63 deletions src/assets/images/app/projects/sistent/bg-colors-table.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 0 additions & 33 deletions src/assets/images/app/projects/sistent/border-colors-table.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 0 additions & 107 deletions src/assets/images/app/projects/sistent/brand-colors-table-dark.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 0 additions & 107 deletions src/assets/images/app/projects/sistent/brand-colors-table.svg

This file was deleted.

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.
18 changes: 0 additions & 18 deletions src/assets/images/app/projects/sistent/context-visuals-1.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 0 additions & 66 deletions src/assets/images/app/projects/sistent/context-visuals-2.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 0 additions & 51 deletions src/assets/images/app/projects/sistent/context-visuals-3.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 0 additions & 32 deletions src/assets/images/app/projects/sistent/context-visuals-4.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 0 additions & 95 deletions src/assets/images/app/projects/sistent/context-visuals-5.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 0 additions & 36 deletions src/assets/images/app/projects/sistent/context-visuals-6-dark.svg
Diff not rendered.
36 changes: 0 additions & 36 deletions src/assets/images/app/projects/sistent/context-visuals-6.svg
Diff not rendered.
138 changes: 0 additions & 138 deletions src/assets/images/app/projects/sistent/function-colors-table-dark.svg
Diff not rendered.
138 changes: 0 additions & 138 deletions src/assets/images/app/projects/sistent/function-colors-table.svg
Diff not rendered.
Diff not rendered.
98 changes: 0 additions & 98 deletions src/assets/images/app/projects/sistent/greyscale-colors-table.svg
Diff not rendered.
72 changes: 0 additions & 72 deletions src/assets/images/app/projects/sistent/text-colors-table-dark.svg
Diff not rendered.
72 changes: 0 additions & 72 deletions src/assets/images/app/projects/sistent/text-colors-table.svg
Diff not rendered.
124 changes: 0 additions & 124 deletions src/assets/images/app/projects/sistent/tonal-palettes-full-dark.svg
Diff not rendered.
124 changes: 0 additions & 124 deletions src/assets/images/app/projects/sistent/tonal-palettes-full.svg
Diff not rendered.
12 changes: 0 additions & 12 deletions src/assets/images/app/projects/sistent/tonal-palettes.svg
Diff not rendered.
Binary file modified src/assets/images/app/projects/sistent/type-table-2-dark.png
Binary file modified src/assets/images/app/projects/sistent/type-table-2-light.png
42 changes: 30 additions & 12 deletions src/sections/Projects/Sistent/identity/color/code.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
import React from "react";
import BrandColors from "../../../../../assets/images/app/projects/sistent/brand-colors-table.svg";
import GreyscaleColors from "../../../../../assets/images/app/projects/sistent/greyscale-colors-table.svg";
import BgColors from "../../../../../assets/images/app/projects/sistent/bg-colors-table.svg";
import FunctionColors from "../../../../../assets/images/app/projects/sistent/function-colors-table.svg";
import TextColors from "../../../../../assets/images/app/projects/sistent/text-colors-table.svg";
import BorderColors from "../../../../../assets/images/app/projects/sistent/border-colors-table.svg";
import BrandColorsDark from "../../../../../assets/images/app/projects/sistent/brand-colors-table-dark.svg";
import GreyscaleColorsDark from "../../../../../assets/images/app/projects/sistent/greyscale-colors-table-dark.svg";
import BgColorsDark from "../../../../../assets/images/app/projects/sistent/bg-colors-table-dark.svg";
import FunctionColorsDark from "../../../../../assets/images/app/projects/sistent/function-colors-table-dark.svg";
import TextColorsDark from "../../../../../assets/images/app/projects/sistent/text-colors-table-dark.svg";
import BorderColorsDark from "../../../../../assets/images/app/projects/sistent/border-colors-table-dark.svg";
import BrandColors from "../../../../../assets/images/app/projects/sistent/brand-colors-table.png";
import GreyscaleColors from "../../../../../assets/images/app/projects/sistent/greyscale-colors-table.png";
import BgColors from "../../../../../assets/images/app/projects/sistent/bg-colors-table.png";
import FunctionColors from "../../../../../assets/images/app/projects/sistent/function-colors-table.png";
import TextColors from "../../../../../assets/images/app/projects/sistent/text-colors-table.png";
import BorderColors from "../../../../../assets/images/app/projects/sistent/border-colors-table.png";
import ComponentColors from "../../../../../assets/images/app/projects/sistent/components-table.png";

import BrandColorsDark from "../../../../../assets/images/app/projects/sistent/brand-colors-table-dark.png";
import GreyscaleColorsDark from "../../../../../assets/images/app/projects/sistent/greyscale-colors-table-dark.png";
import BgColorsDark from "../../../../../assets/images/app/projects/sistent/bg-colors-table-dark.png";
import FunctionColorsDark from "../../../../../assets/images/app/projects/sistent/function-colors-table-dark.png";
import TextColorsDark from "../../../../../assets/images/app/projects/sistent/text-colors-table-dark.png";
import BorderColorsDark from "../../../../../assets/images/app/projects/sistent/border-colors-table-dark.png";
import ComponentColorsDark from "../../../../../assets/images/app/projects/sistent/components-table-dark.png";

import { Col, Row } from "../../../../../reusecore/Layout";
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";

Expand Down Expand Up @@ -103,6 +107,20 @@ const ColorCode = () => {
/>
</Col>
</Row>
<h3>Component Colors</h3>
<p>
Tokens here are component specific and must be used only for the
component that they are referencing.
</p>
<Row className="image-container" Hcenter>
<Col md={8} lg={8} sm={12}>
<img
width="100%"
src={isDark ? ComponentColorsDark : ComponentColors}
alt="Border colors"
/>
</Col>
</Row>
</div>
);
};
Expand Down
10 changes: 5 additions & 5 deletions src/sections/Projects/Sistent/identity/color/guidance.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from "react";
import { Col, Row } from "../../../../../reusecore/Layout";
import TonalPalettes from "../../../../../assets/images/app/projects/sistent/tonal-palettes-full.svg";
import TonalPalettesDark from "../../../../../assets/images/app/projects/sistent/tonal-palettes-full-dark.svg";
import ContextVisuals5 from "../../../../../assets/images/app/projects/sistent/context-visuals-5.svg";
import ContextVisuals6 from "../../../../../assets/images/app/projects/sistent/context-visuals-6.svg";
import ContextVisuals6Dark from "../../../../../assets/images/app/projects/sistent/context-visuals-6-dark.svg";
import TonalPalettes from "../../../../../assets/images/app/projects/sistent/tonal-palettes-full.png";
import TonalPalettesDark from "../../../../../assets/images/app/projects/sistent/tonal-palettes-full-dark.png";
import ContextVisuals5 from "../../../../../assets/images/app/projects/sistent/context-visuals-5.png";
import ContextVisuals6 from "../../../../../assets/images/app/projects/sistent/context-visuals-6.png";
import ContextVisuals6Dark from "../../../../../assets/images/app/projects/sistent/context-visuals-6-dark.png";
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";

const ColorGuidance = () => {
Expand Down
10 changes: 5 additions & 5 deletions src/sections/Projects/Sistent/identity/color/overview.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React from "react";
import { Col, Row } from "../../../../../reusecore/Layout";
import TonalPallete from "../../../../../assets/images/app/projects/sistent/tonal-palettes.svg";
import TonalPallete from "../../../../../assets/images/app/projects/sistent/tonal-palettes.png";
import TonalPalleteDark from "../../../../../assets/images/app/projects/sistent/tonal-palettes-dark.svg";
import ContextVisuals1 from "../../../../../assets/images/app/projects/sistent/context-visuals-1.svg";
import ContextVisuals2 from "../../../../../assets/images/app/projects/sistent/context-visuals-2.svg";
import ContextVisuals3 from "../../../../../assets/images/app/projects/sistent/context-visuals-3.svg";
import ContextVisuals4 from "../../../../../assets/images/app/projects/sistent/context-visuals-4.svg";
import ContextVisuals1 from "../../../../../assets/images/app/projects/sistent/context-visuals-1.png";
import ContextVisuals2 from "../../../../../assets/images/app/projects/sistent/context-visuals-2.png";
import ContextVisuals3 from "../../../../../assets/images/app/projects/sistent/context-visuals-3.png";
import ContextVisuals4 from "../../../../../assets/images/app/projects/sistent/context-visuals-4.png";
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";

const ColorOverview = () => {
Expand Down
1 change: 1 addition & 0 deletions src/sections/Projects/Sistent/identity/typography/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from "react";

import TypeTable1 from "../../../../../assets/images/app/projects/sistent/type-table-1-light.png";
import TypeTable1Dark from "../../../../../assets/images/app/projects/sistent/type-table-1-dark.png";

import TypeTable2 from "../../../../../assets/images/app/projects/sistent/type-table-2-light.png";
import TypeTable2Dark from "../../../../../assets/images/app/projects/sistent/type-table-2-dark.png";
import { Col, Row } from "../../../../../reusecore/Layout";
Expand Down
78 changes: 20 additions & 58 deletions src/sections/Projects/Sistent/identity/typography/guidance.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import TypeScale2 from "../../../../../assets/images/app/projects/sistent/type-s
import TypeScale2Dark from "../../../../../assets/images/app/projects/sistent/type-scale-2-dark.png";
import TypeScale3 from "../../../../../assets/images/app/projects/sistent/type-scale-3-light.png";
import TypeScale3Dark from "../../../../../assets/images/app/projects/sistent/type-scale-3-dark.png";
import TypeDetails1 from "../../../../../assets/images/app/projects/sistent/type-details-1-light.png";
import TypeDetails1Dark from "../../../../../assets/images/app/projects/sistent/type-details-1-dark.png";

import { Col, Row } from "../../../../../reusecore/Layout";

Expand Down Expand Up @@ -91,12 +89,12 @@ const TypographyGuidance = () => {
sizes. This will require exploration and multiple tests of these text
styles in the screen sizes they are intended for and the possible use
cases that they will account for which may have already been identified
at those early stages before use.
in the early stages before use.
</p>
<p>
With these seven different text sizes derived from the type scale, we
have come up with ten fonts that can be applied in multiple use cases
and across multiple devices. This variation ensures that fonts are not
have come up with 13 fonts that can be applied in multiple use cases and
across multiple devices. This variation ensures that fonts are not
created randomly and utilized based on individual discretion, eventually
leading to multiple redundant fonts present in our type system. These
fonts must be considered first for application in any use case. If the
Expand All @@ -112,51 +110,16 @@ const TypographyGuidance = () => {
different capacities. Of course it can also include replacing an already
existing font or creating an entirely new one to add to the type system.
</p>
<h3>Heading</h3>
<p>
Headings are usually the first thing a user sees when reading a block of
text. The idea is for them to be concise and provide a hint of what
readers can expect from the accompanying body of text or an entire page.
It should also capture attention and encourage further exploration. They
can range from large hero section headings to much smaller subtitle and
label headings. Whatever the case, headings at different sizes can help
to accurately indicate hierarchy and provide guidance for any reader
going through a group of text.
</p>
<p>
Of Layer5’s ten fonts, seven of them can function as heading text and
ensure hierarchy for different context. For text that needs to be
prominent in a group of text (especially at the beginning), any one of
these fonts will suffice.
</p>
<h3>Paragraph</h3>
<p>
A bulk of text content is written in body or paragraph fonts. These are
less prominent fonts that provide more context to what brief ideas any
available headings may have outlined. It can also be used for short text
in components and when creating other interface elements due to its
higher legibility when compared to heading or subtitle texts. Three font
sizes have been earmarked to function in this capacity for the text
needs in Layer5 and across all of its products.
</p>
<a id="Font Specification">
<h2>Font Specification</h2>
</a>
<p>
Each font should not be a product of random choices just to have a set
of text to work with. They should be informed decisions based on how
they can assist to reinforce a brand, what they can be used to achieve
in designs, and to what extent they should be applied.
</p>
<p>
With these seven different text sizes derived from the type scale, we
have come up with ten fonts that can be applied in multiple use cases
and across multiple devices. This variation ensures that fonts are not
created randomly and utilized based on individual discretion, eventually
leading to multiple redundant fonts present in our type system. These
fonts must be considered first for application in any use case. If the
need arises for a new font to be added to the type system, sufficient
use cases have to be established to do so.
in designs, and to what extent they should be applied. For more
documentation, check out details on each font in the Code section for
`Typography`.
</p>
<h3>Heading</h3>
<p>
Expand Down Expand Up @@ -185,23 +148,22 @@ const TypographyGuidance = () => {
Three font sizes have been earmarked to function in this capacity for
the text needs in Layer5 and across all of its products.
</p>
<h3>Label</h3>
<p>
Below are a list of Layer5’s fonts along with hints on how they could be
applied to create usable and efficient text for our interfaces. For
reference purposes, more documentation can be done like how frequently
these fonts can appear on a page, what ui elements or text content they
can be used for, and how to adjust some font properties to suit multiple
scenarios. Responsive design documentation of the chosen fonts should be
documented as well to govern their usage and application.
To highlight supplementary information for interface elements, label
texts can suffice. They provide extra information for users as they
navigate a solution. Label texts ideally do not need to be too prominent
hence their smaller size compared to the body text category. There are
two label texts available in the Sistent type system.
</p>
<h3>Code</h3>
<p>
This fonts are curated specifically for the purpose of writing code
across our websites and solutions. They can be used to highlight code
related text in designs like token values, code snippets for components
and any other code related application. Two fonts have been made
available for this purpose.
</p>
<Row Hcenter className="image-container">
<Col md={10} lg={10} sm={12}>
<img
src={isDark ? TypeDetails1Dark : TypeDetails1}
alt="Type Details"
/>
</Col>
</Row>
</div>
);
};
Expand Down

0 comments on commit 95ccb17

Please sign in to comment.