@club-employes/utopia 4.8.0 → 4.8.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.
- package/dist/dark-B2LIRBa2.js +4 -0
- package/dist/dark-xyEfHphU.js +4 -0
- package/dist/icons-list.json +1 -1
- package/dist/index.d.ts +15 -0
- package/dist/index.js +1410 -1284
- package/dist/light-BIaQTN8x.js +4 -0
- package/dist/{light-Co_SWOOf.js → light-CZIWPXZi.js} +1 -1
- package/dist/tokens/club-employes/dark.css +8 -8
- package/dist/tokens/club-employes/dark.js +15 -8
- package/dist/tokens/club-employes/light.css +8 -8
- package/dist/tokens/club-employes/light.js +15 -8
- package/dist/tokens/gifteo/dark.css +8 -8
- package/dist/tokens/gifteo/dark.js +15 -8
- package/dist/tokens/gifteo/light.css +8 -8
- package/dist/tokens/gifteo/light.js +15 -8
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
- package/dist/dark-DHlcliOD.js +0 -4
- package/dist/dark-Dx2BoWwM.js +0 -4
- package/dist/light-B30P2O83.js +0 -4
package/dist/icons-list.json
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -152,6 +152,20 @@ export interface DataTableProps {
|
|
|
152
152
|
rowKey?: string | ((row: any) => string)
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
+
export interface BalanceCardProps {
|
|
156
|
+
campaignName: string
|
|
157
|
+
category: 'culture' | 'noel' | 'voyages' | 'rentree' | 'retraite' | 'naissance' | 'mariage' | 'sport'
|
|
158
|
+
totalAmount: number
|
|
159
|
+
spentAmount: number
|
|
160
|
+
expirationDate: string | Date
|
|
161
|
+
variant?: 'default' | 'primary' | 'secondary'
|
|
162
|
+
size?: 'small' | 'medium' | 'large'
|
|
163
|
+
disabled?: boolean
|
|
164
|
+
actionable?: () => void
|
|
165
|
+
language?: 'fr' | 'en'
|
|
166
|
+
currency?: string
|
|
167
|
+
}
|
|
168
|
+
|
|
155
169
|
export interface SkeletonProps {
|
|
156
170
|
width?: string | number
|
|
157
171
|
height?: string | number
|
|
@@ -203,6 +217,7 @@ export declare const InputText: DefineComponent<InputTextProps>
|
|
|
203
217
|
export declare const DropDown: DefineComponent<DropDownProps>
|
|
204
218
|
export declare const InputCode: DefineComponent<InputCodeProps>
|
|
205
219
|
export declare const DataTable: DefineComponent<DataTableProps>
|
|
220
|
+
export declare const BalanceCard: DefineComponent<BalanceCardProps>
|
|
206
221
|
export declare const Skeleton: DefineComponent<SkeletonProps>
|
|
207
222
|
export declare const SkeletonAvatar: DefineComponent<SkeletonAvatarProps>
|
|
208
223
|
export declare const SkeletonText: DefineComponent<SkeletonTextProps>
|