magneto365.ui 2.60.1 → 2.61.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/assets/1f6f5cbde2c0ff31.svg +3 -0
- package/dist/cjs/index.js +14 -11
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/atoms/ComparativeCounter/ComparativeCounter.interface.d.ts +5 -0
- package/dist/cjs/types/constants/icons.constants.d.ts +5 -4
- package/dist/esm/index.js +14 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/atoms/ComparativeCounter/ComparativeCounter.interface.d.ts +5 -0
- package/dist/esm/types/constants/icons.constants.d.ts +5 -4
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/esm/types/components/UI/atoms/ComparativeCounter/ComparativeCounter.interface.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export declare type TComparativeCounterPosition = 'left' | 'center' | 'right';
|
|
1
2
|
export interface IComparativeCounter {
|
|
2
3
|
/**
|
|
3
4
|
* this property sets the current counter value
|
|
@@ -7,4 +8,8 @@ export interface IComparativeCounter {
|
|
|
7
8
|
* this property sets the max counter value
|
|
8
9
|
*/
|
|
9
10
|
max: number;
|
|
11
|
+
/**
|
|
12
|
+
* this property changes the text align
|
|
13
|
+
*/
|
|
14
|
+
position?: TComparativeCounterPosition;
|
|
10
15
|
}
|
|
@@ -26,9 +26,9 @@ export { default as BriefcaseBlueBold } from '../assets/briefcaseBlueBold.svg';
|
|
|
26
26
|
export { default as BriefcaseWhiteOutline } from '../assets/briefcaseWhiteOutline.svg';
|
|
27
27
|
export { default as BrifecaseTick } from '../assets/BrifecaseTick.svg';
|
|
28
28
|
export { default as Broom } from '../assets/Broom.svg';
|
|
29
|
-
export { default as Buildings2 } from '../assets/Buildings2.svg';
|
|
30
29
|
export { default as BuildingSlashBlackOutline } from '../assets/buildingSlashDarkBlueOutline.svg';
|
|
31
30
|
export { default as BuildingWhite } from '../assets/buildingWhite.svg';
|
|
31
|
+
export { default as Buildings2 } from '../assets/Buildings2.svg';
|
|
32
32
|
export { default as Calendar1 } from '../assets/Calendar1.svg';
|
|
33
33
|
export { default as Checked } from '../assets/Checked.svg';
|
|
34
34
|
export { default as Checked2 } from '../assets/Checked2.svg';
|
|
@@ -79,9 +79,9 @@ export { default as IsoLogoMagnetoDark } from '../assets/logoMagnetoDarkMobile.s
|
|
|
79
79
|
export { default as Link } from '../assets/Link.svg';
|
|
80
80
|
export { default as Link1 } from '../assets/Link1.svg';
|
|
81
81
|
export { default as LinkDark } from '../assets/Link21.svg';
|
|
82
|
-
export { default as Linkedin } from '../assets/Linkedin.svg';
|
|
83
82
|
export { default as LinkedInBlue } from '../assets/Linkedin2.svg';
|
|
84
83
|
export { default as LinkedInDark } from '../assets/Linkedin1.svg';
|
|
84
|
+
export { default as Linkedin } from '../assets/Linkedin.svg';
|
|
85
85
|
export { default as LinkedinSolid } from '../assets/LinkedinSolid.svg';
|
|
86
86
|
export { default as Location } from '../assets/Location.svg';
|
|
87
87
|
export { default as Lock } from '../assets/Lock.svg';
|
|
@@ -95,9 +95,9 @@ export { default as MagicStarBlackOutline } from '../assets/magicStarBlackOutlin
|
|
|
95
95
|
export { default as MailDark } from '../assets/Mail1.svg';
|
|
96
96
|
export { default as MessageQuestion } from '../assets/MessageQuestion.svg';
|
|
97
97
|
export { default as Messages2BlackOutline } from '../assets/messages2BlackOutline.svg';
|
|
98
|
+
export { default as MinTrabajo } from '../assets/logo-SPE-2024.svg';
|
|
98
99
|
export { default as MiniArrowGrayDown } from '../assets/miniArrowGrayDown.svg';
|
|
99
100
|
export { default as MiniArrowGrayUp } from '../assets/miniArrowGrayUp.svg';
|
|
100
|
-
export { default as MinTrabajo } from '../assets/logo-SPE-2024.svg';
|
|
101
101
|
export { default as Mobile } from '../assets/Mobile.svg';
|
|
102
102
|
export { default as More } from '../assets/More1.svg';
|
|
103
103
|
export { default as MouseCircleBlackOutline } from '../assets/mouseCircleDarkBlueOutline.svg';
|
|
@@ -110,8 +110,10 @@ export { default as ProfileAdd } from '../assets/ProfileAdd.svg';
|
|
|
110
110
|
export { default as QuestionCircle } from '../assets/question-cirlce.svg';
|
|
111
111
|
export { default as RedoDarkBlue } from '../assets/redoDarkBlue.svg';
|
|
112
112
|
export { default as Refresh } from '../assets/Refresh.svg';
|
|
113
|
+
export { default as SMSBlue } from '../assets/SMS.svg';
|
|
113
114
|
export { default as SearchIcon } from '../assets/SearchNormal1Gray.svg';
|
|
114
115
|
export { default as SearchNormal1 } from '../assets/SearchNormal1.svg';
|
|
116
|
+
export { default as Security } from '../assets/security.svg';
|
|
115
117
|
export { default as Setting2 } from '../assets/Setting2.svg';
|
|
116
118
|
export { default as Setting4 } from '../assets/Setting4.svg';
|
|
117
119
|
export { default as SettingBlueBold } from '../assets/settingBlueBold.svg';
|
|
@@ -120,7 +122,6 @@ export { default as Share } from '../assets/Share.svg';
|
|
|
120
122
|
export { default as ShareBlue } from '../assets/Share1.svg';
|
|
121
123
|
export { default as ShoppingCartBlueOutline } from '../assets/shoppingCartBlueOutline.svg';
|
|
122
124
|
export { default as SmallClose } from '../assets/SmallClose.svg';
|
|
123
|
-
export { default as SMSBlue } from '../assets/SMS.svg';
|
|
124
125
|
export { default as SpinnerWhite } from '../assets/SpinnerWhite.svg';
|
|
125
126
|
export { default as Success } from '../assets/success.svg';
|
|
126
127
|
export { default as SuggestedJobs } from '../assets/suggested-jobs.svg';
|
package/dist/index.d.ts
CHANGED
|
@@ -227,6 +227,7 @@ interface IButtonLink {
|
|
|
227
227
|
*/
|
|
228
228
|
declare const ButtonLink: React$1.FC<IButtonLink>;
|
|
229
229
|
|
|
230
|
+
declare type TComparativeCounterPosition = 'left' | 'center' | 'right';
|
|
230
231
|
interface IComparativeCounter {
|
|
231
232
|
/**
|
|
232
233
|
* this property sets the current counter value
|
|
@@ -236,6 +237,10 @@ interface IComparativeCounter {
|
|
|
236
237
|
* this property sets the max counter value
|
|
237
238
|
*/
|
|
238
239
|
max: number;
|
|
240
|
+
/**
|
|
241
|
+
* this property changes the text align
|
|
242
|
+
*/
|
|
243
|
+
position?: TComparativeCounterPosition;
|
|
239
244
|
}
|
|
240
245
|
|
|
241
246
|
declare const ComparativeCounter: React$1.FC<IComparativeCounter>;
|
package/package.json
CHANGED