gatsby-theme-carbon 2.1.6 → 2.2.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/package.json
CHANGED
|
@@ -96,6 +96,9 @@ const DefaultChildren = () => (
|
|
|
96
96
|
<SwitcherLink href="https://www.carbondesignsystem.com/">
|
|
97
97
|
Carbon Design System
|
|
98
98
|
</SwitcherLink>
|
|
99
|
+
<SwitcherLink href="http://ibm.biz/carbon4ibmproducts" isInternal>
|
|
100
|
+
Carbon for IBM Products
|
|
101
|
+
</SwitcherLink>
|
|
99
102
|
<SwitcherLink href="https://www.ibm.com/standards/carbon/">
|
|
100
103
|
Carbon for IBM.com
|
|
101
104
|
</SwitcherLink>
|
|
@@ -118,9 +121,6 @@ const DefaultChildren = () => (
|
|
|
118
121
|
<SwitcherLink href="https://www.ibm.com/design/research/">
|
|
119
122
|
IBM Design Research
|
|
120
123
|
</SwitcherLink>
|
|
121
|
-
<SwitcherLink href="https://www.ibm.com/services/ibmix/">
|
|
122
|
-
IBM iX
|
|
123
|
-
</SwitcherLink>
|
|
124
124
|
<SwitcherLink
|
|
125
125
|
isInternal
|
|
126
126
|
href="https://w3.ibm.com/design/experience-standards/">
|