@digital-b2c/coreui-kit 0.3.1 → 0.3.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.
Files changed (61) hide show
  1. package/LICENSE.txt +21 -21
  2. package/dist/index.cjs +195 -170
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.css.map +1 -1
  5. package/dist/index.d.cts +52 -153
  6. package/dist/index.d.ts +52 -153
  7. package/dist/index.mjs +183 -158
  8. package/dist/index.mjs.map +1 -1
  9. package/dist/types/global.d.ts +25 -20
  10. package/package.json +6 -2
  11. package/dist/icon-ads-HMLDPPRE.svg +0 -3
  12. package/dist/icon-blank-checkbox-QL6YHT6N.svg +0 -3
  13. package/dist/icon-blank-checkbox-white-RBACKJK2.svg +0 -4
  14. package/dist/icon-book-F432UUB3.svg +0 -3
  15. package/dist/icon-briefcase-MEYCJVOB.svg +0 -3
  16. package/dist/icon-calendar-6XVSU5R2.svg +0 -3
  17. package/dist/icon-checked-box-HXJX4QOM.svg +0 -5
  18. package/dist/icon-chevron-default-XRHTPYFD.svg +0 -3
  19. package/dist/icon-chevron-hovered-FXNQAEV3.svg +0 -3
  20. package/dist/icon-chevron-selected-O4VV5EZQ.svg +0 -3
  21. package/dist/icon-circle-chevron-down-YDKTSSAA.svg +0 -3
  22. package/dist/icon-circle-chevron-up-3LVQXDDY.svg +0 -3
  23. package/dist/icon-clipboard-RGBPZIT2.svg +0 -3
  24. package/dist/icon-convo-QXF3HB7U.svg +0 -3
  25. package/dist/icon-down-black-EUGNCX3W.svg +0 -8
  26. package/dist/icon-down-chevron-black-G37U72OZ.svg +0 -3
  27. package/dist/icon-down-chevron-white-PEUV6GJ7.svg +0 -3
  28. package/dist/icon-down-white-W7LIQ7BN.svg +0 -8
  29. package/dist/icon-download-black-F6AGZCYF.svg +0 -15
  30. package/dist/icon-download-white-VVTBJMMN.svg +0 -15
  31. package/dist/icon-eye-WAXJAF7C.svg +0 -3
  32. package/dist/icon-filled-chevron-left-2GY5O2G4.svg +0 -3
  33. package/dist/icon-filled-chevron-right-B6WC4UDP.svg +0 -3
  34. package/dist/icon-filled-chevron-up-DSHNXAIR.svg +0 -3
  35. package/dist/icon-globe-JOM23IWB.svg +0 -3
  36. package/dist/icon-hospital-HVKSQ2IF.svg +0 -3
  37. package/dist/icon-left-white-LTF2XPVJ.svg +0 -8
  38. package/dist/icon-library-56UDTCFP.svg +0 -3
  39. package/dist/icon-location-KVE4HFKV.svg +0 -3
  40. package/dist/icon-mail-black-H4JSL6GN.svg +0 -10
  41. package/dist/icon-marketing-YDUDTK7R.svg +0 -3
  42. package/dist/icon-menu-black-AI7IZGAV.svg +0 -10
  43. package/dist/icon-menu-white-EJXB5OPZ.svg +0 -3
  44. package/dist/icon-money-EJKRACJI.svg +0 -3
  45. package/dist/icon-people-XD7I6EDH.svg +0 -3
  46. package/dist/icon-right-OAELY3OL.svg +0 -4
  47. package/dist/icon-right-black-63XA3J2N.svg +0 -8
  48. package/dist/icon-right-white-HNWW4VHV.svg +0 -8
  49. package/dist/icon-smile-N5IQOWVQ.svg +0 -3
  50. package/dist/icon-tech-PWRO4Z5G.svg +0 -3
  51. package/dist/icon-tilted-right-EJ3C6PR6.svg +0 -4
  52. package/dist/icon-tilted-right-black-PBETFSTS.svg +0 -8
  53. package/dist/icon-tilted-right-white-W3HNOHCP.svg +0 -3
  54. package/dist/icon-up-chevron-up-white-ZAY6S6FY.svg +0 -3
  55. package/dist/icon-up-chevron-white-RQR5IGQP.svg +0 -3
  56. package/dist/icon-watch-black-SWPMR2N4.svg +0 -3
  57. package/dist/icon-watch-white-6F4DX3RD.svg +0 -3
  58. package/dist/icon-work-57TUXGDH.svg +0 -3
  59. package/dist/icon-workhome-QJL54EJE.svg +0 -3
  60. package/dist/icon-x-black-WBBDGBKZ.svg +0 -4
  61. package/dist/icon-x-white-WVEELCIS.svg +0 -11
