@alfadocs/ui-kit 0.31.2 → 0.31.4
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-dOlljaAK.js} +630 -649
- 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/components/practice-results/practice-results.d.ts +19 -0
- package/dist/index.js +2 -2
- package/dist/tokens.css +1 -1
- package/package.json +2 -1
- package/dist/_chunks/smile-BSYLAHy6.js +0 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfadocs/ui-kit",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.4",
|
|
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
|