Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@react-stately/flags

Package Overview
Dependencies
Maintainers
2
Versions
830
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/flags - npm Package Compare versions

Comparing version
3.0.0-nightly-5da33c544-251211
to
3.0.0-nightly-5e6c99a94-260506
+1
dist/types/src/index.d.ts
export { enableTableNestedRows, tableNestedRows, enableShadowDOM, shadowDOM } from 'react-stately/private/flags/flags';
+4
-15

@@ -0,1 +1,3 @@

import {enableTableNestedRows as $e75b81e73bae9578$re_export$enableTableNestedRows, tableNestedRows as $e75b81e73bae9578$re_export$tableNestedRows, enableShadowDOM as $e75b81e73bae9578$re_export$enableShadowDOM, shadowDOM as $e75b81e73bae9578$re_export$shadowDOM} from "react-stately/private/flags/flags";
/*

@@ -11,19 +13,6 @@ * Copyright 2023 Adobe. All rights reserved.

* governing permissions and limitations under the License.
*/ let $f4e2df6bd15f8569$var$_tableNestedRows = false;
let $f4e2df6bd15f8569$var$_shadowDOM = false;
function $f4e2df6bd15f8569$export$d9d8a0f82de49530() {
$f4e2df6bd15f8569$var$_tableNestedRows = true;
}
function $f4e2df6bd15f8569$export$1b00cb14a96194e6() {
return $f4e2df6bd15f8569$var$_tableNestedRows;
}
function $f4e2df6bd15f8569$export$12b151d9882e9985() {
$f4e2df6bd15f8569$var$_shadowDOM = true;
}
function $f4e2df6bd15f8569$export$98658e8c59125e6a() {
return $f4e2df6bd15f8569$var$_shadowDOM;
}
*/
export {$f4e2df6bd15f8569$export$d9d8a0f82de49530 as enableTableNestedRows, $f4e2df6bd15f8569$export$1b00cb14a96194e6 as tableNestedRows, $f4e2df6bd15f8569$export$12b151d9882e9985 as enableShadowDOM, $f4e2df6bd15f8569$export$98658e8c59125e6a as shadowDOM};
export {$e75b81e73bae9578$re_export$enableTableNestedRows as enableTableNestedRows, $e75b81e73bae9578$re_export$tableNestedRows as tableNestedRows, $e75b81e73bae9578$re_export$enableShadowDOM as enableShadowDOM, $e75b81e73bae9578$re_export$shadowDOM as shadowDOM};
//# sourceMappingURL=module.js.map

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

var $264no$reactstatelyprivateflagsflags = require("react-stately/private/flags/flags");
function $parcel$export(e, n, v, s) {

@@ -6,6 +8,6 @@ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});

$parcel$export(module.exports, "enableTableNestedRows", () => $b8649bdbb43830e8$export$d9d8a0f82de49530);
$parcel$export(module.exports, "tableNestedRows", () => $b8649bdbb43830e8$export$1b00cb14a96194e6);
$parcel$export(module.exports, "enableShadowDOM", () => $b8649bdbb43830e8$export$12b151d9882e9985);
$parcel$export(module.exports, "shadowDOM", () => $b8649bdbb43830e8$export$98658e8c59125e6a);
$parcel$export(module.exports, "enableTableNestedRows", function () { return $264no$reactstatelyprivateflagsflags.enableTableNestedRows; });
$parcel$export(module.exports, "tableNestedRows", function () { return $264no$reactstatelyprivateflagsflags.tableNestedRows; });
$parcel$export(module.exports, "enableShadowDOM", function () { return $264no$reactstatelyprivateflagsflags.enableShadowDOM; });
$parcel$export(module.exports, "shadowDOM", function () { return $264no$reactstatelyprivateflagsflags.shadowDOM; });
/*

@@ -21,18 +23,5 @@ * Copyright 2023 Adobe. All rights reserved.

* governing permissions and limitations under the License.
*/ let $b8649bdbb43830e8$var$_tableNestedRows = false;
let $b8649bdbb43830e8$var$_shadowDOM = false;
function $b8649bdbb43830e8$export$d9d8a0f82de49530() {
$b8649bdbb43830e8$var$_tableNestedRows = true;
}
function $b8649bdbb43830e8$export$1b00cb14a96194e6() {
return $b8649bdbb43830e8$var$_tableNestedRows;
}
function $b8649bdbb43830e8$export$12b151d9882e9985() {
$b8649bdbb43830e8$var$_shadowDOM = true;
}
function $b8649bdbb43830e8$export$98658e8c59125e6a() {
return $b8649bdbb43830e8$var$_shadowDOM;
}
*/
//# sourceMappingURL=main.js.map

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