package/dist/index.d.ts CHANGED
@@ -40,163 +40,62 @@ interface BrandsStripProps {
40
40
  declare const BrandsStrip: ({ className, variant, title, logos, cta, size, animate, }: BrandsStripProps) => react_jsx_runtime.JSX.Element;
41
41
 
42
42
  declare const svgs: {
43
- ads: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
44
- title?: string;
45
- }>;
46
- book: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
47
- title?: string;
48
- }>;
49
- briefcase: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
50
- title?: string;
51
- }>;
52
- calendar: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
53
- title?: string;
54
- }>;
55
- clipboard: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
56
- title?: string;
57
- }>;
58
- convo: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
59
- title?: string;
60
- }>;
61
- eye: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
62
- title?: string;
63
- }>;
64
- globe: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
65
- title?: string;
66
- }>;
67
- hospital: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
68
- title?: string;
69
- }>;
70
- library: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
71
- title?: string;
72
- }>;
73
- location: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
74
- title?: string;
75
- }>;
76
- marketing: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
77
- title?: string;
78
- }>;
79
- money: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
80
- title?: string;
81
- }>;
82
- people: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
83
- title?: string;
84
- }>;
85
- smile: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
86
- title?: string;
87
- }>;
88
- tech: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
89
- title?: string;
90
- }>;
91
- work: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
92
- title?: string;
93
- }>;
94
- workhome: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
95
- title?: string;
96
- }>;
97
- blankCheckbox: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
98
- title?: string;
99
- }>;
100
- blankCheckboxWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
101
- title?: string;
102
- }>;
103
- checkedBox: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
104
- title?: string;
105
- }>;
106
- circleChevronDown: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
107
- title?: string;
108
- }>;
109
- circleChevronUp: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
110
- title?: string;
111
- }>;
112
- downBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
113
- title?: string;
114
- }>;
115
- downWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
116
- title?: string;
117
- }>;
118
- downChevronBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
119
- title?: string;
120
- }>;
121
- downChevronWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
122
- title?: string;
123
- }>;
124
- downloadBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
125
- title?: string;
126
- }>;
127
- downloadWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
128
- title?: string;
129
- }>;
130
- filledChevronLeft: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
131
- title?: string;
132
- }>;
133
- filledChevronRight: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
134
- title?: string;
135
- }>;
136
- filledChevronUp: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
137
- title?: string;
138
- }>;
139
- leftWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
140
- title?: string;
141
- }>;
142
- mailBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
143
- title?: string;
144
- }>;
145
- rightBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
146
- title?: string;
147
- }>;
148
- rightWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
149
- title?: string;
150
- }>;
151
- tiltedRightBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
152
- title?: string;
153
- }>;
154
- tiltedRightWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
155
- title?: string;
156
- }>;
157
- upChevronUpWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
158
- title?: string;
159
- }>;
160
- upChevronWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
161
- title?: string;
162
- }>;
163
- watchBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
164
- title?: string;
165
- }>;
166
- watchWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
167
- title?: string;
168
- }>;
169
- chevronDefault: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
170
- title?: string;
171
- }>;
172
- chevronHovered: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
173
- title?: string;
174
- }>;
175
- chevronSelected: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
176
- title?: string;
177
- }>;
178
- menuBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
179
- title?: string;
180
- }>;
181
- menuWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
182
- title?: string;
183
- }>;
184
- right: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
185
- title?: string;
186
- }>;
187
- tiltedRight: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
188
- title?: string;
189
- }>;
190
- xBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
191
- title?: string;
192
- }>;
193
- xWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
194
- title?: string;
195
- }>;
43
+ ads: string;
44
+ book: string;
45
+ briefcase: string;
46
+ calendar: string;
47
+ clipboard: string;
48
+ convo: string;
49
+ eye: string;
50
+ globe: string;
51
+ hospital: string;
52
+ library: string;
53
+ location: string;
54
+ marketing: string;
55
+ money: string;
56
+ people: string;
57
+ smile: string;
58
+ tech: string;
59
+ work: string;
60
+ workhome: string;
61
+ blankCheckbox: string;
62
+ blankCheckboxWhite: string;
63
+ checkedBox: string;
64
+ circleChevronDown: string;
65
+ circleChevronUp: string;
66
+ downBlack: string;
67
+ downWhite: string;
68
+ downChevronBlack: string;
69
+ downChevronWhite: string;
70
+ downloadBlack: string;
71
+ downloadWhite: string;
72
+ filledChevronLeft: string;
73
+ filledChevronRight: string;
74
+ filledChevronUp: string;
75
+ leftWhite: string;
76
+ mailBlack: string;
77
+ rightBlack: string;
78
+ rightWhite: string;
79
+ tiltedRightBlack: string;
80
+ tiltedRightWhite: string;
81
+ upChevronUpWhite: string;
82
+ upChevronWhite: string;
83
+ watchBlack: string;
84
+ watchWhite: string;
85
+ chevronDefault: string;
86
+ chevronHovered: string;
87
+ chevronSelected: string;
88
+ menuBlack: string;
89
+ menuWhite: string;
90
+ right: string;
91
+ tiltedRight: string;
92
+ xBlack: string;
93
+ xWhite: string;
196
94
  };
197
95
  type IconType = keyof typeof svgs;
198
96
  interface IconProps extends React$1.ComponentPropsWithRef<'svg'> {
199
97
  type: IconType;
98
+ size?: number;
200
99
  }
201
100
  declare const Icon: React$1.FC<IconProps>;
202
101