From 130a589ccd428a25fee198df82795905db2bfed1 Mon Sep 17 00:00:00 2001 From: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Date: Thu, 8 Dec 2022 11:37:02 +0300 Subject: [PATCH] Fix/storybook 6 build (#484) * Release/0.9.0 (#207) * Neomorphism. Button. (#205) * add color variables * add provide inject components * fix inject design system * add primary secondary tertiary styles * add action and alternative states * remove duplicated styles * fefactoring neo css vars usage * fix ln * fix export * fix config * remove console.log * rename neo to neu * Neumorphism/input (#206) * wip neumorphic input * add neu input styles & refactoring * fix file input * export setDesignTheme * Update STooltip.stories.ts (#197) Co-authored-by: Alexander Yakimov Co-authored-by: Stefan Popov * Release/0.9.1 (#209) * Neomorphism. Button. (#205) * add color variables * add provide inject components * fix inject design system * add primary secondary tertiary styles * add action and alternative states * remove duplicated styles * fefactoring neo css vars usage * fix ln * fix export * fix config * remove console.log * rename neo to neu * Neumorphism/input (#206) * wip neumorphic input * add neu input styles & refactoring * fix file input * export setDesignTheme * Update STooltip.stories.ts (#197) * fix build (#208) Co-authored-by: Alexander Yakimov Co-authored-by: Stefan Popov * Release/0.9.2 (#211) * Neomorphism. Button. (#205) * add color variables * add provide inject components * fix inject design system * add primary secondary tertiary styles * add action and alternative states * remove duplicated styles * fefactoring neo css vars usage * fix ln * fix export * fix config * remove console.log * rename neo to neu * Neumorphism/input (#206) * wip neumorphic input * add neu input styles & refactoring * fix file input * export setDesignTheme * Update STooltip.stories.ts (#197) * fix build (#208) * neu styles & props improvement (#210) * neu styles & props improvement * fix mixin * up to 0.9.2 Co-authored-by: Alexander Yakimov Co-authored-by: Stefan Popov * Release/0.9.3 (#213) * Neomorphism. Button. (#205) * add color variables * add provide inject components * fix inject design system * add primary secondary tertiary styles * add action and alternative states * remove duplicated styles * fefactoring neo css vars usage * fix ln * fix export * fix config * remove console.log * rename neo to neu * Neumorphism/input (#206) * wip neumorphic input * add neu input styles & refactoring * fix file input * export setDesignTheme * Update STooltip.stories.ts (#197) * fix build (#208) * neu styles & props improvement (#210) * neu styles & props improvement * fix mixin * up to 0.9.2 * Neumorphic updates (#212) * neu card styles & component update * fix provide for devtools * add neu tabs styles * s-radio refactoring * add radio styles * add switch neu styles * add neu tooltip * add typography common classes * up version Co-authored-by: Alexander Yakimov Co-authored-by: Stefan Popov * Release/0.9.4 (#216) * Neomorphism. Button. (#205) * add color variables * add provide inject components * fix inject design system * add primary secondary tertiary styles * add action and alternative states * remove duplicated styles * fefactoring neo css vars usage * fix ln * fix export * fix config * remove console.log * rename neo to neu * Neumorphism/input (#206) * wip neumorphic input * add neu input styles & refactoring * fix file input * export setDesignTheme * Update STooltip.stories.ts (#197) * fix build (#208) * neu styles & props improvement (#210) * neu styles & props improvement * fix mixin * up to 0.9.2 * Neumorphic updates (#212) * neu card styles & component update * fix provide for devtools * add neu tabs styles * s-radio refactoring * add radio styles * add switch neu styles * add neu tooltip * add typography common classes * up version * Neumorphic/style fixes (#215) * add some styles & typographic fixes * up version * use s variables instead of neu Co-authored-by: Alexander Yakimov Co-authored-by: Stefan Popov * Fix broken `SInput` error state (#225) (#226) * fix: input & textarea error style * fix: "placeholder" error color * fix: handle autofill case * build: up version to 0.9.7 Co-authored-by: Alexander Yakimov * Release 0.9.8 (#231) * Fix broken `SInput` error state (#225) * fix: input & textarea error style * fix: "placeholder" error color * fix: handle autofill case * build: up version to 0.9.7 * PW-179: Font Feature Settings Removing (#229) * Removed font feature settings. * Refactored due to PR comments. * fix: set fixed `SInput` height instead of `min-height` (#230) * fix: set fixed height instead of `min-height` * build: up version to 0.9.8 Co-authored-by: 0x009922 * Release 0.9.9 (#233) * Revert "PW-179: Font Feature Settings Removing (#229)" This reverts commit a10ba83c9de12847e5dfe6b98f8666ede7ae7a94. * Updated ui lib version. * Release 0.9.10 (#236) * Fixed Input heights. * add enter handler * Updated UI Lib version. * pass icon path, install other plugins inside index (#240) (#241) * pass icon path, install other plugins inside index * up version to 0.9.12 * update Readme * refactoring * update Readme * move vue-i18n to dependencies * remove i style * refactoring * prepare for test build * update readme * uncomment json-input * Release/0.9.13 (#243) * pass icon path, install other plugins inside index (#240) * pass icon path, install other plugins inside index * up version to 0.9.12 * update Readme * refactoring * update Readme * move vue-i18n to dependencies * remove i style * refactoring * prepare for test build * update readme * uncomment json-input * add SInput to components map (#242) * Release 0.9.14 (#246) * Fixed collapse icon. (#245) * Release/0.9.15 (#247) * pass icon path, install other plugins inside index (#240) * pass icon path, install other plugins inside index * up version to 0.9.12 * update Readme * refactoring * update Readme * move vue-i18n to dependencies * remove i style * refactoring * prepare for test build * update readme * uncomment json-input * add SInput to components map (#242) * Fixed collapse icon. (#245) * Tech/try to use split lib components (#244) * refactoring * move inputs to separated files * path fixes * move used in components dependencies * wip update install property * refactoring improts * upda version to 0.9.15 * update README * return type on install plugin function * fix comment * remove unused styles Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> * Release 0.9.16 (#249) * pass icon path, install other plugins inside index (#240) * pass icon path, install other plugins inside index * up version to 0.9.12 * update Readme * refactoring * update Readme * move vue-i18n to dependencies * remove i style * refactoring * prepare for test build * update readme * uncomment json-input * add SInput to components map (#242) * Fixed collapse icon. (#245) * Tech/try to use split lib components (#244) * refactoring * move inputs to separated files * path fixes * move used in components dependencies * wip update install property * refactoring improts * upda version to 0.9.15 * update README * return type on install plugin function * fix comment * PW-207: Design Improvements (#248) * Updated switch, inputs, button, card neu styles. * Updated UI Lib version. * Updated neumorphism styles. * Added collapse button neumorphic styles. * Updated cards and buttons neomorphic styles. * Release 0.9.17 (#252) * pass icon path, install other plugins inside index (#240) * pass icon path, install other plugins inside index * up version to 0.9.12 * update Readme * refactoring * update Readme * move vue-i18n to dependencies * remove i style * refactoring * prepare for test build * update readme * uncomment json-input * add SInput to components map (#242) * Fixed collapse icon. (#245) * Tech/try to use split lib components (#244) * refactoring * move inputs to separated files * path fixes * move used in components dependencies * wip update install property * refactoring improts * upda version to 0.9.15 * update README * return type on install plugin function * fix comment * PW-207: Design Improvements (#248) * Updated switch, inputs, button, card neu styles. * Updated UI Lib version. * Updated neumorphism styles. * Added collapse button neumorphic styles. * Updated cards and buttons neomorphic styles. * PW-207: Design Improvements Updates (#250) * Updated cards, dialog, tabs neumorphic shadows. * Increased UI Lib version. * Updated input styles. * Refactoring element-ui imports to optimize projects build size (#251) * wip update plugin * use only necessary element-ui components * import el-ui components to related lib components * optimize build * Update version to 0.9.18 * Scrollbar implementation (#258) (#259) * Add scrollbar * Update scrollbar.scss * Release/1.0.2 (#261) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async Co-authored-by: Stefan Popov * Release 1.0.3 (#265) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet * Release 1.0.3 (#267) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet * Release 1.0.4 (#274) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Release 1.0.5 (#277) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.6 (#279) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release/1.0.7 (#281) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) Co-authored-by: Stefan Popov Co-authored-by: RDMStreet Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.8 (#284) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release/1.0.9 (#286) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button Co-authored-by: Stefan Popov Co-authored-by: RDMStreet Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.10 (#288) * Fixed icons colors. (#287) * Release/1.0.11 (#290) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) Co-authored-by: Stefan Popov Co-authored-by: RDMStreet Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.12 (#294) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Release 1.0.13 (#297) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.14 (#299) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.15 (#304) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release/1.0.16 (#307) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type * Fix/buttons shadows (#305) * fix neu buttons shadows * fix card with status text color * up version * remove unused typography styles * typography button fixes * fix typography input font-size * change styles for cart tabs & form item error input (#308) Co-authored-by: Stefan Popov Co-authored-by: RDMStreet Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.17 (#309) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type * Fix/buttons shadows (#305) * fix neu buttons shadows * fix card with status text color * up version * remove unused typography styles * typography button fixes * fix typography input font-size * change styles for cart tabs & form item error input (#308) * PW-15: Image Lazy Loading (#306) * Update Element UI version. * Added Skeleton component. * Updated UI Lib version, Added SImage component, added and updated stories for Skeleton and Image components. * Refactoring and SImage props fixing. * Fixed Dropdown divider colors. * Refactored due to PR comments, added scrollContainer prop to SImage. * Updated skeleton background colors. * SImage: Added required flag to Src property. * Release 1.0.18 (#311) * Neumorphic Tooltip Styles Fix (#310) * Stories white spaces fixing. * Fixed neumorphic tooltips styles. * Updated UI Lib version. * Fixed new line at the end of the styles file. * Fixed neumorphic tooltips styles for all border sizes, updated tooltip story. * Fixed new lines at the end of the files. * Fixed variables calls. * Release 1.0.19 (#313) * Added tooltip delay. (#312) * Release 1.0.20 (#316) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type * Fix/buttons shadows (#305) * fix neu buttons shadows * fix card with status text color * up version * remove unused typography styles * typography button fixes * fix typography input font-size * change styles for cart tabs & form item error input (#308) * PW-15: Image Lazy Loading (#306) * Update Element UI version. * Added Skeleton component. * Updated UI Lib version, Added SImage component, added and updated stories for Skeleton and Image components. * Refactoring and SImage props fixing. * Fixed Dropdown divider colors. * Refactored due to PR comments, added scrollContainer prop to SImage. * Updated skeleton background colors. * SImage: Added required flag to Src property. * Neumorphic Tooltip Styles Fix (#310) * Stories white spaces fixing. * Fixed neumorphic tooltips styles. * Updated UI Lib version. * Fixed new line at the end of the styles file. * Fixed neumorphic tooltips styles for all border sizes, updated tooltip story. * Fixed new lines at the end of the files. * Fixed variables calls. Co-authored-by: alexnatalia * Added tooltip delay. (#312) * Fix native scrollbar (#314) * Fix native scrollbar * Change version Co-authored-by: Stefan Popov Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.21 (#321) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type * Fix/buttons shadows (#305) * fix neu buttons shadows * fix card with status text color * up version * remove unused typography styles * typography button fixes * fix typography input font-size * change styles for cart tabs & form item error input (#308) * PW-15: Image Lazy Loading (#306) * Update Element UI version. * Added Skeleton component. * Updated UI Lib version, Added SImage component, added and updated stories for Skeleton and Image components. * Refactoring and SImage props fixing. * Fixed Dropdown divider colors. * Refactored due to PR comments, added scrollContainer prop to SImage. * Updated skeleton background colors. * SImage: Added required flag to Src property. * Neumorphic Tooltip Styles Fix (#310) * Stories white spaces fixing. * Fixed neumorphic tooltips styles. * Updated UI Lib version. * Fixed new line at the end of the styles file. * Fixed neumorphic tooltips styles for all border sizes, updated tooltip story. * Fixed new lines at the end of the files. * Fixed variables calls. Co-authored-by: alexnatalia * Added tooltip delay. (#312) * Fix native scrollbar (#314) * Fix native scrollbar * Change version * Add popper class for dropdown (#320) Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia Co-authored-by: RustemYuzlibaev * Release/1.0.22 (#333) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type * Fix/buttons shadows (#305) * fix neu buttons shadows * fix card with status text color * up version * remove unused typography styles * typography button fixes * fix typography input font-size * change styles for cart tabs & form item error input (#308) * PW-15: Image Lazy Loading (#306) * Update Element UI version. * Added Skeleton component. * Updated UI Lib version, Added SImage component, added and updated stories for Skeleton and Image components. * Refactoring and SImage props fixing. * Fixed Dropdown divider colors. * Refactored due to PR comments, added scrollContainer prop to SImage. * Updated skeleton background colors. * SImage: Added required flag to Src property. * Neumorphic Tooltip Styles Fix (#310) * Stories white spaces fixing. * Fixed neumorphic tooltips styles. * Updated UI Lib version. * Fixed new line at the end of the styles file. * Fixed neumorphic tooltips styles for all border sizes, updated tooltip story. * Fixed new lines at the end of the files. * Fixed variables calls. Co-authored-by: alexnatalia * Added tooltip delay. (#312) * Fix native scrollbar (#314) * Fix native scrollbar * Change version * Add popper class for dropdown (#320) * add default flag (#330) Co-authored-by: Stefan Popov Co-authored-by: RDMStreet Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia Co-authored-by: RustemYuzlibaev * Release/1.0.23 (#338) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type * Fix/buttons shadows (#305) * fix neu buttons shadows * fix card with status text color * up version * remove unused typography styles * typography button fixes * fix typography input font-size * change styles for cart tabs & form item error input (#308) * PW-15: Image Lazy Loading (#306) * Update Element UI version. * Added Skeleton component. * Updated UI Lib version, Added SImage component, added and updated stories for Skeleton and Image components. * Refactoring and SImage props fixing. * Fixed Dropdown divider colors. * Refactored due to PR comments, added scrollContainer prop to SImage. * Updated skeleton background colors. * SImage: Added required flag to Src property. * Neumorphic Tooltip Styles Fix (#310) * Stories white spaces fixing. * Fixed neumorphic tooltips styles. * Updated UI Lib version. * Fixed new line at the end of the styles file. * Fixed neumorphic tooltips styles for all border sizes, updated tooltip story. * Fixed new lines at the end of the files. * Fixed variables calls. Co-authored-by: alexnatalia * Added tooltip delay. (#312) * Fix native scrollbar (#314) * Fix native scrollbar * Change version * Add popper class for dropdown (#320) * add default flag (#330) * fix leading zeros (#337) Co-authored-by: Stefan Popov Co-authored-by: RDMStreet Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia Co-authored-by: RustemYuzlibaev * Release 1.0.24 (#340) * Neu Tabs Card Type (#339) * Neu Tabs Card: Added Card Tabs Type. * Release/1.0.25 (#343) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type * Fix/buttons shadows (#305) * fix neu buttons shadows * fix card with status text color * up version * remove unused typography styles * typography button fixes * fix typography input font-size * change styles for cart tabs & form item error input (#308) * PW-15: Image Lazy Loading (#306) * Update Element UI version. * Added Skeleton component. * Updated UI Lib version, Added SImage component, added and updated stories for Skeleton and Image components. * Refactoring and SImage props fixing. * Fixed Dropdown divider colors. * Refactored due to PR comments, added scrollContainer prop to SImage. * Updated skeleton background colors. * SImage: Added required flag to Src property. * Neumorphic Tooltip Styles Fix (#310) * Stories white spaces fixing. * Fixed neumorphic tooltips styles. * Updated UI Lib version. * Fixed new line at the end of the styles file. * Fixed neumorphic tooltips styles for all border sizes, updated tooltip story. * Fixed new lines at the end of the files. * Fixed variables calls. Co-authored-by: alexnatalia * Added tooltip delay. (#312) * Fix native scrollbar (#314) * Fix native scrollbar * Change version * Add popper class for dropdown (#320) * add default flag (#330) * fix leading zeros (#337) * Neu Tabs Card Type (#339) * Neu Tabs Card: Added Card Tabs Type. * Add attributes (#342) * Add attributes * Up version Co-authored-by: Stefan Popov Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release/1.0.26 (#345) * Scrollbar implementation (#258) * Add scrollbar * Update scrollbar.scss * fix storybook build scss (#260) * fix storybook build scss * remove async * Add an item in the installation instructions with the addition of element-ui types in tsconfig * Fix select arrow icon * Improve build config (#264) * Improve build config * Fix customization page (#266) * Improve build config (#268) * Improve build config * Add install function * Improve build config * Fix issues * Update install.ts * fix paths in README.md Co-authored-by: Nikita-Polyakov * Fix UI issues part 1 (#269) * Move storybook styles to separated file * Remove status icon for form component * Fix margin for form items without error message during error validation * Remove total text property from table * Fix table expended icon * Fix pagination colors * Fix collapse border type=internal * Fix dropdown story columns * Fix group buttons styles & dropdown buttons * Refactor styles * add style fixes for input button tabs (#270) * add style fixes for input button tabs * fix neu tabs position Co-authored-by: Stefan Popov * Fix readme (#271) * PW-239: Bridge Design Update (#273) * Neumorphism: Updated input placeholder color. * Neumorphism: Updated shadow for cards and dialogs. * Add dark theme (#275) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues Co-authored-by: Nikita-Polyakov * Fix theming issues (#276) * Fix readme * Add dark theme * add dark shadows to button, input, tabs * fix dialog shadow * fix switch, radio shadows * Fix issues * Fix issues * Fix issues * Update index.scss * Update index.scss Co-authored-by: Nikita-Polyakov * Border Radiuses and Sizes Fixing (#272) * Fixed border radiuses and sizes for components. * Fixed small and mini checkbox types. Co-authored-by: alexnatalia Co-authored-by: Stefan Popov * Neumorphic switch in storybook (#278) * Add neumorphic colors switch in storybook * Update version * Update tabs.scss * Fix build config * update components styles (#280) * Fixed button storybook typograhy behaviour. (#282) Co-authored-by: alexnatalia * Add switch theme function (#283) * fix action button (#285) * fix action button * set 0 padding for action neu button * Fixed icons colors. (#287) * fix action button style (#289) * fix box-shadow (#292) * Added tertiary SDivider type. (#291) * Update UI Lib version. (#293) * Fix message box and dialog styles (#296) * Fix dialog issues * Update Theming.stories.ts * Add stories for different messages * Fix dialog & messagebox styles * Update version * add table empty-text color (#295) * Improve theme switch for storybook layouts (#298) * Add neumorphic label for storybook menu * Add todo section for storybook theme addon * Improve theme switch operation for storybook layouts * Update version * tooltip close delay & hide after props (#300) * Fix dialog close state (#301) * Float input improvemens (#303) * wip selection start * float input selection start update * refactoring * revert story * add type to input * fix type * Fix/buttons shadows (#305) * fix neu buttons shadows * fix card with status text color * up version * remove unused typography styles * typography button fixes * fix typography input font-size * change styles for cart tabs & form item error input (#308) * PW-15: Image Lazy Loading (#306) * Update Element UI version. * Added Skeleton component. * Updated UI Lib version, Added SImage component, added and updated stories for Skeleton and Image components. * Refactoring and SImage props fixing. * Fixed Dropdown divider colors. * Refactored due to PR comments, added scrollContainer prop to SImage. * Updated skeleton background colors. * SImage: Added required flag to Src property. * Neumorphic Tooltip Styles Fix (#310) * Stories white spaces fixing. * Fixed neumorphic tooltips styles. * Updated UI Lib version. * Fixed new line at the end of the styles file. * Fixed neumorphic tooltips styles for all border sizes, updated tooltip story. * Fixed new lines at the end of the files. * Fixed variables calls. Co-authored-by: alexnatalia * Added tooltip delay. (#312) * Fix native scrollbar (#314) * Fix native scrollbar * Change version * Add popper class for dropdown (#320) * add default flag (#330) * fix leading zeros (#337) * Neu Tabs Card Type (#339) * Neu Tabs Card: Added Card Tabs Type. * Add attributes (#342) * Add attributes * Up version * Fix/remove textarea attributes (#344) * Add attributes * Up version * Update SInput.vue * Update package.json * Update SInput.vue Co-authored-by: Stefan Popov Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: RDMStreet Co-authored-by: Nikita-Polyakov Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release/1.0.28 (#386) * Change Dockefile Signed-off-by: Nikita Zaporozhets * Delete EXPOSE from Dockerfile Signed-off-by: Nikita Zaporozhets * fix leading dot (#385) Co-authored-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> * Release 1.0.29 (#393) * Change Dockefile Signed-off-by: Nikita Zaporozhets * Delete EXPOSE from Dockerfile Signed-off-by: Nikita Zaporozhets * fix leading dot (#385) * Fix dialog structure search for computed props (#392) Co-authored-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> * Release/1.0.30 (#403) * Change Dockefile Signed-off-by: Nikita Zaporozhets * Delete EXPOSE from Dockerfile Signed-off-by: Nikita Zaporozhets * fix leading dot (#385) * Fix dialog structure search for computed props (#392) * Feature/add preview image option (#399) * Add preview option * Update package.json * fix defaults * add whitespace * Update SImage.vue Co-authored-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: Stefan Popov * Release 1.0.32 (#409) * Release 1.0.33 (#421) * Change Dockefile Signed-off-by: Nikita Zaporozhets * Delete EXPOSE from Dockerfile Signed-off-by: Nikita Zaporozhets * fix leading dot (#385) * Fix dialog structure search for computed props (#392) * Feature/add preview image option (#399) * Add preview option * Update package.json * fix defaults * add whitespace * Update SImage.vue * Bump minimist from 1.2.5 to 1.2.6 (#402) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lodash from 4.17.15 to 4.17.21 (#400) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nanoid from 3.1.23 to 3.3.2 (#401) Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.2. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.3.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump follow-redirects from 1.11.0 to 1.14.9 (#387) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.11.0...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump postcss from 8.2.10 to 8.2.13 (#364) * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Popov * Bump node-fetch from 2.6.0 to 2.6.7 (#366) Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tmpl from 1.0.4 to 1.0.5 (#331) Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ws from 5.2.2 to 5.2.3 (#332) Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ajv from 6.12.2 to 6.12.6 (#388) Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix image preview (#407) * Fix image preview styles * Update SImage.stories.ts * Bump version * Update image.scss * Update image.scss * STooltip: Added center alignment for the arrow. (#416) * STooltip: Reverted Popper Arrow Styles Update (#418) * STooltip: Updated Popper Arrow Styles. * Reverted the prev PR changes. Co-authored-by: alexnatalia * STooltip: Decreased Open Delay. (#419) Co-authored-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: Rustem Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia * Release 1.0.34 (#446) * Fixed Receive Misspelling. (#444) * Release/1.0.35 (#459) * Change Dockefile Signed-off-by: Nikita Zaporozhets * Delete EXPOSE from Dockerfile Signed-off-by: Nikita Zaporozhets * fix leading dot (#385) * Fix dialog structure search for computed props (#392) * Feature/add preview image option (#399) * Add preview option * Update package.json * fix defaults * add whitespace * Update SImage.vue * Bump minimist from 1.2.5 to 1.2.6 (#402) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lodash from 4.17.15 to 4.17.21 (#400) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nanoid from 3.1.23 to 3.3.2 (#401) Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.2. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.3.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump follow-redirects from 1.11.0 to 1.14.9 (#387) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.11.0...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump postcss from 8.2.10 to 8.2.13 (#364) * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Popov * Bump node-fetch from 2.6.0 to 2.6.7 (#366) Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tmpl from 1.0.4 to 1.0.5 (#331) Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ws from 5.2.2 to 5.2.3 (#332) Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ajv from 6.12.2 to 6.12.6 (#388) Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix image preview (#407) * Fix image preview styles * Update SImage.stories.ts * Bump version * Update image.scss * Update image.scss * add Sonar * fix * STooltip: Added center alignment for the arrow. (#416) * STooltip: Reverted Popper Arrow Styles Update (#418) * STooltip: Updated Popper Arrow Styles. * Reverted the prev PR changes. Co-authored-by: alexnatalia * STooltip: Decreased Open Delay. (#419) * Fixed Receive Misspelling. (#444) * [DOPS-1857] Add publish button for all libraries PRs & branches in Jenkins * [DOPS-1857] Add publish button for all libraries PRs & branches in Jenkins * add neu select styles (#458) Co-authored-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> Co-authored-by: Stefan Popov Co-authored-by: Rustem Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Varfolomeev Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia Co-authored-by: Dmitriy Creed Co-authored-by: wpi86 <86880521+wpi86@users.noreply.github.com> Co-authored-by: Bao Tran Co-authored-by: Bao Nguyen Tran * Release 1.0.36 (#463) * Differences in Tabindex Types Fix, V-Button Directive (#462) * Release 1.0.37 (#465) * Change Dockefile Signed-off-by: Nikita Zaporozhets * Delete EXPOSE from Dockerfile Signed-off-by: Nikita Zaporozhets * fix leading dot (#385) * Fix dialog structure search for computed props (#392) * Feature/add preview image option (#399) * Add preview option * Update package.json * fix defaults * add whitespace * Update SImage.vue * Bump minimist from 1.2.5 to 1.2.6 (#402) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lodash from 4.17.15 to 4.17.21 (#400) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nanoid from 3.1.23 to 3.3.2 (#401) Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.2. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.3.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump follow-redirects from 1.11.0 to 1.14.9 (#387) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.11.0...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump postcss from 8.2.10 to 8.2.13 (#364) * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Popov * Bump node-fetch from 2.6.0 to 2.6.7 (#366) Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tmpl from 1.0.4 to 1.0.5 (#331) Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ws from 5.2.2 to 5.2.3 (#332) Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ajv from 6.12.2 to 6.12.6 (#388) Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix image preview (#407) * Fix image preview styles * Update SImage.stories.ts * Bump version * Update image.scss * Update image.scss * add Sonar * fix * STooltip: Added center alignment for the arrow. (#416) * STooltip: Reverted Popper Arrow Styles Update (#418) * STooltip: Updated Popper Arrow Styles. * Reverted the prev PR changes. Co-authored-by: alexnatalia * STooltip: Decreased Open Delay. (#419) * Fixed Receive Misspelling. (#444) * [DOPS-1857] Add publish button for all libraries PRs & branches in Jenkins * [DOPS-1857] Add publish button for all libraries PRs & branches in Jenkins * add neu select styles (#458) * Differences in Tabindex Types Fix, V-Button Directive (#462) * SInput, SButton, SDropdown, STooltip: Fixed differences in Tabindex types. Added V-Button Directive. * Fix directives (#464) Signed-off-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> Co-authored-by: Nikita Polyakov <53777036+Nikita-Polyakov@users.noreply.github.com> Co-authored-by: Rustem Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Varfolomeev Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia Co-authored-by: Dmitriy Creed Co-authored-by: wpi86 <86880521+wpi86@users.noreply.github.com> Co-authored-by: Bao Tran Co-authored-by: Bao Nguyen Tran * Release 1.0.38 (#467) * Improved focus behaviour. * Release 1.0.39 (#469) * Improved Focus Outline Mixin. (#468) * Release/1.0.40 (#483) * Change Dockefile Signed-off-by: Nikita Zaporozhets * Delete EXPOSE from Dockerfile Signed-off-by: Nikita Zaporozhets * fix leading dot (#385) * Fix dialog structure search for computed props (#392) * Feature/add preview image option (#399) * Add preview option * Update package.json * fix defaults * add whitespace * Update SImage.vue * Bump minimist from 1.2.5 to 1.2.6 (#402) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lodash from 4.17.15 to 4.17.21 (#400) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nanoid from 3.1.23 to 3.3.2 (#401) Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.2. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.3.2) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump follow-redirects from 1.11.0 to 1.14.9 (#387) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.9. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.11.0...v1.14.9) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump postcss from 8.2.10 to 8.2.13 (#364) * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Bump postcss from 8.2.10 to 8.2.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Popov * Bump node-fetch from 2.6.0 to 2.6.7 (#366) Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump tmpl from 1.0.4 to 1.0.5 (#331) Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ws from 5.2.2 to 5.2.3 (#332) Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ajv from 6.12.2 to 6.12.6 (#388) Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix image preview (#407) * Fix image preview styles * Update SImage.stories.ts * Bump version * Update image.scss * Update image.scss * add Sonar * fix * STooltip: Added center alignment for the arrow. (#416) * STooltip: Reverted Popper Arrow Styles Update (#418) * STooltip: Updated Popper Arrow Styles. * Reverted the prev PR changes. Co-authored-by: alexnatalia * STooltip: Decreased Open Delay. (#419) * Fixed Receive Misspelling. (#444) * [DOPS-1857] Add publish button for all libraries PRs & branches in Jenkins * [DOPS-1857] Add publish button for all libraries PRs & branches in Jenkins * add neu select styles (#458) * Differences in Tabindex Types Fix, V-Button Directive (#462) * SInput, SButton, SDropdown, STooltip: Fixed differences in Tabindex types. Added V-Button Directive. * Fix directives (#464) * Focus Behaviour Improvements (#466) * Improved focus behaviour. * Improved Focus Outline Mixin. (#468) * Update packages & storybook to 6 version (#479) * update packages * working config with webpack 5 (with issues) * dedup yarn.lock * update stories * update stories 2 * update stories 3 * update stories 3 * fixes & remove some packages * update resolutions * Update Jenkinsfile * refactoring components * update rollup plugins * update packages * fix components models Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> * fix build Signed-off-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> Co-authored-by: Stefan Popov Co-authored-by: Rustem Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Varfolomeev Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia Co-authored-by: Dmitriy Creed Co-authored-by: wpi86 <86880521+wpi86@users.noreply.github.com> Co-authored-by: Bao Tran Co-authored-by: Bao Nguyen Tran * fix table css Signed-off-by: Nikita Zaporozhets Co-authored-by: Alexander Yakimov Co-authored-by: Stefan Popov Co-authored-by: 0x009922 Co-authored-by: Alex Natalia <38787212+alexnatalia@users.noreply.github.com> Co-authored-by: alexnatalia Co-authored-by: RustemYuzlibaev Co-authored-by: Nikita Zaporozhets Co-authored-by: Nikita Zaporozhets <95526886+f33r0@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Varfolomeev Co-authored-by: Dmitriy Creed Co-authored-by: wpi86 <86880521+wpi86@users.noreply.github.com> Co-authored-by: Bao Tran Co-authored-by: Bao Nguyen Tran --- package.json | 2 +- src/stories/Intro/Theming.stories.ts | 37 ++++++++++++++++++++++++++++ src/styles/neumorphism/button.scss | 21 +++++++++++++--- src/styles/table.scss | 12 ++++----- 4 files changed, 62 insertions(+), 10 deletions(-) create mode 100644 src/stories/Intro/Theming.stories.ts diff --git a/package.json b/package.json index 68436d90..2016ebb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu/soramitsu-js-ui", - "version": "1.0.40", + "version": "1.0.41", "private": false, "publishConfig": { "registry": "https://nexus.iroha.tech/repository/npm-soramitsu/" diff --git a/src/stories/Intro/Theming.stories.ts b/src/stories/Intro/Theming.stories.ts new file mode 100644 index 00000000..8b332ae7 --- /dev/null +++ b/src/stories/Intro/Theming.stories.ts @@ -0,0 +1,37 @@ +import Theme from '../../types/Theme' +import DesignSystem from '../../types/DesignSystem' +import { SButton, SDivider } from '../../components' +import { switchTheme, setDesignSystem } from '../../utils' +import mainStore from '../../store' + +export default { + title: 'Design System/Intro/Theming (WIP)', + excludeStories: /.*Data$/ +} + +export const configurable = () => ({ + components: { SButton, SDivider }, + template: `
+

This feature has Work In Progress status

+
+

Theme:

+ {{ theme }} + {{ designSystem || 'default' }} +
+ +

You can check all components, these theme settings are applied to the whole library

+
`, + computed: { + theme: () => mainStore?.getters?.libraryTheme as Theme, + designSystem: () => mainStore?.getters?.libraryDesignSystem as DesignSystem + }, + methods: { + handleThemeChange: () => { + switchTheme() + }, + handleDesignSystemChange: (designSystem: DesignSystem) => { + const newDesignSystem = designSystem === DesignSystem.DEFAULT ? DesignSystem.NEUMORPHIC : DesignSystem.DEFAULT + setDesignSystem(newDesignSystem) + } + } +}) diff --git a/src/styles/neumorphism/button.scss b/src/styles/neumorphism/button.scss index d6ca3ab6..3476f8c1 100644 --- a/src/styles/neumorphism/button.scss +++ b/src/styles/neumorphism/button.scss @@ -84,8 +84,8 @@ $neu-button-tertiary-background-color: var(--s-color-utility-body) !default; $neu-button-tertiary-background-color-active: $neu-button-tertiary-background-color !default; $neu-button-tertiary-background-color-alternative: $neu-button-tertiary-background-color !default; // Tertiary button: text colors -$neu-button-tertiary-text-color: var(--s-color-base-content-secondary) !default; -$neu-button-tertiary-text-color-active: var(--s-color-base-content-primary) !default; +$neu-button-tertiary-text-color: var(--s-color-base-content-tertiary) !default; +$neu-button-tertiary-text-color-active: var(--s-color-base-content-secondary) !default; // Tertiary button: border colors $neu-button-tertiary-border-color: transparent !default; $neu-button-tertiary-border-color-active: $neu-button-tertiary-border-color !default; @@ -93,6 +93,21 @@ $neu-button-tertiary-border-color-active: $neu-button-tertiary-border-color !def $neu-button-tertiary-box-shadow: var(--s-shadow-element-pressed) !default; $neu-button-tertiary-box-shadow-pressed: var(--s-shadow-element) !default; $neu-button-tertiary-box-shadow-active: $neu-button-tertiary-box-shadow !default; +// Dark Theme: Tertiary button: box-shadow +$neu-button-tertiary-box-shadow--dark: var(--s-shadow-element-pressed--dark) !default; +$neu-button-tertiary-box-shadow-active--dark: $neu-button-tertiary-box-shadow--dark !default; + +:root { + --neu-button-tertiary-box-shadow: #{$neu-button-tertiary-box-shadow}; + --neu-button-tertiary-box-shadow-active: #{$neu-button-tertiary-box-shadow-active}; + --neu-button-tertiary-box-shadow--dark: #{$neu-button-tertiary-box-shadow--dark}; + --neu-button-tertiary-box-shadow-active--dark: #{$neu-button-tertiary-box-shadow-active--dark}; +} + +[design-system-theme="dark"] { + --neu-button-tertiary-box-shadow: #{$neu-button-tertiary-box-shadow--dark}; + --neu-button-tertiary-box-shadow-active: #{$neu-button-tertiary-box-shadow-active--dark}; +} // Action button: common $neu-button-action-border-width: 0px !default; @@ -272,7 +287,7 @@ $neu-button-padding-mini: 3px 6px !default; border-color: $neu-button-tertiary-border-color; border-style: $neu-button-tertiary-border-style; border-width: $neu-button-tertiary-border-width; - box-shadow: $neu-button-tertiary-box-shadow; + box-shadow: var(--neu-button-tertiary-box-shadow); color: $neu-button-tertiary-text-color; &:hover, &:focus, &.focusing, &:active, &.s-pressed { diff --git a/src/styles/table.scss b/src/styles/table.scss index b9cdb281..b1fdba4a 100644 --- a/src/styles/table.scss +++ b/src/styles/table.scss @@ -11,10 +11,10 @@ .el-table__body { tr { &.hover-row { - > td, - &.current-row > td, - &.el-table__row--striped > td, - &.el-table__row--striped.current-row > td { + > td.el-table__cell, + &.current-row > td.el-table__cell, + &.el-table__row--striped > td.el-table__cell, + &.el-table__row--striped.current-row > td.el-table__cell { background-color: var(--s-color-base-background-hover); border-left: none; border-right: none; @@ -46,8 +46,8 @@ } .el-table--group, .el-table--border, -.el-table th.is-leaf, -.el-table td, +.el-table th.el-table__cell.is-leaf, +.el-table td.el-table__cell, .el-table--border th { border-color: var(--s-color-base-border-secondary); }