@selfdecode/sd-component-library 4.0.54 → 4.0.55
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/lib/components/badges/index.d.ts +0 -1
- package/lib/components/selectors/index.d.ts +0 -2
- package/lib/core/theme.d.ts +0 -26
- package/lib/index.d.ts +0 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/lib/bdafa645632f64b2dd45337fcbbf152a.svg +0 -3
- package/lib/components/animations/up-down-arrow/index.d.ts +0 -1
- package/lib/components/animations/up-down-arrow/interfaces.d.ts +0 -10
- package/lib/components/animations/up-down-arrow/up-down-arrow.d.ts +0 -3
- package/lib/components/badges/tertiary-badge/index.d.ts +0 -3
- package/lib/components/badges/tertiary-badge/interfaces.d.ts +0 -2
- package/lib/components/badges/tertiary-badge/tertiary-badge.d.ts +0 -6
- package/lib/components/carousels/carousel-section-container/carousel-section-container.d.ts +0 -9
- package/lib/components/carousels/carousel-section-container/index.d.ts +0 -1
- package/lib/components/carousels/carousel-section-container/interfaces.d.ts +0 -25
- package/lib/components/carousels/index.d.ts +0 -1
- package/lib/components/ratings/five-stars-rating/assets/index.d.ts +0 -1
- package/lib/components/ratings/five-stars-rating/assets/star.svg +0 -3
- package/lib/components/ratings/five-stars-rating/five-stars-rating.d.ts +0 -3
- package/lib/components/ratings/five-stars-rating/index.d.ts +0 -2
- package/lib/components/ratings/five-stars-rating/interfaces.d.ts +0 -15
- package/lib/components/ratings/index.d.ts +0 -1
- package/lib/components/ribbons/progress-ribbon/index.d.ts +0 -1
- package/lib/components/ribbons/progress-ribbon/interfaces.d.ts +0 -34
- package/lib/components/ribbons/progress-ribbon/progress-ribbon.d.ts +0 -3
- package/lib/components/slider/index.d.ts +0 -2
- package/lib/components/slider/interfaces.d.ts +0 -57
- package/lib/components/slider/partials/step-circles/index.d.ts +0 -1
- package/lib/components/slider/partials/step-circles/interfaces.d.ts +0 -14
- package/lib/components/slider/partials/step-circles/step-circles.d.ts +0 -3
- package/lib/components/slider/slider.d.ts +0 -3
- package/lib/interfaces.d.ts +0 -28
package/lib/core/theme.d.ts
CHANGED
|
@@ -37,11 +37,6 @@ declare const theme: {
|
|
|
37
37
|
color: string;
|
|
38
38
|
px: string;
|
|
39
39
|
};
|
|
40
|
-
tertiary: {
|
|
41
|
-
fontFamily: string;
|
|
42
|
-
color: string;
|
|
43
|
-
px: string;
|
|
44
|
-
};
|
|
45
40
|
};
|
|
46
41
|
_containers: {
|
|
47
42
|
selectors: {
|
|
@@ -76,27 +71,6 @@ declare const theme: {
|
|
|
76
71
|
};
|
|
77
72
|
};
|
|
78
73
|
};
|
|
79
|
-
_dropdowns: {
|
|
80
|
-
primary: {
|
|
81
|
-
fontFamily: string;
|
|
82
|
-
bottom_left: {
|
|
83
|
-
left: string;
|
|
84
|
-
};
|
|
85
|
-
bottom_right: {
|
|
86
|
-
right: string;
|
|
87
|
-
};
|
|
88
|
-
top_left: {
|
|
89
|
-
left: string;
|
|
90
|
-
top: string;
|
|
91
|
-
bottom: string;
|
|
92
|
-
};
|
|
93
|
-
top_right: {
|
|
94
|
-
right: string;
|
|
95
|
-
top: string;
|
|
96
|
-
bottom: string;
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
74
|
_links: {
|
|
101
75
|
primary: {
|
|
102
76
|
fontFamily: string;
|
package/lib/index.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ export * from "./components/buttons";
|
|
|
9
9
|
export * from "./components/cards";
|
|
10
10
|
export * from "./components/checkboxes";
|
|
11
11
|
export * from "./components/containers";
|
|
12
|
-
export * from "./components/carousels";
|
|
13
12
|
export * from "./components/custom-scrollbar-box";
|
|
14
13
|
export * from "./components/dividers";
|
|
15
14
|
export * from "./components/feature-explanation";
|
|
@@ -25,9 +24,7 @@ export * from "./components/page-selectors";
|
|
|
25
24
|
export * from "./components/pagination-bars";
|
|
26
25
|
export * from "./components/progress-bars";
|
|
27
26
|
export * from "./components/progress-steps";
|
|
28
|
-
export * from "./components/ratings";
|
|
29
27
|
export * from "./components/selectors";
|
|
30
|
-
export * from "./components/slider";
|
|
31
28
|
export * from "./components/switches";
|
|
32
29
|
export * from "./components/tabs";
|
|
33
30
|
export * from "./components/texts";
|