@ssa-ui-kit/core 0.0.7-alpha → 0.0.8-alpha
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.
- package/custom-shots/components-popover--hint-opened__[w1920px].png +0 -0
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Icon/icons/Archive.d.ts +1 -1
- package/dist/components/Icon/icons/ArrowDown.d.ts +1 -1
- package/dist/components/Icon/icons/ArrowUp.d.ts +1 -1
- package/dist/components/Icon/icons/Attention.d.ts +1 -1
- package/dist/components/Icon/icons/Bin.d.ts +1 -1
- package/dist/components/Icon/icons/Calendar.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotDown.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotLeft.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotRight.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotUp.d.ts +1 -1
- package/dist/components/Icon/icons/Change.d.ts +1 -1
- package/dist/components/Icon/icons/Chart.d.ts +1 -1
- package/dist/components/Icon/icons/Check.d.ts +1 -1
- package/dist/components/Icon/icons/CheckCircle.d.ts +1 -1
- package/dist/components/Icon/icons/Circle.d.ts +1 -1
- package/dist/components/Icon/icons/Clock.d.ts +1 -1
- package/dist/components/Icon/icons/Copy.d.ts +1 -1
- package/dist/components/Icon/icons/Cross.d.ts +1 -1
- package/dist/components/Icon/icons/Diet.d.ts +1 -1
- package/dist/components/Icon/icons/Email.d.ts +1 -1
- package/dist/components/Icon/icons/Filter.d.ts +1 -1
- package/dist/components/Icon/icons/Home.d.ts +1 -1
- package/dist/components/Icon/icons/Information.d.ts +1 -1
- package/dist/components/Icon/icons/Invisible.d.ts +1 -1
- package/dist/components/Icon/icons/Lock.d.ts +1 -1
- package/dist/components/Icon/icons/LogIn.d.ts +1 -1
- package/dist/components/Icon/icons/LogOut.d.ts +1 -1
- package/dist/components/Icon/icons/Measurements.d.ts +1 -1
- package/dist/components/Icon/icons/Minus.d.ts +1 -1
- package/dist/components/Icon/icons/More.d.ts +1 -1
- package/dist/components/Icon/icons/MoreVertical.d.ts +1 -1
- package/dist/components/Icon/icons/Notification.d.ts +1 -1
- package/dist/components/Icon/icons/Plus.d.ts +1 -1
- package/dist/components/Icon/icons/RadioOn.d.ts +1 -1
- package/dist/components/Icon/icons/Robot.d.ts +1 -1
- package/dist/components/Icon/icons/Search.d.ts +1 -1
- package/dist/components/Icon/icons/Settings.d.ts +1 -1
- package/dist/components/Icon/icons/Sleep.d.ts +1 -1
- package/dist/components/Icon/icons/Stats.d.ts +1 -1
- package/dist/components/Icon/icons/Trainings.d.ts +1 -1
- package/dist/components/Icon/icons/Union.d.ts +1 -1
- package/dist/components/Icon/icons/User.d.ts +1 -1
- package/dist/components/Icon/icons/Visible.d.ts +1 -1
- package/dist/components/Icon/icons/Warning.d.ts +1 -1
- package/dist/components/Icon/icons/index.d.ts +1 -1
- package/dist/components/Icon/types.d.ts +4 -8
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Icon/Icon.tsx +2 -2
- package/src/components/Icon/Icons.spec.tsx +45 -19
- package/src/components/Icon/Icons.stories.tsx +7 -1
- package/src/components/Icon/icons/Archive.tsx +3 -2
- package/src/components/Icon/icons/ArrowDown.tsx +3 -2
- package/src/components/Icon/icons/ArrowUp.tsx +3 -2
- package/src/components/Icon/icons/Attention.tsx +3 -2
- package/src/components/Icon/icons/Bin.tsx +3 -2
- package/src/components/Icon/icons/Calendar.tsx +3 -2
- package/src/components/Icon/icons/CarrotDown.tsx +7 -2
- package/src/components/Icon/icons/CarrotLeft.tsx +7 -2
- package/src/components/Icon/icons/CarrotRight.tsx +7 -2
- package/src/components/Icon/icons/CarrotUp.tsx +3 -2
- package/src/components/Icon/icons/Change.tsx +3 -2
- package/src/components/Icon/icons/Chart.tsx +3 -2
- package/src/components/Icon/icons/Check.tsx +3 -2
- package/src/components/Icon/icons/CheckCircle.tsx +7 -2
- package/src/components/Icon/icons/Circle.tsx +3 -2
- package/src/components/Icon/icons/Clock.tsx +3 -2
- package/src/components/Icon/icons/Copy.tsx +3 -2
- package/src/components/Icon/icons/Cross.tsx +3 -2
- package/src/components/Icon/icons/Diet.tsx +3 -2
- package/src/components/Icon/icons/Email.tsx +3 -2
- package/src/components/Icon/icons/Filter.tsx +3 -2
- package/src/components/Icon/icons/Home.tsx +3 -2
- package/src/components/Icon/icons/Information.tsx +7 -2
- package/src/components/Icon/icons/Invisible.tsx +3 -2
- package/src/components/Icon/icons/Lock.tsx +3 -2
- package/src/components/Icon/icons/LogIn.tsx +3 -2
- package/src/components/Icon/icons/LogOut.tsx +3 -2
- package/src/components/Icon/icons/Measurements.tsx +7 -2
- package/src/components/Icon/icons/Minus.tsx +3 -2
- package/src/components/Icon/icons/More.tsx +3 -2
- package/src/components/Icon/icons/MoreVertical.tsx +8 -3
- package/src/components/Icon/icons/Notification.tsx +7 -2
- package/src/components/Icon/icons/Plus.tsx +3 -2
- package/src/components/Icon/icons/RadioOn.tsx +3 -2
- package/src/components/Icon/icons/Robot.tsx +5 -4
- package/src/components/Icon/icons/Search.tsx +5 -4
- package/src/components/Icon/icons/Settings.tsx +3 -2
- package/src/components/Icon/icons/Sleep.tsx +3 -2
- package/src/components/Icon/icons/Stats.tsx +3 -2
- package/src/components/Icon/icons/Trainings.tsx +3 -2
- package/src/components/Icon/icons/Union.tsx +3 -2
- package/src/components/Icon/icons/User.tsx +3 -2
- package/src/components/Icon/icons/Visible.tsx +3 -2
- package/src/components/Icon/icons/Warning.tsx +3 -2
- package/src/components/Icon/icons/index.tsx +2 -2
- package/src/components/Icon/types.ts +5 -9
- package/storybook-static/106.778a645c.iframe.bundle.js +44 -0
- package/storybook-static/106.778a645c.iframe.bundle.js.map +1 -0
- package/storybook-static/138.8c2d65fc.iframe.bundle.js +402 -0
- package/storybook-static/138.8c2d65fc.iframe.bundle.js.LICENSE.txt +64 -0
- package/storybook-static/138.8c2d65fc.iframe.bundle.js.map +1 -0
- package/storybook-static/147.4bde027d.iframe.bundle.js +1 -0
- package/storybook-static/162.50651ae2.iframe.bundle.js +1 -0
- package/storybook-static/17.5d9bd250.iframe.bundle.js +1 -0
- package/storybook-static/291.09d4c667.iframe.bundle.js +1 -0
- package/storybook-static/306.af359eab.iframe.bundle.js +6 -0
- package/storybook-static/306.af359eab.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/306.af359eab.iframe.bundle.js.map +1 -0
- package/storybook-static/362.4cbbd69f.iframe.bundle.js +1 -0
- package/storybook-static/420.42d7bc14.iframe.bundle.js +1 -0
- package/storybook-static/576.29e7ae1a.iframe.bundle.js +1 -0
- package/storybook-static/577.1d2cbd23.iframe.bundle.js +1 -0
- package/storybook-static/710.062ccd5f.iframe.bundle.js +1 -0
- package/storybook-static/768.33e53fd0.iframe.bundle.js +1 -0
- package/storybook-static/828.5ae0e882.iframe.bundle.js +1 -0
- package/storybook-static/829.683a9f42.iframe.bundle.js +133 -0
- package/storybook-static/829.683a9f42.iframe.bundle.js.map +1 -0
- package/storybook-static/866.50e11952.iframe.bundle.js +1 -0
- package/storybook-static/92.83dcbe4b.iframe.bundle.js +1 -0
- package/storybook-static/945.3489a74d.iframe.bundle.js +1 -0
- package/storybook-static/958.d966bb86.iframe.bundle.js +1 -0
- package/storybook-static/components-Badge-Badge-stories.f86fca97.iframe.bundle.js +1 -0
- package/storybook-static/components-Button-Button-stories.f9b820e6.iframe.bundle.js +1 -0
- package/storybook-static/components-Card-Card-stories.53c865e0.iframe.bundle.js +1 -0
- package/storybook-static/components-Checkbox-Checkbox-stories.831f01fd.iframe.bundle.js +1 -0
- package/storybook-static/components-ColorPicker-ColorPicker-stories.2ab41812.iframe.bundle.js +1 -0
- package/storybook-static/components-Dropdown-Dropdown-stories.7167f777.iframe.bundle.js +1 -0
- package/storybook-static/components-Form-Form-stories-mdx.9836b75e.iframe.bundle.js +2 -0
- package/storybook-static/components-Form-Form-stories-mdx.9836b75e.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/components-Form-Form-stories.3de6bf7e.iframe.bundle.js +1 -0
- package/storybook-static/components-FormRadioGroup-FormRadioGroup-stories.0502eda0.iframe.bundle.js +1 -0
- package/storybook-static/components-Icon-Icons-stories.1acf0324.iframe.bundle.js +1 -0
- package/storybook-static/components-Input-Input-stories.6eb48766.iframe.bundle.js +1 -0
- package/storybook-static/components-Modal-Modal-stories.86f65df0.iframe.bundle.js +1 -0
- package/storybook-static/components-Progress-Progress-stories.77e171cd.iframe.bundle.js +1 -0
- package/storybook-static/components-ProgressCircle-ProgressCircle-stories.859f52ec.iframe.bundle.js +1 -0
- package/storybook-static/components-Radio-Radio-stories.71a0eb7a.iframe.bundle.js +1 -0
- package/storybook-static/components-RadioGroup-RadioGroup-stories.c5e954b8.iframe.bundle.js +1 -0
- package/storybook-static/components-ResponsiveImage-ResponsiveImage-stories.0865df1e.iframe.bundle.js +1 -0
- package/storybook-static/components-Stepper-Stepper-stories.7627cd7c.iframe.bundle.js +1 -0
- package/storybook-static/components-Switch-Switch-stories.a4a76d7f.iframe.bundle.js +1 -0
- package/storybook-static/components-TabBar-stories-TimePeriodTabBar-stories.70f1a14c.iframe.bundle.js +1 -0
- package/storybook-static/components-TabBar-stories-WeekTabBar-stories.9e080c9e.iframe.bundle.js +1 -0
- package/storybook-static/components-Table-Table-stories.f316f6a3.iframe.bundle.js +1 -0
- package/storybook-static/components-Tag-Tag-stories.4f4974ab.iframe.bundle.js +1 -0
- package/storybook-static/components-TextField-TextField-stories.af04f7d8.iframe.bundle.js +1 -0
- package/storybook-static/components-Textarea-Textarea-stories.90376002.iframe.bundle.js +1 -0
- package/storybook-static/components-Tooltip-Tooltip-stories.63785818.iframe.bundle.js +1 -0
- package/storybook-static/components-Typography-Typography-stories.3cdf669d.iframe.bundle.js +1 -0
- package/storybook-static/favicon.svg +7 -0
- package/storybook-static/iframe.html +355 -0
- package/storybook-static/index.html +126 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/main.4d06409e.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/runtime~main.dcd9f3c1.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +13 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +117 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js +28 -0
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.map +7 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/GlobalScrollAreaStyles-DZEYMYDM-UAEZM2KF.js +7 -0
- package/storybook-static/sb-manager/OverlayScrollbars-OGE3XJTA-T3S33YR7.js +1 -0
- package/storybook-static/sb-manager/WithTooltip-I4CCNYWD-ZW5IOTVO.js +1 -0
- package/storybook-static/sb-manager/chunk-3FAXWWKG.js +15 -0
- package/storybook-static/sb-manager/chunk-AA6TEL5N.js +207 -0
- package/storybook-static/sb-manager/chunk-AM2ZNZZH.js +136 -0
- package/storybook-static/sb-manager/chunk-AS2AMEUR.js +1 -0
- package/storybook-static/sb-manager/chunk-FPTBIX6P.js +403 -0
- package/storybook-static/sb-manager/chunk-IPZYHIL3.js +7 -0
- package/storybook-static/sb-manager/chunk-QPL63VNK.js +1 -0
- package/storybook-static/sb-manager/chunk-R5BIZIS3.js +1 -0
- package/storybook-static/sb-manager/formatter-OJ5LH2CX-IQX6U4TO.js +156 -0
- package/storybook-static/sb-manager/globals.js +1 -0
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -0
- package/storybook-static/sb-manager/syntaxhighlighter-SIPZPD4I-WOB5MYBW.js +1 -0
- package/storybook-static/sb-preview/globals.js +1 -0
- package/storybook-static/sb-preview/runtime.js +105 -0
- package/storybook-static/stories.json +1 -0
- package/tsbuildcache +1 -1
- package/tsconfig.tsbuildinfo +1 -0
- package/LICENSE +0 -21
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_ssa_ui_kit_core=self.webpackChunk_ssa_ui_kit_core||[]).push([[143],{"./src/components/Tag/Tag.stories.tsx":function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{Default:function(){return Default},__namedExportsOrder:function(){return __namedExportsOrder},default:function(){return Tag_stories}});var Badge=__webpack_require__("./src/components/Badge/Badge.tsx"),global=__webpack_require__("./src/styles/global.ts"),emotion_react_browser_esm=__webpack_require__("../../node_modules/.pnpm/@emotion+react@11.11.1_@types+react@18.2.8_react@18.2.0/node_modules/@emotion/react/dist/emotion-react.browser.esm.js"),main=__webpack_require__("./src/themes/main.ts");const pinkBorder=(0,emotion_react_browser_esm.iv)("border:1px solid ",main.Z.colors.pink,";","",""),yellowBorder=(0,emotion_react_browser_esm.iv)("border:1px solid ",main.Z.colors.yellow,";","",""),greenBorder=(0,emotion_react_browser_esm.iv)("border:1px solid ",main.Z.colors.green,";","",""),turquoiseBorder=(0,emotion_react_browser_esm.iv)("border:1px solid ",main.Z.colors.turquoise,";","",""),purpleBorder=(0,emotion_react_browser_esm.iv)("border:1px solid ",main.Z.colors.purple,";","",""),blueLightBorder=(0,emotion_react_browser_esm.iv)("border:1px solid ",main.Z.colors.blueLight,";","",""),blueBorder=(0,emotion_react_browser_esm.iv)("border:1px solid ",main.Z.colors.blue,";","",""),mapColors={pink:[global.iQ,pinkBorder],yellow:[global.er,yellowBorder],green:[global.ek,greenBorder],turquoise:[global.Mk,turquoiseBorder],purple:[global.jk,purpleBorder],blueLight:[global.GH,blueLightBorder],blue:[global.iN,blueBorder]},Tag=({color:color="purple",size:size="medium",children:children})=>(0,emotion_react_browser_esm.tZ)(Badge.Z,{color:color,size:size,css:mapColors[color]},children);Tag.displayName="Tag";var Tag_Tag=Tag;try{Tag.displayName="Tag",Tag.__docgenInfo={description:"",displayName:"Tag",props:{color:{defaultValue:{value:"purple"},description:"",name:"color",required:!1,type:{name:"string | number | symbol"}},size:{defaultValue:{value:"medium"},description:"",name:"size",required:!1,type:{name:"string | number | symbol"}}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/Tag/Tag.tsx#Tag"]={docgenInfo:Tag.__docgenInfo,name:"Tag",path:"src/components/Tag/Tag.tsx#Tag"})}catch(__react_docgen_typescript_loader_error){}var Tag_stories={title:"Components/Tag",component:Tag_Tag,argTypes:{color:{table:{type:{summary:"string"}},options:["pink","yellow","green","turquoise","purple","blueLight","blue"],control:{type:"select"}},size:{table:{type:{summary:"string"}},options:["small","medium","large"],control:{type:"inline-radio"}},children:{table:{type:{summary:"string | element"}},control:{type:"text"}}},args:{children:"0"}};const Default={};Default.parameters={...Default.parameters,docs:{...Default.parameters?.docs,source:{originalSource:"{}",...Default.parameters?.docs?.source}}};const __namedExportsOrder=["Default"]}}]);
|