{"mappings":";;;;;;;;;AAAA;;;;;;;;;;CAUC,GAED,IAAI,yCAAmB;AACvB,IAAI,mCAAa;AAEV,SAAS;IACd,yCAAmB;AACrB;AAEO,SAAS;IACd,OAAO;AACT;AAEO,SAAS;IACd,mCAAa;AACf;AAEO,SAAS;IACd,OAAO;AACT","sources":["packages/@react-stately/flags/src/index.ts"],"sourcesContent":["/*\n * Copyright 2023 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nlet _tableNestedRows = false;\nlet _shadowDOM = false;\n\nexport function enableTableNestedRows(): void {\n _tableNestedRows = true;\n}\n\nexport function tableNestedRows(): boolean {\n return _tableNestedRows;\n}\n\nexport function enableShadowDOM(): void {\n _shadowDOM = true;\n}\n\nexport function shadowDOM(): boolean {\n return _shadowDOM;\n}\n"],"names":[],"version":3,"file":"main.js.map"}
{"mappings":";;;;;;;;;;;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/flags/src/index.ts"],"sourcesContent":["/*\n * Copyright 2023 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport {enableTableNestedRows, tableNestedRows, enableShadowDOM, shadowDOM} from 'react-stately/private/flags/flags';\n"],"names":[],"version":3,"file":"main.js.map"}

@@ -0,1 +1,3 @@

import {enableTableNestedRows as $e75b81e73bae9578$re_export$enableTableNestedRows, tableNestedRows as $e75b81e73bae9578$re_export$tableNestedRows, enableShadowDOM as $e75b81e73bae9578$re_export$enableShadowDOM, shadowDOM as $e75b81e73bae9578$re_export$shadowDOM} from "react-stately/private/flags/flags";
/*

@@ -11,19 +13,6 @@ * Copyright 2023 Adobe. All rights reserved.

* governing permissions and limitations under the License.
*/ let $f4e2df6bd15f8569$var$_tableNestedRows = false;
let $f4e2df6bd15f8569$var$_shadowDOM = false;
function $f4e2df6bd15f8569$export$d9d8a0f82de49530() {
$f4e2df6bd15f8569$var$_tableNestedRows = true;
}
function $f4e2df6bd15f8569$export$1b00cb14a96194e6() {
return $f4e2df6bd15f8569$var$_tableNestedRows;
}
function $f4e2df6bd15f8569$export$12b151d9882e9985() {
$f4e2df6bd15f8569$var$_shadowDOM = true;
}
function $f4e2df6bd15f8569$export$98658e8c59125e6a() {
return $f4e2df6bd15f8569$var$_shadowDOM;
}
*/
export {$f4e2df6bd15f8569$export$d9d8a0f82de49530 as enableTableNestedRows, $f4e2df6bd15f8569$export$1b00cb14a96194e6 as tableNestedRows, $f4e2df6bd15f8569$export$12b151d9882e9985 as enableShadowDOM, $f4e2df6bd15f8569$export$98658e8c59125e6a as shadowDOM};
export {$e75b81e73bae9578$re_export$enableTableNestedRows as enableTableNestedRows, $e75b81e73bae9578$re_export$tableNestedRows as tableNestedRows, $e75b81e73bae9578$re_export$enableShadowDOM as enableShadowDOM, $e75b81e73bae9578$re_export$shadowDOM as shadowDOM};
//# sourceMappingURL=module.js.map

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

