@contember/brand
Advanced tools
Comparing version 1.2.0-alpha.3 to 1.2.0-alpha.4
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -19,3 +19,3 @@ const Contember = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-contember", className]), | ||
className: useClassName(["brand-icon", "brand-contember"], className), | ||
fill: "none", | ||
@@ -22,0 +22,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Content = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-content", className]), | ||
className: useClassName(["brand-icon", "brand-content"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Document = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-document", className]), | ||
className: useClassName(["brand-icon", "brand-document"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Edit = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-edit", className]), | ||
className: useClassName(["brand-icon", "brand-edit"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -19,3 +19,3 @@ const GitHub = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-github", className]), | ||
className: useClassName(["brand-icon", "brand-github"], className), | ||
style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), | ||
@@ -22,0 +22,0 @@ xmlns: "http://www.w3.org/2000/svg", |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Globe = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-globe", className]), | ||
className: useClassName(["brand-icon", "brand-globe"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Lock = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-lock", className]), | ||
className: useClassName(["brand-icon", "brand-lock"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { svgSizeProps, listClassName } from "@contember/utilities"; | ||
import { svgSizeProps, useClassName } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -21,3 +21,3 @@ const LogoIcon = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-logo-icon", className]), | ||
className: useClassName(["brand-icon", "brand-logo-icon"], className), | ||
style: useMemo(() => ({ | ||
@@ -24,0 +24,0 @@ "--scale": scale, |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { svgSizeProps, listClassName } from "@contember/utilities"; | ||
import { svgSizeProps, useClassName } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -22,3 +22,3 @@ const LogoType = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-logo-type", className]), | ||
className: useClassName(["brand-icon", "brand-logo-type"], className), | ||
style: useMemo(() => ({ | ||
@@ -25,0 +25,0 @@ "--scale": scale, |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const WireFrame = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-wire-frame", className]), | ||
className: useClassName(["brand-icon", "brand-wire-frame"], className), | ||
style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), | ||
@@ -23,0 +23,0 @@ xmlns: "http://www.w3.org/2000/svg", |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -19,3 +19,3 @@ const Contember = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-contember", className]), | ||
className: useClassName(["brand-icon", "brand-contember"], className), | ||
fill: "none", | ||
@@ -22,0 +22,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Content = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-content", className]), | ||
className: useClassName(["brand-icon", "brand-content"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Document = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-document", className]), | ||
className: useClassName(["brand-icon", "brand-document"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Edit = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-edit", className]), | ||
className: useClassName(["brand-icon", "brand-edit"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -19,3 +19,3 @@ const GitHub = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-github", className]), | ||
className: useClassName(["brand-icon", "brand-github"], className), | ||
style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), | ||
@@ -22,0 +22,0 @@ xmlns: "http://www.w3.org/2000/svg", |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Globe = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-globe", className]), | ||
className: useClassName(["brand-icon", "brand-globe"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const Lock = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-lock", className]), | ||
className: useClassName(["brand-icon", "brand-lock"], className), | ||
fill: "none", | ||
@@ -23,0 +23,0 @@ style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), |
import { jsx } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { svgSizeProps, listClassName } from "@contember/utilities"; | ||
import { svgSizeProps, useClassName } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -21,3 +21,3 @@ const LogoIcon = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-logo-icon", className]), | ||
className: useClassName(["brand-icon", "brand-logo-icon"], className), | ||
style: useMemo(() => ({ | ||
@@ -24,0 +24,0 @@ "--scale": scale, |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { svgSizeProps, listClassName } from "@contember/utilities"; | ||
import { svgSizeProps, useClassName } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -22,3 +22,3 @@ const LogoType = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-logo-type", className]), | ||
className: useClassName(["brand-icon", "brand-logo-type"], className), | ||
style: useMemo(() => ({ | ||
@@ -25,0 +25,0 @@ "--scale": scale, |
import { jsx, jsxs } from "react/jsx-runtime"; | ||
import { useExpectSameValueReference } from "@contember/react-utils"; | ||
import { listClassName, svgSizeProps } from "@contember/utilities"; | ||
import { useClassName, svgSizeProps } from "@contember/utilities"; | ||
import { memo, useMemo } from "react"; | ||
@@ -20,3 +20,3 @@ const WireFrame = memo(({ | ||
{ | ||
className: listClassName(["cui-brand-icon", "cui-brand-wire-frame", className]), | ||
className: useClassName(["brand-icon", "brand-wire-frame"], className), | ||
style: useMemo(() => ({ ...style, "--scale": scale }), [scale, style]), | ||
@@ -23,0 +23,0 @@ xmlns: "http://www.w3.org/2000/svg", |
{ | ||
"name": "@contember/brand", | ||
"license": "Apache-2.0", | ||
"version": "1.2.0-alpha.3", | ||
"version": "1.2.0-alpha.4", | ||
"type": "module", | ||
@@ -41,4 +41,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@contember/react-utils": "1.2.0-alpha.3", | ||
"@contember/utilities": "1.2.0-alpha.3" | ||
"@contember/react-utils": "1.2.0-alpha.4", | ||
"@contember/utilities": "1.2.0-alpha.4" | ||
}, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
136216
+ Added@contember/react-utils@1.2.0-alpha.4(transitive)
+ Added@contember/utilities@1.2.0-alpha.4(transitive)
- Removed@contember/react-utils@1.2.0-alpha.3(transitive)
- Removed@contember/utilities@1.2.0-alpha.3(transitive)