@alfalab/core-components-bottom-sheet 7.3.0 → 7.3.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.
Files changed (55) hide show
  1. package/components/footer/default.css +2 -2
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/index.css +2 -2
  4. package/components/footer/index.module.css.js +1 -1
  5. package/components/footer/inverted.css +2 -2
  6. package/components/footer/inverted.module.css.js +1 -1
  7. package/components/header/default.css +4 -4
  8. package/components/header/default.module.css.js +1 -1
  9. package/components/header/index.css +13 -13
  10. package/components/header/index.module.css.js +1 -1
  11. package/components/header/inverted.css +4 -4
  12. package/components/header/inverted.module.css.js +1 -1
  13. package/default.css +4 -4
  14. package/default.module.css.js +1 -1
  15. package/esm/components/footer/default.css +2 -2
  16. package/esm/components/footer/default.module.css.js +1 -1
  17. package/esm/components/footer/index.css +2 -2
  18. package/esm/components/footer/index.module.css.js +1 -1
  19. package/esm/components/footer/inverted.css +2 -2
  20. package/esm/components/footer/inverted.module.css.js +1 -1
  21. package/esm/components/header/default.css +4 -4
  22. package/esm/components/header/default.module.css.js +1 -1
  23. package/esm/components/header/index.css +13 -13
  24. package/esm/components/header/index.module.css.js +1 -1
  25. package/esm/components/header/inverted.css +4 -4
  26. package/esm/components/header/inverted.module.css.js +1 -1
  27. package/esm/default.css +4 -4
  28. package/esm/default.module.css.js +1 -1
  29. package/esm/index.css +44 -44
  30. package/esm/index.module.css.js +1 -1
  31. package/esm/inverted.css +4 -4
  32. package/esm/inverted.module.css.js +1 -1
  33. package/index.css +44 -44
  34. package/index.module.css.js +1 -1
  35. package/inverted.css +4 -4
  36. package/inverted.module.css.js +1 -1
  37. package/modern/components/footer/default.css +2 -2
  38. package/modern/components/footer/default.module.css.js +1 -1
  39. package/modern/components/footer/index.css +2 -2
  40. package/modern/components/footer/index.module.css.js +1 -1
  41. package/modern/components/footer/inverted.css +2 -2
  42. package/modern/components/footer/inverted.module.css.js +1 -1
  43. package/modern/components/header/default.css +4 -4
  44. package/modern/components/header/default.module.css.js +1 -1
  45. package/modern/components/header/index.css +13 -13
  46. package/modern/components/header/index.module.css.js +1 -1
  47. package/modern/components/header/inverted.css +4 -4
  48. package/modern/components/header/inverted.module.css.js +1 -1
  49. package/modern/default.css +4 -4
  50. package/modern/default.module.css.js +1 -1
  51. package/modern/index.css +44 -44
  52. package/modern/index.module.css.js +1 -1
  53. package/modern/inverted.css +4 -4
  54. package/modern/inverted.module.css.js +1 -1
  55. package/package.json +2 -2
package/modern/index.css CHANGED
@@ -40,34 +40,34 @@
40
40
  --bottom-sheet-out-transition: transform 0.3s ease;
41
41
  --bottom-sheet-top-radius: var(--border-radius-16);
42
42
  --bottom-sheet-shadow: none;
