denwa-web-shared 1.0.56 → 1.0.57

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,15 +15,6 @@ body {
15
15
  }
16
16
  }
17
17
 
18
- @layer base {
19
- * {
20
- @apply border-border outline-ring/50;
21
- }
22
- body {
23
- @apply bg-background text-foreground;
24
- }
25
- }
26
-
27
18
  .hyphens {
28
19
  -webkit-hyphens: auto;
29
20
  -webkit-hyphenate-limit-before: 3;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "denwa-web-shared",
3
3
  "private": false,
4
- "version": "1.0.56",
4
+ "version": "1.0.57",
5
5
  "type": "module",
6
6
  "author": "Denwa",
7
7
  "main": "dist/denwa-web-shared.cjs.js",
@@ -5,7 +5,7 @@ description: >
5
5
  Load when implementing infinite scroll, lazy loading, or pagination lists.
6
6
  type: core
7
7
  library: denwa-web-shared
8
- library_version: '1.0.56'
8
+ library_version: '1.0.57'
9
9
  sources:
10
10
  - 'src/client/ui/infinity-list.tsx'
11
11
  ---
@@ -5,7 +5,7 @@ description: >
5
5
  Load when generating images, using getImageData, IPreparedServerImage, or IPreparedServerImageWithAlt.
6
6
  type: core
7
7
  library: denwa-web-shared
8
- library_version: '1.0.56'
8
+ library_version: '1.0.57'
9
9
  sources:
10
10
  - 'src/server/ui/image.tsx'
11
11
  - 'src/server/lib/utils.ts'
@@ -5,7 +5,7 @@ description: >
5
5
  Load when hardcoding time durations, milliseconds, breakpoints, or offsets.
6
6
  type: core
7
7
  library: denwa-web-shared
8
- library_version: '1.0.56'
8
+ library_version: '1.0.57'
9
9
  sources:
10
10
  - 'src/server/constants/index.ts'
11
11
  ---
@@ -5,7 +5,7 @@ description: >
5
5
  Load when writing responsive behavior, using useMedia, useLaptopBigViewPort, useMobileViewPort.
6
6
  type: core
7
7
  library: denwa-web-shared
8
- library_version: '1.0.56'
8
+ library_version: '1.0.57'
9
9
  sources:
10
10
  - 'src/client/hooks/use-view-port.ts'
11
11
  ---
@@ -5,7 +5,7 @@ description: >
5
5
  Load when creating RSS feeds or Yandex XML exports.
6
6
  type: core
7
7
  library: denwa-web-shared
8
- library_version: '1.0.56'
8
+ library_version: '1.0.57'
9
9
  sources:
10
10
  - 'src/server/lib/utils.ts'
11
11
  ---