@nasa-jpl/stellar-svelte 2.0.0-alpha.20 → 2.0.0-alpha.23

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/dist/index.css CHANGED
@@ -215,7 +215,7 @@
215
215
  }
216
216
 
217
217
  /*
218
- ! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
218
+ ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
219
219
  */
220
220
 
221
221
  /*
package/dist/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- import { Button } from './components/ui/button/index.js';
2
- import * as Popover from './components/ui/popover/index.js';
3
- import * as DropdownMenu from './components/ui/dropdown-menu/index.js';
4
1
  import * as AlertDialog from './components/ui/alert-dialog/index.js';
5
- import { Badge } from './components/ui/badge/index.js';
6
- import { ThemeSwitcherButton, ThemeSwitcherDropdown, ModeWatcher } from './components/ui/theme-switcher/index.js';
7
- import { H1, H2, H3, H4, P } from './components/ui/typography/index.js';
8
2
  import * as Alert from './components/ui/alert/index.js';
9
3
  import { AspectRatio } from './components/ui/aspect-ratio/index.js';
4
+ import { Badge } from './components/ui/badge/index.js';
10
5
  import * as Breadcrumb from './components/ui/breadcrumb/index.js';
11
- export { Alert, AlertDialog, AspectRatio, Button, Breadcrumb, Popover, DropdownMenu, Badge, H1, H2, H3, H4, P, ThemeSwitcherButton, ThemeSwitcherDropdown, ModeWatcher, };
6
+ import { Button } from './components/ui/button/index.js';
7
+ import * as DropdownMenu from './components/ui/dropdown-menu/index.js';
8
+ import * as Popover from './components/ui/popover/index.js';
9
+ import { ModeWatcher, ThemeSwitcherButton, ThemeSwitcherDropdown } from './components/ui/theme-switcher/index.js';
10
+ import { H1, H2, H3, H4, P } from './components/ui/typography/index.js';
11
+ export { Alert, AlertDialog, AspectRatio, Badge, Breadcrumb, Button, DropdownMenu, H1, H2, H3, H4, ModeWatcher, P, Popover, ThemeSwitcherButton, ThemeSwitcherDropdown, };
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  // Reexport your entry components here
2
- import { Button } from './components/ui/button/index.js';
3
- import * as Popover from './components/ui/popover/index.js';
4
- import * as DropdownMenu from './components/ui/dropdown-menu/index.js';
5
2
  import * as AlertDialog from './components/ui/alert-dialog/index.js';
6
- import { Badge } from './components/ui/badge/index.js';
7
- import { ThemeSwitcherButton, ThemeSwitcherDropdown, ModeWatcher } from './components/ui/theme-switcher/index.js';
8
- import { H1, H2, H3, H4, P } from './components/ui/typography/index.js';
9
3
  import * as Alert from './components/ui/alert/index.js';
10
4
  import { AspectRatio } from './components/ui/aspect-ratio/index.js';
5
+ import { Badge } from './components/ui/badge/index.js';
11
6
  import * as Breadcrumb from './components/ui/breadcrumb/index.js';
12
- export { Alert, AlertDialog, AspectRatio, Button, Breadcrumb, Popover, DropdownMenu, Badge, H1, H2, H3, H4, P, ThemeSwitcherButton, ThemeSwitcherDropdown, ModeWatcher, };
7
+ import { Button } from './components/ui/button/index.js';
8
+ import * as DropdownMenu from './components/ui/dropdown-menu/index.js';
9
+ import * as Popover from './components/ui/popover/index.js';
10
+ import { ModeWatcher, ThemeSwitcherButton, ThemeSwitcherDropdown } from './components/ui/theme-switcher/index.js';
11
+ import { H1, H2, H3, H4, P } from './components/ui/typography/index.js';
12
+ export { Alert, AlertDialog, AspectRatio, Badge, Breadcrumb, Button, DropdownMenu, H1, H2, H3, H4, ModeWatcher, P, Popover, ThemeSwitcherButton, ThemeSwitcherDropdown, };
package/package.json CHANGED
@@ -3,7 +3,6 @@
3
3
  "dependencies": {
4
4
  "bits-ui": "^0.21.10",
5
5
  "clsx": "^2.1.1",
6
- "inter-ui": "^4.0.2",
7
6
  "lucide-svelte": "^0.394.0",
8
7
  "mode-watcher": "^0.3.1",
9
8
  "tailwind-merge": "^2.3.0",
@@ -32,9 +31,9 @@
32
31
  ".": {
33
32
  "types": "./dist/index.d.ts",
34
33
  "svelte": "./dist/index.js",
35
- "styles": "./dist/index.css",
36
34
  "default": "./dist/index.js"
37
- }
35
+ },
36
+ "./styles": "./dist/index.css"
38
37
  },
39
38
  "files": [
40
39
  "dist",
@@ -46,6 +45,7 @@
46
45
  "main": "eslint.config.js",
47
46
  "name": "@nasa-jpl/stellar-svelte",
48
47
  "peerDependencies": {
48
+ "inter-ui": "^4.0.2",
49
49
  "svelte": "^4.0.0"
50
50
  },
51
51
  "publishConfig": {
@@ -66,6 +66,6 @@
66
66
  "svelte": "./dist/index.js",
67
67
  "type": "module",
68
68
  "types": "./dist/index.d.ts",
69
- "version": "2.0.0-alpha.20",
70
- "gitHead": "8a85f6409c058eb9f1983755e0c2d7f36e93ad08"
69
+ "version": "2.0.0-alpha.23",
70
+ "gitHead": "e5b6e6842cba2668eec6b86e0ed660de29296ceb"
71
71
  }