@ceebee/ui 0.6.0 → 1.0.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/THIRD_PARTY_NOTICES.md +28 -0
- package/dist/client.d.ts +27 -1394
- package/dist/client.js +309 -4301
- package/dist/index.d.ts +10 -585
- package/dist/index.js +22 -860
- package/dist/skins/astra.css +1 -1
- package/dist/styles.css +691 -4180
- package/package.json +5 -3
|
@@ -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.
|