Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

brainly-style-guide

Package Overview
Dependencies
Maintainers
7
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brainly-style-guide - npm Package Compare versions

Comparing version 159.0.0 to 159.0.1

commonjs/components/mobile-icons/MobileIcon.js

8

commonjs/index.js

@@ -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 @@

1

esm/index.js

@@ -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';

2

package.json
{
"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">
&lt;script
src=&quot;https://styleguide.brainly.com/%%images/mobile-icons.js%%&quot;&gt;&lt;/script&gt;
</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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc