reso-ui 2.37.1 → 2.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/styles.css +4 -4
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -42,11 +42,11 @@
42
42
  .hsi_container{display:inline-block;width:fit-content}
43
43
  .p_base{line-height:auto}.text_no_block_margin{margin-block-start:0;margin-block-end:0}.text_no_inline_margin{margin-inline-start:0;margin-inline-end:0}.heading_h1_base{font-size:26px;line-height:34px}.heading_h2_base{font-size:20px;line-height:26px}.heading_h3_base{font-size:18px;line-height:23px}.heading_h4_base{font-size:16px;line-height:21px}.heading_h5_base{font-size:14px;line-height:18px}.heading_h6_base{font-size:12px;line-height:18px}.fontsize_default_1{font-size:10px}.fontsize_default_2{font-size:12px}.fontsize_default_3{font-size:14px}.fontsize_default_4{font-size:16px}.fontsize_default_5{font-size:18px}.fontsize_default_6{font-size:20px}.fontsize_default_7{font-size:22px}.fontsize_default_8{font-size:24px}.fontsize_default_9{font-size:26px}.fontsize_large_1{font-size:32px}.fontsize_large_2{font-size:36px}.fontsize_large_3{font-size:40px}.fontsize_large_4{font-size:42px}.fontsize_large_5{font-size:46px}.fontsize_large_6{font-size:50px}.fontsize_large_7{font-size:54px}.fontsize_large_8{font-size:60px}.fontsize_large_9{font-size:64px}
44
44
  .text_theme_light{background:unset;color:#434b59}.text_theme_dark{background:unset;color:#fff}
45
- .componentLoader_container{box-sizing:content-box;position:absolute;top:0;left:0;z-index:4;width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.componentLoader_container_fullscreen{background-color:rgba(255,255,255,.8);position:fixed;z-index:100}.componentLoader_icon_container{line-height:55px;text-align:center}.componentLoader_icon_container_mb{margin-bottom:40px}.componentLoader_icon_size_small{width:35px;height:35px}.componentLoader_icon_size_medium{width:45px;height:45px}.componentLoader_icon_size_large{width:55px;height:55px}
46
- .componentLoader_container_theme_light{border:1px solid #dadfe8;background-color:rgba(255,255,255,.8)}.componentLoader_loader_theme_light{border:2px solid #434b59;background-color:#434b59}
45
+ .componentLoader_container{box-sizing:content-box;position:absolute;top:0;left:0;z-index:4;width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.componentLoader_container_fullscreen{background-color:rgba(218,223,232,.8);position:fixed;z-index:100}.componentLoader_icon_container{line-height:55px;text-align:center}.componentLoader_icon_container_mb{margin-bottom:40px}.componentLoader_icon_size_small{width:35px;height:35px}.componentLoader_icon_size_medium{width:45px;height:45px}.componentLoader_icon_size_large{width:55px;height:55px}
46
+ .componentLoader_container_theme_light{border:1px solid #dadfe8;background-color:rgba(218,223,232,.8)}.componentLoader_loader_theme_light{border:2px solid #434b59;background-color:#434b59}
47
47
  .componentShimmerLoader_container{width:100%;height:100%;position:relative;overflow:hidden}.componentShimmerLoader_shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background-size:200% 100%;animation:shimmer 2.5s linear infinite;background:linear-gradient(to right, #e0e0e0 0%, #f8f8f8 50%, #e0e0e0 100%);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
48
48
  .componentError_container{opacity:.9;position:absolute;top:0;left:0;z-index:4;width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.componentError_icon{width:55px;height:55px;line-height:55px;text-align:center;font-size:24px;font-weight:bold;border-radius:100px}.componentError_text{font-size:18px;font-weight:normal}.componentError_icon_margin{margin-bottom:24px}
49
- .componentError_container_theme_light{border:1px solid #dadfe8;background-color:rgba(255,255,255,.8)}.componentError_icon_theme_light{border:2px solid #a43030;background-color:#ea4d44;color:#fff}.componentError_text_theme_light{color:#434b59}
49
+ .componentError_container_theme_light{border:1px solid #dadfe8;background-color:rgba(218,223,232,.8)}.componentError_icon_theme_light{border:2px solid #a43030;background-color:#ea4d44;color:#fff}.componentError_text_theme_light{color:#434b59}
50
50
  .loadingContainer_container_layer{width:fit-content}.loadingContainer_container_conditional{width:inherit;min-width:inherit;max-width:inherit;height:inherit;min-height:inherit;max-height:inherit}.loadingContainer_container_fullWidth{width:100%}
51
51
  .main_container{padding-top:54px}
52
52
  .main_container_theme_light{background:#eff2f8;color:#434b59}.main_container_theme_dark{background:#434b59;color:#fff}
@@ -65,7 +65,7 @@
65
65
  .drawer_backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0)}.component_drawer_backdrop_transition{transition:background-color .125s linear}.drawer_backdrop_open{background-color:rgba(0,0,0,.7)}.drawer_container_left{left:0;transform:translateX(-100%)}.drawer_container_right{right:0;transform:translateX(100%)}.drawer_container{height:100%;position:absolute;display:flex;flex-direction:column;justify-content:start;align-items:start}.component_drawer_container_transition{transition:transform .125s linear}.drawer_container_open{transform:translateX(0)}.drawer_title{border-bottom:1px solid #8b93a1;width:100%;display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:bold;padding-left:24px;height:54px;min-height:54px}.drawer_title_close{border:none;width:48px;height:48px;font-size:24px;margin-left:12px}.drawer_title_close:hover{background:unset;color:#8b93a1}.drawer_content{width:100%;flex:1;overflow-y:auto}
66
66
  .drawer_container_theme_light{background:#eff2f8;color:#434b59}.drawer_title_theme_light{background:#eff2f8;color:#434b59}
67
67
  .fullScreenError_container{position:fixed;top:0;left:0;z-index:100;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.fullScreenError_icon{width:55px;height:55px;line-height:55px;text-align:center;border-width:2px;border-style:solid;margin-bottom:40px;font-size:24px;font-weight:bold;border-radius:100px}.fullScreenError_text{font-size:18px;font-weight:normal}
68
- .fullScreenError_container_theme_light{background:rgba(255,255,255,.8);color:#fff}.fullScreenError_icon_theme_light{border-color:#a43030;background:#ea4d44;color:#fff}
68
+ .fullScreenError_container_theme_light{background:rgba(218,223,232,.8);color:#fff}.fullScreenError_icon_theme_light{border-color:#a43030;background:#ea4d44;color:#fff}
69
69
  .example_component_container{width:100%;padding:15px}
70
70
  .exampleComponent_theme_light{background:#dadfe8;color:#434b59}.exampleComponent_theme_dark{background:#8b93a1;color:#fff}
71
71
  .externalLinks_container{padding:0 8px;list-style:none}.externalLinks_linkContainer{margin:8px 0}.externalLinks_link{font-style:italic;font-size:14px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reso-ui",
3
- "version": "2.37.1",
3
+ "version": "2.38.0",
4
4
  "description": "Reusable React components in Typescript",
5
5
  "types": "types/index",
6
6
  "main": "dist/lib.js",