@filerobot/common
Advanced tools
Comparing version 3.94.0 to 3.95.0
var _templateObject, _templateObject2; | ||
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); } | ||
import { FV } from '@filerobot/common'; | ||
import { FV, PC } from '@filerobot/common'; | ||
import styled from 'styled-components'; | ||
var Container = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n", ";\n display: flex;\n align-items: center;\n gap: ", ";\n width: 100%;\n"])), function (_ref) { | ||
var Container = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n", ";\n display: flex;\n align-items: center;\n gap: ", ";\n width: 100%;\n color: ", ";\n"])), function (_ref) { | ||
var fontVariant = _ref.fontVariant, | ||
@@ -12,2 +12,5 @@ font = _ref.theme.typography.font; | ||
return "".concat(gap, "px"); | ||
}, function (_ref3) { | ||
var theme = _ref3.theme; | ||
return theme.palette[PC.TextPrimary]; | ||
}); | ||
@@ -14,0 +17,0 @@ var Label = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n flex-grow: 1;\n"]))); |
{ | ||
"name": "@filerobot/common", | ||
"version": "3.94.0", | ||
"version": "3.95.0", | ||
"description": "The common components shared between Filerobot Media Asset Widget modules", | ||
@@ -17,4 +17,4 @@ "homepage": "", | ||
"dependencies": { | ||
"@filerobot/icons": "^3.94.0", | ||
"@filerobot/utils": "^3.94.0", | ||
"@filerobot/icons": "^3.95.0", | ||
"@filerobot/utils": "^3.95.0", | ||
"@scaleflex/icons": "2.10.33", | ||
@@ -32,3 +32,3 @@ "@scaleflex/ui": "2.10.35", | ||
}, | ||
"gitHead": "e6373bb8a2e49cc5fca4b20705cc994c74fe56d5" | ||
"gitHead": "8c1e1daaa96b3ea195253c8cd0622b029210fa45" | ||
} |
Sorry, the diff of this file is too big to display
704596
8315
Updated@filerobot/icons@^3.95.0
Updated@filerobot/utils@^3.95.0