@ceebee/ui 0.6.0 → 1.0.1

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.
@@ -0,0 +1,28 @@
1
+ # Third-party notices
2
+
3
+ `@ceebee/ui` includes software from these MIT-licensed projects:
4
+
5
+ ## Ant Design
6
+
7
+ Copyright © 2015-present Ant UED
8
+
9
+ `@ceebee/ui/client` re-exports the Ant Design 6.6.1 runtime, themed by Ceebee's Tokens and Skins.
10
+ Ant Design is licensed under the MIT License, and its copyright notice is retained here.
11
+
12
+ The documentation's examples are vendored verbatim from Ant Design 6.6.1 at commit
13
+ `164a310f742f801c49b3ff748b2823d5596104bd`, differing only by the client directive and the
14
+ `@ceebee/ui/client` import path. `docs/component-sources.json` records the lineage per component.
15
+
16
+ ## @ant-design/icons
17
+
18
+ Copyright © 2015-present Ant UED
19
+
20
+ Icon components come from `@ant-design/icons` 6.x, a peer dependency. It is licensed under the MIT
21
+ License.
22
+
23
+ ## dayjs
24
+
25
+ Copyright © 2018-present iamkun
26
+
27
+ Date and time components use `dayjs` 1.11.18 as their date engine. It is licensed under the MIT
28
+ License.