{"mappings":"AAAA;;;;;;;;;;CAUC,GAED,IAAI,yCAAmB;AACvB,IAAI,mCAAa;AAEV,SAAS;IACd,yCAAmB;AACrB;AAEO,SAAS;IACd,OAAO;AACT;AAEO,SAAS;IACd,mCAAa;AACf;AAEO,SAAS;IACd,OAAO;AACT","sources":["packages/@react-stately/flags/src/index.ts"],"sourcesContent":["/*\n * Copyright 2023 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nlet _tableNestedRows = false;\nlet _shadowDOM = false;\n\nexport function enableTableNestedRows(): void {\n _tableNestedRows = true;\n}\n\nexport function tableNestedRows(): boolean {\n return _tableNestedRows;\n}\n\nexport function enableShadowDOM(): void {\n _shadowDOM = true;\n}\n\nexport function shadowDOM(): boolean {\n return _shadowDOM;\n}\n"],"names":[],"version":3,"file":"module.js.map"}
{"mappings":";;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/flags/src/index.ts"],"sourcesContent":["/*\n * Copyright 2023 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport {enableTableNestedRows, tableNestedRows, enableShadowDOM, shadowDOM} from 'react-stately/private/flags/flags';\n"],"names":[],"version":3,"file":"module.js.map"}
{
"name": "@react-stately/flags",
"version": "3.0.0-nightly-5da33c544-251211",
"version": "3.0.0-nightly-5e6c99a94-260506",
"description": "Spectrum UI components in React",

@@ -8,11 +8,11 @@ "license": "Apache-2.0",

"module": "dist/module.js",
"types": "dist/types.d.ts",
"types": "dist/types/src/index.d.ts",
"exports": {
"source": "./src/index.ts",
"types": [
"./dist/types.d.ts",
"./src/index.ts"
],
"import": "./dist/import.mjs",
"require": "./dist/main.js"
".": {
"source": "./src/index.ts",
"types": "./dist/types/src/index.d.ts",
"import": "./dist/import.mjs",
"require": "./dist/main.js"
},
"./package.json": "./package.json"
},

@@ -30,7 +30,19 @@ "source": "src/index.ts",

"dependencies": {
"@swc/helpers": "^0.5.0"
"@swc/helpers": "^0.5.0",
"react-stately": "3.0.0-nightly-5e6c99a94-260506"
},
"publishConfig": {
"access": "public"
},
"targets": {
"types": false
},
"peerDependencies": {
"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"
},
"devDependencies": {
"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"
}
}

@@ -13,19 +13,2 @@ /*

let _tableNestedRows = false;
let _shadowDOM = false;
export function enableTableNestedRows(): void {
_tableNestedRows = true;
}
export function tableNestedRows(): boolean {
return _tableNestedRows;
}
export function enableShadowDOM(): void {
_shadowDOM = true;
}
export function shadowDOM(): boolean {
return _shadowDOM;
}
export {enableTableNestedRows, tableNestedRows, enableShadowDOM, shadowDOM} from 'react-stately/private/flags/flags';
export function enableTableNestedRows(): void;
export function tableNestedRows(): boolean;
export function enableShadowDOM(): void;
export function shadowDOM(): boolean;
//# sourceMappingURL=types.d.ts.map
{"mappings":"AAeA,yCAAyC,IAAI,CAE5C;AAED,mCAAmC,OAAO,CAEzC;AAED,mCAAmC,IAAI,CAEtC;AAED,6BAA6B,OAAO,CAEnC","sources":["packages/@react-stately/flags/src/packages/@react-stately/flags/src/index.ts","packages/@react-stately/flags/src/index.ts"],"sourcesContent":[null,"/*\n * Copyright 2023 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nlet _tableNestedRows = false;\nlet _shadowDOM = false;\n\nexport function enableTableNestedRows(): void {\n _tableNestedRows = true;\n}\n\nexport function tableNestedRows(): boolean {\n return _tableNestedRows;\n}\n\nexport function enableShadowDOM(): void {\n _shadowDOM = true;\n}\n\nexport function shadowDOM(): boolean {\n return _shadowDOM;\n}\n"],"names":[],"version":3,"file":"types.d.ts.map"}