@lumiastream/ui 0.2.8-alpha.10 → 0.2.8-alpha.12

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/package.json CHANGED
@@ -1,69 +1,133 @@
1
1
  {
2
- "name": "@lumiastream/ui",
3
- "version": "0.2.8-alpha.10",
4
- "author": "Lumia Stream",
5
- "license": "ISC",
6
- "description": "Lumia UI Kit",
7
- "packageManager": "npm@11.9.0",
8
- "type": "module",
9
- "main": "dist/index.js",
10
- "module": "dist/index.js",
11
- "types": "dist/index.d.ts",
12
- "files": [
13
- "dist"
14
- ],
15
- "exports": {
16
- ".": {
17
- "types": "./dist/index.d.ts",
18
- "import": "./dist/index.js"
19
- }
20
- },
21
- "scripts": {
22
- "start": "storybook dev -p 6006",
23
- "build": "tsup src/index.ts",
24
- "build-storybook": "storybook build",
25
- "watch": "tsup src/index.ts --watch",
26
- "release": "changeset && changeset tag && npm run build && npm publish",
27
- "prepublishOnly": "npm run build",
28
- "postpublish": "npm cache clean --force && node ./scripts/postpublish-install.mjs"
29
- },
30
- "peerDependencies": {
31
- "@codemirror/autocomplete": "^6.0.0",
32
- "@emotion/react": "^11.14.0",
33
- "@emotion/styled": "^11.14.1",
34
- "@mui/icons-material": "^9.0.0",
35
- "@mui/material": "^9.0.0",
36
- "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
37
- "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
38
- "react-hook-form": "^7.62.0"
39
- },
40
- "devDependencies": {
41
- "@codemirror/autocomplete": "^6.20.1",
42
- "@emotion/react": "^11.14.0",
43
- "@emotion/styled": "^11.14.1",
44
- "@mui/icons-material": "^9.0.0",
45
- "@mui/material": "^9.0.0",
46
- "@storybook/builder-vite": "^10.2.17",
47
- "@storybook/react-vite": "^10.2.17",
48
- "@types/node": "^25.5.0",
49
- "@types/react": "^19.2.14",
50
- "@types/react-dom": "19.2.3",
51
- "postcss": "^8.5.8",
52
- "react": "^19.2.0",
53
- "react-dom": "^19.2.0",
54
- "react-hook-form": "^7.73.1",
55
- "sass-embedded": "^1.99.0",
56
- "storybook": "^10.2.17",
57
- "tsup": "^8.5.1",
58
- "typescript": "^5.9.3",
59
- "vite": "^8.0.8"
60
- },
61
- "dependencies": {
62
- "@lumiastream/lumia-translations": "1.15.4",
63
- "@lumiastream/lumia-types": "^3.3.7-alpha.2",
64
- "classnames": "^2.5.1",
65
- "globals": "^17.4.0",
66
- "nanoid": "^5.1.11",
67
- "react-best-gradient-color-picker": "^3.0.14"
68
- }
2
+ "name": "@lumiastream/ui",
3
+ "version": "0.2.8-alpha.12",
4
+ "author": "Lumia Stream",
5
+ "license": "ISC",
6
+ "description": "Lumia UI Kit",
7
+ "packageManager": "npm@11.9.0",
8
+ "type": "module",
9
+ "main": "dist/index.js",
10
+ "module": "dist/index.js",
11
+ "types": "dist/index.d.ts",
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "exports": {
16
+ ".": {
17
+ "types": "./dist/index.d.ts",
18
+ "import": "./dist/index.js"
19
+ },
20
+ "./components": {
21
+ "types": "./dist/components.d.ts",
22
+ "import": "./dist/components.js"
23
+ },
24
+ "./LSButton": {
25
+ "types": "./dist/LSButton.d.ts",
26
+ "import": "./dist/LSButton.js"
27
+ },
28
+ "./LSCheckbox": {
29
+ "types": "./dist/LSCheckbox.d.ts",
30
+ "import": "./dist/LSCheckbox.js"
31
+ },
32
+ "./LSColorPicker": {
33
+ "types": "./dist/LSColorPicker.d.ts",
34
+ "import": "./dist/LSColorPicker.js"
35
+ },
36
+ "./LSDatePicker": {
37
+ "types": "./dist/LSDatePicker.d.ts",
38
+ "import": "./dist/LSDatePicker.js"
39
+ },
40
+ "./LSFontPicker": {
41
+ "types": "./dist/LSFontPicker.d.ts",
42
+ "import": "./dist/LSFontPicker.js"
43
+ },
44
+ "./LSInput": {
45
+ "types": "./dist/LSInput.d.ts",
46
+ "import": "./dist/LSInput.js"
47
+ },
48
+ "./LSMultiSelect": {
49
+ "types": "./dist/LSMultiSelect.d.ts",
50
+ "import": "./dist/LSMultiSelect.js"
51
+ },
52
+ "./LSRadio": {
53
+ "types": "./dist/LSRadio.d.ts",
54
+ "import": "./dist/LSRadio.js"
55
+ },
56
+ "./LSSelect": {
57
+ "types": "./dist/LSSelect.d.ts",
58
+ "import": "./dist/LSSelect.js"
59
+ },
60
+ "./LSSliderInput": {
61
+ "types": "./dist/LSSliderInput.d.ts",
62
+ "import": "./dist/LSSliderInput.js"
63
+ },
64
+ "./LSTextField": {
65
+ "types": "./dist/LSTextField.d.ts",
66
+ "import": "./dist/LSTextField.js"
67
+ },
68
+ "./LSVariableInputField": {
69
+ "types": "./dist/LSVariableInputField.d.ts",
70
+ "import": "./dist/LSVariableInputField.js"
71
+ },
72
+ "./utils": {
73
+ "types": "./dist/utils.d.ts",
74
+ "import": "./dist/utils.js"
75
+ },
76
+ "./utils/chatMedia": {
77
+ "types": "./dist/utils/chatMedia.d.ts",
78
+ "import": "./dist/utils/chatMedia.js"
79
+ },
80
+ "./se-import": {
81
+ "types": "./dist/se-import.d.ts",
82
+ "import": "./dist/se-import.js"
83
+ }
84
+ },
85
+ "scripts": {
86
+ "start": "storybook dev -p 6006",
87
+ "build": "tsup",
88
+ "build-storybook": "storybook build",
89
+ "watch": "tsup --watch",
90
+ "release": "changeset && changeset tag && npm run build && npm publish",
91
+ "prepublishOnly": "npm run build",
92
+ "postpublish": "npm cache clean --force && node ./scripts/postpublish-install.mjs"
93
+ },
94
+ "peerDependencies": {
95
+ "@codemirror/autocomplete": "^6.0.0",
96
+ "@emotion/react": "^11.14.0",
97
+ "@emotion/styled": "^11.14.1",
98
+ "@mui/icons-material": "^9.0.0",
99
+ "@mui/material": "^9.0.0",
100
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
101
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
102
+ "react-hook-form": "^7.62.0"
103
+ },
104
+ "devDependencies": {
105
+ "@codemirror/autocomplete": "^6.20.1",
106
+ "@emotion/react": "^11.14.0",
107
+ "@emotion/styled": "^11.14.1",
108
+ "@mui/icons-material": "^9.0.0",
109
+ "@mui/material": "^9.0.0",
110
+ "@storybook/builder-vite": "^10.2.17",
111
+ "@storybook/react-vite": "^10.2.17",
112
+ "@types/node": "^25.5.0",
113
+ "@types/react": "^19.2.14",
114
+ "@types/react-dom": "19.2.3",
115
+ "postcss": "^8.5.14",
116
+ "react": "^19.2.0",
117
+ "react-dom": "^19.2.0",
118
+ "react-hook-form": "^7.73.1",
119
+ "sass-embedded": "^1.99.0",
120
+ "storybook": "^10.2.17",
121
+ "tsup": "^8.5.1",
122
+ "typescript": "^5.9.3",
123
+ "vite": "^8.0.8"
124
+ },
125
+ "dependencies": {
126
+ "@lumiastream/lumia-translations": "1.15.7",
127
+ "@lumiastream/lumia-types": "^3.3.7-alpha.2",
128
+ "classnames": "^2.5.1",
129
+ "globals": "^17.4.0",
130
+ "nanoid": "^5.1.11",
131
+ "react-best-gradient-color-picker": "^3.0.14"
132
+ }
69
133
  }