gatsby-theme-carbon 4.1.21 → 4.2.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 +17 -16
- package/src/styles/index.scss +8 -8
- package/src/styles/internal/_plex.scss +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-theme-carbon",
|
|
3
|
-
"version": "4.1
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "vpicone <vp@vincepic.one> (@vpicone)",
|
|
6
6
|
"repository": {
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"type": "git"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
|
-
"
|
|
11
|
+
"access": "public",
|
|
12
|
+
"provenance": true
|
|
12
13
|
},
|
|
13
14
|
"license": "Apache 2.0",
|
|
14
15
|
"peerDependencies": {
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
"dependencies": {
|
|
25
26
|
"@babel/core": "^7.24.7",
|
|
26
27
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
27
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
28
|
+
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
28
29
|
"@carbon/elements": "^11.57.0",
|
|
29
30
|
"@carbon/grid": "^11.29.0",
|
|
30
31
|
"@carbon/pictograms-react": "^11.69.0",
|
|
@@ -39,21 +40,21 @@
|
|
|
39
40
|
"classnames": "^2.5.1",
|
|
40
41
|
"copy-to-clipboard": "^3.3.3",
|
|
41
42
|
"focus-trap-react": "^10.2.3",
|
|
42
|
-
"gatsby-plugin-catch-links": "^5.
|
|
43
|
+
"gatsby-plugin-catch-links": "^5.14.0",
|
|
43
44
|
"gatsby-plugin-local-search": "^2.0.1",
|
|
44
|
-
"gatsby-plugin-manifest": "^5.
|
|
45
|
-
"gatsby-plugin-mdx": "^5.
|
|
46
|
-
"gatsby-plugin-offline": "^6.
|
|
47
|
-
"gatsby-plugin-sass": "^6.
|
|
48
|
-
"gatsby-plugin-sharp": "^5.
|
|
49
|
-
"gatsby-remark-copy-linked-files": "^6.
|
|
50
|
-
"gatsby-remark-images": "^7.
|
|
51
|
-
"gatsby-remark-responsive-iframe": "^6.
|
|
52
|
-
"gatsby-remark-smartypants": "^6.
|
|
45
|
+
"gatsby-plugin-manifest": "^5.14.0",
|
|
46
|
+
"gatsby-plugin-mdx": "^5.14.0",
|
|
47
|
+
"gatsby-plugin-offline": "^6.14.0",
|
|
48
|
+
"gatsby-plugin-sass": "^6.14.0",
|
|
49
|
+
"gatsby-plugin-sharp": "^5.14.0",
|
|
50
|
+
"gatsby-remark-copy-linked-files": "^6.14.0",
|
|
51
|
+
"gatsby-remark-images": "^7.14.0",
|
|
52
|
+
"gatsby-remark-responsive-iframe": "^6.14.0",
|
|
53
|
+
"gatsby-remark-smartypants": "^6.14.0",
|
|
53
54
|
"gatsby-remark-unwrap-images": "^1.0.2",
|
|
54
|
-
"gatsby-source-filesystem": "^5.
|
|
55
|
+
"gatsby-source-filesystem": "^5.14.0",
|
|
55
56
|
"gatsby-source-medium-feed": "^1.0.6",
|
|
56
|
-
"gatsby-transformer-yaml": "^5.
|
|
57
|
+
"gatsby-transformer-yaml": "^5.14.0",
|
|
57
58
|
"lodash.startcase": "^4.4.0",
|
|
58
59
|
"lodash.throttle": "^4.1.1",
|
|
59
60
|
"mkdirp": "^3.0.1",
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
"react-use": "^17.5.0",
|
|
66
67
|
"rehype-mdx-fenced-code-meta-support": "^1.0.4",
|
|
67
68
|
"remark-gfm": "3.0.1",
|
|
68
|
-
"sass": "^1.
|
|
69
|
+
"sass": "^1.82.0",
|
|
69
70
|
"slugify": "^1.6.6",
|
|
70
71
|
"smooth-scroll": "^16.1.3",
|
|
71
72
|
"use-media": "^1.5.0",
|
package/src/styles/index.scss
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
//---------------------------------------
|
|
12
12
|
|
|
13
13
|
@use './internal/page';
|
|
14
|
-
@use '../components/Homepage/homepage
|
|
15
|
-
@use '../components/PageTable/page-table
|
|
16
|
-
@use '../components/DoDontExample/do-dont-example
|
|
17
|
-
@use '../components/ResourceCard/resource-card
|
|
18
|
-
@use '../components/ResourceCard/resource-card-group
|
|
19
|
-
@use '../components/ArticleCard/article-card
|
|
20
|
-
@use '../components/FeatureCard/feature-card
|
|
21
|
-
@use '../components/ImageCard/image-card
|
|
14
|
+
@use '../components/Homepage/homepage';
|
|
15
|
+
@use '../components/PageTable/page-table';
|
|
16
|
+
@use '../components/DoDontExample/do-dont-example';
|
|
17
|
+
@use '../components/ResourceCard/resource-card';
|
|
18
|
+
@use '../components/ResourceCard/resource-card-group';
|
|
19
|
+
@use '../components/ArticleCard/article-card';
|
|
20
|
+
@use '../components/FeatureCard/feature-card';
|
|
21
|
+
@use '../components/ImageCard/image-card';
|
|
22
22
|
|
|
23
23
|
//---------------------------------------
|
|
24
24
|
// Included last to ensure that class
|
|
@@ -191,9 +191,9 @@
|
|
|
191
191
|
local('IBMPlexMono'),
|
|
192
192
|
url('https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2')
|
|
193
193
|
format('woff2');
|
|
194
|
-
unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5,
|
|
195
|
-
U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9,
|
|
196
|
-
U+04EE-04F5, U+04F8-04F9;
|
|
194
|
+
unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5,
|
|
195
|
+
U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9,
|
|
196
|
+
U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
// Fallback
|