File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,6 +88,15 @@ All notable changes to this project will be documented in this file.
8888
8989# Changelog
9090
91+ # Changelog
92+
93+ ## [ 0.48.0] ( https://github.com/databricks/appkit/compare/v0.47.1...v0.48.0 ) (2026-07-24)
94+
95+ ### appkit
96+
97+ * ** appkit:** /ui visual variant picker ([ #476 ] ( https://github.com/databricks/appkit/issues/476 ) ) ([ 8f62d59] ( https://github.com/databricks/appkit/commit/8f62d594428fd79818a2b336d7502917cef3a6ea ) )
98+
99+
91100## [ 0.47.1] ( https://github.com/databricks/appkit/compare/v0.47.0...v0.47.1 ) (2026-07-23)
92101
93102### cli
Original file line number Diff line number Diff line change 33 {
44 "name" : " @databricks/appkit" ,
55 "tarball" : {
6- "packed" : 771082 ,
7- "unpacked" : 2707798
6+ "packed" : 781571 ,
7+ "unpacked" : 2737743
88 },
99 "dist" : {
1010 "total" : {
11- "raw" : 2703353 ,
12- "gzip" : 904567
11+ "raw" : 2724086 ,
12+ "gzip" : 913249
1313 },
1414 "js" : {
15- "raw" : 802165 ,
16- "gzip" : 279511
15+ "raw" : 809876 ,
16+ "gzip" : 282994
1717 },
1818 "types" : {
19- "raw" : 291312 ,
20- "gzip" : 99393
19+ "raw" : 291641 ,
20+ "gzip" : 99520
2121 },
2222 "maps" : {
23- "raw" : 1599081 ,
24- "gzip" : 521845
23+ "raw" : 1611774 ,
24+ "gzip" : 526917
2525 },
2626 "css" : {
2727 "raw" : 0 ,
3131 "raw" : 10795 ,
3232 "gzip" : 3818
3333 },
34- "fileCount" : 545
34+ "fileCount" : 551
3535 },
3636 "entries" : [
3737 {
3838 "id" : " ." ,
39- "gzip" : 89744 ,
39+ "gzip" : 90672 ,
4040 "composition" : {
41- "initialGzip" : 87170 ,
41+ "initialGzip" : 88098 ,
4242 "lazyGzip" : 2574 ,
43- "totalGzip" : 89744 ,
44- "own" : 285461 ,
43+ "totalGzip" : 90672 ,
44+ "own" : 288090 ,
4545 "nodeModules" : null ,
4646 "chunks" : [
4747 {
4848 "label" : " index.js" ,
49- "gzip" : 83072 ,
49+ "gzip" : 84000 ,
5050 "kind" : " initial"
5151 },
5252 {
7474 "chunks" : [
7575 {
7676 "label" : " beta.js" ,
77- "gzip" : 31150 ,
77+ "gzip" : 31149 ,
7878 "kind" : " initial"
7979 },
8080 {
8484 },
8585 {
8686 "label" : " service-context.js" ,
87- "gzip" : 3229 ,
87+ "gzip" : 3230 ,
8888 "kind" : " initial"
8989 },
9090 {
128128 {
129129 "name" : " @databricks/appkit-ui" ,
130130 "tarball" : {
131- "packed" : 302398 ,
132- "unpacked" : 1269765
131+ "packed" : 312421 ,
132+ "unpacked" : 1300636
133133 },
134134 "dist" : {
135135 "total" : {
136- "raw" : 1265819 ,
137- "gzip" : 419407
136+ "raw" : 1296690 ,
137+ "gzip" : 431573
138138 },
139139 "js" : {
140- "raw" : 358165 ,
141- "gzip" : 118641
140+ "raw" : 367812 ,
141+ "gzip" : 122278
142142 },
143143 "types" : {
144- "raw" : 205618 ,
145- "gzip" : 74062
144+ "raw" : 210200 ,
145+ "gzip" : 76204
146146 },
147147 "maps" : {
148- "raw" : 685176 ,
149- "gzip" : 223358
148+ "raw" : 701818 ,
149+ "gzip" : 229745
150150 },
151151 "css" : {
152152 "raw" : 16860 ,
156156 "raw" : 0 ,
157157 "gzip" : 0
158158 },
159- "fileCount" : 463
159+ "fileCount" : 472
160160 },
161161 "entries" : [
162162 {
207207 },
208208 {
209209 "id" : " ./react" ,
210- "gzip" : 45960 ,
210+ "gzip" : 47419 ,
211211 "composition" : {
212- "initialGzip" : 438067 ,
212+ "initialGzip" : 439507 ,
213213 "lazyGzip" : 49772 ,
214- "totalGzip" : 487839 ,
215- "own" : 167329 ,
216- "nodeModules" : 1402934 ,
214+ "totalGzip" : 489279 ,
215+ "own" : 171753 ,
216+ "nodeModules" : 1403070 ,
217217 "chunks" : [
218218 {
219219 "label" : " index.js" ,
220- "gzip" : 435917 ,
220+ "gzip" : 437357 ,
221221 "kind" : " initial"
222222 },
223223 {
Original file line number Diff line number Diff line change 11{
22 "name" : " @databricks/appkit-ui" ,
33 "type" : " module" ,
4- "version" : " 0.47.1 " ,
4+ "version" : " 0.48.0 " ,
55 "license" : " Apache-2.0" ,
66 "sideEffects" : [
77 " **/*.css"
Original file line number Diff line number Diff line change 11{
22 "name" : " @databricks/appkit" ,
33 "type" : " module" ,
4- "version" : " 0.47.1 " ,
4+ "version" : " 0.48.0 " ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
77 "bin" : {
You can’t perform that action at this time.
0 commit comments