brainly-style-guide
Advanced tools
Comparing version 159.2.0 to 159.2.1
@@ -14,3 +14,3 @@ "use strict"; | ||
var _Flex = _interopRequireDefault(require("flex/Flex")); | ||
var _Flex = _interopRequireDefault(require("../flex/Flex")); | ||
@@ -17,0 +17,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -16,3 +16,3 @@ "use strict"; | ||
var _Flex = _interopRequireDefault(require("flex/Flex")); | ||
var _Flex = _interopRequireDefault(require("../flex/Flex")); | ||
@@ -19,0 +19,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
@@ -7,3 +7,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import Text from '../text/Text'; | ||
import Flex from 'flex/Flex'; | ||
import Flex from '../flex/Flex'; | ||
export var TYPE = Object.freeze({ | ||
@@ -10,0 +10,0 @@ BUTTON: 'button', |
@@ -7,3 +7,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import Text from '../text/Text'; | ||
import Flex from 'flex/Flex'; | ||
import Flex from '../flex/Flex'; | ||
export var SIZE = { | ||
@@ -10,0 +10,0 @@ SHORT: 'short', |
{ | ||
"name": "brainly-style-guide", | ||
"version": "159.2.0", | ||
"version": "159.2.1", | ||
"description": "Brainly Front-End Style Guide", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/brainly/style-guide.git", |
@@ -6,3 +6,3 @@ // @flow strict | ||
import Text from '../text/Text'; | ||
import Flex from 'flex/Flex'; | ||
import Flex from '../flex/Flex'; | ||
@@ -9,0 +9,0 @@ type InputSizeType = 'normal' | 'large'; |
@@ -6,3 +6,3 @@ // @flow strict | ||
import Text from '../text/Text'; | ||
import Flex from 'flex/Flex'; | ||
import Flex from '../flex/Flex'; | ||
@@ -9,0 +9,0 @@ type TextareaSizeType = 'short' | 'normal' | 'tall' | 'xtall'; |
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
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
2374147