@evergis/common
Advanced tools
Comparing version 0.0.91 to 0.0.92
@@ -17,3 +17,3 @@ 'use strict'; | ||
const ApiContext = /*#__PURE__*/React.createContext({}); | ||
const ApiProvider = (_ref) => { | ||
const ApiProvider = _ref => { | ||
let { | ||
@@ -46,3 +46,3 @@ api, | ||
const usePolitics = (_ref) => { | ||
const usePolitics = _ref => { | ||
let { | ||
@@ -153,3 +153,3 @@ username, | ||
const PoliticsItemLimit = /*#__PURE__*/styled.span(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: 18px;\n font-weight: bold;\n margin-top: 0.75rem;\n"]))); | ||
const PoliticsItemType = /*#__PURE__*/styled.span(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: 12px;\n color: ", ";\n text-align: center;\n"])), (_ref) => { | ||
const PoliticsItemType = /*#__PURE__*/styled.span(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: 12px;\n color: ", ";\n text-align: center;\n"])), _ref => { | ||
let { | ||
@@ -189,3 +189,3 @@ theme: { | ||
const PolicyItem = (_ref) => { | ||
const PolicyItem = _ref => { | ||
let { | ||
@@ -230,3 +230,3 @@ item, | ||
const Politics = (_ref) => { | ||
const Politics = _ref => { | ||
let { | ||
@@ -233,0 +233,0 @@ username, |
@@ -10,3 +10,3 @@ import React, { useContext, createContext, useEffect, useMemo, useCallback } from 'react'; | ||
const ApiContext = /*#__PURE__*/createContext({}); | ||
const ApiProvider = (_ref) => { | ||
const ApiProvider = _ref => { | ||
let { | ||
@@ -39,3 +39,3 @@ api, | ||
const usePolitics = (_ref) => { | ||
const usePolitics = _ref => { | ||
let { | ||
@@ -146,3 +146,3 @@ username, | ||
const PoliticsItemLimit = /*#__PURE__*/styled.span(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: 18px;\n font-weight: bold;\n margin-top: 0.75rem;\n"]))); | ||
const PoliticsItemType = /*#__PURE__*/styled.span(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: 12px;\n color: ", ";\n text-align: center;\n"])), (_ref) => { | ||
const PoliticsItemType = /*#__PURE__*/styled.span(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: 12px;\n color: ", ";\n text-align: center;\n"])), _ref => { | ||
let { | ||
@@ -182,3 +182,3 @@ theme: { | ||
const PolicyItem = (_ref) => { | ||
const PolicyItem = _ref => { | ||
let { | ||
@@ -223,3 +223,3 @@ item, | ||
const Politics = (_ref) => { | ||
const Politics = _ref => { | ||
let { | ||
@@ -226,0 +226,0 @@ username, |
{ | ||
"version": "0.0.91", | ||
"version": "0.0.92", | ||
"license": "MIT", | ||
@@ -50,3 +50,3 @@ "main": "dist/index.js", | ||
"@babel/preset-env": "^7.16.11", | ||
"@evergis/api": "^3.0.193", | ||
"@evergis/api": "^3.0.194", | ||
"@evergis/react-fetching": "0.1.8", | ||
@@ -68,3 +68,3 @@ "@evergis/sgis": "0.5.0-alpha.68", | ||
}, | ||
"gitHead": "8b5ea1a134a1bfdb2136020a9b2bc5c97d723626" | ||
"gitHead": "153f0c39ffb972a15d54bc8c6fcd62aba69f3369" | ||
} |
@@ -0,0 +0,0 @@ # @evergis/common |
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
88165