@evergis/common
Advanced tools
Comparing version 0.0.111 to 0.0.112
@@ -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.111", | ||
"version": "0.0.112", | ||
"license": "MIT", | ||
@@ -50,3 +50,3 @@ "main": "dist/index.js", | ||
"@babel/preset-env": "^7.16.11", | ||
"@evergis/api": "^3.0.213", | ||
"@evergis/api": "^3.0.214", | ||
"@evergis/react-fetching": "0.1.8", | ||
@@ -68,3 +68,3 @@ "@evergis/sgis": "0.5.0-alpha.68", | ||
}, | ||
"gitHead": "feda5145f5766ac15e3363f28ffd08b99c9aded1" | ||
"gitHead": "7642cc59649e6051d5cdf137b53465b7df436449" | ||
} |
@@ -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
85854