@pb33f/cowboy-components 0.7.13 → 0.7.15
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@shoelace-style/shoelace/dist/components/popup/popup.js';
|
|
2
2
|
import { LitElement } from "lit";
|
|
3
|
-
import { NodeType } from "../../model/node_type";
|
|
3
|
+
import { NodeType } from "../../model/node_type.js";
|
|
4
4
|
export declare enum IconSize {
|
|
5
5
|
tiny = "tiny",
|
|
6
6
|
small = "small",
|
|
@@ -7,11 +7,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var ModelIconComponent_1;
|
|
8
8
|
import '@shoelace-style/shoelace/dist/components/popup/popup.js';
|
|
9
9
|
import { customElement, property } from "lit/decorators.js";
|
|
10
|
-
import sharedCss from "../../css/shared.css";
|
|
11
|
-
import modelSharedCss from "../model-renderer/model-shared.css";
|
|
12
|
-
import formattingCss from "../../css/formatting.css";
|
|
10
|
+
import sharedCss from "../../css/shared.css.js";
|
|
11
|
+
import modelSharedCss from "../model-renderer/model-shared.css.js";
|
|
12
|
+
import formattingCss from "../../css/formatting.css.js";
|
|
13
13
|
import { html, LitElement } from "lit";
|
|
14
|
-
import { NodeType } from "../../model/node_type";
|
|
14
|
+
import { NodeType } from "../../model/node_type.js";
|
|
15
15
|
import tooltipCss from "../../css/tooltip.css.js";
|
|
16
16
|
export var IconSize;
|
|
17
17
|
(function (IconSize) {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Princess Beef Heavy Industries Cowboy Components",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
|
-
"version": "0.7.
|
|
6
|
+
"version": "0.7.15",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/cowboy-components.umd.cjs",
|
|
9
9
|
"module": "./dist/cowboy-components.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"./cowboy-components.js": "./dist/cowboy-components.js",
|
|
23
23
|
"./cowboy-components.umd.cjs": "./dist/cowboy-components.umd.cjs",
|
|
24
|
-
"./cowboy-components.css": "./dist/
|
|
24
|
+
"./cowboy-components.css": "./dist/cowboy-components.css",
|
|
25
25
|
"./pb33f-theme.css": "./dist/css/pb33f-theme.css",
|
|
26
26
|
"./components/*": "./dist/components/*",
|
|
27
27
|
"./model/*": "./dist/model/*",
|