@sproutsocial/seeds-dataviz 0.6.1 → 0.6.3

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,8 +1,13 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-dataviz",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "Seeds Data Visualization Tokens",
5
- "main": "dist/seeds-dataviz.js",
5
+ "main": "seeds-dataviz.js",
6
+ "types": "seeds-dataviz.d.ts",
7
+ "files": [
8
+ "seeds-dataviz.js",
9
+ "seeds-dataviz.scss"
10
+ ],
6
11
  "repository": {
7
12
  "type": "git",
8
13
  "url": "git+ssh://git@github.com/sproutsocial/seeds-packets.git"
@@ -13,10 +18,9 @@
13
18
  "clean": "rm -rf node_modules"
14
19
  },
15
20
  "dependencies": {
16
- "@sproutsocial/seeds-color": "^1.6.1"
21
+ "@sproutsocial/seeds-color": "*"
17
22
  },
18
23
  "engines": {
19
24
  "node": "^14.15.0 || >=16.0.0"
20
- },
21
- "gitHead": "8767b9ec28724580e65af8da883044ff6b8928b2"
25
+ }
22
26
  }
@@ -43,7 +43,7 @@ module.exports = {
43
43
  COLOR_ORANGE_900,
44
44
  COLOR_RED_400,
45
45
  COLOR_GREEN_700,
46
- COLOR_YELLOW_800
46
+ COLOR_YELLOW_800,
47
47
  ],
48
48
  DATAVIZ_COLORS_MAP: {
49
49
  1: COLOR_TEAL_500,
@@ -65,6 +65,6 @@ module.exports = {
65
65
  17: COLOR_ORANGE_900,
66
66
  18: COLOR_RED_400,
67
67
  19: COLOR_GREEN_700,
68
- 20: COLOR_YELLOW_800
69
- }
68
+ 20: COLOR_YELLOW_800,
69
+ },
70
70
  };
