@indico-data/design-system 3.5.0 → 3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/icons/types.d.ts +1 -1
- package/lib/docs/BaseColorPalette/BaseColorPalette.d.ts +1 -0
- package/lib/docs/BaseColorPalette/BaseColorsPalette.stories.d.ts +6 -0
- package/lib/docs/SemanticTokens/ColorSwatch.d.ts +6 -0
- package/lib/docs/SemanticTokens/SemanticTokens.stories.d.ts +9 -0
- package/lib/index.css +6383 -3670
- package/lib/index.d.ts +1 -1
- package/lib/index.esm.css +6383 -3670
- package/lib/index.esm.js +2 -2
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/badge/styles/Badge.scss +10 -10
- package/src/components/button/styles/Button.scss +7 -7
- package/src/components/button/styles/_variables.scss +5 -5
- package/src/components/card/styles/Card.scss +11 -13
- package/src/components/floatUI/styles/FloatUI.scss +3 -3
- package/src/components/forms/checkbox/styles/Checkbox.scss +11 -23
- package/src/components/forms/date/datePicker/styles/DatePicker.scss +25 -25
- package/src/components/forms/form/styles/Form.scss +19 -53
- package/src/components/forms/input/styles/Input.scss +10 -10
- package/src/components/forms/numberInput/styles/NumberInput.scss +13 -18
- package/src/components/forms/passwordInput/styles/PasswordInput.scss +12 -12
- package/src/components/forms/radio/styles/Radio.scss +8 -22
- package/src/components/forms/select/styles/Select.scss +38 -54
- package/src/components/forms/textarea/styles/Textarea.scss +11 -11
- package/src/components/forms/toggle/styles/Toggle.scss +14 -31
- package/src/components/icons/Icon.mdx +1 -1
- package/src/components/icons/Icon.stories.tsx +10 -9
- package/src/components/icons/styles/Icon.scss +2 -0
- package/src/components/icons/types.ts +1 -1
- package/src/components/menu/styles/Menu.scss +9 -9
- package/src/components/modal/styles/Modal.scss +23 -56
- package/src/components/pagination/styles/Pagination.scss +1 -1
- package/src/components/pill/styles/Pill.scss +8 -6
- package/src/components/skeleton/styles/Skeleton.scss +3 -3
- package/src/components/stepper/examples/constants.ts +2 -2
- package/src/components/stepper/styles/Stepper.scss +25 -71
- package/src/components/table/styles/Table.scss +8 -8
- package/src/components/tanstackTable/components/ActionBar/ActionBar.scss +3 -3
- package/src/components/tanstackTable/components/NoResults/NoResults.scss +3 -3
- package/src/components/tanstackTable/styles/table.scss +39 -40
- package/src/components/toast/styles/Toast.scss +20 -36
- package/src/components/tooltip/Tooltip.tsx +2 -2
- package/src/docs/BaseColorPalette/BaseColorPalette.mdx +35 -0
- package/src/docs/BaseColorPalette/BaseColorPalette.tsx +51 -0
- package/src/docs/BaseColorPalette/BaseColorsPalette.stories.tsx +13 -0
- package/src/{stylesAndAnimations/colors → docs/BaseColorPalette}/Swatch.tsx +32 -3
- package/src/docs/Primitives.mdx +110 -0
- package/src/docs/SemanticTokens/ColorSwatch.tsx +22 -0
- package/src/docs/SemanticTokens/SemanticTokens.mdx +53 -0
- package/src/docs/SemanticTokens/SemanticTokens.stories.tsx +152 -0
- package/src/styles/_borders.scss +16 -19
- package/src/styles/_colors.scss +16 -6
- package/src/styles/_spacing-utilities.scss +185 -0
- package/src/styles/_typography.scss +4 -4
- package/src/styles/globals.scss +7 -77
- package/src/styles/index.scss +3 -5
- package/src/styles/primitives/{_borderRadius.scss → _borders.scss} +7 -0
- package/src/styles/primitives/_colors.scss +0 -24
- package/src/styles/primitives/index.scss +1 -1
- package/src/styles/storybook.scss +9 -9
- package/src/styles/tokens/_semantic-tokens.scss +2 -1
- package/src/styles/variables/index.scss +0 -6
- package/src/stylesAndAnimations/borders/BorderColor.tsx +0 -4
- package/src/stylesAndAnimations/sizing/Sizing.mdx +4 -1
- package/src/stylesAndAnimations/utilityClasses/UtilityClassesData.ts +2 -1
- package/lib/stylesAndAnimations/colors/Colors.d.ts +0 -1
- package/lib/stylesAndAnimations/colors/Colors.stories.d.ts +0 -6
- package/lib/stylesAndAnimations/colors/constants.d.ts +0 -34
- package/lib/stylesAndAnimations/colors/index.d.ts +0 -1
- package/src/components/tooltip/styles/Tooltip.scss +0 -12
- package/src/styles/_gap.scss +0 -18
- package/src/styles/_margin.scss +0 -41
- package/src/styles/_padding.scss +0 -30
- package/src/styles/_sheets.scss +0 -7
- package/src/styles/variables/_borders.scss +0 -46
- package/src/styles/variables/_gap.scss +0 -19
- package/src/styles/variables/_icons.scss +0 -7
- package/src/styles/variables/_margin.scss +0 -37
- package/src/styles/variables/_padding.scss +0 -19
- package/src/styles/variables/_size.scss +0 -19
- package/src/stylesAndAnimations/colors/BaseColorPalette.mdx +0 -56
- package/src/stylesAndAnimations/colors/Colors.stories.tsx +0 -13
- package/src/stylesAndAnimations/colors/Colors.tsx +0 -64
- package/src/stylesAndAnimations/colors/constants.ts +0 -280
- package/src/stylesAndAnimations/colors/index.ts +0 -1
- /package/lib/{stylesAndAnimations/colors → docs/BaseColorPalette}/Swatch.d.ts +0 -0
- /package/src/{stylesAndAnimations/colors → docs/BaseColorPalette}/swatches.scss +0 -0
package/src/styles/_sheets.scss
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--pf-border-thin: thin;
|
|
3
|
-
--pf-border-sm: 1px;
|
|
4
|
-
--pf-border-md: 2px;
|
|
5
|
-
--pf-border-lg: 4px;
|
|
6
|
-
--pf-border-xl: 8px;
|
|
7
|
-
--pf-rounded: 4px;
|
|
8
|
-
--pf-rounded-0: 0px;
|
|
9
|
-
--pf-rounded-sm: 2px;
|
|
10
|
-
--pf-rounded-md: 4px;
|
|
11
|
-
--pf-rounded-lg: 8px;
|
|
12
|
-
--pf-rounded-xl: 24px;
|
|
13
|
-
--pf-rounded-pill: 9999px;
|
|
14
|
-
--pf-rounded-circle: 50%;
|
|
15
|
-
--pf-rounded-shaped: 24px 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
:root [data-theme='light'] {
|
|
19
|
-
--pf-border-color-primary: var(--pf-gray-color-300);
|
|
20
|
-
--pf-border-color-secondary: var(--pf-gray-color-250);
|
|
21
|
-
--pf-border-hover-color: var(--pf-gray-color-400);
|
|
22
|
-
--pf-border-color-soft: var(--pf-secondary-color-450);
|
|
23
|
-
--pf-border-color-accent: var(--pf-blue-color-450);
|
|
24
|
-
--pf-border-color-error: var(--pf-error-color);
|
|
25
|
-
--pf-border-color-warning: var(--pf-warning-color);
|
|
26
|
-
--pf-border-color-info: var(--pf-info-color);
|
|
27
|
-
--pf-border-color-success: var(--pf-success-color);
|
|
28
|
-
--pf-border-color-neutral: var(--pf-neutral-color);
|
|
29
|
-
--pf-border-color-pending: var(--pf-pending-color);
|
|
30
|
-
--pf-horizontal-line-color: var(--pf-border-color-primary);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
:root [data-theme='dark'],
|
|
34
|
-
:root {
|
|
35
|
-
--pf-border-color-primary: var(--pf-tertiary-color-700);
|
|
36
|
-
--pf-border-color-secondary: var(--pf-primary-color-600);
|
|
37
|
-
--pf-border-color-soft: var(--pf-secondary-color-600);
|
|
38
|
-
--pf-border-color-accent: var(--pf-secondary-color-400);
|
|
39
|
-
--pf-border-color-error: var(--pf-error-color);
|
|
40
|
-
--pf-border-color-warning: var(--pf-warning-color);
|
|
41
|
-
--pf-border-color-info: var(--pf-info-color);
|
|
42
|
-
--pf-border-color-success: var(--pf-success-color);
|
|
43
|
-
--pf-border-color-neutral: var(--pf-neutral-color);
|
|
44
|
-
--pf-border-color-pending: var(--pf-pending-color);
|
|
45
|
-
--pf-horizontal-line-color: var(--pf-border-color-primary);
|
|
46
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--pf-gap-0: 0;
|
|
3
|
-
--pf-gap-1: 4px;
|
|
4
|
-
--pf-gap-2: 8px;
|
|
5
|
-
--pf-gap-3: 12px;
|
|
6
|
-
--pf-gap-4: 16px;
|
|
7
|
-
--pf-gap-5: 20px;
|
|
8
|
-
--pf-gap-6: 24px;
|
|
9
|
-
--pf-gap-7: 28px;
|
|
10
|
-
--pf-gap-8: 32px;
|
|
11
|
-
--pf-gap-9: 36px;
|
|
12
|
-
--pf-gap-10: 40px;
|
|
13
|
-
--pf-gap-11: 44px;
|
|
14
|
-
--pf-gap-12: 48px;
|
|
15
|
-
--pf-gap-13: 52px;
|
|
16
|
-
--pf-gap-14: 56px;
|
|
17
|
-
--pf-gap-15: 60px;
|
|
18
|
-
--pf-gap-16: 64px;
|
|
19
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--pf-margin-auto: auto;
|
|
3
|
-
--pf-margin-0: 0;
|
|
4
|
-
--pf-margin-1: 4px;
|
|
5
|
-
--pf-margin-2: 8px;
|
|
6
|
-
--pf-margin-3: 12px;
|
|
7
|
-
--pf-margin-4: 16px;
|
|
8
|
-
--pf-margin-5: 20px;
|
|
9
|
-
--pf-margin-6: 24px;
|
|
10
|
-
--pf-margin-7: 28px;
|
|
11
|
-
--pf-margin-8: 32px;
|
|
12
|
-
--pf-margin-9: 36px;
|
|
13
|
-
--pf-margin-10: 40px;
|
|
14
|
-
--pf-margin-11: 44px;
|
|
15
|
-
--pf-margin-12: 48px;
|
|
16
|
-
--pf-margin-13: 52px;
|
|
17
|
-
--pf-margin-14: 56px;
|
|
18
|
-
--pf-margin-15: 60px;
|
|
19
|
-
--pf-margin-16: 64px;
|
|
20
|
-
|
|
21
|
-
--pf-negative-margin-1: -4px;
|
|
22
|
-
--pf-negative-margin-2: -8px;
|
|
23
|
-
--pf-negative-margin-3: -12px;
|
|
24
|
-
--pf-negative-margin-4: -16px;
|
|
25
|
-
--pf-negative-margin-5: -20px;
|
|
26
|
-
--pf-negative-margin-6: -24px;
|
|
27
|
-
--pf-negative-margin-7: -28px;
|
|
28
|
-
--pf-negative-margin-8: -32px;
|
|
29
|
-
--pf-negative-margin-9: -36px;
|
|
30
|
-
--pf-negative-margin-10: -40px;
|
|
31
|
-
--pf-negative-margin-11: -44px;
|
|
32
|
-
--pf-negative-margin-12: -48px;
|
|
33
|
-
--pf-negative-margin-13: -52px;
|
|
34
|
-
--pf-negative-margin-14: -56px;
|
|
35
|
-
--pf-negative-margin-15: -60px;
|
|
36
|
-
--pf-negative-margin-16: -64px;
|
|
37
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--pf-padding-0: 0;
|
|
3
|
-
--pf-padding-1: 4px;
|
|
4
|
-
--pf-padding-2: 8px;
|
|
5
|
-
--pf-padding-3: 12px;
|
|
6
|
-
--pf-padding-4: 16px;
|
|
7
|
-
--pf-padding-5: 20px;
|
|
8
|
-
--pf-padding-6: 24px;
|
|
9
|
-
--pf-padding-7: 28px;
|
|
10
|
-
--pf-padding-8: 32px;
|
|
11
|
-
--pf-padding-9: 36px;
|
|
12
|
-
--pf-padding-10: 40px;
|
|
13
|
-
--pf-padding-11: 44px;
|
|
14
|
-
--pf-padding-12: 48px;
|
|
15
|
-
--pf-padding-13: 52px;
|
|
16
|
-
--pf-padding-14: 56px;
|
|
17
|
-
--pf-padding-15: 60px;
|
|
18
|
-
--pf-padding-16: 64px;
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--pf-size-0: 0;
|
|
3
|
-
--pf-size-1: 4px;
|
|
4
|
-
--pf-size-2: 8px;
|
|
5
|
-
--pf-size-3: 12px;
|
|
6
|
-
--pf-size-4: 16px;
|
|
7
|
-
--pf-size-5: 20px;
|
|
8
|
-
--pf-size-6: 24px;
|
|
9
|
-
--pf-size-7: 28px;
|
|
10
|
-
--pf-size-8: 32px;
|
|
11
|
-
--pf-size-9: 36px;
|
|
12
|
-
--pf-size-10: 40px;
|
|
13
|
-
--pf-size-11: 44px;
|
|
14
|
-
--pf-size-12: 48px;
|
|
15
|
-
--pf-size-13: 52px;
|
|
16
|
-
--pf-size-14: 56px;
|
|
17
|
-
--pf-size-15: 60px;
|
|
18
|
-
--pf-size-16: 64px;
|
|
19
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { Canvas, Meta, Controls } from '@storybook/blocks';
|
|
2
|
-
import * as Colors from './Colors.stories';
|
|
3
|
-
|
|
4
|
-
<Meta title="Styles/Base Palette Colors" />
|
|
5
|
-
# Base Palette Colors
|
|
6
|
-
|
|
7
|
-
These are the base palette colors used to build semantic tokens. Do not use these directly!
|
|
8
|
-
|
|
9
|
-
## Color Structure
|
|
10
|
-
|
|
11
|
-
### Base Colors
|
|
12
|
-
|
|
13
|
-
- **Primary**: Blue-gray palette (#50647c) - Main brand colors
|
|
14
|
-
- **Secondary**: Blue palette (#1474b8) - Accent and interactive elements
|
|
15
|
-
- **Tertiary**: Gray-blue palette (#6a7798) - Supporting elements
|
|
16
|
-
- **Gray**: Neutral grays (#808080) - Text and backgrounds
|
|
17
|
-
- **Red**: Error and destructive actions (#a3292d)
|
|
18
|
-
- **Orange**: Warning and attention (#994733)
|
|
19
|
-
- **Yellow**: Caution and highlights (#ad871f)
|
|
20
|
-
- **Green**: Success and positive actions (#14b869)
|
|
21
|
-
- **Purple**: Special and premium features (#5c29a3)
|
|
22
|
-
- **Pink**: Unique and creative elements (#a3292d)
|
|
23
|
-
- **Teal**: Information and data (#29a3a3)
|
|
24
|
-
- **Blue**: Brand and primary actions (#2989ff)
|
|
25
|
-
|
|
26
|
-
### Color Scale
|
|
27
|
-
|
|
28
|
-
Each color family follows a consistent scale: 50, 100, 150, 200, 250, 300, 400, 450, 500, 550, 600, 700, 800, 900
|
|
29
|
-
|
|
30
|
-
Click on the swatch to copy the color to your clipboard.
|
|
31
|
-
|
|
32
|
-
<Canvas of={Colors.Default} />
|
|
33
|
-
|
|
34
|
-
## CSS Variable Syntax
|
|
35
|
-
|
|
36
|
-
In order to use or override a color listed above, you would use the following syntax.
|
|
37
|
-
|
|
38
|
-
### Using A Variable
|
|
39
|
-
|
|
40
|
-
The syntax for invoking a variable in your CSS code follows this pattern.
|
|
41
|
-
|
|
42
|
-
```css
|
|
43
|
-
.myElement {
|
|
44
|
-
color: var(--pf-primary-color-100);
|
|
45
|
-
}
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
### Overriding A Variable
|
|
49
|
-
|
|
50
|
-
The syntax for overriding a variable in your CSS code follows this pattern.
|
|
51
|
-
|
|
52
|
-
```css
|
|
53
|
-
:root {
|
|
54
|
-
--pf-primary-color-100: #ff0000;
|
|
55
|
-
}
|
|
56
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Colors } from './Colors';
|
|
3
|
-
|
|
4
|
-
const meta: Meta<typeof Colors> = {
|
|
5
|
-
title: 'remove/colors',
|
|
6
|
-
component: Colors,
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
export default meta;
|
|
10
|
-
|
|
11
|
-
type Story = StoryObj<typeof Colors>;
|
|
12
|
-
|
|
13
|
-
export const Default: Story = {};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Container, Row, Col } from 'react-grid-system';
|
|
3
|
-
import { colorList, themeColors, utilityColorList } from './constants';
|
|
4
|
-
import { Swatch } from './Swatch';
|
|
5
|
-
|
|
6
|
-
export const Colors = () => {
|
|
7
|
-
return (
|
|
8
|
-
<Container>
|
|
9
|
-
<Row>
|
|
10
|
-
{colorList.map((color) => {
|
|
11
|
-
const colorData = themeColors[color];
|
|
12
|
-
if (!colorData || !('base' in colorData)) return null;
|
|
13
|
-
|
|
14
|
-
const colorShades = Object.keys(colorData)
|
|
15
|
-
.map(Number)
|
|
16
|
-
.sort((a, b) => a - b);
|
|
17
|
-
|
|
18
|
-
return (
|
|
19
|
-
<Col sm={6} key={color}>
|
|
20
|
-
<h1 className="text-capitalize my-5">{color}</h1>
|
|
21
|
-
|
|
22
|
-
<div className="my-3">
|
|
23
|
-
<Swatch key="base" color={color} colorValue={colorData.base || colorData['500']} />
|
|
24
|
-
</div>
|
|
25
|
-
|
|
26
|
-
{colorShades.map((shade) => {
|
|
27
|
-
const colorValue = colorData[shade.toString() as keyof typeof colorData];
|
|
28
|
-
if (!colorValue) return null;
|
|
29
|
-
return <Swatch key={shade} color={color} shade={shade} colorValue={colorValue} />;
|
|
30
|
-
})}
|
|
31
|
-
</Col>
|
|
32
|
-
);
|
|
33
|
-
})}
|
|
34
|
-
</Row>
|
|
35
|
-
<Row>
|
|
36
|
-
<Col sm={6} key="utility">
|
|
37
|
-
<h1 className="text-capitalize my-5">Light Mode Utility Colors</h1>
|
|
38
|
-
{utilityColorList.map((color) => {
|
|
39
|
-
return (
|
|
40
|
-
<Swatch
|
|
41
|
-
key={'light-' + color}
|
|
42
|
-
color={color}
|
|
43
|
-
colorValue={themeColors.utilityLight[color]}
|
|
44
|
-
/>
|
|
45
|
-
);
|
|
46
|
-
})}
|
|
47
|
-
</Col>
|
|
48
|
-
|
|
49
|
-
<Col sm={6} key="utility">
|
|
50
|
-
<h1 className="text-capitalize my-5">Dark Mode Utility Colors</h1>
|
|
51
|
-
{utilityColorList.map((color) => {
|
|
52
|
-
return (
|
|
53
|
-
<Swatch
|
|
54
|
-
key={'dark-' + color}
|
|
55
|
-
color={color}
|
|
56
|
-
colorValue={themeColors.utilityDark[color]}
|
|
57
|
-
/>
|
|
58
|
-
);
|
|
59
|
-
})}
|
|
60
|
-
</Col>
|
|
61
|
-
</Row>
|
|
62
|
-
</Container>
|
|
63
|
-
);
|
|
64
|
-
};
|
|
@@ -1,280 +0,0 @@
|
|
|
1
|
-
// Type definitions for color palettes
|
|
2
|
-
interface ColorPalette {
|
|
3
|
-
base: string;
|
|
4
|
-
50: string;
|
|
5
|
-
100: string;
|
|
6
|
-
150: string;
|
|
7
|
-
200: string;
|
|
8
|
-
250: string;
|
|
9
|
-
300: string;
|
|
10
|
-
400: string;
|
|
11
|
-
450: string;
|
|
12
|
-
500: string;
|
|
13
|
-
550?: string; // Optional since not all colors have this shade
|
|
14
|
-
600: string;
|
|
15
|
-
700: string;
|
|
16
|
-
800: string;
|
|
17
|
-
900: string;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface UtilityColors {
|
|
21
|
-
success: string;
|
|
22
|
-
info: string;
|
|
23
|
-
neutral: string;
|
|
24
|
-
warning: string;
|
|
25
|
-
error: string;
|
|
26
|
-
brand: string;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
interface ThemeColors {
|
|
30
|
-
[key: string]: ColorPalette | UtilityColors;
|
|
31
|
-
utilityDark: UtilityColors;
|
|
32
|
-
utilityLight: UtilityColors;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export const colorList = [
|
|
36
|
-
'primary',
|
|
37
|
-
'secondary',
|
|
38
|
-
'tertiary',
|
|
39
|
-
'blue',
|
|
40
|
-
'gray',
|
|
41
|
-
'green',
|
|
42
|
-
'orange',
|
|
43
|
-
'pink',
|
|
44
|
-
'purple',
|
|
45
|
-
'red',
|
|
46
|
-
'teal',
|
|
47
|
-
'yellow',
|
|
48
|
-
] as const;
|
|
49
|
-
|
|
50
|
-
export const utilityColorList = [
|
|
51
|
-
'success',
|
|
52
|
-
'info',
|
|
53
|
-
'neutral',
|
|
54
|
-
'warning',
|
|
55
|
-
'error',
|
|
56
|
-
'brand',
|
|
57
|
-
] as const;
|
|
58
|
-
|
|
59
|
-
export const themeColors: ThemeColors = {
|
|
60
|
-
blue: {
|
|
61
|
-
base: '#2989ff',
|
|
62
|
-
50: '#f6fafd',
|
|
63
|
-
100: '#eef4fc',
|
|
64
|
-
150: '#e5effa',
|
|
65
|
-
200: '#d8e9fd',
|
|
66
|
-
250: '#bbd8fb',
|
|
67
|
-
300: '#9ec7fa',
|
|
68
|
-
400: '#2989ff',
|
|
69
|
-
450: '#0070f5',
|
|
70
|
-
500: '#005ccc',
|
|
71
|
-
550: '#0054b8',
|
|
72
|
-
600: '#004599',
|
|
73
|
-
700: '#06356f',
|
|
74
|
-
800: '#082345',
|
|
75
|
-
900: '#061323',
|
|
76
|
-
},
|
|
77
|
-
gray: {
|
|
78
|
-
base: '#808080',
|
|
79
|
-
50: '#ffffff',
|
|
80
|
-
100: '#f7f7f7',
|
|
81
|
-
150: '#f2f2f2',
|
|
82
|
-
200: '#e6e6e6',
|
|
83
|
-
250: '#d9d9d9',
|
|
84
|
-
300: '#cccccc',
|
|
85
|
-
400: '#b2b2b2',
|
|
86
|
-
450: '#949494',
|
|
87
|
-
500: '#808080',
|
|
88
|
-
550: '#666666',
|
|
89
|
-
600: '#606060',
|
|
90
|
-
700: '#4d4d4d',
|
|
91
|
-
800: '#333333',
|
|
92
|
-
900: '#000000',
|
|
93
|
-
},
|
|
94
|
-
green: {
|
|
95
|
-
base: '#14b869',
|
|
96
|
-
50: '#f7fdfa',
|
|
97
|
-
100: '#effbf5',
|
|
98
|
-
150: '#e7f9f0',
|
|
99
|
-
200: '#def7eb',
|
|
100
|
-
250: '#c2f4dc',
|
|
101
|
-
300: '#a8f0cd',
|
|
102
|
-
400: '#3eea97',
|
|
103
|
-
450: '#18dc7e',
|
|
104
|
-
500: '#14b869',
|
|
105
|
-
550: '#129e45',
|
|
106
|
-
600: '#17824e',
|
|
107
|
-
700: '#175e3c',
|
|
108
|
-
800: '#173627',
|
|
109
|
-
900: '#0e1b15',
|
|
110
|
-
},
|
|
111
|
-
orange: {
|
|
112
|
-
base: '#994733',
|
|
113
|
-
50: '#fffbfa',
|
|
114
|
-
100: '#faf2f0',
|
|
115
|
-
150: '#f7ebe8',
|
|
116
|
-
200: '#f7e3de',
|
|
117
|
-
250: '#f4ccc2',
|
|
118
|
-
300: '#f5b4a3',
|
|
119
|
-
400: '#ea603e',
|
|
120
|
-
450: '#c44e31',
|
|
121
|
-
500: '#994733',
|
|
122
|
-
550: '#863f2a',
|
|
123
|
-
600: '#6b3a2e',
|
|
124
|
-
700: '#522d23',
|
|
125
|
-
800: '#321f1b',
|
|
126
|
-
900: '#1b110e',
|
|
127
|
-
},
|
|
128
|
-
pink: {
|
|
129
|
-
base: '#a3292d',
|
|
130
|
-
50: '#fbf8f9',
|
|
131
|
-
100: '#f8f2f4',
|
|
132
|
-
150: '#f4ebee',
|
|
133
|
-
200: '#f1e4e9',
|
|
134
|
-
250: '#eacdd7',
|
|
135
|
-
300: '#ebadc3',
|
|
136
|
-
400: '#e6417b',
|
|
137
|
-
450: '#c3285e',
|
|
138
|
-
500: '#a32954',
|
|
139
|
-
550: '#922149',
|
|
140
|
-
600: '#6b2e43',
|
|
141
|
-
700: '#4c2935',
|
|
142
|
-
800: '#321b23',
|
|
143
|
-
900: '#1b0e13',
|
|
144
|
-
},
|
|
145
|
-
primary: {
|
|
146
|
-
base: '#50647c',
|
|
147
|
-
50: '#f9fafb',
|
|
148
|
-
100: '#f3f5f7',
|
|
149
|
-
150: '#eceff3',
|
|
150
|
-
200: '#e6eaef',
|
|
151
|
-
250: '#d3dbe3',
|
|
152
|
-
300: '#c1cbd7',
|
|
153
|
-
400: '#7c92ab',
|
|
154
|
-
450: '#5f7895',
|
|
155
|
-
500: '#50647c',
|
|
156
|
-
600: '#243447',
|
|
157
|
-
700: '#192534',
|
|
158
|
-
800: '#111b28',
|
|
159
|
-
900: '#0c141d',
|
|
160
|
-
},
|
|
161
|
-
purple: {
|
|
162
|
-
base: '#5c29a3',
|
|
163
|
-
50: '#f9f6fc',
|
|
164
|
-
100: '#f4f0fa',
|
|
165
|
-
150: '#eee8f7',
|
|
166
|
-
200: '#e9def7',
|
|
167
|
-
250: '#d8c6f1',
|
|
168
|
-
300: '#c7adeb',
|
|
169
|
-
400: '#8849df',
|
|
170
|
-
450: '#6e31c4',
|
|
171
|
-
500: '#5c29a3',
|
|
172
|
-
550: '#4e218f',
|
|
173
|
-
600: '#451f7a',
|
|
174
|
-
700: '#361d58',
|
|
175
|
-
800: '#241736',
|
|
176
|
-
900: '#130e1b',
|
|
177
|
-
},
|
|
178
|
-
red: {
|
|
179
|
-
base: '#a3292d',
|
|
180
|
-
50: '#fdf6f8',
|
|
181
|
-
100: '#fceeee',
|
|
182
|
-
150: '#fae5e6',
|
|
183
|
-
200: '#f9dcdd',
|
|
184
|
-
250: '#f6acaf',
|
|
185
|
-
300: '#f28c90',
|
|
186
|
-
400: '#ea3e44',
|
|
187
|
-
450: '#d0252a',
|
|
188
|
-
500: '#a3292d',
|
|
189
|
-
550: '#8f2428',
|
|
190
|
-
600: '#732629',
|
|
191
|
-
700: '#522325',
|
|
192
|
-
800: '#321b1c',
|
|
193
|
-
900: '#181011',
|
|
194
|
-
},
|
|
195
|
-
secondary: {
|
|
196
|
-
base: '#1474b8',
|
|
197
|
-
50: '#f8fafc',
|
|
198
|
-
100: '#f1f5f9',
|
|
199
|
-
150: '#e8f1f7',
|
|
200
|
-
200: '#deedf7',
|
|
201
|
-
250: '#c6dff1',
|
|
202
|
-
300: '#add1eb',
|
|
203
|
-
400: '#3ea2ea',
|
|
204
|
-
450: '#188bdc',
|
|
205
|
-
500: '#1474b8',
|
|
206
|
-
550: '#1268a5',
|
|
207
|
-
600: '#0f578a',
|
|
208
|
-
700: '#1d4058',
|
|
209
|
-
800: '#132939',
|
|
210
|
-
900: '#0e151b',
|
|
211
|
-
},
|
|
212
|
-
teal: {
|
|
213
|
-
base: '#29a3a3',
|
|
214
|
-
50: '#f6fdfd',
|
|
215
|
-
100: '#eefcfc',
|
|
216
|
-
150: '#e5fafa',
|
|
217
|
-
200: '#dcf9f9',
|
|
218
|
-
250: '#bff8f8',
|
|
219
|
-
300: '#a3f5f5',
|
|
220
|
-
400: '#4edada',
|
|
221
|
-
450: '#25d0d0',
|
|
222
|
-
500: '#29a3a3',
|
|
223
|
-
550: '#267373',
|
|
224
|
-
600: '#1c5656',
|
|
225
|
-
700: '#235252',
|
|
226
|
-
800: '#1b3232',
|
|
227
|
-
900: '#101818',
|
|
228
|
-
},
|
|
229
|
-
tertiary: {
|
|
230
|
-
base: '#6a7798',
|
|
231
|
-
50: '#f8fafb',
|
|
232
|
-
100: '#f4f7f9',
|
|
233
|
-
150: '#ebf0f4',
|
|
234
|
-
200: '#dae3eb',
|
|
235
|
-
250: '#c3d2de',
|
|
236
|
-
300: '#aabbcf',
|
|
237
|
-
400: '#94a5c0',
|
|
238
|
-
450: '#8593b3',
|
|
239
|
-
500: '#6a7798',
|
|
240
|
-
550: '#5f6a85',
|
|
241
|
-
600: '#58637b',
|
|
242
|
-
700: '#4b5364',
|
|
243
|
-
800: '#2c303a',
|
|
244
|
-
900: '#111317',
|
|
245
|
-
},
|
|
246
|
-
yellow: {
|
|
247
|
-
base: '#ad871f',
|
|
248
|
-
50: '#fdfbf7',
|
|
249
|
-
100: '#fcf8ee',
|
|
250
|
-
150: '#faf5e5',
|
|
251
|
-
200: '#f9f1dc',
|
|
252
|
-
250: '#f4e7c2',
|
|
253
|
-
300: '#f0dda8',
|
|
254
|
-
400: '#eabc3e',
|
|
255
|
-
450: '#dca818',
|
|
256
|
-
500: '#ad871f',
|
|
257
|
-
550: '#976f00',
|
|
258
|
-
600: '#826517',
|
|
259
|
-
700: '#58481d',
|
|
260
|
-
800: '#322c1b',
|
|
261
|
-
900: '#1b160e',
|
|
262
|
-
},
|
|
263
|
-
utilityDark: {
|
|
264
|
-
success: '#15b77d',
|
|
265
|
-
info: '#198bdc',
|
|
266
|
-
neutral: '#dcdcdc',
|
|
267
|
-
warning: '#f29c22',
|
|
268
|
-
error: '#ce6068',
|
|
269
|
-
brand: '#0070f5',
|
|
270
|
-
},
|
|
271
|
-
// light mode utility colors
|
|
272
|
-
utilityLight: {
|
|
273
|
-
success: '#14b869',
|
|
274
|
-
info: '#1474b8',
|
|
275
|
-
neutral: '#b2b2b2',
|
|
276
|
-
warning: '#ad791f',
|
|
277
|
-
error: '#a3292d',
|
|
278
|
-
brand: '#2960a3',
|
|
279
|
-
},
|
|
280
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Colors } from './Colors';
|
|
File without changes
|
|
File without changes
|