@skbkontur/react-ui 5.6.11 → 5.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"names":["css","memoizeStyle","labelSizeMixin","inputSizeMixin","styles","label","t","_templateObject","_taggedTemplateLiteralLoose","tokenInputBg","tokenInputShadow","tokenInputBorderWidth","tokenInputBorderColor","tokenInputBorderTopColor","transitionDuration","transitionTimingFunction","tokenInputBorderRadius","labelSmall","_templateObject2","tokenInputPaddingYSmall","tokenInputPaddingXSmall","labelMedium","_templateObject3","tokenInputPaddingYMedium","tokenInputPaddingXMedium","labelLarge","_templateObject4","tokenInputPaddingYLarge","tokenInputPaddingXLarge","hovering","_templateObject5","tokenInputBorderColorHover","warning","_templateObject6","tokenInputBorderColorWarning","tokenInputOutlineWidth","error","_templateObject7","tokenInputBorderColorError","labelFocused","_templateObject8","tokenInputBorderColorFocus","labelDisabled","_templateObject9","tokenInputDisabledBg","inputDisabledBackgroundClip","tokenInputDisabledBorderColor","input","_templateObject10","tokenInputTextColor","tokenInputPlaceholderColor","tokenInputPlaceholderColorDisabled","tokenInputPlaceholderColorLight","inputSmall","_templateObject11","tokenFontSizeSmall","tokenInputLineHeightSmall","inputMedium","_templateObject12","tokenFontSizeMedium","tokenInputLineHeightMedium","inputLarge","_templateObject13","tokenFontSizeLarge","tokenInputLineHeightLarge","inputDisabled","_templateObject14","tokenInputTextColorDisabled","inputPlaceholderWrapper","_templateObject15","reservedInput","_templateObject16"],"sources":["TokenInput.styles.ts"],"sourcesContent":["import { css, memoizeStyle } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\n\nimport { labelSizeMixin, inputSizeMixin } from './TokenInput.mixins';\n\nexport const styles = memoizeStyle({\n label(t: Theme) {\n return css`\n background-color: ${t.tokenInputBg};\n box-shadow: ${t.tokenInputShadow};\n border: ${t.tokenInputBorderWidth} solid ${t.tokenInputBorderColor};\n border-top-color: ${t.tokenInputBorderTopColor};\n transition: border-color ${t.transitionDuration} ${t.transitionTimingFunction};\n box-sizing: border-box;\n cursor: text;\n display: flex;\n flex-wrap: wrap;\n align-items: start;\n outline: none;\n position: relative;\n border-radius: ${t.tokenInputBorderRadius};\n `;\n },\n labelSmall(t: Theme) {\n return css`\n ${labelSizeMixin(t.tokenInputPaddingYSmall, t.tokenInputPaddingXSmall)}\n `;\n },\n labelMedium(t: Theme) {\n return css`\n ${labelSizeMixin(t.tokenInputPaddingYMedium, t.tokenInputPaddingXMedium)}\n `;\n },\n labelLarge(t: Theme) {\n return css`\n ${labelSizeMixin(t.tokenInputPaddingYLarge, t.tokenInputPaddingXLarge)}\n `;\n },\n\n hovering(t: Theme) {\n return css`\n &:hover {\n border-color: ${t.tokenInputBorderColorHover};\n }\n `;\n },\n\n warning(t: Theme) {\n return css`\n border: ${t.tokenInputBorderWidth} solid ${t.tokenInputBorderColorWarning};\n box-shadow: 0 0 0 ${t.tokenInputOutlineWidth} ${t.tokenInputBorderColorWarning};\n `;\n },\n\n error(t: Theme) {\n return css`\n border: ${t.tokenInputBorderWidth} solid ${t.tokenInputBorderColorError};\n box-shadow: 0 0 0 ${t.tokenInputOutlineWidth} ${t.tokenInputBorderColorError};\n `;\n },\n\n labelFocused(t: Theme) {\n return css`\n border: ${t.tokenInputBorderWidth} solid ${t.tokenInputBorderColorFocus};\n box-shadow: 0 0 0 ${t.tokenInputOutlineWidth} ${t.tokenInputBorderColorFocus};\n `;\n },\n\n labelDisabled(t: Theme) {\n return css`\n background: ${t.tokenInputDisabledBg};\n background-clip: ${t.inputDisabledBackgroundClip};\n border-color: ${t.tokenInputDisabledBorderColor};\n box-shadow: none;\n cursor: default;\n `;\n },\n\n input(t: Theme) {\n return css`\n background: transparent;\n border: none;\n box-shadow: none;\n outline: none;\n font-family: inherit;\n overflow: hidden;\n resize: none;\n -webkit-appearance: none;\n text-overflow: clip;\n background-clip: padding-box;\n transition: background-color 0.15s ease-in;\n color: ${t.tokenInputTextColor};\n box-sizing: border-box;\n word-break: break-all;\n padding: 0;\n margin: 0;\n flex: 1 1 100%;\n\n &::-ms-clear {\n display: none;\n }\n &::placeholder {\n color: ${t.tokenInputPlaceholderColor};\n -webkit-text-fill-color: ${t.tokenInputPlaceholderColor};\n }\n &:disabled::placeholder {\n color: ${t.tokenInputPlaceholderColorDisabled};\n -webkit-text-fill-color: ${t.tokenInputPlaceholderColorDisabled};\n }\n &:focus::placeholder {\n color: ${t.tokenInputPlaceholderColorLight};\n -webkit-text-fill-color: ${t.tokenInputPlaceholderColorLight};\n }\n /* fix firefox placeholder opacity */\n &:-moz-placeholder {\n opacity: 1;\n }\n &::-moz-placeholder {\n opacity: 1;\n }\n `;\n },\n inputSmall(t: Theme) {\n return css`\n ${inputSizeMixin(t.tokenFontSizeSmall, t.tokenInputLineHeightSmall)};\n `;\n },\n inputMedium(t: Theme) {\n return css`\n ${inputSizeMixin(t.tokenFontSizeMedium, t.tokenInputLineHeightMedium)};\n `;\n },\n inputLarge(t: Theme) {\n return css`\n ${inputSizeMixin(t.tokenFontSizeLarge, t.tokenInputLineHeightLarge)};\n `;\n },\n\n inputDisabled(t: Theme) {\n return css`\n pointer-events: none;\n /* fix text color in safari */\n -webkit-text-fill-color: currentcolor;\n color: ${t.tokenInputTextColorDisabled};\n `;\n },\n\n inputPlaceholderWrapper() {\n return css`\n flex: 1 1 100%;\n `;\n },\n\n reservedInput(t: Theme) {\n return css`\n min-width: 2px;\n color: ${t.tokenInputTextColorDisabled};\n word-break: break-all;\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["css","memoizeStyle","globalClasses","labelSizeMixin","inputSizeMixin","styles","label","t","_templateObject","_taggedTemplateLiteralLoose","tokenInputBg","tokenInputShadow","tokenInputBorderWidth","tokenInputBorderColor","tokenInputBorderTopColor","transitionDuration","transitionTimingFunction","tokenInputBorderRadius","labelSmall","_templateObject2","tokenInputPaddingYSmall","tokenInputPaddingXSmall","labelMedium","_templateObject3","tokenInputPaddingYMedium","tokenInputPaddingXMedium","labelLarge","_templateObject4","tokenInputPaddingYLarge","tokenInputPaddingXLarge","hovering","_templateObject5","tokenInputBorderColorHover","warning","_templateObject6","tokenInputBorderColorWarning","tokenInputOutlineWidth","error","_templateObject7","tokenInputBorderColorError","labelFocused","_templateObject8","tokenInputBorderColorFocus","labelDisabled","_templateObject9","tokenInputDisabledBg","inputDisabledBackgroundClip","tokenInputDisabledBorderColor","input","_templateObject10","tokenInputTextColor","tokenInputPlaceholderColor","tokenInputPlaceholderColorDisabled","tokenInputPlaceholderColorLight","inputSmall","_templateObject11","tokenFontSizeSmall","tokenInputLineHeightSmall","inputMedium","_templateObject12","tokenFontSizeMedium","tokenInputLineHeightMedium","inputLarge","_templateObject13","tokenFontSizeLarge","tokenInputLineHeightLarge","inputDisabled","_templateObject14","tokenInputTextColorDisabled","inputPlaceholderWrapper","_templateObject15","inputPlaceholderScrollWrapper","_templateObject16","inner","reservedInput","_templateObject17"],"sources":["TokenInput.styles.ts"],"sourcesContent":["import { css, memoizeStyle } from '../../lib/theming/Emotion';\nimport type { Theme } from '../../lib/theming/Theme';\nimport { globalClasses } from '../ScrollContainer/ScrollContainer.styles';\n\nimport { labelSizeMixin, inputSizeMixin } from './TokenInput.mixins';\n\nexport const styles = memoizeStyle({\n label(t: Theme) {\n return css`\n background-color: ${t.tokenInputBg};\n box-shadow: ${t.tokenInputShadow};\n border: ${t.tokenInputBorderWidth} solid ${t.tokenInputBorderColor};\n border-top-color: ${t.tokenInputBorderTopColor};\n transition: border-color ${t.transitionDuration} ${t.transitionTimingFunction};\n box-sizing: border-box;\n cursor: text;\n display: flex;\n flex-wrap: wrap;\n align-items: start;\n outline: none;\n position: relative;\n border-radius: ${t.tokenInputBorderRadius};\n `;\n },\n labelSmall(t: Theme) {\n return css`\n ${labelSizeMixin(t.tokenInputPaddingYSmall, t.tokenInputPaddingXSmall)}\n `;\n },\n labelMedium(t: Theme) {\n return css`\n ${labelSizeMixin(t.tokenInputPaddingYMedium, t.tokenInputPaddingXMedium)}\n `;\n },\n labelLarge(t: Theme) {\n return css`\n ${labelSizeMixin(t.tokenInputPaddingYLarge, t.tokenInputPaddingXLarge)}\n `;\n },\n\n hovering(t: Theme) {\n return css`\n &:hover {\n border-color: ${t.tokenInputBorderColorHover};\n }\n `;\n },\n\n warning(t: Theme) {\n return css`\n border: ${t.tokenInputBorderWidth} solid ${t.tokenInputBorderColorWarning};\n box-shadow: 0 0 0 ${t.tokenInputOutlineWidth} ${t.tokenInputBorderColorWarning};\n `;\n },\n\n error(t: Theme) {\n return css`\n border: ${t.tokenInputBorderWidth} solid ${t.tokenInputBorderColorError};\n box-shadow: 0 0 0 ${t.tokenInputOutlineWidth} ${t.tokenInputBorderColorError};\n `;\n },\n\n labelFocused(t: Theme) {\n return css`\n border: ${t.tokenInputBorderWidth} solid ${t.tokenInputBorderColorFocus};\n box-shadow: 0 0 0 ${t.tokenInputOutlineWidth} ${t.tokenInputBorderColorFocus};\n `;\n },\n\n labelDisabled(t: Theme) {\n return css`\n background: ${t.tokenInputDisabledBg};\n background-clip: ${t.inputDisabledBackgroundClip};\n border-color: ${t.tokenInputDisabledBorderColor};\n box-shadow: none;\n cursor: default;\n `;\n },\n\n input(t: Theme) {\n return css`\n background: transparent;\n border: none;\n box-shadow: none;\n outline: none;\n font-family: inherit;\n overflow: hidden;\n resize: none;\n -webkit-appearance: none;\n text-overflow: clip;\n background-clip: padding-box;\n transition: background-color 0.15s ease-in;\n color: ${t.tokenInputTextColor};\n box-sizing: border-box;\n word-break: break-all;\n padding: 0;\n margin: 0;\n flex: 1 1 100%;\n\n &::-ms-clear {\n display: none;\n }\n &::placeholder {\n color: ${t.tokenInputPlaceholderColor};\n -webkit-text-fill-color: ${t.tokenInputPlaceholderColor};\n }\n &:disabled::placeholder {\n color: ${t.tokenInputPlaceholderColorDisabled};\n -webkit-text-fill-color: ${t.tokenInputPlaceholderColorDisabled};\n }\n &:focus::placeholder {\n color: ${t.tokenInputPlaceholderColorLight};\n -webkit-text-fill-color: ${t.tokenInputPlaceholderColorLight};\n }\n /* fix firefox placeholder opacity */\n &:-moz-placeholder {\n opacity: 1;\n }\n &::-moz-placeholder {\n opacity: 1;\n }\n `;\n },\n inputSmall(t: Theme) {\n return css`\n ${inputSizeMixin(t.tokenFontSizeSmall, t.tokenInputLineHeightSmall)};\n `;\n },\n inputMedium(t: Theme) {\n return css`\n ${inputSizeMixin(t.tokenFontSizeMedium, t.tokenInputLineHeightMedium)};\n `;\n },\n inputLarge(t: Theme) {\n return css`\n ${inputSizeMixin(t.tokenFontSizeLarge, t.tokenInputLineHeightLarge)};\n `;\n },\n\n inputDisabled(t: Theme) {\n return css`\n pointer-events: none;\n /* fix text color in safari */\n -webkit-text-fill-color: currentcolor;\n color: ${t.tokenInputTextColorDisabled};\n `;\n },\n\n inputPlaceholderWrapper() {\n return css`\n flex: 1 1 100%;\n `;\n },\n\n inputPlaceholderScrollWrapper() {\n return css`\n display: flex;\n & .${globalClasses.inner} {\n display: inherit;\n flex-wrap: wrap;\n }\n `;\n },\n\n reservedInput(t: Theme) {\n return css`\n min-width: 2px;\n color: ${t.tokenInputTextColorDisabled};\n word-break: break-all;\n `;\n },\n});\n"],"mappings":"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","ignoreList":[]}
@@ -15,5 +15,6 @@ export declare const styles: {
15
15
  inputLarge(t: Theme): string;
16
16
  inputDisabled(t: Theme): string;
17
17
  inputPlaceholderWrapper(): string;
18
+ inputPlaceholderScrollWrapper(): string;
18
19
  reservedInput(t: Theme): string;
19
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skbkontur/react-ui",
3
- "version": "5.6.11",
3
+ "version": "5.6.12",
4
4
  "description": "UI Components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "index.js",