create-knapsack 5.0.0--canary.6593.ae5be27.0 → 5.0.0--canary.6593.4738696.0
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/.temp/packages/knapsack/data/db.yml +9 -0
- package/.temp/packages/knapsack/data/knapsack.asset-sets.json +4 -0
- package/.temp/packages/knapsack/data/knapsack.design-tokens.json +1 -0
- package/.temp/packages/knapsack/data/knapsack.files.json +3 -0
- package/.temp/packages/knapsack/data/knapsack.navs.yml +2 -0
- package/.temp/packages/knapsack/data/knapsack.patterns.json +35 -0
- package/.temp/packages/knapsack/dist/meta/ks-meta.json +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.android.xml +3 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.cjs +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.css +2 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.css.scss +2 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.d.cts +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.d.mts +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.d.ts +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.js +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.json +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.less +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.mjs +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.nested.json +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.scss +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.style-dictionary.json +1 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.swift +3 -0
- package/.temp/packages/knapsack/dist/tokens/design-tokens.w3c-spec.json +1 -0
- package/.temp/packages/knapsack/knapsack.config.cjs +26 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/app-client-data.json +1 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/build-meta.json +1 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/discovery.json +1 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/hydrate.renderer-react.json +1 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/knapsack-renderer-react/apps_client_libs_renderer-react-components_dist_demo-wrapper_js.chunk.17fa44fb460344ea2104.js +22 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/knapsack-renderer-react/ks-pattern-import-global-setup.js +17 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/knapsack-renderer-react/main.bundle.17fa44fb460344ea2104.js +4004 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/knapsack-renderer-react/manifest.json +4 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/knapsack-renderer-react/react-dom.development.18.3.1.js +29924 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/knapsack-renderer-react/react-dom.production.min.18.3.1.js +267 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/knapsack-renderer-react/react.development.18.3.1.js +3343 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/knapsack-renderer-react/react.production.min.18.3.1.js +31 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/renderer-client/renderer-client.mjs +132 -0
- package/.temp/packages/knapsack/node_modules/.cache/@knapsack/app/renderer-discovery-react.json +1 -0
- package/.temp/packages/knapsack/package.json +17 -0
- package/CHANGELOG.md +12 -0
- package/package.json +16 -16
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"statusSets": [
|
|
3
|
+
{
|
|
4
|
+
"id": "main",
|
|
5
|
+
"title": "Status",
|
|
6
|
+
"statuses": [
|
|
7
|
+
{
|
|
8
|
+
"id": "draft",
|
|
9
|
+
"title": "Draft",
|
|
10
|
+
"color": "#9b9b9b"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"id": "needsDesign",
|
|
14
|
+
"title": "Needs Design",
|
|
15
|
+
"color": "#FC0"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "needsDev",
|
|
19
|
+
"title": "Needs Development",
|
|
20
|
+
"color": "#FC0"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "needsReview",
|
|
24
|
+
"title": "Needs Review",
|
|
25
|
+
"color": "#FC0"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": "ready",
|
|
29
|
+
"title": "Ready",
|
|
30
|
+
"color": "#2ECC40"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"demoUrls":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$tokens: ();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const { KnapsackReactRenderer } = require('@knapsack/renderer-react');
|
|
2
|
+
const { configureKnapsack } = require('@knapsack/app');
|
|
3
|
+
const { join } = require('path');
|
|
4
|
+
const { version } = require('./package.json');
|
|
5
|
+
|
|
6
|
+
module.exports = configureKnapsack({
|
|
7
|
+
data: join(__dirname, './data'),
|
|
8
|
+
dist: join(__dirname, './dist'),
|
|
9
|
+
public: join(__dirname, './public'),
|
|
10
|
+
version,
|
|
11
|
+
templateRenderers: [
|
|
12
|
+
new KnapsackReactRenderer({
|
|
13
|
+
codeSrcs: [],
|
|
14
|
+
webpackConfig: {
|
|
15
|
+
module: {
|
|
16
|
+
rules: [],
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
}),
|
|
20
|
+
],
|
|
21
|
+
plugins: [],
|
|
22
|
+
cloud: {
|
|
23
|
+
siteId: 'test-site-id',
|
|
24
|
+
repoRoot: join(__dirname, '../..'),
|
|
25
|
+
},
|
|
26
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"patternsState":{"patterns":{},"renderers":{"react":{"meta":{"id":"react","title":"React","aliasUse":"optional","aliasTitle":"Named Export","aliasIsJsNamedExport":true,"aliasDescription":"If `export X` was used instead of `export default`, then provide X.","enableDataDemos":true,"enableTemplateDemos":true,"hasSlotsSupport":true,"hasSlotOptionsSupport":true,"version":"4.87.5","hasInferSpecSupport":true,"syntaxHighlightingLanguage":"jsx","hasTemplateSuggestionsSupport":true,"prototypingTemplate":{"path":"@knapsack/renderer-react/prototype-template","spec":{"isInferred":false,"props":{"type":"object","properties":{}},"slots":{"children":{"title":"Children"}}}}}}},"statusSets":[{"id":"main","title":"Status","statuses":[{"id":"draft","title":"Draft","color":"#9b9b9b"},{"id":"needsDesign","title":"Needs Design","color":"#FC0"},{"id":"needsDev","title":"Needs Development","color":"#FC0"},{"id":"needsReview","title":"Needs Review","color":"#FC0"},{"id":"ready","title":"Ready","color":"#2ECC40"}]}]},"customPagesState":{"pages":{}},"assetSetsState":{"globalAssetSetIds":[],"allAssetSets":{}},"navsState":{"byId":{},"order":[]},"tokensSrc":{},"filesState":{"files":{}},"db":{"blockCollections":{"settings":{}},"blocks":{"settings":{},"byId":{}},"demos":{"settings":{},"byId":{}},"settings":{},"tabs":{"settings":{}}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"buildTime":"2025-11-04T18:38:03.444Z","buildId":"7ed25594-3106-4585-a2f6-e7329ab9143c"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"renderersById":{"react":{"meta":{"id":"react","title":"React","aliasUse":"optional","aliasTitle":"Named Export","aliasIsJsNamedExport":true,"aliasDescription":"If `export X` was used instead of `export default`, then provide X.","enableDataDemos":true,"enableTemplateDemos":true,"hasSlotsSupport":true,"hasSlotOptionsSupport":true,"version":"4.87.5","hasInferSpecSupport":true,"syntaxHighlightingLanguage":"jsx","hasTemplateSuggestionsSupport":true,"prototypingTemplate":{"path":"@knapsack/renderer-react/prototype-template","spec":{"isInferred":false,"props":{"type":"object","properties":{}},"slots":{"children":{"title":"Children"}}}}}}},"assetSets":{"globalAssetSetIds":[],"allAssetSets":{}},"metaState":{"isLocalDev":false,"meta":{"version":"1.0.0","hasKnapsackCloud":true,"knapsackCloudSiteId":"test-site-id","ksVersions":{"app":"4.87.5"}},"plugins":[{"id":"ks-app","hasContent":false}]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"codeSrcs":{},"webpackAssetPaths":{"main":["/knapsack-renderer-react/main.bundle.17fa44fb460344ea2104.js"]}}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* ATTENTION: An "eval-source-map" devtool has been used.
|
|
4
|
+
* This devtool is neither made for production nor for readable output files.
|
|
5
|
+
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
|
6
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
7
|
+
* or disable the default devtool with "devtool: false".
|
|
8
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
9
|
+
*/
|
|
10
|
+
(self["webpackChunk_my_org_knapsack"] = self["webpackChunk_my_org_knapsack"] || []).push([["apps_client_libs_renderer-react-components_dist_demo-wrapper_js"],{
|
|
11
|
+
|
|
12
|
+
/***/ "../../../../../apps/client/libs/renderer-react-components/dist/demo-wrapper.js":
|
|
13
|
+
/*!**************************************************************************************!*\
|
|
14
|
+
!*** ../../../../../apps/client/libs/renderer-react-components/dist/demo-wrapper.js ***!
|
|
15
|
+
\**************************************************************************************/
|
|
16
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
17
|
+
|
|
18
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ \"../../../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js\");\n\nconst DemoWrapper = ({ children }) => ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(\"div\", { className: \"demo-wrapper\", children: children }));\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (DemoWrapper);\n//# sourceMappingURL=demo-wrapper.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vYXBwcy9jbGllbnQvbGlicy9yZW5kZXJlci1yZWFjdC1jb21wb25lbnRzL2Rpc3QvZGVtby13cmFwcGVyLmpzIiwibWFwcGluZ3MiOiI7Ozs7O0FBQUE7QUFDQTtBQUNBO0FBQ0EiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9AbXktb3JnL2tuYXBzYWNrLy4uLy4uLy4uLy4uLy4uL2FwcHMvY2xpZW50L2xpYnMvcmVuZGVyZXItcmVhY3QtY29tcG9uZW50cy9kaXN0L2RlbW8td3JhcHBlci5qcz85YWQ4Il0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGpzeCBhcyBfanN4IH0gZnJvbSBcInJlYWN0L2pzeC1ydW50aW1lXCI7XG5jb25zdCBEZW1vV3JhcHBlciA9ICh7IGNoaWxkcmVuIH0pID0+IChfanN4KFwiZGl2XCIsIHsgY2xhc3NOYW1lOiBcImRlbW8td3JhcHBlclwiLCBjaGlsZHJlbjogY2hpbGRyZW4gfSkpO1xuZXhwb3J0IGRlZmF1bHQgRGVtb1dyYXBwZXI7XG4vLyMgc291cmNlTWFwcGluZ1VSTD1kZW1vLXdyYXBwZXIuanMubWFwIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///../../../../../apps/client/libs/renderer-react-components/dist/demo-wrapper.js\n\n}");
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
}]);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
const codeSrcModules = {
|
|
3
|
+
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
const extraImports = [
|
|
7
|
+
{
|
|
8
|
+
exportName: 'DemoWrapper',
|
|
9
|
+
path: '../../../../../../../../../../apps/client/renderers/renderer-react/node_modules/@knapsack/renderer-react-components/dist/demo-wrapper.js',
|
|
10
|
+
isDefaultExport: true,
|
|
11
|
+
getModule: () => import('../../../../../../../../../../apps/client/renderers/renderer-react/node_modules/@knapsack/renderer-react-components/dist/demo-wrapper.js'),
|
|
12
|
+
},
|
|
13
|
+
];
|
|
14
|
+
|
|
15
|
+
window.knapsack = window.knapsack || {};
|
|
16
|
+
window.knapsack.codeSrcModules = codeSrcModules;
|
|
17
|
+
window.knapsack.extraImports = extraImports;
|