New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-aria/landmark

Package Overview
Dependencies
Maintainers
0
Versions
634
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/landmark - npm Package Compare versions

Comparing version

to
3.0.0-nightly-74cac946a-250315

2

dist/main.js

@@ -9,3 +9,3 @@ var $202c109aedff6705$exports = require("./useLandmark.main.js");

$parcel$export(module.exports, "useLandmark", () => $202c109aedff6705$exports.useLandmark);
$parcel$export(module.exports, "createLandmarkController", () => $202c109aedff6705$exports.createLandmarkController);
$parcel$export(module.exports, "UNSTABLE_createLandmarkController", () => $202c109aedff6705$exports.UNSTABLE_createLandmarkController);
/*

@@ -12,0 +12,0 @@ * Copyright 2022 Adobe. All rights reserved.

@@ -1,2 +0,2 @@

import {createLandmarkController as $a86207c5d7f7e1fb$export$f50151dbd51cd1d9, useLandmark as $a86207c5d7f7e1fb$export$4cc632584fd87fae} from "./useLandmark.module.js";
import {UNSTABLE_createLandmarkController as $a86207c5d7f7e1fb$export$a8e2debc6521490c, useLandmark as $a86207c5d7f7e1fb$export$4cc632584fd87fae} from "./useLandmark.module.js";

@@ -16,3 +16,3 @@ /*

export {$a86207c5d7f7e1fb$export$4cc632584fd87fae as useLandmark, $a86207c5d7f7e1fb$export$f50151dbd51cd1d9 as createLandmarkController};
export {$a86207c5d7f7e1fb$export$4cc632584fd87fae as useLandmark, $a86207c5d7f7e1fb$export$a8e2debc6521490c as UNSTABLE_createLandmarkController};
//# sourceMappingURL=module.js.map

@@ -34,3 +34,3 @@ import { AriaLabelingProps, DOMAttributes, FocusableElement, RefObject } from "@react-types/shared";

/** Creates a LandmarkController, which allows programmatic navigation of landmarks. */
export function createLandmarkController(): LandmarkController;
export function UNSTABLE_createLandmarkController(): LandmarkController;
/**

@@ -37,0 +37,0 @@ * Provides landmark navigation in an application. Call this with a role and label to register a landmark navigable with F6.

@@ -10,3 +10,3 @@ var $iIApB$react = require("react");

$parcel$export(module.exports, "createLandmarkController", () => $202c109aedff6705$export$f50151dbd51cd1d9);
$parcel$export(module.exports, "UNSTABLE_createLandmarkController", () => $202c109aedff6705$export$a8e2debc6521490c);
$parcel$export(module.exports, "useLandmark", () => $202c109aedff6705$export$4cc632584fd87fae);

@@ -325,3 +325,3 @@ /*

}
function $202c109aedff6705$export$f50151dbd51cd1d9() {
function $202c109aedff6705$export$a8e2debc6521490c() {
// Get the current landmark manager and create a controller using it.

@@ -328,0 +328,0 @@ let instance = $202c109aedff6705$var$getLandmarkManager();

@@ -317,3 +317,3 @@ import {useState as $3xCwh$useState, useCallback as $3xCwh$useCallback, useEffect as $3xCwh$useEffect} from "react";

}
function $a86207c5d7f7e1fb$export$f50151dbd51cd1d9() {
function $a86207c5d7f7e1fb$export$a8e2debc6521490c() {
// Get the current landmark manager and create a controller using it.

@@ -401,3 +401,3 @@ let instance = $a86207c5d7f7e1fb$var$getLandmarkManager();

export {$a86207c5d7f7e1fb$export$f50151dbd51cd1d9 as createLandmarkController, $a86207c5d7f7e1fb$export$4cc632584fd87fae as useLandmark};
export {$a86207c5d7f7e1fb$export$a8e2debc6521490c as UNSTABLE_createLandmarkController, $a86207c5d7f7e1fb$export$4cc632584fd87fae as useLandmark};
//# sourceMappingURL=useLandmark.module.js.map
{
"name": "@react-aria/landmark",
"version": "3.0.0-nightly-73414999f-240916",
"version": "3.0.0-nightly-74cac946a-250315",
"description": "Spectrum UI components in React",

@@ -25,14 +25,14 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/utils": "^3.0.0-nightly-73414999f-240916",
"@react-types/shared": "^3.0.0-nightly-73414999f-240916",
"@react-aria/utils": "3.0.0-nightly-74cac946a-250315",
"@react-types/shared": "3.0.0-nightly-74cac946a-250315",
"@swc/helpers": "^0.5.0",
"use-sync-external-store": "^1.2.0"
"use-sync-external-store": "^1.4.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"publishConfig": {
"access": "public"
},
"stableVersion": "3.0.0-beta.15"
}
}

@@ -14,2 +14,2 @@ /*

export type {AriaLandmarkRole, AriaLandmarkProps, LandmarkAria, LandmarkController} from './useLandmark';
export {useLandmark, createLandmarkController} from './useLandmark';
export {useLandmark, UNSTABLE_createLandmarkController} from './useLandmark';

@@ -439,3 +439,3 @@ /*

/** Creates a LandmarkController, which allows programmatic navigation of landmarks. */
export function createLandmarkController(): LandmarkController {
export function UNSTABLE_createLandmarkController(): LandmarkController {
// Get the current landmark manager and create a controller using it.

@@ -442,0 +442,0 @@ let instance: LandmarkManagerApi | null = getLandmarkManager();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet