@enki-tek/fms-web-components 0.1.57 → 0.1.58

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.
@@ -15,7 +15,7 @@
15
15
  const margin = document?.getElementById('margin-alignment');
16
16
  if (sidebar && icon && margin && !sidebarFlag) {
17
17
  sidebar.style.display = 'none';
18
- icon.style.marginLeft = '0px';
18
+ icon.style.marginLeft = '-10px';
19
19
  margin.style.width = '35px';
20
20
  iconName = 'bi-chevron-double-right';
21
21
  } else if (sidebar && icon && margin) {
@@ -72,7 +72,7 @@
72
72
  </div>
73
73
  {#if !hideSidebar}
74
74
  <div id="icon">
75
- <button class="btn btn-secondary btn-sm" on:click={styleChange}>
75
+ <button class="btn btn-primary rounded-5 btn-sm" on:click={styleChange}>
76
76
  <i class={iconName} />
77
77
  </button>
78
78
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",