brainly-style-guide
Advanced tools
Comparing version 159.0.0 to 159.0.1
@@ -222,2 +222,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "MobileIcon", { | ||
enumerable: true, | ||
get: function get() { | ||
return _MobileIcon.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "LabelDeprecated", { | ||
@@ -488,2 +494,4 @@ enumerable: true, | ||
var _MobileIcon = _interopRequireDefault(require("./components/mobile-icons/MobileIcon")); | ||
var _LabelDeprecated = _interopRequireDefault(require("./components/labels-deprecated/LabelDeprecated")); | ||
@@ -490,0 +498,0 @@ |
@@ -37,2 +37,3 @@ export { default as ActionList } from './components/action-list/ActionList'; | ||
export { default as Icon } from './components/icons/Icon'; | ||
export { default as MobileIcon } from './components/mobile-icons/MobileIcon'; | ||
export { default as LabelDeprecated } from './components/labels-deprecated/LabelDeprecated'; | ||
@@ -39,0 +40,0 @@ export { default as Label } from './components/labels/Label'; |
{ | ||
"name": "brainly-style-guide", | ||
"version": "159.0.0", | ||
"version": "159.0.1", | ||
"description": "Brainly Front-End Style Guide", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/brainly/style-guide.git", |
@@ -27,2 +27,3 @@ // @flow | ||
<script src="images/math-symbols-icons.js" async /> | ||
<script src="images/mobile-icons.js" async /> | ||
@@ -29,0 +30,0 @@ <Navigation navigation={navigation} version={version} /> |
@@ -45,2 +45,3 @@ import colors from '../components/colors/pages/colors'; | ||
import MathSymbols from '../components/math-symbols/pages/math-symbols'; | ||
import MobileIcons from '../components/mobile-icons/pages/mobile-icons'; | ||
import separators from '../components/separators/pages/separators'; | ||
@@ -78,2 +79,6 @@ import spinners from '../components/spinner/pages/spinners'; | ||
{ | ||
name: 'Mobile Icons', | ||
component: MobileIcons, | ||
}, | ||
{ | ||
name: 'Subject Icons', | ||
@@ -87,3 +92,3 @@ component: subjectIcons, | ||
{ | ||
name: 'Math symbols', | ||
name: 'Math Symbols', | ||
component: MathSymbols, | ||
@@ -90,0 +95,0 @@ }, |
@@ -149,3 +149,3 @@ import React from 'react'; | ||
> | ||
Math symbols | ||
Math Symbols | ||
</a> | ||
@@ -165,2 +165,25 @@ : | ||
</li> | ||
<li className="sg-list__element"> | ||
<ContentBox> | ||
<ContentBoxHeader> | ||
<p className="sg-text"> | ||
<a | ||
href="./basics.html#mobile-icons" | ||
className="sg-text sg-text--blue-dark sg-text--bold sg-text--link" | ||
> | ||
Mobile Icons | ||
</a> | ||
: | ||
</p> | ||
</ContentBoxHeader> | ||
<ContentBoxContent> | ||
<pre> | ||
<code className="html"> | ||
<script | ||
src="https://styleguide.brainly.com/%%images/mobile-icons.js%%"></script> | ||
</code> | ||
</pre> | ||
</ContentBoxContent> | ||
</ContentBox> | ||
</li> | ||
</ul> | ||
@@ -167,0 +190,0 @@ |
@@ -53,2 +53,3 @@ // @flow strict | ||
export {default as Icon} from './components/icons/Icon'; | ||
export {default as MobileIcon} from './components/mobile-icons/MobileIcon'; | ||
export { | ||
@@ -55,0 +56,0 @@ default as LabelDeprecated, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2365057
922
26569
6