@bbodek/internal-ui 0.0.31 → 0.0.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbodek/internal-ui",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "files": [
@@ -23,13 +23,13 @@
23
23
  "lint": "next lint"
24
24
  },
25
25
  "dependencies": {
26
- "@bbodek/hooks": "^0.0.13",
26
+ "next": "^15.3.1",
27
+ "@bbodek/hooks": "^0.0.14",
27
28
  "@bbodek/utils": "^0.0.2",
28
29
  "@floating-ui/react": "^0.27.8",
29
30
  "@phosphor-icons/core": "^2.1.1",
30
31
  "@phosphor-icons/web": "^2.1.2",
31
32
  "clsx": "^2.1.1",
32
- "next": "^15.3.1",
33
33
  "pretendard": "^1.3.9",
34
34
  "react-hot-toast": "^2.5.2"
35
35
  },
@@ -2,3 +2,4 @@
2
2
  @source inline("{hover:,focus:,active:,}{bg,text,fill,placeholder,border}-{in}-primary-{01,02,03,04,05,06,07,08,09,10,11,}");
3
3
  @source inline("{hover:,focus:,active:,}{bg,fill}-{in}-{tooltip,dimmed}");
4
4
  @source inline("{hover:,focus:,active:,}{text-in-{display,headline,body,}-{34,30,24,20,18,16,14,12}-{b,m,r}}");
5
+ @source inline("{toaster}");
@@ -195,11 +195,9 @@
195
195
  @keyframes toast-in {
196
196
  0% {
197
197
  transform: translateY(-100%);
198
- opacity: 0;
199
198
  }
200
199
  100% {
201
200
  transform: translateY(0);
202
- opacity: 1;
203
201
  }
204
202
  }
205
203
 
@@ -126,3 +126,7 @@
126
126
  @utility in-button-lg-icon {
127
127
  @apply text-in-body-16-b;
128
128
  }
129
+
130
+ @utility toaster {
131
+ @apply in-tablet:inset-6!;
132
+ }
@@ -1,2 +0,0 @@
1
- export { default as useBodyScrollLockEffect } from './useBodyScrollLockEffect';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/shared/components/Overlay/hooks/effects/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC"}
@@ -1,4 +0,0 @@
1
- import { UseBodyScrollLockEffectProps } from '../../../../../../components/shared/components/Overlay/types';
2
- declare const useBodyScrollLockEffect: ({ isLocked, }: UseBodyScrollLockEffectProps) => void;
3
- export default useBodyScrollLockEffect;
4
- //# sourceMappingURL=useBodyScrollLockEffect.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useBodyScrollLockEffect.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/shared/components/Overlay/hooks/effects/useBodyScrollLockEffect.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;AAE5F,QAAA,MAAM,uBAAuB,GAAI,eAE9B,4BAA4B,SAU9B,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './effects';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/shared/components/Overlay/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}