@plumile/ui 0.1.59 → 0.1.61

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,4 +1,5 @@
1
1
  /* empty css */
2
+ /* empty css */
2
3
  /* empty css */
3
4
  //#region src/atomic/molecules/markdown/components/MarkdownEmphasis.css.ts
4
5
  var e = "_1pjwgns1 _1pjwgns0 txvbqb1o";
@@ -1,5 +1,4 @@
1
1
  /* empty css */
2
- /* empty css */
3
2
  /* empty css */
4
3
  import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
5
4
  //#region src/atomic/molecules/markdown/components/MarkdownList.css.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumile/ui",
3
- "version": "0.1.59",
3
+ "version": "0.1.61",
4
4
  "description": "Shared React UI primitives and theme for Plumile applications",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -15,32 +15,62 @@
15
15
  "default": "./lib/esm/index.js"
16
16
  },
17
17
  "./style.css": "./lib/esm/style.css",
18
+ "./atomic/*.js": {
19
+ "types": "./lib/types/atomic/*.d.ts",
20
+ "import": "./lib/esm/atomic/*.js",
21
+ "default": "./lib/esm/atomic/*.js"
22
+ },
18
23
  "./atomic/*": {
19
24
  "types": "./lib/types/atomic/*.d.ts",
20
25
  "import": "./lib/esm/atomic/*.js",
21
26
  "default": "./lib/esm/atomic/*.js"
22
27
  },
28
+ "./components/*.js": {
29
+ "types": "./lib/types/components/*.d.ts",
30
+ "import": "./lib/esm/components/*.js",
31
+ "default": "./lib/esm/components/*.js"
32
+ },
23
33
  "./components/*": {
24
34
  "types": "./lib/types/components/*.d.ts",
25
35
  "import": "./lib/esm/components/*.js",
26
36
  "default": "./lib/esm/components/*.js"
27
37
  },
38
+ "./pages/*.js": {
39
+ "types": "./lib/types/pages/*.d.ts",
40
+ "import": "./lib/esm/pages/*.js",
41
+ "default": "./lib/esm/pages/*.js"
42
+ },
28
43
  "./pages/*": {
29
44
  "types": "./lib/types/pages/*.d.ts",
30
45
  "import": "./lib/esm/pages/*.js",
31
46
  "default": "./lib/esm/pages/*.js"
32
47
  },
48
+ "./icons/*.js": {
49
+ "types": "./lib/types/icons/*.d.ts",
50
+ "import": "./lib/esm/icons/*.js",
51
+ "default": "./lib/esm/icons/*.js"
52
+ },
33
53
  "./icons/*": {
34
54
  "types": "./lib/types/icons/*.d.ts",
35
55
  "import": "./lib/esm/icons/*.js",
36
56
  "default": "./lib/esm/icons/*.js"
37
57
  },
38
58
  "./i18n/*": "./src/i18n/*",
59
+ "./svg/*.js": {
60
+ "types": "./lib/types/svg/*.d.ts",
61
+ "import": "./lib/esm/svg/*.js",
62
+ "default": "./lib/esm/svg/*.js"
63
+ },
39
64
  "./svg/*": {
40
65
  "types": "./lib/types/svg/*.d.ts",
41
66
  "import": "./lib/esm/svg/*.js",
42
67
  "default": "./lib/esm/svg/*.js"
43
68
  },
69
+ "./theme/*.js": {
70
+ "types": "./lib/types/theme/*.d.ts",
71
+ "import": "./lib/esm/theme/*.js",
72
+ "default": "./lib/esm/theme/*.js"
73
+ },
44
74
  "./theme/*": {
45
75
  "types": "./lib/types/theme/*.d.ts",
46
76
  "import": "./lib/esm/theme/*.js",
@@ -80,7 +110,7 @@
80
110
  },
81
111
  "dependencies": {
82
112
  "@nivo/line": "0.99.0",
83
- "@plumile/router": "^0.1.59",
113
+ "@plumile/router": "^0.1.61",
84
114
  "@vanilla-extract/css": "^1.19.0",
85
115
  "@vanilla-extract/recipes": "^0.5.7",
86
116
  "@vanilla-extract/sprinkles": "^1.6.5",