santosp-rslib-project 1.0.1

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.
@@ -0,0 +1,19 @@
1
+ /**
2
+ * @license React
3
+ * react-jsx-runtime.development.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */
10
+
11
+ /**
12
+ * @license React
13
+ * react-jsx-runtime.production.js
14
+ *
15
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
16
+ *
17
+ * This source code is licensed under the MIT license found in the
18
+ * LICENSE file in the root directory of this source tree.
19
+ */
@@ -0,0 +1,18 @@
1
+ var __webpack_modules__ = {};
2
+ var __webpack_module_cache__ = {};
3
+ function __webpack_require__(moduleId) {
4
+ var cachedModule = __webpack_module_cache__[moduleId];
5
+ if (void 0 !== cachedModule) return cachedModule.exports;
6
+ var module = __webpack_module_cache__[moduleId] = {
7
+ exports: {}
8
+ };
9
+ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
10
+ return module.exports;
11
+ }
12
+ __webpack_require__.m = __webpack_modules__;
13
+ (()=>{
14
+ __webpack_require__.add = function(modules) {
15
+ Object.assign(__webpack_require__.m, modules);
16
+ };
17
+ })();
18
+ export { __webpack_require__ };
package/package.json ADDED
@@ -0,0 +1,54 @@
1
+ {
2
+ "name": "santosp-rslib-project",
3
+ "version": "1.0.1",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": {
7
+ "types": "./dist/index.d.ts",
8
+ "import": "./dist/index.js"
9
+ }
10
+ },
11
+ "types": "./dist/index.d.ts",
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "scripts": {
16
+ "build": "panda codegen && rslib build",
17
+ "build:storybook": "storybook build",
18
+ "dev": "rslib build --watch",
19
+ "format": "prettier --write .",
20
+ "lint": "eslint .",
21
+ "stories": "storybook dev",
22
+ "prepare": "panda codegen && panda spec"
23
+ },
24
+ "devDependencies": {
25
+ "@eslint/js": "^9.39.2",
26
+ "@pandacss/dev": "^1.8.2",
27
+ "@rsbuild/core": "~1.7.3",
28
+ "@rsbuild/plugin-react": "^1.4.5",
29
+ "@rslib/core": "^0.19.6",
30
+ "@storybook/addon-docs": "^10.2.8",
31
+ "@storybook/addon-onboarding": "^10.2.8",
32
+ "@storybook/react": "^10.2.8",
33
+ "@types/react": "^19.2.14",
34
+ "eslint": "^9.39.2",
35
+ "globals": "^17.3.0",
36
+ "prettier": "^3.8.1",
37
+ "react": "^19.2.4",
38
+ "storybook": "^10.2.8",
39
+ "storybook-addon-rslib": "^3.2.2",
40
+ "storybook-react-rsbuild": "^3.2.2",
41
+ "typescript": "^5.9.3",
42
+ "typescript-eslint": "^8.55.0"
43
+ },
44
+ "peerDependencies": {
45
+ "react": ">=16.9.0",
46
+ "react-dom": ">=16.9.0"
47
+ },
48
+ "private": false,
49
+ "dependencies": {
50
+ "@ark-ui/react": "^5.34.0",
51
+ "@untitledui/icons": "^0.0.21",
52
+ "clsx": "^2.1.1"
53
+ }
54
+ }