@blockbite/ui 1.0.1 → 1.0.3
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/dist/_virtual/index.js +2 -2
- package/dist/_virtual/index2.js +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/node_modules/postcss-urlrebase/index.js +1 -1
- package/dist/node_modules/react-autosize-textarea/lib/index.js +1 -1
- package/dist/node_modules/remove-accents/index.js +1 -1
- package/package.json +161 -6
package/dist/_virtual/index.js
CHANGED
package/dist/_virtual/index2.js
CHANGED
package/dist/_virtual/index3.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs as p } from "../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __module as e } from "../../_virtual/
|
|
2
|
+
import { __module as e } from "../../_virtual/index2.js";
|
|
3
3
|
import { l as c } from "../postcss-value-parser/lib/index.js";
|
|
4
4
|
const n = c;
|
|
5
5
|
e.exports = (r) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs as r } from "../../../_virtual/_commonjsHelpers.js";
|
|
2
|
-
import { __exports as e } from "../../../_virtual/
|
|
2
|
+
import { __exports as e } from "../../../_virtual/index3.js";
|
|
3
3
|
import "./TextareaAutosize.js";
|
|
4
4
|
import { __exports as a } from "../../../_virtual/TextareaAutosize.js";
|
|
5
5
|
(function(t) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockbite/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Shared React UI components for Blockbite apps",
|
|
5
5
|
"author": "Blockbite",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,17 +15,172 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"exports": {
|
|
18
|
-
"
|
|
19
|
-
"import": "./dist
|
|
18
|
+
".": {
|
|
19
|
+
"import": "./dist/index.js",
|
|
20
|
+
"types": "./dist/index.d.ts"
|
|
21
|
+
},
|
|
22
|
+
"./AutocompleteDropdown": {
|
|
23
|
+
"import": "./dist/AutocompleteDropdown.js",
|
|
24
|
+
"types": "./dist/AutocompleteDropdown.d.ts"
|
|
25
|
+
},
|
|
26
|
+
"./Badge": {
|
|
27
|
+
"import": "./dist/Badge.js",
|
|
28
|
+
"types": "./dist/Badge.d.ts"
|
|
29
|
+
},
|
|
30
|
+
"./BitePreview": {
|
|
31
|
+
"import": "./dist/BitePreview.js",
|
|
32
|
+
"types": "./dist/BitePreview.d.ts"
|
|
33
|
+
},
|
|
34
|
+
"./Button": {
|
|
35
|
+
"import": "./dist/Button.js",
|
|
36
|
+
"types": "./dist/Button.d.ts"
|
|
37
|
+
},
|
|
38
|
+
"./ButtonToggle": {
|
|
39
|
+
"import": "./dist/ButtonToggle.js",
|
|
40
|
+
"types": "./dist/ButtonToggle.d.ts"
|
|
41
|
+
},
|
|
42
|
+
"./Chapter": {
|
|
43
|
+
"import": "./dist/Chapter.js",
|
|
44
|
+
"types": "./dist/Chapter.d.ts"
|
|
45
|
+
},
|
|
46
|
+
"./ChapterDivider": {
|
|
47
|
+
"import": "./dist/ChapterDivider.js",
|
|
48
|
+
"types": "./dist/ChapterDivider.d.ts"
|
|
49
|
+
},
|
|
50
|
+
"./Checkbox": {
|
|
51
|
+
"import": "./dist/Checkbox.js",
|
|
52
|
+
"types": "./dist/Checkbox.d.ts"
|
|
53
|
+
},
|
|
54
|
+
"./DisappearingMessage": {
|
|
55
|
+
"import": "./dist/DisappearingMessage.js",
|
|
56
|
+
"types": "./dist/DisappearingMessage.d.ts"
|
|
57
|
+
},
|
|
58
|
+
"./DropdownPicker": {
|
|
59
|
+
"import": "./dist/DropdownPicker.js",
|
|
60
|
+
"types": "./dist/DropdownPicker.d.ts"
|
|
61
|
+
},
|
|
62
|
+
"./EmptyState": {
|
|
63
|
+
"import": "./dist/EmptyState.js",
|
|
64
|
+
"types": "./dist/EmptyState.d.ts"
|
|
65
|
+
},
|
|
66
|
+
"./FloatingPanel": {
|
|
67
|
+
"import": "./dist/FloatingPanel.js",
|
|
68
|
+
"types": "./dist/FloatingPanel.d.ts"
|
|
69
|
+
},
|
|
70
|
+
"./FocalPointControl": {
|
|
71
|
+
"import": "./dist/FocalPointControl.js",
|
|
72
|
+
"types": "./dist/FocalPointControl.d.ts"
|
|
73
|
+
},
|
|
74
|
+
"./Icon": {
|
|
75
|
+
"import": "./dist/Icon.js",
|
|
76
|
+
"types": "./dist/Icon.d.ts"
|
|
77
|
+
},
|
|
78
|
+
"./LinkPicker": {
|
|
79
|
+
"import": "./dist/LinkPicker.js",
|
|
80
|
+
"types": "./dist/LinkPicker.d.ts"
|
|
81
|
+
},
|
|
82
|
+
"./MediaPicker": {
|
|
83
|
+
"import": "./dist/MediaPicker.js",
|
|
84
|
+
"types": "./dist/MediaPicker.d.ts"
|
|
85
|
+
},
|
|
86
|
+
"./MetricsControl": {
|
|
87
|
+
"import": "./dist/MetricsControl.js",
|
|
88
|
+
"types": "./dist/MetricsControl.d.ts"
|
|
89
|
+
},
|
|
90
|
+
"./Modal": {
|
|
91
|
+
"import": "./dist/Modal.js",
|
|
92
|
+
"types": "./dist/Modal.d.ts"
|
|
93
|
+
},
|
|
94
|
+
"./NewWindowPortal": {
|
|
95
|
+
"import": "./dist/NewWindowPortal.js",
|
|
96
|
+
"types": "./dist/NewWindowPortal.d.ts"
|
|
97
|
+
},
|
|
98
|
+
"./Notice": {
|
|
99
|
+
"import": "./dist/Notice.js",
|
|
100
|
+
"types": "./dist/Notice.d.ts"
|
|
101
|
+
},
|
|
102
|
+
"./PasswordInput": {
|
|
103
|
+
"import": "./dist/PasswordInput.js",
|
|
104
|
+
"types": "./dist/PasswordInput.d.ts"
|
|
105
|
+
},
|
|
106
|
+
"./Popover": {
|
|
107
|
+
"import": "./dist/Popover.js",
|
|
108
|
+
"types": "./dist/Popover.d.ts"
|
|
109
|
+
},
|
|
110
|
+
"./RangeSlider": {
|
|
111
|
+
"import": "./dist/RangeSlider.js",
|
|
112
|
+
"types": "./dist/RangeSlider.d.ts"
|
|
113
|
+
},
|
|
114
|
+
"./ResponsiveImage": {
|
|
115
|
+
"import": "./dist/ResponsiveImage.js",
|
|
116
|
+
"types": "./dist/ResponsiveImage.d.ts"
|
|
117
|
+
},
|
|
118
|
+
"./ResponsiveVideo": {
|
|
119
|
+
"import": "./dist/ResponsiveVideo.js",
|
|
120
|
+
"types": "./dist/ResponsiveVideo.d.ts"
|
|
121
|
+
},
|
|
122
|
+
"./ScrollList": {
|
|
123
|
+
"import": "./dist/ScrollList.js",
|
|
124
|
+
"types": "./dist/ScrollList.d.ts"
|
|
125
|
+
},
|
|
126
|
+
"./SectionList": {
|
|
127
|
+
"import": "./dist/SectionList.js",
|
|
128
|
+
"types": "./dist/SectionList.d.ts"
|
|
129
|
+
},
|
|
130
|
+
"./SelectControlWrapper": {
|
|
131
|
+
"import": "./dist/SelectControlWrapper.js",
|
|
132
|
+
"types": "./dist/SelectControlWrapper.d.ts"
|
|
133
|
+
},
|
|
134
|
+
"./SingleBlockTypeAppender": {
|
|
135
|
+
"import": "./dist/SingleBlockTypeAppender.js",
|
|
136
|
+
"types": "./dist/SingleBlockTypeAppender.d.ts"
|
|
137
|
+
},
|
|
138
|
+
"./SlideIn": {
|
|
139
|
+
"import": "./dist/SlideIn.js",
|
|
140
|
+
"types": "./dist/SlideIn.d.ts"
|
|
141
|
+
},
|
|
142
|
+
"./Spinner": {
|
|
143
|
+
"import": "./dist/Spinner.js",
|
|
144
|
+
"types": "./dist/Spinner.d.ts"
|
|
145
|
+
},
|
|
146
|
+
"./Tabs": {
|
|
147
|
+
"import": "./dist/Tabs.js",
|
|
148
|
+
"types": "./dist/Tabs.d.ts"
|
|
149
|
+
},
|
|
150
|
+
"./Tag": {
|
|
151
|
+
"import": "./dist/Tag.js",
|
|
152
|
+
"types": "./dist/Tag.d.ts"
|
|
153
|
+
},
|
|
154
|
+
"./TextControl": {
|
|
155
|
+
"import": "./dist/TextControl.js",
|
|
156
|
+
"types": "./dist/TextControl.d.ts"
|
|
157
|
+
},
|
|
158
|
+
"./TextControlLabel": {
|
|
159
|
+
"import": "./dist/TextControlLabel.js",
|
|
160
|
+
"types": "./dist/TextControlLabel.d.ts"
|
|
161
|
+
},
|
|
162
|
+
"./ToggleGroup": {
|
|
163
|
+
"import": "./dist/ToggleGroup.js",
|
|
164
|
+
"types": "./dist/ToggleGroup.d.ts"
|
|
165
|
+
},
|
|
166
|
+
"./ToggleSwitch": {
|
|
167
|
+
"import": "./dist/ToggleSwitch.js",
|
|
168
|
+
"types": "./dist/ToggleSwitch.d.ts"
|
|
169
|
+
},
|
|
170
|
+
"./Wrap": {
|
|
171
|
+
"import": "./dist/Wrap.js",
|
|
172
|
+
"types": "./dist/Wrap.d.ts"
|
|
20
173
|
}
|
|
21
174
|
},
|
|
22
175
|
"scripts": {
|
|
176
|
+
"clean": "rm -rf dist",
|
|
23
177
|
"dev": "vite",
|
|
24
|
-
"build": "vite build && npm run types",
|
|
25
178
|
"preview": "vite preview",
|
|
26
179
|
"lint": "eslint ./src --ext .ts,.tsx",
|
|
27
180
|
"type-check": "tsc --noEmit",
|
|
28
|
-
"types": "tsc --project tsconfig.build.json"
|
|
181
|
+
"types": "tsc --project tsconfig.build.json",
|
|
182
|
+
"generate:exports": "node generate-exports.js",
|
|
183
|
+
"build": "npm run clean && vite build && npm run types && npm run generate:exports"
|
|
29
184
|
},
|
|
30
185
|
"peerDependencies": {
|
|
31
186
|
"@blockbite/icons": "^4.4.7",
|
|
@@ -57,4 +212,4 @@
|
|
|
57
212
|
"vite",
|
|
58
213
|
"typescript"
|
|
59
214
|
]
|
|
60
|
-
}
|
|
215
|
+
}
|