@sproutsocial/seeds-color 1.6.0 → 1.6.2

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/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-color",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "Seeds Color Tokens",
5
5
  "main": "dist/seeds-color.js",
6
6
  "types": "dist/seeds-color.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
7
10
  "repository": {
8
11
  "type": "git",
9
12
  "url": "git+ssh://git@github.com/sproutsocial/seeds-packets.git"
@@ -12,13 +15,12 @@
12
15
  "license": "MIT",
13
16
  "scripts": {
14
17
  "build": "node build.js",
15
- "clean": "rm -rf dist && rm -rf node_modules"
18
+ "clean": "rm -rf .turbo && rm -rf dist && rm -rf node_modules"
16
19
  },
17
20
  "devDependencies": {
18
- "@sproutsocial/seeds-utils": "^1.3.0"
21
+ "@sproutsocial/seeds-utils": "*"
19
22
  },
20
23
  "engines": {
21
24
  "node": "^14.15.0 || >=16.0.0"
22
- },
23
- "gitHead": "4f965ebd4c1f84e18fb858db667c45be7c27b83a"
25
+ }
24
26
  }
package/CHANGELOG.md DELETED
@@ -1,131 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [1.6.0](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-color@1.5.5...@sproutsocial/seeds-color@1.6.0) (2022-09-27)
7
-
8
-
9
- ### Features
10
-
11
- * add typescript support ([24e718a](https://github.com/sproutsocial/seeds-packets/commit/24e718a26955f40b5645ba86600ff8aa8ba941fa))
12
-
13
-
14
-
15
-
16
-
17
- ## [1.5.5](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-color@1.5.4...@sproutsocial/seeds-color@1.5.5) (2022-06-13)
18
-
19
- **Note:** Version bump only for package @sproutsocial/seeds-color
20
-
21
-
22
-
23
-
24
-
25
- ## [1.5.4](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-color@1.5.3...@sproutsocial/seeds-color@1.5.4) (2022-04-28)
26
-
27
- **Note:** Version bump only for package @sproutsocial/seeds-color
28
-
29
-
30
-
31
-
32
-
33
- ## [1.5.3](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-color@1.5.2...@sproutsocial/seeds-color@1.5.3) (2021-05-12)
34
-
35
- **Note:** Version bump only for package @sproutsocial/seeds-color
36
-
37
-
38
-
39
-
40
-
41
- ## [1.5.2](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-color@1.5.1...@sproutsocial/seeds-color@1.5.2) (2021-05-12)
42
-
43
- **Note:** Version bump only for package @sproutsocial/seeds-color
44
-
45
-
46
-
47
-
48
-
49
- ## [1.5.1](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-color@1.5.0...@sproutsocial/seeds-color@1.5.1) (2020-11-13)
50
-
51
- **Note:** Version bump only for package @sproutsocial/seeds-color
52
-
53
-
54
-
55
-
56
-
57
- # [1.5.0](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-color@1.4.3...@sproutsocial/seeds-color@1.5.0) (2020-08-17)
58
-
59
-
60
- ### Features
61
-
62
- * **seeds-networkcolor:** add google business messages color ([#172](https://github.com/sproutsocial/seeds-packets/issues/172)) ([#174](https://github.com/sproutsocial/seeds-packets/issues/174)) ([d89891f](https://github.com/sproutsocial/seeds-packets/commit/d89891f))
63
-
64
-
65
-
66
-
67
-
68
- ## [1.4.3](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-color@1.4.2...@sproutsocial/seeds-color@1.4.3) (2020-03-24)
69
-
70
- **Note:** Version bump only for package @sproutsocial/seeds-color
71
-
72
-
73
-
74
-
75
-
76
- ## [1.4.2](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-color@1.4.1...@sproutsocial/seeds-color@1.4.2) (2019-06-19)
77
-
78
- **Note:** Version bump only for package @sproutsocial/seeds-color
79
-
80
-
81
-
82
-
83
-
84
- ## 1.3.0 (2019-02-14)
85
- ⭐️ **Added:**
86
- - The Sketch palette export now includes color names
87
-
88
- ## 1.2.0 (2018-12-04)
89
- ⭐️ **Added:**
90
- - New colors: our color palettes have been extended to include new lighter colors at value `0` on the scale
91
-
92
- ## 1.1.0 (2018-11-19)
93
- ⭐️ **Added:**
94
- - iOS: we now export directories of `.colorset` files for use in Xcode and on iOS devices.
95
-
96
- ## 1.0.0 (2018-11-13)
97
- Refactored build system to use [Style Dictionary](https://amzn.github.io/style-dictionary).
98
-
99
- 🚨 **Breaking Changes:**
100
- - Values in the Android XML file have gone from `CONSTANT_CASE` to `snake_case` to match what the Android team is currently using
101
- - The deprecated `gray` colors (including `white` and `black`) have been removed. Replace references to `gray` with the corresponding `neutral` token. `white` can be replaced with `Neutral 0` and `black` can be replaced with `Neutral 1000`
102
-
103
- <a name="0.6.0"></a>
104
- # [0.6.0](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-color@0.5.0...@sproutsocial/seeds-color@0.6.0) (2018-07-11)
105
-
106
-
107
- ### Features
108
-
109
- * **seeds-color:** expand and update color values for consistency ([38a9f1a](https://github.com/sproutsocial/seeds/commit/38a9f1a))
110
-
111
-
112
-
113
-
114
- <a name="0.5.0"></a>
115
- # [0.5.0](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-color@0.4.11...@sproutsocial/seeds-color@0.5.0) (2018-07-09)
116
-
117
-
118
- ### Features
119
-
120
- * adds “illegal” aqua colors to Seeds ([f7fd91d](https://github.com/sproutsocial/seeds/commit/f7fd91d))
121
-
122
-
123
-
124
-
125
- <a name="0.4.12"></a>
126
- ## [0.4.12](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-color@0.4.11...@sproutsocial/seeds-color@0.4.12) (2018-05-22)
127
-
128
-
129
-
130
-
131
- **Note:** Version bump only for package @sproutsocial/seeds-color
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2019 Sprout Social
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/build.js DELETED
@@ -1,3 +0,0 @@
1
- const StyleDictionary = require('@sproutsocial/seeds-utils/style-dictionary').extend('./config.json');
2
-
3
- StyleDictionary.buildAllPlatforms();
package/config.json DELETED
@@ -1,87 +0,0 @@
1
- {
2
- "source": ["tokens.json"],
3
- "platforms": {
4
- "web/scss": {
5
- "transformGroup": "scss",
6
- "transforms": ["scss/suit"],
7
- "buildPath": "dist/",
8
- "files": [{
9
- "destination": "seeds-color.scss",
10
- "format": "scss/variables",
11
- "options": { "showFileHeader": false }
12
- }]
13
- },
14
- "web/css": {
15
- "transformGroup": "css",
16
- "buildPath": "dist/",
17
- "files": [{
18
- "destination": "seeds-color.css",
19
- "format": "css/variables",
20
- "options": { "showFileHeader": false }
21
- }]
22
- },
23
- "web/js": {
24
- "transformGroup": "js",
25
- "transforms": ["name/cti/constant"],
26
- "buildPath": "dist/",
27
- "files": [
28
- {
29
- "destination": "seeds-color.js",
30
- "format": "template/js-exports",
31
- "options": { "showFileHeader": false }
32
- }
33
- ]
34
- },
35
- "web/ts": {
36
- "transformGroup": "ts",
37
- "transforms": ["name/cti/constant"],
38
- "buildPath": "dist/",
39
- "files": [
40
- {
41
- "destination": "seeds-color.d.ts",
42
- "format": "template/ts-exports",
43
- "options": { "showFileHeader": false }
44
- }
45
- ]
46
- },
47
- "sketch": {
48
- "transforms": ["attribute/cti", "attribute/color", "attribute/tokens"],
49
- "buildPath": "dist/",
50
- "files": [
51
- {
52
- "destination": "seeds-color.sketchpalette",
53
- "format": "template/sketch"
54
- }
55
- ]
56
- },
57
- "json": {
58
- "transforms": ["attribute/cti", "attribute/color", "attribute/tokens", "attribute/bambu"],
59
- "buildPath": "dist/",
60
- "files": [
61
- {
62
- "destination": "tokens.json",
63
- "format": "template/color-json",
64
- "options": { "showFileHeader": false }
65
- }
66
- ]
67
- },
68
- "android": {
69
- "transformGroup": "android",
70
- "transforms": ["attribute/networkcolor", "color/hex8android", "name/ti/snake"],
71
- "buildPath": "dist/",
72
- "files": [
73
- {
74
- "destination": "seeds-color.xml",
75
- "format": "android/colors",
76
- "options": { "showFileHeader": false }
77
- }
78
- ]
79
- },
80
- "ios": {
81
- "transforms": ["attribute/cti", "attribute/color"],
82
- "buildPath": "dist/",
83
- "files": [],
84
- "actions": ["ios-assets"]
85
- }
86
- }
87
- }
package/tokens.json DELETED
@@ -1,168 +0,0 @@
1
- {
2
- "color": {
3
- "green": {
4
- "0": { "value": "#ebf9eb" },
5
- "100" : { "value": "#d7f4d7" },
6
- "200" : { "value": "#c2f2bd" },
7
- "300" : { "value": "#98e58e" },
8
- "400" : { "value": "#75dd66" },
9
- "500" : { "value": "#59cb59" },
10
- "600" : { "value": "#2bb656" },
11
- "700" : { "value": "#0ca750" },
12
- "800" : { "value": "#008b46" },
13
- "900" : { "value": "#006b40" },
14
- "1000" : { "value": "#08422f" },
15
- "1100" : { "value": "#002b20" }
16
- },
17
- "teal": {
18
- "0": { "value": "#e5f9f5" },
19
- "100" : { "value": "#cdf7ef" },
20
- "200" : { "value": "#b3f2e6" },
21
- "300" : { "value": "#7dead5" },
22
- "400" : { "value": "#24e0c5" },
23
- "500" : { "value": "#08c4b2" },
24
- "600" : { "value": "#00a99c" },
25
- "700" : { "value": "#0b968f" },
26
- "800" : { "value": "#067c7c" },
27
- "900" : { "value": "#026661" },
28
- "1000" : { "value": "#083f3f" },
29
- "1100" : { "value": "#002528" }
30
- },
31
- "aqua": {
32
- "0": { "value": "#d9fcfb" },
33
- "100" : { "value": "#c5f9f9" },
34
- "200" : { "value": "#a5f2f2" },
35
- "300" : { "value": "#76e5e2" },
36
- "400" : { "value": "#33d6e2" },
37
- "500" : { "value": "#17b8ce" },
38
- "600" : { "value": "#0797ae" },
39
- "700" : { "value": "#0b8599" },
40
- "800" : { "value": "#0f6e84" },
41
- "900" : { "value": "#035e73" },
42
- "1000" : { "value": "#083d4f" },
43
- "1100" : { "value": "#002838" }
44
- },
45
- "blue": {
46
- "0": { "value": "#e9f8ff" },
47
- "100" : { "value": "#dcf2ff" },
48
- "200" : { "value": "#c7e4f9" },
49
- "300" : { "value": "#a1d2f8" },
50
- "400" : { "value": "#56adf5" },
51
- "500" : { "value": "#3896e3" },
52
- "600" : { "value": "#2b87d3" },
53
- "700" : { "value": "#2079c3" },
54
- "800" : { "value": "#116daa" },
55
- "900" : { "value": "#0c5689" },
56
- "1000" : { "value": "#0a3960" },
57
- "1100" : { "value": "#002138" }
58
- },
59
- "purple": {
60
- "0": { "value": "#f2f2f9" },
61
- "100" : { "value": "#eaeaf9" },
62
- "200" : { "value": "#d8d7f9" },
63
- "300" : { "value": "#c1c1f7" },
64
- "400" : { "value": "#a193f2" },
65
- "500" : { "value": "#9180f4" },
66
- "600" : { "value": "#816fea" },
67
- "700" : { "value": "#6f5ed3" },
68
- "800" : { "value": "#5e4eba" },
69
- "900" : { "value": "#483a9c" },
70
- "1000" : { "value": "#2d246b" },
71
- "1100" : { "value": "#1d1d38" }
72
- },
73
- "magenta": {
74
- "0": { "value": "#fef0ff" },
75
- "100" : { "value": "#f9e3fc" },
76
- "200" : { "value": "#f4c4f7" },
77
- "300" : { "value": "#edadf2" },
78
- "400" : { "value": "#f282f5" },
79
- "500" : { "value": "#db61db" },
80
- "600" : { "value": "#c44eb9" },
81
- "700" : { "value": "#ac44a8" },
82
- "800" : { "value": "#8f3896" },
83
- "900" : { "value": "#6c2277" },
84
- "1000" : { "value": "#451551" },
85
- "1100" : { "value": "#29192d" }
86
- },
87
- "pink": {
88
- "0": { "value": "#ffe9f3" },
89
- "100" : { "value": "#fcdbeb" },
90
- "200" : { "value": "#ffb5d5" },
91
- "300" : { "value": "#ff95c1" },
92
- "400" : { "value": "#ff76ae" },
93
- "500" : { "value": "#ef588b" },
94
- "600" : { "value": "#e0447c" },
95
- "700" : { "value": "#ce3665" },
96
- "800" : { "value": "#b22f5b" },
97
- "900" : { "value": "#931847" },
98
- "1000" : { "value": "#561231" },
99
- "1100" : { "value": "#2b1721" }
100
- },
101
- "red": {
102
- "0": { "value": "#ffeae9" },
103
- "100" : { "value": "#ffd5d2" },
104
- "200" : { "value": "#ffb8b1" },
105
- "300" : { "value": "#ff9c8f" },
106
- "400" : { "value": "#ff7f6e" },
107
- "500" : { "value": "#f76054" },
108
- "600" : { "value": "#ed4c42" },
109
- "700" : { "value": "#db3e3e" },
110
- "800" : { "value": "#c63434" },
111
- "900" : { "value": "#992222" },
112
- "1000" : { "value": "#6d1313" },
113
- "1100" : { "value": "#2b1111" }
114
- },
115
- "orange": {
116
- "0": { "value": "#ffede3" },
117
- "100" : { "value": "#fcdccc" },
118
- "200" : { "value": "#ffc6a4" },
119
- "300" : { "value": "#ffb180" },
120
- "400" : { "value": "#ff9c5d" },
121
- "500" : { "value": "#fc8943" },
122
- "600" : { "value": "#f57d33" },
123
- "700" : { "value": "#ed7024" },
124
- "800" : { "value": "#ce5511" },
125
- "900" : { "value": "#962c0b" },
126
- "1000" : { "value": "#601700" },
127
- "1100" : { "value": "#2d130e" }
128
- },
129
- "neutral": {
130
- "0" : { "value": "#FFFFFF" },
131
- "100" : { "value": "#f3f4f4" },
132
- "200" : { "value": "#dee1e1" },
133
- "300" : { "value": "#c8cccc" },
134
- "400" : { "value": "#b0b6b7" },
135
- "500" : { "value": "#929a9b" },
136
- "600" : { "value": "#6e797a" },
137
- "700" : { "value": "#515e5f" },
138
- "800" : { "value": "#364141" },
139
- "900" : { "value": "#273333" },
140
- "1000" : { "value": "#162020" },
141
- "1100" : { "value": "#040404" }
142
- },
143
- "yellow": {
144
- "0": { "value": "#fff8e2" },
145
- "100" : { "value": "#fdefcd" },
146
- "200" : { "value": "#ffe99a" },
147
- "300" : { "value": "#ffe16e" },
148
- "400" : { "value": "#ffd943" },
149
- "500" : { "value": "#ffcd1c" },
150
- "600" : { "value": "#ffbc00" },
151
- "700" : { "value": "#dd9903" },
152
- "800" : { "value": "#ba7506" },
153
- "900" : { "value": "#944c0c" },
154
- "1000" : { "value": "#542a00" },
155
- "1100" : { "value": "#2d1a05" }
156
- },
157
- "bambuTeal": {
158
- "400" : { "value": "#11a7aa" },
159
- "500" : { "value": "#078888" },
160
- "600" : { "value": "#0f6270" },
161
- "700" : { "value": "#0a3f49" }
162
- },
163
- "bambuYellow": {
164
- "500" : { "value": "#f9b450" },
165
- "600" : { "value": "#ffa017" }
166
- }
167
- }
168
- }