@react-magma/charts 7.0.0 → 7.0.1-next.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-magma/charts",
3
- "version": "7.0.0",
3
+ "version": "7.0.1-next.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -12,8 +12,7 @@
12
12
  "types": "dist/index.d.ts",
13
13
  "files": [
14
14
  "dist",
15
- "src",
16
- "src/components/CarbonChart/styles.min.css"
15
+ "src"
17
16
  ],
18
17
  "engines": {
19
18
  "npm": "^7.3.0",
@@ -31,7 +30,7 @@
31
30
  "@emotion/styled": "^10.0.27",
32
31
  "react": "^17.0.2",
33
32
  "react-dom": "^17.0.2",
34
- "react-magma-dom": "^4.4.0-next.2",
33
+ "react-magma-dom": "^4.4.1-next.0",
35
34
  "react-magma-icons": "^3.0.0"
36
35
  },
37
36
  "dependencies": {
@@ -48,11 +47,7 @@
48
47
  "identity-obj-proxy": "^3.0.0",
49
48
  "react": "^17.0.2",
50
49
  "react-dom": "^17.0.2",
51
- "react-magma-dom": "^4.4.0",
50
+ "react-magma-dom": "^4.4.1-next.0",
52
51
  "react-magma-icons": "^3.0.0"
53
- },
54
- "exports": {
55
- ".": "./src",
56
- "./src/components/CarbonChart/": "./styles.min.css"
57
52
  }
58
53
  }
@@ -29150,8 +29150,68 @@ div.container.intro span.netlify a {
29150
29150
  color: #fff;
29151
29151
  font-weight: 700;
29152
29152
  }
29153
- div.container.tutorial {
29154
- @import '~highlight.js/styles/sunburst.css';
29153
+ div.container.tutorial .hljs {
29154
+ background: #000;
29155
+ color: #f8f8f8;
29156
+ }
29157
+ div.container.tutorial .hljs-comment, div.container.tutorial .hljs-quote {
29158
+ color: #aeaeae;
29159
+ font-style: italic;
29160
+ }
29161
+ div.container.tutorial .hljs-keyword, div.container.tutorial .hljs-selector-tag, div.container.tutorial .hljs-type {
29162
+ color: #e28964;
29163
+ }
29164
+ div.container.tutorial .hljs-string {
29165
+ color: #65b042;
29166
+ }
29167
+ div.container.tutorial .hljs-subst {
29168
+ color: #daefa3;
29169
+ }
29170
+ div.container.tutorial .hljs-regexp, div.container.tutorial .hljs-link {
29171
+ color: #e9c062;
29172
+ }
29173
+ div.container.tutorial .hljs-title, div.container.tutorial .hljs-section, div.container.tutorial .hljs-tag, div.container.tutorial .hljs-name {
29174
+ color: #89bdff;
29175
+ }
29176
+ div.container.tutorial .hljs-title.class_, div.container.tutorial .hljs-class .hljs-title, div.container.tutorial .hljs-doctag {
29177
+ text-decoration: underline;
29178
+ }
29179
+ div.container.tutorial .hljs-symbol, div.container.tutorial .hljs-bullet, div.container.tutorial .hljs-number {
29180
+ color: #3387cc;
29181
+ }
29182
+ div.container.tutorial .hljs-params, div.container.tutorial .hljs-variable, div.container.tutorial .hljs-template-variable {
29183
+ color: #3e87e3;
29184
+ }
29185
+ div.container.tutorial .hljs-attribute {
29186
+ color: #cda869;
29187
+ }
29188
+ div.container.tutorial .hljs-meta {
29189
+ color: #8996a8;
29190
+ }
29191
+ div.container.tutorial .hljs-formula {
29192
+ background-color: #0e2231;
29193
+ color: #f8f8f8;
29194
+ font-style: italic;
29195
+ }
29196
+ div.container.tutorial .hljs-addition {
29197
+ background-color: #253b22;
29198
+ color: #f8f8f8;
29199
+ }
29200
+ div.container.tutorial .hljs-deletion {
29201
+ background-color: #420e09;
29202
+ color: #f8f8f8;
29203
+ }
29204
+ div.container.tutorial .hljs-selector-class {
29205
+ color: #9b703f;
29206
+ }
29207
+ div.container.tutorial .hljs-selector-id {
29208
+ color: #8b98ab;
29209
+ }
29210
+ div.container.tutorial .hljs-emphasis {
29211
+ font-style: italic;
29212
+ }
29213
+ div.container.tutorial .hljs-strong {
29214
+ font-weight: bold;
29155
29215
  }
29156
29216
  div.container.tutorial h1,
29157
29217
  div.container.tutorial h2,