@touchtech/baselayer-ui 2.4.4 → 2.4.5

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 +6 -5
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -2,7 +2,7 @@
2
2
  --button-size: var(--theme-button-height-medium, 39px);
3
3
 
4
4
  background-color: var(--theme-button-background-color, #fff);
5
- border: 1px solid var(--theme-button-border-color, #ddd);
5
+ border: 1px solid var(--theme-button-border-color, #e2e2e2);
6
6
  box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
7
7
  color: var(--theme-button-foreground-color, #0e0e0f);
8
8
  contain: content;
@@ -107,7 +107,7 @@
107
107
 
108
108
  align-items: center;
109
109
  background-color: var(--theme-button-background-color, #fff);
110
- border: 1px solid var(--theme-button-border-color, #ddd);
110
+ border: 1px solid var(--theme-button-border-color, #e2e2e2);
111
111
  box-sizing: border-box;
112
112
  box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
113
113
  color: var(--theme-button-foreground-color, #0e0e0f);
@@ -317,7 +317,8 @@
317
317
  }
318
318
 
319
319
  ._1WuvHD-GdXLrtqwa04W1qy {
320
- padding: 1em var(--theme-confirmation-modal-horizontal-padding, 1.5rem);
320
+ padding: 1em var(--theme-confirmation-modal-horizontal-padding, 1.5rem) 1.5em
321
+ var(--theme-confirmation-modal-horizontal-padding, 1.5rem);
321
322
  font-size: var(--theme-confirmation-modal-header-font-size, 2rem);
322
323
  text-transform: uppercase;
323
324
  margin: 0;
@@ -507,7 +508,7 @@
507
508
 
508
509
  align-items: center;
509
510
  background-color: var(--theme-button-background-color, #fff);
510
- border: 1px solid var(--theme-button-border-color, #ddd);
511
+ border: 1px solid var(--theme-button-border-color, #e2e2e2);
511
512
  box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
512
513
  cursor: pointer;
513
514
  display: flex;
@@ -588,7 +589,7 @@
588
589
 
589
590
  align-items: center;
590
591
  background-color: var(--theme-button-background-color, #fff);
591
- border: 1px solid var(--theme-button-border-color, #ddd);
592
+ border: 1px solid var(--theme-button-border-color, #e2e2e2);
592
593
  box-shadow: var(--theme-button-shadow, 0 0 12px 0 rgba(0, 0, 0, 0.1));
593
594
  cursor: pointer;
594
595
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {