@jobber/design 0.27.0 → 0.27.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/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@ menu: Changelog
8
8
  All notable changes to this project will be documented in this file.
9
9
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
10
 
11
+ ## [0.27.1](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.27.0...@jobber/design@0.27.1) (2023-01-12)
12
+
13
+ **Note:** Version bump only for package @jobber/design
14
+
15
+
16
+
17
+
18
+
11
19
  # [0.27.0](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.26.0...@jobber/design@0.27.0) (2023-01-06)
12
20
 
13
21
 
@@ -0,0 +1,134 @@
1
+ $color-interactive: rgb(125, 176, 14);
2
+ $color-interactive--hover: rgb(81, 114, 9);
3
+ $color-destructive: rgb(201, 66, 33);
4
+ $color-destructive--hover: rgb(128, 25, 0);
5
+ $color-interactive--subtle: rgba(101, 120, 132, 1);
6
+ $color-interactive--subtle--hover: rgb(66, 78, 86);
7
+ $color-disabled: rgb(181, 181, 181);
8
+ $color-disabled--secondary: rgb(225, 225, 225);
9
+ $color-focus: rgb(231, 213, 87);
10
+ $color-critical: rgb(201, 66, 33);
11
+ $color-critical--surface: rgb(255, 226, 219);
12
+ $color-critical--onSurface: rgb(128, 25, 0);
13
+ $color-warning: rgb(221, 195, 15);
14
+ $color-warning--surface: rgb(250, 246, 219);
15
+ $color-warning--onSurface: rgb(144, 127, 10);
16
+ $color-success: rgb(125, 176, 14);
17
+ $color-success--surface: rgb(236, 243, 219);
18
+ $color-success--onSurface: rgb(81, 114, 9);
19
+ $color-informative: rgb(60, 162, 224);
20
+ $color-informative--surface: rgb(226, 241, 250);
21
+ $color-informative--onSurface: rgb(39, 105, 146);
22
+ $color-inactive: rgb(77, 105, 116);
23
+ $color-inactive--surface: rgb(217, 223, 225);
24
+ $color-inactive--onSurface: rgb(1, 27, 37);
25
+ $color-heading: rgb(1, 41, 57);
26
+ $color-text: rgb(66, 78, 86);
27
+ $color-text--secondary: rgba(101, 120, 132, 1);
28
+ $color-text--reverse: rgba(255, 255, 255, 1);
29
+ $color-text--reverse--secondary: rgb(193, 201, 206);
30
+ $color-surface: rgba(255, 255, 255, 1);
31
+ $color-surface--hover: rgb(250, 246, 219);
32
+ $color-surface--active: rgb(236, 243, 219);
33
+ $color-surface--background: rgb(244, 244, 244);
34
+ $color-surface--reverse: rgb(1, 41, 57);
35
+ $color-border: rgb(225, 225, 225);
36
+ $color-border--section: rgb(1, 41, 57);
37
+ $color-overlay: rgba(0, 0, 0, 0.32);
38
+ $color-overlay--dimmed: rgba(255, 255, 255, 0.6);
39
+ $color-brand: rgb(125, 176, 14);
40
+ $color-brand--highlight: rgb(160, 215, 42);
41
+ $color-request: rgb(85, 106, 203);
42
+ $color-quote: rgb(179, 96, 150);
43
+ $color-job: rgb(187, 197, 32);
44
+ $color-visit: rgb(125, 176, 14);
45
+ $color-task: rgb(75, 106, 150);
46
+ $color-event: rgb(221, 195, 15);
47
+ $color-invoice: rgb(136, 112, 196);
48
+ $color-payments: rgb(243, 150, 36);
49
+ $color-client: rgb(62, 173, 146);
50
+ $color-blue: rgb(1, 41, 57);
51
+ $color-blue--light: rgb(77, 105, 116);
52
+ $color-blue--lighter: rgb(153, 169, 176);
53
+ $color-blue--lightest: rgb(217, 223, 225);
54
+ $color-blue--dark: rgb(1, 27, 37);
55
+ $color-green: rgb(125, 176, 14);
56
+ $color-green--light: rgb(164, 200, 86);
57
+ $color-green--lighter: rgb(203, 223, 159);
58
+ $color-green--lightest: rgb(236, 243, 219);
59
+ $color-green--dark: rgb(81, 114, 9);
60
+ $color-lime: rgb(153, 193, 70);
61
+ $color-lime--light: rgb(184, 212, 126);
62
+ $color-lime--lighter: rgb(214, 230, 181);
63
+ $color-lime--lightest: rgb(240, 246, 227);
64
+ $color-lime--dark: rgb(99, 125, 46);
65
+ $color-yellowGreen: rgb(187, 197, 32);
66
+ $color-yellowGreen--light: rgb(207, 214, 99);
67
+ $color-yellowGreen--lighter: rgb(228, 232, 166);
68
+ $color-yellowGreen--lightest: rgb(245, 246, 222);
69
+ $color-yellowGreen--dark: rgb(122, 128, 21);
70
+ $color-yellow: rgb(221, 195, 15);
71
+ $color-yellow--light: rgb(231, 213, 87);
72
+ $color-yellow--lighter: rgb(241, 231, 159);
73
+ $color-yellow--lightest: rgb(250, 246, 219);
74
+ $color-yellow--dark: rgb(144, 127, 10);
75
+ $color-red: rgb(201, 66, 33);
76
+ $color-red--light: rgb(233, 141, 119);
77
+ $color-red--lighter: rgb(255, 206, 194);
78
+ $color-red--lightest: rgb(255, 226, 219);
79
+ $color-red--dark: rgb(128, 25, 0);
80
+ $color-grey: rgb(181, 181, 181);
81
+ $color-grey--light: rgb(203, 203, 203);
82
+ $color-grey--lighter: rgb(225, 225, 225);
83
+ $color-grey--lightest: rgb(244, 244, 244);
84
+ $color-grey--dark: rgb(118, 118, 118);
85
+ $color-greyBlue--rgb: 101, 120, 132;
86
+ $color-greyBlue: rgba(101, 120, 132, 1);
87
+ $color-greyBlue--light: rgb(147, 161, 169);
88
+ $color-greyBlue--lighter: rgb(193, 201, 206);
89
+ $color-greyBlue--lightest: rgb(232, 235, 237);
90
+ $color-greyBlue--dark: rgb(66, 78, 86);
91
+ $color-lightBlue: rgb(60, 162, 224);
92
+ $color-lightBlue--light: rgb(119, 190, 233);
93
+ $color-lightBlue--lighter: rgb(177, 218, 243);
94
+ $color-lightBlue--lightest: rgb(226, 241, 250);
95
+ $color-lightBlue--dark: rgb(39, 105, 146);
96
+ $color-purple: rgb(136, 112, 196);
97
+ $color-purple--light: rgb(172, 155, 214);
98
+ $color-purple--lighter: rgb(207, 198, 231);
99
+ $color-purple--lightest: rgb(237, 234, 246);
100
+ $color-purple--dark: rgb(88, 73, 127);
101
+ $color-pink: rgb(179, 96, 150);
102
+ $color-pink--light: rgb(202, 144, 182);
103
+ $color-pink--lighter: rgb(225, 191, 213);
104
+ $color-pink--lightest: rgb(244, 231, 239);
105
+ $color-pink--dark: rgb(116, 62, 98);
106
+ $color-teal: rgb(62, 173, 146);
107
+ $color-teal--light: rgb(120, 198, 179);
108
+ $color-teal--lighter: rgb(178, 222, 211);
109
+ $color-teal--lightest: rgb(226, 243, 239);
110
+ $color-teal--dark: rgb(40, 112, 95);
111
+ $color-orange: rgb(243, 150, 36);
112
+ $color-orange--light: rgb(247, 182, 102);
113
+ $color-orange--lighter: rgb(250, 213, 167);
114
+ $color-orange--lightest: rgb(253, 239, 222);
115
+ $color-orange--dark: rgb(158, 98, 23);
116
+ $color-brown: rgb(130, 107, 70);
117
+ $color-brown--light: rgb(168, 151, 126);
118
+ $color-brown--lighter: rgb(205, 196, 181);
119
+ $color-brown--lightest: rgb(236, 233, 227);
120
+ $color-brown--dark: rgb(85, 70, 46);
121
+ $color-navy: rgb(75, 106, 150);
122
+ $color-navy--light: rgb(129, 151, 182);
123
+ $color-navy--lighter: rgb(183, 195, 213);
124
+ $color-navy--lightest: rgb(228, 233, 239);
125
+ $color-navy--dark: rgb(49, 69, 98);
126
+ $color-indigo: rgb(85, 106, 203);
127
+ $color-indigo--light: rgb(136, 151, 219);
128
+ $color-indigo--lighter: rgb(187, 195, 234);
129
+ $color-indigo--lightest: rgb(230, 233, 247);
130
+ $color-indigo--dark: rgb(55, 69, 132);
131
+ $color-white--rgb: 255, 255, 255;
132
+ $color-white: rgba(255, 255, 255, 1);
133
+ $color-black--rgb: 0, 0, 0;
134
+ $color-black: rgba(0, 0, 0, 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -54,5 +54,5 @@
54
54
  "typed-css-modules": "^0.7.0",
55
55
  "typescript": "^3.8.3"
56
56
  },
57
- "gitHead": "bdd5487e78e0069d8b5d67d645c637468ec81b6a"
57
+ "gitHead": "9d69561cbe694301de4ee983e10d27811513b1cf"
58
58
  }