@alfadocs/ui-kit 0.31.2 → 0.31.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/_chunks/{booking-BIZ9GSer.js → booking-A4o9xI2n.js} +147 -136
- package/dist/_chunks/{practice-results-JQunxBIg.js → practice-results-RPL64j8E.js} +617 -653
- package/dist/agent-catalog.json +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/practice-results/index.js +1 -1
- package/dist/index.js +2 -2
- package/package.json +2 -1
- package/dist/_chunks/smile-BSYLAHy6.js +0 -17
package/dist/agent-catalog.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -126,10 +126,10 @@ import { S as Tn, a as Cn } from "./_chunks/suggestion-chip-C4kxWUIs.js";
|
|
|
126
126
|
import { s as Pn } from "./_chunks/suggestion-chip.agent-6sNWFj7m.js";
|
|
127
127
|
import { T as hn, t as In } from "./_chunks/transcript-panel-DyhTpAP7.js";
|
|
128
128
|
import { T as En } from "./_chunks/typing-indicator-DHeVN4ob.js";
|
|
129
|
-
import { B as kn, C as Nn, O as Bn, b as Mn } from "./_chunks/booking-
|
|
129
|
+
import { B as kn, C as Nn, O as Bn, b as Mn } from "./_chunks/booking-A4o9xI2n.js";
|
|
130
130
|
import { C as Dn, c as wn, r as On } from "./_chunks/calendar-YHFknAGv.js";
|
|
131
131
|
import { P as vn, p as Vn } from "./_chunks/patient-search-hFiYbqcl.js";
|
|
132
|
-
import { P as Gn, p as Wn } from "./_chunks/practice-results-
|
|
132
|
+
import { P as Gn, p as Wn } from "./_chunks/practice-results-RPL64j8E.js";
|
|
133
133
|
import { P as Kn, f as jn, p as Yn, a as zn, s as qn, b as Qn, c as Jn } from "./_chunks/payment-form-D5rgnZu7.js";
|
|
134
134
|
import { P as Zn, p as $n } from "./_chunks/pdf-viewer-DvtEHcEP.js";
|
|
135
135
|
import { R as ep, r as rp } from "./_chunks/reviews-panel-yanuBZs-.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfadocs/ui-kit",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.3",
|
|
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",
|
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
"format:check": "prettier --check .",
|
|
558
558
|
"stylelint": "stylelint \"src/**/*.css\"",
|
|
559
559
|
"check:data-component": "node scripts/check-data-component-coverage.mjs",
|
|
560
|
+
"check:prop-runtime-coverage": "node scripts/check-prop-runtime-coverage.mjs",
|
|
560
561
|
"check:i18n": "node scripts/check-no-namespaced-i18n.mjs",
|
|
561
562
|
"check:i18n-parity": "node --experimental-strip-types scripts/check-i18n-parity.ts",
|
|
562
563
|
"check:i18n-plurals": "node --experimental-strip-types scripts/check-i18n-plurals.ts",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { c as e } from "./createLucideIcon-CrFbzy84.js";
|
|
2
|
-
/**
|
|
3
|
-
* @license lucide-react v1.8.0 - ISC
|
|
4
|
-
*
|
|
5
|
-
* This source code is licensed under the ISC license.
|
|
6
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
-
*/
|
|
8
|
-
const y = [
|
|
9
|
-
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
10
|
-
["path", { d: "M8 14s1.5 2 4 2 4-2 4-2", key: "1y1vjs" }],
|
|
11
|
-
["line", { x1: "9", x2: "9.01", y1: "9", y2: "9", key: "yxxnd0" }],
|
|
12
|
-
["line", { x1: "15", x2: "15.01", y1: "9", y2: "9", key: "1p4y9e" }]
|
|
13
|
-
], i = e("smile", y);
|
|
14
|
-
export {
|
|
15
|
-
i as S
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=smile-BSYLAHy6.js.map
|