43
- } .bottom-sheet__modal_1azoh {
43
+ } .bottom-sheet__modal_1khou {
44
44
  bottom: var(--gap-0);
45
45
  width: 100%;
46
46
  max-width: 600px;
47
47
  pointer-events: none;
48
48
  touch-action: none;
49
- } .bottom-sheet__modal_1azoh.bottom-sheet__modal_1azoh {
49
+ } .bottom-sheet__modal_1khou.bottom-sheet__modal_1khou {
50
50
  background-color: transparent;
51
51
  position: fixed;
52
- } .bottom-sheet__wrapper_1azoh {
52
+ } .bottom-sheet__wrapper_1khou {
53
53
  transform: translateY(100%);
54
54
  pointer-events: none;
55
55
  touch-action: none;
56
56
  border-top-right-radius: var(--bottom-sheet-top-radius);
57
57
  border-top-left-radius: var(--bottom-sheet-top-radius);
58
58
  transition: border-radius 0.3s ease;
59
- } .bottom-sheet__fullscreen_1azoh {
59
+ } .bottom-sheet__fullscreen_1khou {
60
60
  border-radius: var(--border-radius-0);
61
- } .bottom-sheet__component_1azoh {
61
+ } .bottom-sheet__component_1khou {
62
62
  position: relative;
63
63
  display: flex;
64
64
  flex-direction: column;
65
65
  border-radius: inherit;
66
66
  pointer-events: all;
67
67
  box-shadow: var(--bottom-sheet-shadow);
68
- } .bottom-sheet__withTransition_1azoh {
68
+ } .bottom-sheet__withTransition_1khou {
69
69
  transition: var(--bottom-sheet-out-transition);
70
- } .bottom-sheet__scrollableContainer_1azoh {
70
+ } .bottom-sheet__scrollableContainer_1khou {
71
71
  overflow: auto;
72
72
  display: flex;
73
73
  flex-direction: column;
@@ -76,7 +76,7 @@
76
76
  background-color: inherit;
77
77
  border-radius: inherit;
78
78
  overscroll-behavior: contain;
79
- } .bottom-sheet__marker_1azoh {
79
+ } .bottom-sheet__marker_1khou {
80
80
  position: fixed;
81
81
  top: var(--gap-4);
82
82
  right: var(--gap-0);
@@ -84,10 +84,10 @@
84
84
  z-index: 1000;
85
85
  width: 36px;
86
86
  margin: var(--gap-0) auto;
87
- } .bottom-sheet__defaultMarker_1azoh {
87
+ } .bottom-sheet__defaultMarker_1khou {
88
88
  height: 4px;
89
89
  border-radius: var(--border-radius-20);
90
- } .bottom-sheet__content_1azoh {
90
+ } .bottom-sheet__content_1khou {
91
91
  position: relative;
92
92
  z-index: 0;
93
93
  display: flex;
@@ -96,75 +96,75 @@
96
96
  padding: var(--gap-0) var(--gap-16);
97
97
  background-color: inherit;
98
98
  border-radius: inherit;
99
- } .bottom-sheet__noHeader_1azoh {
99
+ } .bottom-sheet__noHeader_1khou {
100
100
  padding-top: var(--gap-16);
101
- } .bottom-sheet__noFooter_1azoh {
101
+ } .bottom-sheet__noFooter_1khou {
102
102
  padding-bottom: var(--gap-16);
103
- } .bottom-sheet__scrollLocked_1azoh {
103
+ } .bottom-sheet__scrollLocked_1khou {
104
104
  overflow: hidden;
105
- } .bottom-sheet__hiddenScrollbar_1azoh {
105
+ } .bottom-sheet__hiddenScrollbar_1khou {
106
106
  scrollbar-width: none;
107
- } .bottom-sheet__hiddenScrollbar_1azoh::-webkit-scrollbar {
107
+ } .bottom-sheet__hiddenScrollbar_1khou::-webkit-scrollbar {
108
108
  width: 0;
109
109
  height: 0;
110
- } .bottom-sheet__disabledPointerEvents_1azoh {
110
+ } .bottom-sheet__disabledPointerEvents_1khou {
111
111
  pointer-events: none;
112
- } .bottom-sheet__appear_1azoh .bottom-sheet__wrapper_1azoh, .bottom-sheet__enter_1azoh .bottom-sheet__wrapper_1azoh {
112
+ } .bottom-sheet__appear_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__enter_1khou .bottom-sheet__wrapper_1khou {
113
113
  transition: none;
114
- } .bottom-sheet__appearActive_1azoh .bottom-sheet__wrapper_1azoh, .bottom-sheet__enterActive_1azoh .bottom-sheet__wrapper_1azoh {
114
+ } .bottom-sheet__appearActive_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__enterActive_1khou .bottom-sheet__wrapper_1khou {
115
115
  transition: var(--bottom-sheet-in-transition);
116
116
  transform: translateY(0);
117
- } .bottom-sheet__enterDone_1azoh .bottom-sheet__wrapper_1azoh, .bottom-sheet__appearDone_1azoh .bottom-sheet__wrapper_1azoh {
117
+ } .bottom-sheet__enterDone_1khou .bottom-sheet__wrapper_1khou, .bottom-sheet__appearDone_1khou .bottom-sheet__wrapper_1khou {
118
118
  transform: translateY(0);
119
- } .bottom-sheet__exit_1azoh .bottom-sheet__wrapper_1azoh {
119
+ } .bottom-sheet__exit_1khou .bottom-sheet__wrapper_1khou {
120
120
  transform: translateY(0);
121
- } .bottom-sheet__exitActive_1azoh .bottom-sheet__wrapper_1azoh {
121
+ } .bottom-sheet__exitActive_1khou .bottom-sheet__wrapper_1khou {
122
122
  transition: var(--bottom-sheet-out-transition);
123
123
  transform: translateY(100%);
124
- } .bottom-sheet__safeAreaBottom_1azoh {
124
+ } .bottom-sheet__safeAreaBottom_1khou {
125
125
  padding-bottom: var(--sab);
126
- } .bottom-sheet__background-accent_1azoh {
126
+ } .bottom-sheet__background-accent_1khou {
127
127
  background-color: var(--color-light-bg-accent);
128
- } .bottom-sheet__background-info_1azoh {
128
+ } .bottom-sheet__background-info_1khou {
129
129
  background-color: var(--color-light-bg-info);
130
- } .bottom-sheet__background-attention-muted_1azoh {
130
+ } .bottom-sheet__background-attention-muted_1khou {
131
131
  background-color: var(--color-light-bg-attention-muted);
132
- } .bottom-sheet__background-positive-muted_1azoh {
132
+ } .bottom-sheet__background-positive-muted_1khou {
133
133
  background-color: var(--color-light-bg-positive-muted);
134
- } .bottom-sheet__background-negative-muted_1azoh {
134
+ } .bottom-sheet__background-negative-muted_1khou {
135
135
  background-color: var(--color-light-bg-negative-muted);
136
- } .bottom-sheet__background-primary_1azoh {
136
+ } .bottom-sheet__background-primary_1khou {
137
137
  background-color: var(--color-light-bg-primary);
138
- } .bottom-sheet__background-primary-inverted_1azoh {
138
+ } .bottom-sheet__background-primary-inverted_1khou {
139
139
  background-color: var(--color-light-bg-primary-inverted);
140
- } .bottom-sheet__background-secondary_1azoh {
140
+ } .bottom-sheet__background-secondary_1khou {
141
141
  background-color: var(--color-light-bg-secondary);
142
- } .bottom-sheet__background-secondary-inverted_1azoh {
142
+ } .bottom-sheet__background-secondary-inverted_1khou {
143
143
  background-color: var(--color-light-bg-secondary-inverted);
144
- } .bottom-sheet__background-tertiary_1azoh {
144
+ } .bottom-sheet__background-tertiary_1khou {
145
145
  background-color: var(--color-light-bg-tertiary);
146
- } .bottom-sheet__background-tertiary-inverted_1azoh {
146
+ } .bottom-sheet__background-tertiary-inverted_1khou {
147
147
  background-color: var(--color-light-bg-tertiary-inverted);
148
- } .bottom-sheet__background-quaternary_1azoh {
148
+ } .bottom-sheet__background-quaternary_1khou {
149
149
  background-color: var(--color-light-bg-quaternary);
150
- } .bottom-sheet__background-quaternary-inverted_1azoh {
150
+ } .bottom-sheet__background-quaternary-inverted_1khou {
151
151
  background-color: var(--color-light-bg-quaternary-inverted);
152
- } .bottom-sheet__background-specialbg-component_1azoh {
152
+ } .bottom-sheet__background-specialbg-component_1khou {
153
153
  background-color: var(--color-light-specialbg-component);
154
- } .bottom-sheet__background-specialbg-component-inverted_1azoh {
154
+ } .bottom-sheet__background-specialbg-component-inverted_1khou {
155
155
  background-color: var(--color-light-specialbg-component-inverted);
156
- } .bottom-sheet__background-specialbg-primary-grouped_1azoh {
156
+ } .bottom-sheet__background-specialbg-primary-grouped_1khou {
157
157
  background-color: var(--color-light-specialbg-primary-grouped);
158
- } .bottom-sheet__background-specialbg-secondary-grouped_1azoh {
158
+ } .bottom-sheet__background-specialbg-secondary-grouped_1khou {
159
159
  background-color: var(--color-light-specialbg-secondary-grouped);
160
- } .bottom-sheet__background-specialbg-tertiary-grouped_1azoh {
160
+ } .bottom-sheet__background-specialbg-tertiary-grouped_1khou {
161
161
  background-color: var(--color-light-specialbg-tertiary-grouped);
162
- } .bottom-sheet__background-specialbg-secondary-transparent_1azoh {
162
+ } .bottom-sheet__background-specialbg-secondary-transparent_1khou {
163
163
  background-color: var(--color-light-specialbg-secondary-transparent);
164
- } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1azoh {
164
+ } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1khou {
165
165
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
166
- } .bottom-sheet__background-specialbg-tertiary-transparent_1azoh {
166
+ } .bottom-sheet__background-specialbg-tertiary-transparent_1khou {
167
167
  background-color: var(--color-light-specialbg-tertiary-transparent);
168
- } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1azoh {
168
+ } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1khou {
169
169
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
170
170
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"modal":"bottom-sheet__modal_1azoh","wrapper":"bottom-sheet__wrapper_1azoh","fullscreen":"bottom-sheet__fullscreen_1azoh","component":"bottom-sheet__component_1azoh","withTransition":"bottom-sheet__withTransition_1azoh","scrollableContainer":"bottom-sheet__scrollableContainer_1azoh","marker":"bottom-sheet__marker_1azoh","defaultMarker":"bottom-sheet__defaultMarker_1azoh","content":"bottom-sheet__content_1azoh","noHeader":"bottom-sheet__noHeader_1azoh","noFooter":"bottom-sheet__noFooter_1azoh","scrollLocked":"bottom-sheet__scrollLocked_1azoh","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1azoh","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1azoh","appear":"bottom-sheet__appear_1azoh","enter":"bottom-sheet__enter_1azoh","appearActive":"bottom-sheet__appearActive_1azoh","enterActive":"bottom-sheet__enterActive_1azoh","enterDone":"bottom-sheet__enterDone_1azoh","appearDone":"bottom-sheet__appearDone_1azoh","exit":"bottom-sheet__exit_1azoh","exitActive":"bottom-sheet__exitActive_1azoh","safeAreaBottom":"bottom-sheet__safeAreaBottom_1azoh","background-accent":"bottom-sheet__background-accent_1azoh","background-info":"bottom-sheet__background-info_1azoh","background-attention-muted":"bottom-sheet__background-attention-muted_1azoh","background-positive-muted":"bottom-sheet__background-positive-muted_1azoh","background-negative-muted":"bottom-sheet__background-negative-muted_1azoh","background-primary":"bottom-sheet__background-primary_1azoh","background-primary-inverted":"bottom-sheet__background-primary-inverted_1azoh","background-secondary":"bottom-sheet__background-secondary_1azoh","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1azoh","background-tertiary":"bottom-sheet__background-tertiary_1azoh","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1azoh","background-quaternary":"bottom-sheet__background-quaternary_1azoh","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1azoh","background-specialbg-component":"bottom-sheet__background-specialbg-component_1azoh","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1azoh","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1azoh","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1azoh","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1azoh","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1azoh","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1azoh","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1azoh","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1azoh"};
3
+ const styles = {"modal":"bottom-sheet__modal_1khou","wrapper":"bottom-sheet__wrapper_1khou","fullscreen":"bottom-sheet__fullscreen_1khou","component":"bottom-sheet__component_1khou","withTransition":"bottom-sheet__withTransition_1khou","scrollableContainer":"bottom-sheet__scrollableContainer_1khou","marker":"bottom-sheet__marker_1khou","defaultMarker":"bottom-sheet__defaultMarker_1khou","content":"bottom-sheet__content_1khou","noHeader":"bottom-sheet__noHeader_1khou","noFooter":"bottom-sheet__noFooter_1khou","scrollLocked":"bottom-sheet__scrollLocked_1khou","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1khou","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1khou","appear":"bottom-sheet__appear_1khou","enter":"bottom-sheet__enter_1khou","appearActive":"bottom-sheet__appearActive_1khou","enterActive":"bottom-sheet__enterActive_1khou","enterDone":"bottom-sheet__enterDone_1khou","appearDone":"bottom-sheet__appearDone_1khou","exit":"bottom-sheet__exit_1khou","exitActive":"bottom-sheet__exitActive_1khou","safeAreaBottom":"bottom-sheet__safeAreaBottom_1khou","background-accent":"bottom-sheet__background-accent_1khou","background-info":"bottom-sheet__background-info_1khou","background-attention-muted":"bottom-sheet__background-attention-muted_1khou","background-positive-muted":"bottom-sheet__background-positive-muted_1khou","background-negative-muted":"bottom-sheet__background-negative-muted_1khou","background-primary":"bottom-sheet__background-primary_1khou","background-primary-inverted":"bottom-sheet__background-primary-inverted_1khou","background-secondary":"bottom-sheet__background-secondary_1khou","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1khou","background-tertiary":"bottom-sheet__background-tertiary_1khou","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1khou","background-quaternary":"bottom-sheet__background-quaternary_1khou","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1khou","background-specialbg-component":"bottom-sheet__background-specialbg-component_1khou","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1khou","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1khou","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1khou","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1khou","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1khou","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1khou","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1khou","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1khou"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,12 +6,12 @@
6
6
  --bottom-sheet-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
7
7
  --bottom-sheet-marker-color-inverted: var(--color-light-neutral-translucent-300-inverted);
8
8
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
9
- } .bottom-sheet__component_1sq18 {
9
+ } .bottom-sheet__component_1phe9 {
10
10
  background-color: var(--bottom-sheet-background-color-inverted);
11
- } .bottom-sheet__content_1sq18 {
11
+ } .bottom-sheet__content_1phe9 {
12
12
  color: var(--bottom-sheet-text-color-inverted);
13
- } .bottom-sheet__defaultMarker_1sq18 {
13
+ } .bottom-sheet__defaultMarker_1phe9 {
14
14
  background-color: var(--bottom-sheet-marker-color-inverted);
15
- } .bottom-sheet__hasContent_1sq18 {
15
+ } .bottom-sheet__hasContent_1phe9 {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- const invertedColors = {"component":"bottom-sheet__component_1sq18","content":"bottom-sheet__content_1sq18","defaultMarker":"bottom-sheet__defaultMarker_1sq18","hasContent":"bottom-sheet__hasContent_1sq18"};
3
+ const invertedColors = {"component":"bottom-sheet__component_1phe9","content":"bottom-sheet__content_1phe9","defaultMarker":"bottom-sheet__defaultMarker_1phe9","hasContent":"bottom-sheet__hasContent_1phe9"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-bottom-sheet",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "Bottom sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@alfalab/core-components-backdrop": "^4.0.0",
14
14
  "@alfalab/core-components-base-modal": "^6.0.2",
15
- "@alfalab/core-components-navigation-bar-private": "^1.1.2",
15
+ "@alfalab/core-components-navigation-bar-private": "^1.1.3",
16
16
  "@alfalab/core-components-shared": "^1.1.1",
17
17
  "@alfalab/core-components-types": "^1.0.0",
18
18
  "classnames": "^2.5.1",