@team-monolith/cds 0.3.1 → 0.3.2
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/cds/index.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export * from "./components/Tag";
|
|
|
22
22
|
export { default as Tooltip } from "./components/Tooltip";
|
|
23
23
|
export * from "./components/Tooltip";
|
|
24
24
|
export { default as color } from "./foundation/color";
|
|
25
|
-
export { default as
|
|
25
|
+
export { default as shadows } from "./foundation/shadows";
|
|
26
26
|
export * from "./icons/brand";
|
|
27
27
|
export * from "./icons/map";
|
|
28
28
|
export * from "./icons/system";
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ export * from "./components/Tag";
|
|
|
22
22
|
export { default as Tooltip } from "./components/Tooltip";
|
|
23
23
|
export * from "./components/Tooltip";
|
|
24
24
|
export { default as color } from "./foundation/color";
|
|
25
|
-
export { default as
|
|
25
|
+
export { default as shadows } from "./foundation/shadows";
|
|
26
26
|
export * from "./icons/brand";
|
|
27
27
|
export * from "./icons/map";
|
|
28
28
|
export * from "./icons/system";
|
package/package.json
CHANGED
package/src/cds/index.ts
CHANGED
|
@@ -34,7 +34,7 @@ export { default as Tooltip } from "./components/Tooltip";
|
|
|
34
34
|
export * from "./components/Tooltip";
|
|
35
35
|
|
|
36
36
|
export { default as color } from "./foundation/color";
|
|
37
|
-
export { default as
|
|
37
|
+
export { default as shadows } from "./foundation/shadows";
|
|
38
38
|
|
|
39
39
|
export * from "./icons/brand";
|
|
40
40
|
export * from "./icons/map";
|