@ebscn/ui 1.0.1-beta.1 → 1.0.1

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.
@@ -70,7 +70,7 @@
70
70
  color: var(--ebscn-color-background);
71
71
  }
72
72
  @supports (bottom: env(safe-area-inset-bottom)) or (constant(safe-area-inset-bottom)) {
73
- .keyboard {
73
+ .ebscn-number-keyboard {
74
74
  height: calc(216px + env(safe-area-inset-bottom));
75
75
  height: calc(216px + constant(safe-area-inset-bottom));
76
76
  }
@@ -67,7 +67,7 @@
67
67
  color: var(--ebscn-color-background);
68
68
  }
69
69
  @supports (bottom: env(safe-area-inset-bottom)) or (constant(safe-area-inset-bottom)) {
70
- .keyboard {
70
+ .ebscn-stock-count-keyboard {
71
71
  height: calc(216px + env(safe-area-inset-bottom));
72
72
  height: calc(216px + constant(safe-area-inset-bottom));
73
73
  }
@@ -104,7 +104,7 @@
104
104
  background: #CACBD0;
105
105
  }
106
106
  @supports (bottom: env(safe-area-inset-bottom)) or (constant(safe-area-inset-bottom)) {
107
- .keyboard {
107
+ .ebscn-stock-keyboard {
108
108
  height: calc(216px + env(safe-area-inset-bottom));
109
109
  height: calc(216px + constant(safe-area-inset-bottom));
110
110
  }
@@ -70,7 +70,7 @@
70
70
  color: var(--ebscn-color-background);
71
71
  }
72
72
  @supports (bottom: env(safe-area-inset-bottom)) or (constant(safe-area-inset-bottom)) {
73
- .keyboard {
73
+ .ebscn-number-keyboard {
74
74
  height: calc(216px + env(safe-area-inset-bottom));
75
75
  height: calc(216px + constant(safe-area-inset-bottom));
76
76
  }
@@ -67,7 +67,7 @@
67
67
  color: var(--ebscn-color-background);
68
68
  }
69
69
  @supports (bottom: env(safe-area-inset-bottom)) or (constant(safe-area-inset-bottom)) {
70
- .keyboard {
70
+ .ebscn-stock-count-keyboard {
71
71
  height: calc(216px + env(safe-area-inset-bottom));
72
72
  height: calc(216px + constant(safe-area-inset-bottom));
73
73
  }
@@ -104,7 +104,7 @@
104
104
  background: #CACBD0;
105
105
  }
106
106
  @supports (bottom: env(safe-area-inset-bottom)) or (constant(safe-area-inset-bottom)) {
107
- .keyboard {
107
+ .ebscn-stock-keyboard {
108
108
  height: calc(216px + env(safe-area-inset-bottom));
109
109
  height: calc(216px + constant(safe-area-inset-bottom));
110
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebscn/ui",
3
- "version": "1.0.1-beta.1",
3
+ "version": "1.0.1",
4
4
  "description": "ebscn react library",
5
5
  "module": "./es/index.js",
6
6
  "types": "./es/index.d.ts",