@alfadocs/ui-kit 0.83.0 → 0.84.0
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/_chunks/dashboard-grid-D2dm0IRN.js +691 -0
- package/dist/_chunks/widget-picker-DEmTVuFL.js +193 -0
- package/dist/agent-catalog.json +182 -1
- package/dist/agent-i18n/en.json +20 -0
- package/dist/components/dashboard-grid/dashboard-grid-engine.d.ts +37 -0
- package/dist/components/dashboard-grid/dashboard-grid.agent.d.ts +4 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts +74 -0
- package/dist/components/dashboard-grid/index.d.ts +3 -0
- package/dist/components/dashboard-grid/index.js +6 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/widget-picker/index.d.ts +3 -0
- package/dist/components/widget-picker/index.js +6 -0
- package/dist/components/widget-picker/widget-picker.agent.d.ts +4 -0
- package/dist/components/widget-picker/widget-picker.d.ts +49 -0
- package/dist/i18n/locales/ar.d.ts +21 -0
- package/dist/i18n/locales/ar.js +21 -0
- package/dist/i18n/locales/de.d.ts +21 -0
- package/dist/i18n/locales/de.js +21 -0
- package/dist/i18n/locales/el.d.ts +21 -0
- package/dist/i18n/locales/el.js +21 -0
- package/dist/i18n/locales/en.d.ts +21 -0
- package/dist/i18n/locales/en.js +21 -0
- package/dist/i18n/locales/es.d.ts +21 -0
- package/dist/i18n/locales/es.js +21 -0
- package/dist/i18n/locales/fr.d.ts +21 -0
- package/dist/i18n/locales/fr.js +21 -0
- package/dist/i18n/locales/hi.d.ts +21 -0
- package/dist/i18n/locales/hi.js +21 -0
- package/dist/i18n/locales/it.d.ts +21 -0
- package/dist/i18n/locales/it.js +21 -0
- package/dist/i18n/locales/ja.d.ts +21 -0
- package/dist/i18n/locales/ja.js +21 -0
- package/dist/i18n/locales/nl.d.ts +21 -0
- package/dist/i18n/locales/nl.js +21 -0
- package/dist/i18n/locales/pl.d.ts +21 -0
- package/dist/i18n/locales/pl.js +21 -0
- package/dist/i18n/locales/pt.d.ts +21 -0
- package/dist/i18n/locales/pt.js +21 -0
- package/dist/i18n/locales/ro.d.ts +21 -0
- package/dist/i18n/locales/ro.js +21 -0
- package/dist/i18n/locales/ru.d.ts +21 -0
- package/dist/i18n/locales/ru.js +21 -0
- package/dist/i18n/locales/sq.d.ts +21 -0
- package/dist/i18n/locales/sq.js +21 -0
- package/dist/i18n/locales/sv.d.ts +21 -0
- package/dist/i18n/locales/sv.js +21 -0
- package/dist/i18n/locales/tr.d.ts +21 -0
- package/dist/i18n/locales/tr.js +21 -0
- package/dist/i18n/locales/zh.d.ts +21 -0
- package/dist/i18n/locales/zh.js +21 -0
- package/dist/index.js +74 -68
- package/dist/locales/ar.json +21 -0
- package/dist/locales/de.json +21 -0
- package/dist/locales/el.json +21 -0
- package/dist/locales/en.json +21 -0
- package/dist/locales/es.json +21 -0
- package/dist/locales/fr.json +21 -0
- package/dist/locales/hi.json +21 -0
- package/dist/locales/it.json +21 -0
- package/dist/locales/ja.json +21 -0
- package/dist/locales/nl.json +21 -0
- package/dist/locales/pl.json +21 -0
- package/dist/locales/pt.json +21 -0
- package/dist/locales/ro.json +21 -0
- package/dist/locales/ru.json +21 -0
- package/dist/locales/sq.json +21 -0
- package/dist/locales/sv.json +21 -0
- package/dist/locales/tr.json +21 -0
- package/dist/locales/zh.json +21 -0
- package/dist/tokens.css +1 -1
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfadocs/ui-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.84.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -268,6 +268,10 @@
|
|
|
268
268
|
"types": "./dist/components/data-table-tabs/index.d.ts",
|
|
269
269
|
"import": "./dist/components/data-table-tabs/index.js"
|
|
270
270
|
},
|
|
271
|
+
"./dashboard-grid": {
|
|
272
|
+
"types": "./dist/components/dashboard-grid/index.d.ts",
|
|
273
|
+
"import": "./dist/components/dashboard-grid/index.js"
|
|
274
|
+
},
|
|
271
275
|
"./date-picker": {
|
|
272
276
|
"types": "./dist/components/date-picker/index.d.ts",
|
|
273
277
|
"import": "./dist/components/date-picker/index.js"
|
|
@@ -744,6 +748,10 @@
|
|
|
744
748
|
"types": "./dist/components/workflow/index.d.ts",
|
|
745
749
|
"import": "./dist/components/workflow/index.js"
|
|
746
750
|
},
|
|
751
|
+
"./widget-picker": {
|
|
752
|
+
"types": "./dist/components/widget-picker/index.d.ts",
|
|
753
|
+
"import": "./dist/components/widget-picker/index.js"
|
|
754
|
+
},
|
|
747
755
|
"./patterns/alia-assistant": {
|
|
748
756
|
"types": "./dist/patterns/alia-assistant/index.d.ts",
|
|
749
757
|
"import": "./dist/patterns/alia-assistant/index.js"
|