File without changes
package/CHANGELOG.md DELETED
@@ -1,165 +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
- ## [0.6.1](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.6.0...@sproutsocial/seeds-dataviz@0.6.1) (2022-09-30)
7
-
8
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
9
-
10
-
11
-
12
-
13
-
14
- # [0.6.0](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.10...@sproutsocial/seeds-dataviz@0.6.0) (2022-09-27)
15
-
16
-
17
- ### Features
18
-
19
- * add typescript support ([24e718a](https://github.com/sproutsocial/seeds-packets/commit/24e718a26955f40b5645ba86600ff8aa8ba941fa))
20
-
21
-
22
-
23
-
24
-
25
- ## [0.5.10](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.8...@sproutsocial/seeds-dataviz@0.5.10) (2022-06-22)
26
-
27
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
28
-
29
-
30
-
31
-
32
-
33
-
34
- ## 0.5.9 (2022-06-22)
35
-
36
- This patch version adds no new features and is being published for testing purposes only.
37
-
38
-
39
- ## [0.5.8](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.6...@sproutsocial/seeds-dataviz@0.5.8) (2022-06-22)
40
-
41
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
42
-
43
-
44
- ## 0.5.7 (2022-06-22)
45
-
46
- This patch version adds no new features and is being published for testing purposes only.
47
-
48
-
49
-
50
- ## [0.5.6](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.5...@sproutsocial/seeds-dataviz@0.5.6) (2022-06-13)
51
-
52
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
53
-
54
-
55
-
56
-
57
-
58
- ## [0.5.5](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.4...@sproutsocial/seeds-dataviz@0.5.5) (2022-04-28)
59
-
60
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
61
-
62
-
63
-
64
-
65
-
66
- ## [0.5.4](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.3...@sproutsocial/seeds-dataviz@0.5.4) (2021-05-12)
67
-
68
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
69
-
70
-
71
-
72
-
73
-
74
- ## [0.5.3](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.2...@sproutsocial/seeds-dataviz@0.5.3) (2021-05-12)
75
-
76
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
77
-
78
-
79
-
80
-
81
-
82
- ## [0.5.2](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.1...@sproutsocial/seeds-dataviz@0.5.2) (2020-11-13)
83
-
84
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
85
-
86
-
87
-
88
-
89
-
90
- ## [0.5.1](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.5.0...@sproutsocial/seeds-dataviz@0.5.1) (2020-08-17)
91
-
92
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
93
-
94
-
95
-
96
-
97
-
98
- # [0.5.0](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.4.1...@sproutsocial/seeds-dataviz@0.5.0) (2020-04-06)
99
-
100
-
101
- ### Features
102
-
103
- * **seeds-dataviz:** update color chart rotation ([#162](https://github.com/sproutsocial/seeds-packets/issues/162)) ([#163](https://github.com/sproutsocial/seeds-packets/issues/163)) ([1d98937](https://github.com/sproutsocial/seeds-packets/commit/1d98937))
104
-
105
-
106
-
107
-
108
-
109
- ## [0.4.1](https://github.com/sproutsocial/seeds-packets/compare/@sproutsocial/seeds-dataviz@0.4.0...@sproutsocial/seeds-dataviz@0.4.1) (2020-03-24)
110
-
111
- **Note:** Version bump only for package @sproutsocial/seeds-dataviz
112
-
113
-
114
-
115
-
116
-
117
- # [0.4.0](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-dataviz@0.2.1...@sproutsocial/seeds-dataviz@0.4.0) (2019-06-19)
118
-
119
-
120
- ### Features
121
-
122
- * **dependencies:** make seeds-color a direct dependency of seeds-dataviz ([#123](https://github.com/sproutsocial/seeds/issues/123)) ([6c8654b](https://github.com/sproutsocial/seeds/commit/6c8654b))
123
-
124
-
125
-
126
-
127
-
128
- ## [0.2.1](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-dataviz@0.2.0...@sproutsocial/seeds-dataviz@0.2.1) (2019-03-29)
129
-
130
-
131
- ### Bug Fixes
132
-
133
- * **seeds-dataviz:** commonjs switch ([#120](https://github.com/sproutsocial/seeds/issues/120)) ([4820b96](https://github.com/sproutsocial/seeds/commit/4820b96))
134
-
135
-
136
-
137
-
138
-
139
- # [0.2.0](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-dataviz@0.1.0...@sproutsocial/seeds-dataviz@0.2.0) (2019-03-27)
140
-
141
-
142
- ### Bug Fixes
143
-
144
- * **seeds-dataviz:** adjust version for publish ([6564ee1](https://github.com/sproutsocial/seeds/commit/6564ee1))
145
-
146
-
147
- ### Features
148
-
149
- * **seeds-dataviz:** add data viz packet ([#119](https://github.com/sproutsocial/seeds/issues/119)) ([d92fd2a](https://github.com/sproutsocial/seeds/commit/d92fd2a))
150
-
151
-
152
-
153
-
154
-
155
- # [0.1.0](https://github.com/sproutsocial/seeds/compare/@sproutsocial/seeds-dataviz@0.1.0...@sproutsocial/seeds-dataviz@0.1.0) (2019-03-27)
156
-
157
-
158
- ### Bug Fixes
159
-
160
- * **seeds-dataviz:** adjust version for publish ([6564ee1](https://github.com/sproutsocial/seeds/commit/6564ee1))
161
-
162
-
163
- ### Features
164
-
165
- * **seeds-dataviz:** add data viz packet ([#119](https://github.com/sproutsocial/seeds/issues/119)) ([d92fd2a](https://github.com/sproutsocial/seeds/commit/d92fd2a))
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.
@@ -1,47 +0,0 @@
1
- declare module '@sproutsocial/seeds-dataviz' {
2
- export const DATAVIZ_COLORS_LIST: [
3
- string,
4
- string,
5
- string,
6
- string,
7
- string,
8
- string,
9
- string,
10
- string,
11
- string,
12
- string,
13
- string,
14
- string,
15
- string,
16
- string,
17
- string,
18
- string,
19
- string,
20
- string,
21
- string,
22
- string
23
- ];
24
-
25
- export const DATAVIZ_COLORS_MAP: {
26
- 1: string,
27
- 2: string,
28
- 3: string,
29
- 4: string,
30
- 5: string,
31
- 6: string,
32
- 7: string,
33
- 8: string,
34
- 9: string,
35
- 10: string,
36
- 11: string,
37
- 12: string,
38
- 13: string,
39
- 14: string,
40
- 15: string,
41
- 16: string,
42
- 17: string,
43
- 18: string,
44
- 19: string,
45
- 20: string
46
- }
47
- };