@knapsack/sandbox-tokens 4.72.0--canary.4986.9e14d73.0 → 4.72.0--canary.5313.31d559e.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +1 -1
- package/CHANGELOG.md +141 -0
- package/dist/design-tokens.cjs +3 -0
- package/dist/design-tokens.collections.css +3 -0
- package/dist/design-tokens.css +3 -0
- package/dist/design-tokens.css.scss +3 -0
- package/dist/design-tokens.d.cts +3 -0
- package/dist/design-tokens.d.mts +3 -0
- package/dist/design-tokens.d.ts +3 -0
- package/dist/design-tokens.js +3 -0
- package/dist/design-tokens.json +3 -0
- package/dist/design-tokens.less +3 -0
- package/dist/design-tokens.mjs +3 -0
- package/dist/design-tokens.nested.json +3 -0
- package/dist/design-tokens.scss +6 -0
- package/dist/design-tokens.style-dictionary.json +12 -0
- package/dist/design-tokens.w3c-spec.json +12 -0
- package/package.json +5 -5
- package/src/knapsack.design-tokens.json +12 -0
- package/.temp/db.yml +0 -5
- package/.temp/knapsack.asset-sets.json +0 -4
- package/.temp/knapsack.files.json +0 -3
- package/.temp/knapsack.navs.yml +0 -2
- package/.temp/knapsack.patterns.json +0 -35
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @knapsack/sandbox-tokens@4.71.
|
2
|
+
> @knapsack/sandbox-tokens@4.71.16 build /home/runner/work/app-monorepo/app-monorepo/apps/ui/libs/sandbox-tokens
|
3
3
|
> knapsack build:tokens
|
4
4
|
|
5
5
|
info Wrote design tokens to "dist"
|
package/.turbo/turbo-test.log
CHANGED
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,144 @@
|
|
1
|
+
# v4.71.16 (Thu Dec 05 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- refactor React Renderer to use `tsc` for build [#5224](https://github.com/knapsack-labs/app-monorepo/pull/5224) ([@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
|
6
|
+
|
7
|
+
#### Authors: 2
|
8
|
+
|
9
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
10
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
11
|
+
|
12
|
+
---
|
13
|
+
|
14
|
+
# v4.71.13 (Wed Dec 04 2024)
|
15
|
+
|
16
|
+
#### 🐛 Bug Fix
|
17
|
+
|
18
|
+
- Merge branch 'feature/ksp-5777-gsk-sso-issues' into feature/sso-config-via-db ([@EvanLovely](https://github.com/EvanLovely))
|
19
|
+
- Merge branch 'latest' into feature/ksp-5777-gsk-sso-issues ([@illepic](https://github.com/illepic))
|
20
|
+
- Bump version to: v4.71.12 \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
|
21
|
+
- Update CHANGELOG.md \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
|
22
|
+
- Bump version to: v4.71.11 \[skip ci\] ([@KnapsackBot](https://github.com/KnapsackBot))
|
23
|
+
|
24
|
+
#### 🏠 Internal
|
25
|
+
|
26
|
+
- refactor Cypress user login [#5225](https://github.com/knapsack-labs/app-monorepo/pull/5225) ([@EvanLovely](https://github.com/EvanLovely))
|
27
|
+
- Update Node.js to v20.18.1 [#5197](https://github.com/knapsack-labs/app-monorepo/pull/5197) ([@renovate[bot]](https://github.com/renovate[bot]))
|
28
|
+
- adds evt handlers for design src logs [#5194](https://github.com/knapsack-labs/app-monorepo/pull/5194) ([@mabry1985](https://github.com/mabry1985))
|
29
|
+
- setup login w popup [#5209](https://github.com/knapsack-labs/app-monorepo/pull/5209) ([@GormanDesign](https://github.com/GormanDesign) [@mabry1985](https://github.com/mabry1985) [@EvanLovely](https://github.com/EvanLovely) [@KnapsackBot](https://github.com/KnapsackBot) [@illepic](https://github.com/illepic))
|
30
|
+
- migrate to new Figma oAuth endpoints and configuration [#5206](https://github.com/knapsack-labs/app-monorepo/pull/5206) ([@mabry1985](https://github.com/mabry1985))
|
31
|
+
|
32
|
+
#### Authors: 6
|
33
|
+
|
34
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
35
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
36
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
37
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
38
|
+
- KnapsackBot ([@KnapsackBot](https://github.com/KnapsackBot))
|
39
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
40
|
+
|
41
|
+
---
|
42
|
+
|
43
|
+
# v4.71.12 (Thu Nov 21 2024)
|
44
|
+
|
45
|
+
#### 🐛 Bug Fix
|
46
|
+
|
47
|
+
- Fix component alignment in pattern stage and embeds [#5138](https://github.com/knapsack-labs/app-monorepo/pull/5138) ([@GormanDesign](https://github.com/GormanDesign))
|
48
|
+
- Merge branch 'latest' into feature/ksp-5732-fix-component-alignment-in-pattern-stage-and-embeds ([@GormanDesign](https://github.com/GormanDesign))
|
49
|
+
|
50
|
+
#### Authors: 1
|
51
|
+
|
52
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
53
|
+
|
54
|
+
---
|
55
|
+
|
56
|
+
# v4.71.10 (Thu Nov 21 2024)
|
57
|
+
|
58
|
+
#### 🐛 Bug Fix
|
59
|
+
|
60
|
+
- fix prop reordering doesnt stick [#5196](https://github.com/knapsack-labs/app-monorepo/pull/5196) ([@mabry1985](https://github.com/mabry1985))
|
61
|
+
|
62
|
+
#### Authors: 1
|
63
|
+
|
64
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
65
|
+
|
66
|
+
---
|
67
|
+
|
68
|
+
# v4.71.8 (Fri Nov 15 2024)
|
69
|
+
|
70
|
+
#### 🐛 Bug Fix
|
71
|
+
|
72
|
+
- Add button modes for sales demos [#5173](https://github.com/knapsack-labs/app-monorepo/pull/5173) ([@brittanysmart](https://github.com/brittanysmart))
|
73
|
+
- Merge branch 'latest' into feature/KSP-5764-add-button-modes ([@brittanysmart](https://github.com/brittanysmart))
|
74
|
+
- Merge branch 'latest' into GormanDesign-patch-2 ([@GormanDesign](https://github.com/GormanDesign))
|
75
|
+
- feat: add status button variations for sales demos ([@brittanysmart](https://github.com/brittanysmart))
|
76
|
+
|
77
|
+
#### 🏠 Internal
|
78
|
+
|
79
|
+
- update gsk-digital-channels sso page content [#5178](https://github.com/knapsack-labs/app-monorepo/pull/5178) ([@GormanDesign](https://github.com/GormanDesign))
|
80
|
+
- fix figma tiles show processing message indefinitely [#5179](https://github.com/knapsack-labs/app-monorepo/pull/5179) ([@mabry1985](https://github.com/mabry1985))
|
81
|
+
|
82
|
+
#### Authors: 3
|
83
|
+
|
84
|
+
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
85
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
86
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
87
|
+
|
88
|
+
---
|
89
|
+
|
90
|
+
# v4.71.6 (Thu Nov 14 2024)
|
91
|
+
|
92
|
+
#### 🐛 Bug Fix
|
93
|
+
|
94
|
+
- Merge branch 'latest' into feature/ksp-5437-update-auth0-node-sdk ([@freneticpixel](https://github.com/freneticpixel))
|
95
|
+
- Merge branch 'latest' into feature/ksp-5710-collections-block-filters ([@GormanDesign](https://github.com/GormanDesign))
|
96
|
+
- Merge remote-tracking branch 'origin/latest' into feature/ksp-5437-update-auth0-node-sdk ([@freneticpixel](https://github.com/freneticpixel))
|
97
|
+
|
98
|
+
#### 🏠 Internal
|
99
|
+
|
100
|
+
- Update dependency @types/node to ^20.17.6 [#5127](https://github.com/knapsack-labs/app-monorepo/pull/5127) ([@renovate[bot]](https://github.com/renovate[bot]))
|
101
|
+
|
102
|
+
#### Authors: 3
|
103
|
+
|
104
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
105
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
106
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
107
|
+
|
108
|
+
---
|
109
|
+
|
110
|
+
# v4.71.5 (Tue Nov 05 2024)
|
111
|
+
|
112
|
+
#### 🐛 Bug Fix
|
113
|
+
|
114
|
+
- Merge branch 'latest' into feature/ksp-5668-handle-figma-blocks-when-updating-design-source-file ([@GormanDesign](https://github.com/GormanDesign))
|
115
|
+
|
116
|
+
#### 🏠 Internal
|
117
|
+
|
118
|
+
- Update dependency @types/node to ^20.17.5 [#5086](https://github.com/knapsack-labs/app-monorepo/pull/5086) ([@renovate[bot]](https://github.com/renovate[bot]))
|
119
|
+
- Update dependency @react-aria/visually-hidden to ^3.8.17 [#5078](https://github.com/knapsack-labs/app-monorepo/pull/5078) ([@renovate[bot]](https://github.com/renovate[bot]))
|
120
|
+
- Update dependency @types/node to ^20.17.4 [#5080](https://github.com/knapsack-labs/app-monorepo/pull/5080) ([@renovate[bot]](https://github.com/renovate[bot]))
|
121
|
+
- Update dependency @types/node to ^20.17.3 [#5046](https://github.com/knapsack-labs/app-monorepo/pull/5046) ([@renovate[bot]](https://github.com/renovate[bot]))
|
122
|
+
|
123
|
+
#### Authors: 2
|
124
|
+
|
125
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
126
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
127
|
+
|
128
|
+
---
|
129
|
+
|
130
|
+
# v4.71.4 (Tue Oct 29 2024)
|
131
|
+
|
132
|
+
#### 🏠 Internal
|
133
|
+
|
134
|
+
- Update dependency @types/node to ^20.17.2 [#5020](https://github.com/knapsack-labs/app-monorepo/pull/5020) ([@renovate[bot]](https://github.com/renovate[bot]))
|
135
|
+
|
136
|
+
#### Authors: 1
|
137
|
+
|
138
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
139
|
+
|
140
|
+
---
|
141
|
+
|
1
142
|
# v4.71.1 (Wed Oct 23 2024)
|
2
143
|
|
3
144
|
#### 🐛 Bug Fix
|
package/dist/design-tokens.cjs
CHANGED
@@ -116,6 +116,9 @@ module.exports = {
|
|
116
116
|
collectionsThemeTextSubtleBasisLight: '#6E7A82',
|
117
117
|
colorNeutral800: '#191335',
|
118
118
|
colorBlack: '#191335',
|
119
|
+
colorError: '#ff5c46',
|
120
|
+
colorSuccess: '#6bc313',
|
121
|
+
colorWarning: '#fab120',
|
119
122
|
colorWhite: '#ffffff',
|
120
123
|
colorNeutral100: '#FAFAFB',
|
121
124
|
colorNeutral200: '#F6F6F7',
|
@@ -99,6 +99,9 @@
|
|
99
99
|
--collections-theme-text-subtle-basis-dark: #bec3d3;
|
100
100
|
--collections-theme-text-subtle-basis-light: #6e7a82;
|
101
101
|
--color-black: var(--color-neutral-800);
|
102
|
+
--color-error: #ff5c46;
|
103
|
+
--color-success: #6bc313;
|
104
|
+
--color-warning: #fab120;
|
102
105
|
--color-white: #ffffff;
|
103
106
|
--color-neutral-100: #fafafb;
|
104
107
|
--color-neutral-200: #f6f6f7;
|
package/dist/design-tokens.css
CHANGED
@@ -99,6 +99,9 @@
|
|
99
99
|
--collections-theme-text-subtle-basis-dark: #bec3d3;
|
100
100
|
--collections-theme-text-subtle-basis-light: #6e7a82;
|
101
101
|
--color-black: var(--color-neutral-800);
|
102
|
+
--color-error: #ff5c46;
|
103
|
+
--color-success: #6bc313;
|
104
|
+
--color-warning: #fab120;
|
102
105
|
--color-white: #ffffff;
|
103
106
|
--color-neutral-100: #fafafb;
|
104
107
|
--color-neutral-200: #f6f6f7;
|
@@ -99,6 +99,9 @@
|
|
99
99
|
--collections-theme-text-subtle-basis-dark: #bec3d3;
|
100
100
|
--collections-theme-text-subtle-basis-light: #6e7a82;
|
101
101
|
--color-black: var(--color-neutral-800);
|
102
|
+
--color-error: #ff5c46;
|
103
|
+
--color-success: #6bc313;
|
104
|
+
--color-warning: #fab120;
|
102
105
|
--color-white: #ffffff;
|
103
106
|
--color-neutral-100: #fafafb;
|
104
107
|
--color-neutral-200: #f6f6f7;
|
package/dist/design-tokens.d.cts
CHANGED
@@ -115,6 +115,9 @@ export declare const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export declare const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export declare const colorNeutral800 = '#191335';
|
117
117
|
export declare const colorBlack = '#191335';
|
118
|
+
export declare const colorError = '#ff5c46';
|
119
|
+
export declare const colorSuccess = '#6bc313';
|
120
|
+
export declare const colorWarning = '#fab120';
|
118
121
|
export declare const colorWhite = '#ffffff';
|
119
122
|
export declare const colorNeutral100 = '#FAFAFB';
|
120
123
|
export declare const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.d.mts
CHANGED
@@ -115,6 +115,9 @@ export declare const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export declare const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export declare const colorNeutral800 = '#191335';
|
117
117
|
export declare const colorBlack = '#191335';
|
118
|
+
export declare const colorError = '#ff5c46';
|
119
|
+
export declare const colorSuccess = '#6bc313';
|
120
|
+
export declare const colorWarning = '#fab120';
|
118
121
|
export declare const colorWhite = '#ffffff';
|
119
122
|
export declare const colorNeutral100 = '#FAFAFB';
|
120
123
|
export declare const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.d.ts
CHANGED
@@ -115,6 +115,9 @@ export declare const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export declare const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export declare const colorNeutral800 = '#191335';
|
117
117
|
export declare const colorBlack = '#191335';
|
118
|
+
export declare const colorError = '#ff5c46';
|
119
|
+
export declare const colorSuccess = '#6bc313';
|
120
|
+
export declare const colorWarning = '#fab120';
|
118
121
|
export declare const colorWhite = '#ffffff';
|
119
122
|
export declare const colorNeutral100 = '#FAFAFB';
|
120
123
|
export declare const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.js
CHANGED
@@ -115,6 +115,9 @@ export const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export const colorNeutral800 = '#191335';
|
117
117
|
export const colorBlack = '#191335';
|
118
|
+
export const colorError = '#ff5c46';
|
119
|
+
export const colorSuccess = '#6bc313';
|
120
|
+
export const colorWarning = '#fab120';
|
118
121
|
export const colorWhite = '#ffffff';
|
119
122
|
export const colorNeutral100 = '#FAFAFB';
|
120
123
|
export const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.json
CHANGED
@@ -93,6 +93,9 @@
|
|
93
93
|
"collectionsThemeTextSubtleBasisDark": "#BEC3D3",
|
94
94
|
"collectionsThemeTextSubtleBasisLight": "#6E7A82",
|
95
95
|
"colorBlack": "#191335",
|
96
|
+
"colorError": "#ff5c46",
|
97
|
+
"colorSuccess": "#6bc313",
|
98
|
+
"colorWarning": "#fab120",
|
96
99
|
"colorWhite": "#ffffff",
|
97
100
|
"colorNeutral100": "#FAFAFB",
|
98
101
|
"colorNeutral200": "#F6F6F7",
|
package/dist/design-tokens.less
CHANGED
@@ -111,6 +111,9 @@
|
|
111
111
|
@collections-theme-text-subtle-basis-light: #6e7a82;
|
112
112
|
@color-neutral-800: #191335;
|
113
113
|
@color-black: @color-neutral-800;
|
114
|
+
@color-error: #ff5c46;
|
115
|
+
@color-success: #6bc313;
|
116
|
+
@color-warning: #fab120;
|
114
117
|
@color-white: #ffffff;
|
115
118
|
@color-neutral-100: #fafafb;
|
116
119
|
@color-neutral-200: #f6f6f7;
|
package/dist/design-tokens.mjs
CHANGED
@@ -115,6 +115,9 @@ export const collectionsThemeTextSubtleBasisDark = '#BEC3D3';
|
|
115
115
|
export const collectionsThemeTextSubtleBasisLight = '#6E7A82';
|
116
116
|
export const colorNeutral800 = '#191335';
|
117
117
|
export const colorBlack = '#191335';
|
118
|
+
export const colorError = '#ff5c46';
|
119
|
+
export const colorSuccess = '#6bc313';
|
120
|
+
export const colorWarning = '#fab120';
|
118
121
|
export const colorWhite = '#ffffff';
|
119
122
|
export const colorNeutral100 = '#FAFAFB';
|
120
123
|
export const colorNeutral200 = '#F6F6F7';
|
package/dist/design-tokens.scss
CHANGED
@@ -111,6 +111,9 @@ $collections-theme-text-subtle-basis-dark: #bec3d3;
|
|
111
111
|
$collections-theme-text-subtle-basis-light: #6e7a82;
|
112
112
|
$color-neutral-800: #191335;
|
113
113
|
$color-black: $color-neutral-800;
|
114
|
+
$color-error: #ff5c46;
|
115
|
+
$color-success: #6bc313;
|
116
|
+
$color-warning: #fab120;
|
114
117
|
$color-white: #ffffff;
|
115
118
|
$color-neutral-100: #fafafb;
|
116
119
|
$color-neutral-200: #f6f6f7;
|
@@ -352,6 +355,9 @@ $tokens: (
|
|
352
355
|
),
|
353
356
|
'color': (
|
354
357
|
'black': $color-black,
|
358
|
+
'error': $color-error,
|
359
|
+
'success': $color-success,
|
360
|
+
'warning': $color-warning,
|
355
361
|
'white': $color-white,
|
356
362
|
'neutral': (
|
357
363
|
'100': $color-neutral-100,
|
@@ -227,6 +227,18 @@
|
|
227
227
|
"white": {
|
228
228
|
"value": "{color.white.value}"
|
229
229
|
}
|
230
|
+
},
|
231
|
+
"warning": {
|
232
|
+
"value": "#fab120",
|
233
|
+
"$type": "color"
|
234
|
+
},
|
235
|
+
"error": {
|
236
|
+
"value": "#ff5c46",
|
237
|
+
"$type": "color"
|
238
|
+
},
|
239
|
+
"success": {
|
240
|
+
"value": "#6bc313",
|
241
|
+
"$type": "color"
|
230
242
|
}
|
231
243
|
},
|
232
244
|
"cypress": {
|
@@ -224,6 +224,18 @@
|
|
224
224
|
"white": {
|
225
225
|
"$value": "{color.white}"
|
226
226
|
}
|
227
|
+
},
|
228
|
+
"warning": {
|
229
|
+
"$value": "#fab120",
|
230
|
+
"$type": "color"
|
231
|
+
},
|
232
|
+
"error": {
|
233
|
+
"$value": "#ff5c46",
|
234
|
+
"$type": "color"
|
235
|
+
},
|
236
|
+
"success": {
|
237
|
+
"$value": "#6bc313",
|
238
|
+
"$type": "color"
|
227
239
|
}
|
228
240
|
},
|
229
241
|
"cypress": {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/sandbox-tokens",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.72.0--canary.
|
4
|
+
"version": "4.72.0--canary.5313.31d559e.0",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
7
7
|
".": {
|
@@ -21,11 +21,11 @@
|
|
21
21
|
"test": "tsc"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@knapsack/app": "4.72.0--canary.
|
24
|
+
"@knapsack/app": "4.72.0--canary.5313.31d559e.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@knapsack/typescript-config-starter": "4.72.0--canary.
|
28
|
-
"@types/node": "^20.
|
27
|
+
"@knapsack/typescript-config-starter": "4.72.0--canary.5313.31d559e.0",
|
28
|
+
"@types/node": "^20.17.8",
|
29
29
|
"typescript": "^5.6.3"
|
30
30
|
},
|
31
31
|
"license": "GPL-2.0-or-later",
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"directory": "apps/ui/libs/sandbox-tokens",
|
38
38
|
"type": "git"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "31d559ecb396c0d66f822f42bd0256c931ad6d4c"
|
41
41
|
}
|
@@ -224,6 +224,18 @@
|
|
224
224
|
"white": {
|
225
225
|
"$value": "{color.white}"
|
226
226
|
}
|
227
|
+
},
|
228
|
+
"warning": {
|
229
|
+
"$value": "#fab120",
|
230
|
+
"$type": "color"
|
231
|
+
},
|
232
|
+
"error": {
|
233
|
+
"$value": "#ff5c46",
|
234
|
+
"$type": "color"
|
235
|
+
},
|
236
|
+
"success": {
|
237
|
+
"$value": "#6bc313",
|
238
|
+
"$type": "color"
|
227
239
|
}
|
228
240
|
},
|
229
241
|
"cypress": {
|
package/.temp/db.yml
DELETED
package/.temp/knapsack.navs.yml
DELETED
@@ -1,35 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"statusSets": [
|
3
|
-
{
|
4
|
-
"id": "main",
|
5
|
-
"title": "Status",
|
6
|
-
"statuses": [
|
7
|
-
{
|
8
|
-
"id": "draft",
|
9
|
-
"title": "Draft",
|
10
|
-
"color": "#9b9b9b"
|
11
|
-
},
|
12
|
-
{
|
13
|
-
"id": "needsDesign",
|
14
|
-
"title": "Needs Design",
|
15
|
-
"color": "#FC0"
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"id": "needsDev",
|
19
|
-
"title": "Needs Development",
|
20
|
-
"color": "#FC0"
|
21
|
-
},
|
22
|
-
{
|
23
|
-
"id": "needsReview",
|
24
|
-
"title": "Needs Review",
|
25
|
-
"color": "#FC0"
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"id": "ready",
|
29
|
-
"title": "Ready",
|
30
|
-
"color": "#2ECC40"
|
31
|
-
}
|
32
|
-
]
|
33
|
-
}
|
34
|
-
]
|
35
|
-
}
|