proto-table-wc 0.0.500 → 0.0.502
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/demo-table_2.cjs.entry.js +1 -1
- package/dist/cjs/index-c9a111f0.js +1112 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/proto-table-wc.cjs.js +9 -9
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/esm/demo-table_2.entry.js +1 -1
- package/dist/esm/index-78c62227.js +1086 -0
- package/dist/esm/loader.js +2 -2
- package/dist/esm/proto-table-wc.js +10 -10
- package/dist/proto-table-wc/{p-271c985b.entry.js → p-1fb75b34.entry.js} +1 -1
- package/dist/proto-table-wc/p-8b5d455f.js +2 -0
- package/dist/proto-table-wc/proto-table-wc.esm.js +1 -1
- package/package.json +3 -3
- package/dist/cjs/index-215e1883.js +0 -1809
- package/dist/esm/index-b878de0a.js +0 -1783
- package/dist/proto-table-wc/p-bb46f1f8.js +0 -2
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
const index = require('./index-
|
5
|
+
const index = require('./index-c9a111f0.js');
|
6
6
|
|
7
7
|
const demoTableCss = ".detailWrapper{font-weight:100;font-size:13px;display:flex;flex-direction:column;justify-items:start;padding:5px;padding-left:30px}";
|
8
8
|
const DemoTableStyle0 = demoTableCss;
|