@sproutsocial/seeds-theme 0.1.0
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/README.md +259 -0
- package/dist/css-tokens.json +134 -0
- package/dist/legacy-dark.css +437 -0
- package/dist/legacy-light.css +437 -0
- package/dist/legacy.css +659 -0
- package/dist/schema.json +11798 -0
- package/dist/shadcn-dark.css +2 -0
- package/dist/shadcn-light.css +2 -0
- package/dist/shadcn.css +2 -0
- package/dist/shadcn.registry.json +77 -0
- package/dist/source/shadcn-dark.tokens.json +169 -0
- package/dist/source/shadcn-light.tokens.json +169 -0
- package/dist/source/theme-dark.tokens.json +1945 -0
- package/dist/source/theme-light.tokens.json +1945 -0
- package/dist/styled-components/index.cjs +1648 -0
- package/dist/styled-components/index.d.ts +3654 -0
- package/dist/styled-components/index.js +1641 -0
- package/dist/styled-components/index.ts +5285 -0
- package/dist/tailwind.css +40 -0
- package/dist/theme-dark.css +388 -0
- package/dist/theme-dark.d.ts +420 -0
- package/dist/theme-dark.js +401 -0
- package/dist/theme-dark.json +712 -0
- package/dist/theme-light.css +388 -0
- package/dist/theme-light.d.ts +420 -0
- package/dist/theme-light.js +400 -0
- package/dist/theme-light.json +712 -0
- package/dist/theme.css +611 -0
- package/mode-authoring.md +54 -0
- package/package.json +96 -0
- package/src/cli.js +42 -0
- package/src/compiler.d.ts +9 -0
- package/src/compiler.js +533 -0
- package/src/config.d.ts +39 -0
- package/src/config.js +280 -0
- package/src/contract.js +351 -0
- package/src/extension-schema.js +88 -0
- package/src/extension.d.ts +18 -0
- package/src/extension.js +81 -0
- package/src/index.d.ts +90 -0
- package/src/index.js +9 -0
- package/src/primitives.js +98 -0
package/dist/shadcn.css
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
3
|
+
"name": "seeds",
|
|
4
|
+
"type": "registry:theme",
|
|
5
|
+
"cssVars": {
|
|
6
|
+
"light": {
|
|
7
|
+
"background": "#f3f4f4",
|
|
8
|
+
"foreground": "#364141",
|
|
9
|
+
"card": "#FFFFFF",
|
|
10
|
+
"card-foreground": "#273333",
|
|
11
|
+
"popover": "#FFFFFF",
|
|
12
|
+
"popover-foreground": "#364141",
|
|
13
|
+
"primary": "#205bc3",
|
|
14
|
+
"primary-foreground": "#FFFFFF",
|
|
15
|
+
"secondary": "#dee1e1",
|
|
16
|
+
"secondary-foreground": "#364141",
|
|
17
|
+
"muted": "#f3f4f4",
|
|
18
|
+
"muted-foreground": "#515e5f",
|
|
19
|
+
"accent": "#f3f4f4",
|
|
20
|
+
"accent-foreground": "#364141",
|
|
21
|
+
"destructive": "#c63434",
|
|
22
|
+
"destructive-foreground": "#FFFFFF",
|
|
23
|
+
"border": "#dee1e1",
|
|
24
|
+
"input": "#6e797a",
|
|
25
|
+
"ring": "#364141",
|
|
26
|
+
"radius": "6px",
|
|
27
|
+
"sidebar": "#273333",
|
|
28
|
+
"sidebar-foreground": "#FFFFFF",
|
|
29
|
+
"sidebar-primary": "#515e5f",
|
|
30
|
+
"sidebar-primary-foreground": "#FFFFFF",
|
|
31
|
+
"sidebar-accent": "#162020",
|
|
32
|
+
"sidebar-accent-foreground": "#FFFFFF",
|
|
33
|
+
"sidebar-border": "#162020",
|
|
34
|
+
"sidebar-ring": "#364141",
|
|
35
|
+
"chart-1": "#08c4b2",
|
|
36
|
+
"chart-2": "#6f5ed3",
|
|
37
|
+
"chart-3": "#ce3665",
|
|
38
|
+
"chart-4": "#ffcd1c",
|
|
39
|
+
"chart-5": "#3876e3"
|
|
40
|
+
},
|
|
41
|
+
"dark": {
|
|
42
|
+
"background": "#162020",
|
|
43
|
+
"foreground": "#f3f4f4",
|
|
44
|
+
"card": "#273333",
|
|
45
|
+
"card-foreground": "#FFFFFF",
|
|
46
|
+
"popover": "#273333",
|
|
47
|
+
"popover-foreground": "#f3f4f4",
|
|
48
|
+
"primary": "#679eff",
|
|
49
|
+
"primary-foreground": "#273333",
|
|
50
|
+
"secondary": "#040404",
|
|
51
|
+
"secondary-foreground": "#f3f4f4",
|
|
52
|
+
"muted": "#162020",
|
|
53
|
+
"muted-foreground": "#dee1e1",
|
|
54
|
+
"accent": "#364141",
|
|
55
|
+
"accent-foreground": "#f3f4f4",
|
|
56
|
+
"destructive": "#ff7f6e",
|
|
57
|
+
"destructive-foreground": "#273333",
|
|
58
|
+
"border": "#040404",
|
|
59
|
+
"input": "#929a9b",
|
|
60
|
+
"ring": "#FFFFFF",
|
|
61
|
+
"radius": "6px",
|
|
62
|
+
"sidebar": "#162020",
|
|
63
|
+
"sidebar-foreground": "#FFFFFF",
|
|
64
|
+
"sidebar-primary": "#515e5f",
|
|
65
|
+
"sidebar-primary-foreground": "#FFFFFF",
|
|
66
|
+
"sidebar-accent": "#040404",
|
|
67
|
+
"sidebar-accent-foreground": "#FFFFFF",
|
|
68
|
+
"sidebar-border": "#040404",
|
|
69
|
+
"sidebar-ring": "#FFFFFF",
|
|
70
|
+
"chart-1": "#24e0c5",
|
|
71
|
+
"chart-2": "#a193f2",
|
|
72
|
+
"chart-3": "#ff76ae",
|
|
73
|
+
"chart-4": "#ffcd1c",
|
|
74
|
+
"chart-5": "#679eff"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"css": {
|
|
3
|
+
"background": {
|
|
4
|
+
"$type": "color",
|
|
5
|
+
"$value": "{colors.app.background.base}",
|
|
6
|
+
"$description": "Background CSS alias for colors.app.background.base."
|
|
7
|
+
},
|
|
8
|
+
"foreground": {
|
|
9
|
+
"$type": "color",
|
|
10
|
+
"$value": "{colors.text.body}",
|
|
11
|
+
"$description": "Foreground CSS alias for colors.text.body."
|
|
12
|
+
},
|
|
13
|
+
"card": {
|
|
14
|
+
"$type": "color",
|
|
15
|
+
"$value": "{colors.container.background.base}",
|
|
16
|
+
"$description": "Card CSS alias for colors.container.background.base."
|
|
17
|
+
},
|
|
18
|
+
"card-foreground": {
|
|
19
|
+
"$type": "color",
|
|
20
|
+
"$value": "{colors.text.headline}",
|
|
21
|
+
"$description": "Card foreground CSS alias for colors.text.headline."
|
|
22
|
+
},
|
|
23
|
+
"popover": {
|
|
24
|
+
"$type": "color",
|
|
25
|
+
"$value": "{colors.container.background.base}",
|
|
26
|
+
"$description": "Popover CSS alias for colors.container.background.base."
|
|
27
|
+
},
|
|
28
|
+
"popover-foreground": {
|
|
29
|
+
"$type": "color",
|
|
30
|
+
"$value": "{colors.text.body}",
|
|
31
|
+
"$description": "Popover foreground CSS alias for colors.text.body."
|
|
32
|
+
},
|
|
33
|
+
"primary": {
|
|
34
|
+
"$type": "color",
|
|
35
|
+
"$value": "{colors.button.primary.background.base}",
|
|
36
|
+
"$description": "Primary CSS alias for colors.button.primary.background.base."
|
|
37
|
+
},
|
|
38
|
+
"primary-foreground": {
|
|
39
|
+
"$type": "color",
|
|
40
|
+
"$value": "{colors.button.primary.text.base}",
|
|
41
|
+
"$description": "Primary foreground CSS alias for colors.button.primary.text.base."
|
|
42
|
+
},
|
|
43
|
+
"secondary": {
|
|
44
|
+
"$type": "color",
|
|
45
|
+
"$value": "{colors.container.border.base}",
|
|
46
|
+
"$description": "Secondary CSS alias for colors.container.border.base."
|
|
47
|
+
},
|
|
48
|
+
"secondary-foreground": {
|
|
49
|
+
"$type": "color",
|
|
50
|
+
"$value": "{colors.text.body}",
|
|
51
|
+
"$description": "Secondary foreground CSS alias for colors.text.body."
|
|
52
|
+
},
|
|
53
|
+
"muted": {
|
|
54
|
+
"$type": "color",
|
|
55
|
+
"$value": "{colors.container.background.decorative.neutral}",
|
|
56
|
+
"$description": "Muted CSS alias for colors.container.background.decorative.neutral."
|
|
57
|
+
},
|
|
58
|
+
"muted-foreground": {
|
|
59
|
+
"$type": "color",
|
|
60
|
+
"$value": "{colors.text.subtext}",
|
|
61
|
+
"$description": "Muted foreground CSS alias for colors.text.subtext."
|
|
62
|
+
},
|
|
63
|
+
"accent": {
|
|
64
|
+
"$type": "color",
|
|
65
|
+
"$value": "{colors.listItem.background.hover}",
|
|
66
|
+
"$description": "Accent CSS alias for colors.listItem.background.hover."
|
|
67
|
+
},
|
|
68
|
+
"accent-foreground": {
|
|
69
|
+
"$type": "color",
|
|
70
|
+
"$value": "{colors.text.body}",
|
|
71
|
+
"$description": "Accent foreground CSS alias for colors.text.body."
|
|
72
|
+
},
|
|
73
|
+
"destructive": {
|
|
74
|
+
"$type": "color",
|
|
75
|
+
"$value": "{colors.button.destructive.background.base}",
|
|
76
|
+
"$description": "Destructive CSS alias for colors.button.destructive.background.base."
|
|
77
|
+
},
|
|
78
|
+
"destructive-foreground": {
|
|
79
|
+
"$type": "color",
|
|
80
|
+
"$value": "{colors.button.destructive.text.base}",
|
|
81
|
+
"$description": "Destructive foreground CSS alias for colors.button.destructive.text.base."
|
|
82
|
+
},
|
|
83
|
+
"border": {
|
|
84
|
+
"$type": "color",
|
|
85
|
+
"$value": "{colors.container.border.base}",
|
|
86
|
+
"$description": "Border CSS alias for colors.container.border.base."
|
|
87
|
+
},
|
|
88
|
+
"input": {
|
|
89
|
+
"$type": "color",
|
|
90
|
+
"$value": "{colors.form.border.base}",
|
|
91
|
+
"$description": "Input CSS alias for colors.form.border.base."
|
|
92
|
+
},
|
|
93
|
+
"ring": {
|
|
94
|
+
"$type": "color",
|
|
95
|
+
"$value": "{colors.form.border.selected}",
|
|
96
|
+
"$description": "Ring CSS alias for colors.form.border.selected."
|
|
97
|
+
},
|
|
98
|
+
"radius": {
|
|
99
|
+
"$type": "dimension",
|
|
100
|
+
"$value": "{radii.inner}",
|
|
101
|
+
"$description": "Radius CSS alias for radii.inner."
|
|
102
|
+
},
|
|
103
|
+
"sidebar": {
|
|
104
|
+
"$type": "color",
|
|
105
|
+
"$value": "{colors.navigation.main.background.base}",
|
|
106
|
+
"$description": "Sidebar CSS alias for colors.navigation.main.background.base."
|
|
107
|
+
},
|
|
108
|
+
"sidebar-foreground": {
|
|
109
|
+
"$type": "color",
|
|
110
|
+
"$value": "{colors.navigation.text.base}",
|
|
111
|
+
"$description": "Sidebar foreground CSS alias for colors.navigation.text.base."
|
|
112
|
+
},
|
|
113
|
+
"sidebar-primary": {
|
|
114
|
+
"$type": "color",
|
|
115
|
+
"$value": "{colors.navigation.listItem.background.selected}",
|
|
116
|
+
"$description": "Sidebar primary CSS alias for colors.navigation.listItem.background.selected."
|
|
117
|
+
},
|
|
118
|
+
"sidebar-primary-foreground": {
|
|
119
|
+
"$type": "color",
|
|
120
|
+
"$value": "{colors.navigation.text.base}",
|
|
121
|
+
"$description": "Sidebar primary foreground CSS alias for colors.navigation.text.base."
|
|
122
|
+
},
|
|
123
|
+
"sidebar-accent": {
|
|
124
|
+
"$type": "color",
|
|
125
|
+
"$value": "{colors.navigation.listItem.background.hover}",
|
|
126
|
+
"$description": "Sidebar accent CSS alias for colors.navigation.listItem.background.hover."
|
|
127
|
+
},
|
|
128
|
+
"sidebar-accent-foreground": {
|
|
129
|
+
"$type": "color",
|
|
130
|
+
"$value": "{colors.navigation.text.hover}",
|
|
131
|
+
"$description": "Sidebar accent foreground CSS alias for colors.navigation.text.hover."
|
|
132
|
+
},
|
|
133
|
+
"sidebar-border": {
|
|
134
|
+
"$type": "color",
|
|
135
|
+
"$value": "{colors.navigation.main.border.base}",
|
|
136
|
+
"$description": "Sidebar border CSS alias for colors.navigation.main.border.base."
|
|
137
|
+
},
|
|
138
|
+
"sidebar-ring": {
|
|
139
|
+
"$type": "color",
|
|
140
|
+
"$value": "{colors.form.border.selected}",
|
|
141
|
+
"$description": "Sidebar ring CSS alias for colors.form.border.selected."
|
|
142
|
+
},
|
|
143
|
+
"chart-1": {
|
|
144
|
+
"$type": "color",
|
|
145
|
+
"$value": "{colors.dataviz.map.1}",
|
|
146
|
+
"$description": "Chart 1 CSS alias for colors.dataviz.map.1."
|
|
147
|
+
},
|
|
148
|
+
"chart-2": {
|
|
149
|
+
"$type": "color",
|
|
150
|
+
"$value": "{colors.dataviz.map.2}",
|
|
151
|
+
"$description": "Chart 2 CSS alias for colors.dataviz.map.2."
|
|
152
|
+
},
|
|
153
|
+
"chart-3": {
|
|
154
|
+
"$type": "color",
|
|
155
|
+
"$value": "{colors.dataviz.map.3}",
|
|
156
|
+
"$description": "Chart 3 CSS alias for colors.dataviz.map.3."
|
|
157
|
+
},
|
|
158
|
+
"chart-4": {
|
|
159
|
+
"$type": "color",
|
|
160
|
+
"$value": "{colors.dataviz.map.4}",
|
|
161
|
+
"$description": "Chart 4 CSS alias for colors.dataviz.map.4."
|
|
162
|
+
},
|
|
163
|
+
"chart-5": {
|
|
164
|
+
"$type": "color",
|
|
165
|
+
"$value": "{colors.dataviz.map.5}",
|
|
166
|
+
"$description": "Chart 5 CSS alias for colors.dataviz.map.5."
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"css": {
|
|
3
|
+
"background": {
|
|
4
|
+
"$type": "color",
|
|
5
|
+
"$value": "{colors.app.background.base}",
|
|
6
|
+
"$description": "Background CSS alias for colors.app.background.base."
|
|
7
|
+
},
|
|
8
|
+
"foreground": {
|
|
9
|
+
"$type": "color",
|
|
10
|
+
"$value": "{colors.text.body}",
|
|
11
|
+
"$description": "Foreground CSS alias for colors.text.body."
|
|
12
|
+
},
|
|
13
|
+
"card": {
|
|
14
|
+
"$type": "color",
|
|
15
|
+
"$value": "{colors.container.background.base}",
|
|
16
|
+
"$description": "Card CSS alias for colors.container.background.base."
|
|
17
|
+
},
|
|
18
|
+
"card-foreground": {
|
|
19
|
+
"$type": "color",
|
|
20
|
+
"$value": "{colors.text.headline}",
|
|
21
|
+
"$description": "Card foreground CSS alias for colors.text.headline."
|
|
22
|
+
},
|
|
23
|
+
"popover": {
|
|
24
|
+
"$type": "color",
|
|
25
|
+
"$value": "{colors.container.background.base}",
|
|
26
|
+
"$description": "Popover CSS alias for colors.container.background.base."
|
|
27
|
+
},
|
|
28
|
+
"popover-foreground": {
|
|
29
|
+
"$type": "color",
|
|
30
|
+
"$value": "{colors.text.body}",
|
|
31
|
+
"$description": "Popover foreground CSS alias for colors.text.body."
|
|
32
|
+
},
|
|
33
|
+
"primary": {
|
|
34
|
+
"$type": "color",
|
|
35
|
+
"$value": "{colors.button.primary.background.base}",
|
|
36
|
+
"$description": "Primary CSS alias for colors.button.primary.background.base."
|
|
37
|
+
},
|
|
38
|
+
"primary-foreground": {
|
|
39
|
+
"$type": "color",
|
|
40
|
+
"$value": "{colors.button.primary.text.base}",
|
|
41
|
+
"$description": "Primary foreground CSS alias for colors.button.primary.text.base."
|
|
42
|
+
},
|
|
43
|
+
"secondary": {
|
|
44
|
+
"$type": "color",
|
|
45
|
+
"$value": "{colors.container.border.base}",
|
|
46
|
+
"$description": "Secondary CSS alias for colors.container.border.base."
|
|
47
|
+
},
|
|
48
|
+
"secondary-foreground": {
|
|
49
|
+
"$type": "color",
|
|
50
|
+
"$value": "{colors.text.body}",
|
|
51
|
+
"$description": "Secondary foreground CSS alias for colors.text.body."
|
|
52
|
+
},
|
|
53
|
+
"muted": {
|
|
54
|
+
"$type": "color",
|
|
55
|
+
"$value": "{colors.container.background.decorative.neutral}",
|
|
56
|
+
"$description": "Muted CSS alias for colors.container.background.decorative.neutral."
|
|
57
|
+
},
|
|
58
|
+
"muted-foreground": {
|
|
59
|
+
"$type": "color",
|
|
60
|
+
"$value": "{colors.text.subtext}",
|
|
61
|
+
"$description": "Muted foreground CSS alias for colors.text.subtext."
|
|
62
|
+
},
|
|
63
|
+
"accent": {
|
|
64
|
+
"$type": "color",
|
|
65
|
+
"$value": "{colors.listItem.background.hover}",
|
|
66
|
+
"$description": "Accent CSS alias for colors.listItem.background.hover."
|
|
67
|
+
},
|
|
68
|
+
"accent-foreground": {
|
|
69
|
+
"$type": "color",
|
|
70
|
+
"$value": "{colors.text.body}",
|
|
71
|
+
"$description": "Accent foreground CSS alias for colors.text.body."
|
|
72
|
+
},
|
|
73
|
+
"destructive": {
|
|
74
|
+
"$type": "color",
|
|
75
|
+
"$value": "{colors.button.destructive.background.base}",
|
|
76
|
+
"$description": "Destructive CSS alias for colors.button.destructive.background.base."
|
|
77
|
+
},
|
|
78
|
+
"destructive-foreground": {
|
|
79
|
+
"$type": "color",
|
|
80
|
+
"$value": "{colors.button.destructive.text.base}",
|
|
81
|
+
"$description": "Destructive foreground CSS alias for colors.button.destructive.text.base."
|
|
82
|
+
},
|
|
83
|
+
"border": {
|
|
84
|
+
"$type": "color",
|
|
85
|
+
"$value": "{colors.container.border.base}",
|
|
86
|
+
"$description": "Border CSS alias for colors.container.border.base."
|
|
87
|
+
},
|
|
88
|
+
"input": {
|
|
89
|
+
"$type": "color",
|
|
90
|
+
"$value": "{colors.form.border.base}",
|
|
91
|
+
"$description": "Input CSS alias for colors.form.border.base."
|
|
92
|
+
},
|
|
93
|
+
"ring": {
|
|
94
|
+
"$type": "color",
|
|
95
|
+
"$value": "{colors.form.border.selected}",
|
|
96
|
+
"$description": "Ring CSS alias for colors.form.border.selected."
|
|
97
|
+
},
|
|
98
|
+
"radius": {
|
|
99
|
+
"$type": "dimension",
|
|
100
|
+
"$value": "{radii.inner}",
|
|
101
|
+
"$description": "Radius CSS alias for radii.inner."
|
|
102
|
+
},
|
|
103
|
+
"sidebar": {
|
|
104
|
+
"$type": "color",
|
|
105
|
+
"$value": "{colors.navigation.main.background.base}",
|
|
106
|
+
"$description": "Sidebar CSS alias for colors.navigation.main.background.base."
|
|
107
|
+
},
|
|
108
|
+
"sidebar-foreground": {
|
|
109
|
+
"$type": "color",
|
|
110
|
+
"$value": "{colors.navigation.text.base}",
|
|
111
|
+
"$description": "Sidebar foreground CSS alias for colors.navigation.text.base."
|
|
112
|
+
},
|
|
113
|
+
"sidebar-primary": {
|
|
114
|
+
"$type": "color",
|
|
115
|
+
"$value": "{colors.navigation.listItem.background.selected}",
|
|
116
|
+
"$description": "Sidebar primary CSS alias for colors.navigation.listItem.background.selected."
|
|
117
|
+
},
|
|
118
|
+
"sidebar-primary-foreground": {
|
|
119
|
+
"$type": "color",
|
|
120
|
+
"$value": "{colors.navigation.text.base}",
|
|
121
|
+
"$description": "Sidebar primary foreground CSS alias for colors.navigation.text.base."
|
|
122
|
+
},
|
|
123
|
+
"sidebar-accent": {
|
|
124
|
+
"$type": "color",
|
|
125
|
+
"$value": "{colors.navigation.listItem.background.hover}",
|
|
126
|
+
"$description": "Sidebar accent CSS alias for colors.navigation.listItem.background.hover."
|
|
127
|
+
},
|
|
128
|
+
"sidebar-accent-foreground": {
|
|
129
|
+
"$type": "color",
|
|
130
|
+
"$value": "{colors.navigation.text.hover}",
|
|
131
|
+
"$description": "Sidebar accent foreground CSS alias for colors.navigation.text.hover."
|
|
132
|
+
},
|
|
133
|
+
"sidebar-border": {
|
|
134
|
+
"$type": "color",
|
|
135
|
+
"$value": "{colors.navigation.main.border.base}",
|
|
136
|
+
"$description": "Sidebar border CSS alias for colors.navigation.main.border.base."
|
|
137
|
+
},
|
|
138
|
+
"sidebar-ring": {
|
|
139
|
+
"$type": "color",
|
|
140
|
+
"$value": "{colors.form.border.selected}",
|
|
141
|
+
"$description": "Sidebar ring CSS alias for colors.form.border.selected."
|
|
142
|
+
},
|
|
143
|
+
"chart-1": {
|
|
144
|
+
"$type": "color",
|
|
145
|
+
"$value": "{colors.dataviz.map.1}",
|
|
146
|
+
"$description": "Chart 1 CSS alias for colors.dataviz.map.1."
|
|
147
|
+
},
|
|
148
|
+
"chart-2": {
|
|
149
|
+
"$type": "color",
|
|
150
|
+
"$value": "{colors.dataviz.map.2}",
|
|
151
|
+
"$description": "Chart 2 CSS alias for colors.dataviz.map.2."
|
|
152
|
+
},
|
|
153
|
+
"chart-3": {
|
|
154
|
+
"$type": "color",
|
|
155
|
+
"$value": "{colors.dataviz.map.3}",
|
|
156
|
+
"$description": "Chart 3 CSS alias for colors.dataviz.map.3."
|
|
157
|
+
},
|
|
158
|
+
"chart-4": {
|
|
159
|
+
"$type": "color",
|
|
160
|
+
"$value": "{colors.dataviz.map.4}",
|
|
161
|
+
"$description": "Chart 4 CSS alias for colors.dataviz.map.4."
|
|
162
|
+
},
|
|
163
|
+
"chart-5": {
|
|
164
|
+
"$type": "color",
|
|
165
|
+
"$value": "{colors.dataviz.map.5}",
|
|
166
|
+
"$description": "Chart 5 CSS alias for colors.dataviz.map.5."
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|