@clubmed/trident-ui 1.0.0-alpha.36 → 1.0.0-alpha.37

Sign up to get free protection for your applications and to get access to all the features.
Files changed (228) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +56 -28
  3. package/atoms/Icons/Icon.js +8 -7
  4. package/atoms/Icons/IconsResolver.d.ts +4 -43
  5. package/atoms/Icons/IconsResolver.js +15 -38
  6. package/atoms/Icons/contexts/IconsContext.d.ts +43 -0
  7. package/atoms/Icons/contexts/IconsContext.js +46 -0
  8. package/atoms/Icons/fonts/Actions.d.ts +2 -1
  9. package/atoms/Icons/fonts/Actions.js +112 -106
  10. package/atoms/Icons/fonts/Activities.d.ts +2 -1
  11. package/atoms/Icons/fonts/Activities.js +144 -138
  12. package/atoms/Icons/fonts/Brand.d.ts +2 -1
  13. package/atoms/Icons/fonts/Brand.js +91 -85
  14. package/atoms/Icons/fonts/Covid.d.ts +2 -1
  15. package/atoms/Icons/fonts/Covid.js +60 -54
  16. package/atoms/Icons/fonts/FontIconResolver.d.ts +1 -1
  17. package/atoms/Icons/fonts/FontIconResolver.js +6 -7
  18. package/atoms/Icons/fonts/Food.d.ts +2 -1
  19. package/atoms/Icons/fonts/Food.js +105 -99
  20. package/atoms/Icons/fonts/HappyToCare.d.ts +2 -1
  21. package/atoms/Icons/fonts/HappyToCare.js +57 -51
  22. package/atoms/Icons/fonts/Places.d.ts +2 -1
  23. package/atoms/Icons/fonts/Places.js +60 -54
  24. package/atoms/Icons/fonts/Room.d.ts +2 -1
  25. package/atoms/Icons/fonts/Room.js +114 -108
  26. package/atoms/Icons/fonts/Services.d.ts +2 -1
  27. package/atoms/Icons/fonts/Services.js +72 -66
  28. package/atoms/Icons/fonts/Socials.d.ts +2 -1
  29. package/atoms/Icons/fonts/Socials.js +72 -66
  30. package/atoms/Icons/fonts/Transports.d.ts +2 -1
  31. package/atoms/Icons/fonts/Transports.js +48 -42
  32. package/atoms/Icons/fonts/Utilities.d.ts +2 -1
  33. package/atoms/Icons/fonts/Utilities.js +153 -147
  34. package/atoms/Icons/fonts/index.js +4 -4
  35. package/atoms/Icons/hooks/useIcon.d.ts +2 -0
  36. package/atoms/Icons/hooks/useIcon.js +16 -0
  37. package/atoms/Icons/index.js +9 -8
  38. package/atoms/Icons/svg/Actions.d.ts +2 -1
  39. package/atoms/Icons/svg/Actions.js +145 -139
  40. package/atoms/Icons/svg/Activities.d.ts +2 -1
  41. package/atoms/Icons/svg/Activities.js +189 -183
  42. package/atoms/Icons/svg/Brand.d.ts +2 -1
  43. package/atoms/Icons/svg/Brand.js +90 -84
  44. package/atoms/Icons/svg/Covid.d.ts +2 -1
  45. package/atoms/Icons/svg/Covid.js +77 -71
  46. package/atoms/Icons/svg/Food.d.ts +2 -1
  47. package/atoms/Icons/svg/Food.js +137 -131
  48. package/atoms/Icons/svg/HappyToCare.d.ts +2 -1
  49. package/atoms/Icons/svg/HappyToCare.js +73 -67
  50. package/atoms/Icons/svg/Places.d.ts +2 -1
  51. package/atoms/Icons/svg/Places.js +77 -71
  52. package/atoms/Icons/svg/ResortFill-EC.d.ts +2 -1
  53. package/atoms/Icons/svg/ResortFill-EC.js +135 -129
  54. package/atoms/Icons/svg/ResortFill.d.ts +2 -1
  55. package/atoms/Icons/svg/ResortFill.js +399 -393
  56. package/atoms/Icons/svg/ResortOutline-EC.d.ts +2 -1
  57. package/atoms/Icons/svg/ResortOutline-EC.js +135 -129
  58. package/atoms/Icons/svg/ResortOutline.d.ts +2 -1
  59. package/atoms/Icons/svg/ResortOutline.js +399 -393
  60. package/atoms/Icons/svg/Room.d.ts +2 -1
  61. package/atoms/Icons/svg/Room.js +149 -143
  62. package/atoms/Icons/svg/Services.d.ts +2 -1
  63. package/atoms/Icons/svg/Services.js +93 -87
  64. package/atoms/Icons/svg/Socials.d.ts +2 -1
  65. package/atoms/Icons/svg/Socials.js +83 -77
  66. package/atoms/Icons/svg/SvgIconResolver.d.ts +1 -2
  67. package/atoms/Icons/svg/SvgIconResolver.js +6 -8
  68. package/atoms/Icons/svg/Transports.d.ts +2 -1
  69. package/atoms/Icons/svg/Transports.js +61 -55
  70. package/atoms/Icons/svg/Utilities.d.ts +2 -1
  71. package/atoms/Icons/svg/Utilities.js +201 -195
  72. package/atoms/Icons/svg/index.js +3 -2
  73. package/atoms/Icons/svg-use/Actions.d.ts +2 -1
  74. package/atoms/Icons/svg-use/Actions.js +156 -150
  75. package/atoms/Icons/svg-use/Activities.d.ts +2 -1
  76. package/atoms/Icons/svg-use/Activities.js +195 -189
  77. package/atoms/Icons/svg-use/Brand.d.ts +2 -1
  78. package/atoms/Icons/svg-use/Brand.js +97 -91
  79. package/atoms/Icons/svg-use/Covid.d.ts +2 -1
  80. package/atoms/Icons/svg-use/Covid.js +80 -74
  81. package/atoms/Icons/svg-use/Food.d.ts +2 -1
  82. package/atoms/Icons/svg-use/Food.js +145 -139
  83. package/atoms/Icons/svg-use/HappyToCare.d.ts +2 -1
  84. package/atoms/Icons/svg-use/HappyToCare.js +78 -72
  85. package/atoms/Icons/svg-use/Places.d.ts +2 -1
  86. package/atoms/Icons/svg-use/Places.js +83 -77
  87. package/atoms/Icons/svg-use/ResortFill-EC.d.ts +2 -1
  88. package/atoms/Icons/svg-use/ResortFill-EC.js +141 -135
  89. package/atoms/Icons/svg-use/ResortFill.d.ts +2 -1
  90. package/atoms/Icons/svg-use/ResortFill.js +410 -404
  91. package/atoms/Icons/svg-use/ResortOutline-EC.d.ts +2 -1
  92. package/atoms/Icons/svg-use/ResortOutline-EC.js +144 -138
  93. package/atoms/Icons/svg-use/ResortOutline.d.ts +2 -1
  94. package/atoms/Icons/svg-use/ResortOutline.js +408 -402
  95. package/atoms/Icons/svg-use/Room.d.ts +2 -1
  96. package/atoms/Icons/svg-use/Room.js +159 -153
  97. package/atoms/Icons/svg-use/Services.d.ts +2 -1
  98. package/atoms/Icons/svg-use/Services.js +97 -91
  99. package/atoms/Icons/svg-use/Socials.d.ts +2 -1
  100. package/atoms/Icons/svg-use/Socials.js +85 -79
  101. package/atoms/Icons/svg-use/SvgUseIconResolver.d.ts +1 -2
  102. package/atoms/Icons/svg-use/SvgUseIconResolver.js +8 -10
  103. package/atoms/Icons/svg-use/Transports.d.ts +2 -1
  104. package/atoms/Icons/svg-use/Transports.js +67 -61
  105. package/atoms/Icons/svg-use/Utilities.d.ts +2 -1
  106. package/atoms/Icons/svg-use/Utilities.js +212 -206
  107. package/atoms/Icons/svg-use/index.js +3 -2
  108. package/atoms/Icons/utils/getIcons.d.ts +4 -0
  109. package/atoms/Icons/utils/getIcons.js +21 -0
  110. package/fonts/Actions/tui-actions.css +6 -6
  111. package/fonts/Actions/tui-actions.eot +0 -0
  112. package/fonts/Actions/tui-actions.less +6 -6
  113. package/fonts/Actions/tui-actions.module.less +6 -6
  114. package/fonts/Actions/tui-actions.scss +6 -6
  115. package/fonts/Actions/tui-actions.styl +6 -6
  116. package/fonts/Actions/tui-actions.ttf +0 -0
  117. package/fonts/Actions/tui-actions.woff +0 -0
  118. package/fonts/Actions/tui-actions.woff2 +0 -0
  119. package/fonts/Activities/tui-activities.css +6 -6
  120. package/fonts/Activities/tui-activities.eot +0 -0
  121. package/fonts/Activities/tui-activities.less +6 -6
  122. package/fonts/Activities/tui-activities.module.less +6 -6
  123. package/fonts/Activities/tui-activities.scss +6 -6
  124. package/fonts/Activities/tui-activities.styl +6 -6
  125. package/fonts/Activities/tui-activities.ttf +0 -0
  126. package/fonts/Activities/tui-activities.woff +0 -0
  127. package/fonts/Activities/tui-activities.woff2 +0 -0
  128. package/fonts/Brand/tui-brand.css +6 -6
  129. package/fonts/Brand/tui-brand.eot +0 -0
  130. package/fonts/Brand/tui-brand.less +6 -6
  131. package/fonts/Brand/tui-brand.module.less +6 -6
  132. package/fonts/Brand/tui-brand.scss +6 -6
  133. package/fonts/Brand/tui-brand.styl +6 -6
  134. package/fonts/Brand/tui-brand.ttf +0 -0
  135. package/fonts/Brand/tui-brand.woff +0 -0
  136. package/fonts/Brand/tui-brand.woff2 +0 -0
  137. package/fonts/Covid/tui-covid.css +6 -6
  138. package/fonts/Covid/tui-covid.eot +0 -0
  139. package/fonts/Covid/tui-covid.less +6 -6
  140. package/fonts/Covid/tui-covid.module.less +6 -6
  141. package/fonts/Covid/tui-covid.scss +6 -6
  142. package/fonts/Covid/tui-covid.styl +6 -6
  143. package/fonts/Covid/tui-covid.ttf +0 -0
  144. package/fonts/Covid/tui-covid.woff +0 -0
  145. package/fonts/Covid/tui-covid.woff2 +0 -0
  146. package/fonts/Food/tui-food.css +6 -6
  147. package/fonts/Food/tui-food.eot +0 -0
  148. package/fonts/Food/tui-food.less +6 -6
  149. package/fonts/Food/tui-food.module.less +6 -6
  150. package/fonts/Food/tui-food.scss +6 -6
  151. package/fonts/Food/tui-food.styl +6 -6
  152. package/fonts/Food/tui-food.ttf +0 -0
  153. package/fonts/Food/tui-food.woff +0 -0
  154. package/fonts/Food/tui-food.woff2 +0 -0
  155. package/fonts/HappyToCare/tui-happy-to-care.css +6 -6
  156. package/fonts/HappyToCare/tui-happy-to-care.eot +0 -0
  157. package/fonts/HappyToCare/tui-happy-to-care.less +6 -6
  158. package/fonts/HappyToCare/tui-happy-to-care.module.less +6 -6
  159. package/fonts/HappyToCare/tui-happy-to-care.scss +6 -6
  160. package/fonts/HappyToCare/tui-happy-to-care.styl +6 -6
  161. package/fonts/HappyToCare/tui-happy-to-care.ttf +0 -0
  162. package/fonts/HappyToCare/tui-happy-to-care.woff +0 -0
  163. package/fonts/HappyToCare/tui-happy-to-care.woff2 +0 -0
  164. package/fonts/Places/tui-places.css +6 -6
  165. package/fonts/Places/tui-places.eot +0 -0
  166. package/fonts/Places/tui-places.less +6 -6
  167. package/fonts/Places/tui-places.module.less +6 -6
  168. package/fonts/Places/tui-places.scss +6 -6
  169. package/fonts/Places/tui-places.styl +6 -6
  170. package/fonts/Places/tui-places.ttf +0 -0
  171. package/fonts/Places/tui-places.woff +0 -0
  172. package/fonts/Places/tui-places.woff2 +0 -0
  173. package/fonts/Room/tui-room.css +6 -6
  174. package/fonts/Room/tui-room.eot +0 -0
  175. package/fonts/Room/tui-room.less +6 -6
  176. package/fonts/Room/tui-room.module.less +6 -6
  177. package/fonts/Room/tui-room.scss +6 -6
  178. package/fonts/Room/tui-room.styl +6 -6
  179. package/fonts/Room/tui-room.ttf +0 -0
  180. package/fonts/Room/tui-room.woff +0 -0
  181. package/fonts/Room/tui-room.woff2 +0 -0
  182. package/fonts/Services/tui-services.css +6 -6
  183. package/fonts/Services/tui-services.eot +0 -0
  184. package/fonts/Services/tui-services.less +6 -6
  185. package/fonts/Services/tui-services.module.less +6 -6
  186. package/fonts/Services/tui-services.scss +6 -6
  187. package/fonts/Services/tui-services.styl +6 -6
  188. package/fonts/Services/tui-services.ttf +0 -0
  189. package/fonts/Services/tui-services.woff +0 -0
  190. package/fonts/Services/tui-services.woff2 +0 -0
  191. package/fonts/Socials/tui-socials.css +6 -6
  192. package/fonts/Socials/tui-socials.eot +0 -0
  193. package/fonts/Socials/tui-socials.less +6 -6
  194. package/fonts/Socials/tui-socials.module.less +6 -6
  195. package/fonts/Socials/tui-socials.scss +6 -6
  196. package/fonts/Socials/tui-socials.styl +6 -6
  197. package/fonts/Socials/tui-socials.ttf +0 -0
  198. package/fonts/Socials/tui-socials.woff +0 -0
  199. package/fonts/Socials/tui-socials.woff2 +0 -0
  200. package/fonts/Transports/tui-transports.css +6 -6
  201. package/fonts/Transports/tui-transports.eot +0 -0
  202. package/fonts/Transports/tui-transports.less +6 -6
  203. package/fonts/Transports/tui-transports.module.less +6 -6
  204. package/fonts/Transports/tui-transports.scss +6 -6
  205. package/fonts/Transports/tui-transports.styl +6 -6
  206. package/fonts/Transports/tui-transports.ttf +0 -0
  207. package/fonts/Transports/tui-transports.woff +0 -0
  208. package/fonts/Transports/tui-transports.woff2 +0 -0
  209. package/fonts/Utilities/tui-utilities.css +6 -6
  210. package/fonts/Utilities/tui-utilities.eot +0 -0
  211. package/fonts/Utilities/tui-utilities.less +6 -6
  212. package/fonts/Utilities/tui-utilities.module.less +6 -6
  213. package/fonts/Utilities/tui-utilities.scss +6 -6
  214. package/fonts/Utilities/tui-utilities.styl +6 -6
  215. package/fonts/Utilities/tui-utilities.ttf +0 -0
  216. package/fonts/Utilities/tui-utilities.woff +0 -0
  217. package/fonts/Utilities/tui-utilities.woff2 +0 -0
  218. package/molecules/Breadcrumb.js +5 -4
  219. package/molecules/Buttons/ButtonContent.js +5 -4
  220. package/molecules/Card.js +7 -6
  221. package/molecules/Forms/Checkbox.js +8 -7
  222. package/molecules/Forms/DateField.js +3 -2
  223. package/molecules/Forms/Filter.js +15 -14
  224. package/molecules/Forms/FormControl.js +9 -8
  225. package/molecules/Forms/NumberField.d.ts +2 -2
  226. package/molecules/Forms/TextField.js +11 -10
  227. package/molecules/Link.js +8 -7
  228. package/package.json +1 -1
@@ -1,138 +1,144 @@
1
- import { registerFontIcons as n } from "./FontIconResolver.js";
2
- n("activities", [
3
- {
4
- name: "AmazingFamily"
5
- },
6
- {
7
- name: "Archery"
8
- },
9
- {
10
- name: "Badminton"
11
- },
12
- {
13
- name: "BocceBall"
14
- },
15
- {
16
- name: "Cardio"
17
- },
18
- {
19
- name: "Circus"
20
- },
21
- {
22
- name: "Climbing"
23
- },
24
- {
25
- name: "Danse"
26
- },
27
- {
28
- name: "Fitness"
29
- },
30
- {
31
- name: "Golf"
32
- },
33
- {
34
- name: "HamamMen"
35
- },
36
- {
37
- name: "HamamWomen"
38
- },
39
- {
40
- name: "Hiking"
41
- },
42
- {
43
- name: "HorseRiding"
44
- },
45
- {
46
- name: "IceSkating"
47
- },
48
- {
49
- name: "Kayak"
50
- },
51
- {
52
- name: "Kitesurf"
53
- },
54
- {
55
- name: "Multisports"
56
- },
57
- {
58
- name: "Paddle"
59
- },
60
- {
61
- name: "PaddleTennis"
62
- },
63
- {
64
- name: "PickleBall"
65
- },
66
- {
67
- name: "Running"
68
- },
69
- {
70
- name: "Sailing"
71
- },
72
- {
73
- name: "SaunaMen"
74
- },
75
- {
76
- name: "SaunaWomen"
77
- },
78
- {
79
- name: "ScubaDiving"
80
- },
81
- {
82
- name: "Ski"
83
- },
84
- {
85
- name: "Snorkeling"
86
- },
87
- {
88
- name: "Snowboard"
89
- },
90
- {
91
- name: "Snowshoeing"
92
- },
93
- {
94
- name: "Surf"
95
- },
96
- {
97
- name: "TableTennis"
98
- },
99
- {
100
- name: "Tennis"
101
- },
102
- {
103
- name: "ThaiBoxing"
104
- },
105
- {
106
- name: "Trapeze"
107
- },
108
- {
109
- name: "TreeClimbing"
110
- },
111
- {
112
- name: "VTT"
113
- },
114
- {
115
- name: "Volleyball"
116
- },
117
- {
118
- name: "WaterSkiing"
119
- },
120
- {
121
- name: "WaterVolley"
122
- },
123
- {
124
- name: "Waterpolo"
125
- },
126
- {
127
- name: "Windsurf"
128
- },
129
- {
130
- name: "Wingfoil"
131
- },
132
- {
133
- name: "WinterHiking"
134
- },
135
- {
136
- name: "Yoga"
137
- }
138
- ]);
1
+ import { resolver as n } from "./FontIconResolver.js";
2
+ const a = n(
3
+ "activities",
4
+ [
5
+ {
6
+ name: "AmazingFamily"
7
+ },
8
+ {
9
+ name: "Archery"
10
+ },
11
+ {
12
+ name: "Badminton"
13
+ },
14
+ {
15
+ name: "BocceBall"
16
+ },
17
+ {
18
+ name: "Cardio"
19
+ },
20
+ {
21
+ name: "Circus"
22
+ },
23
+ {
24
+ name: "Climbing"
25
+ },
26
+ {
27
+ name: "Danse"
28
+ },
29
+ {
30
+ name: "Fitness"
31
+ },
32
+ {
33
+ name: "Golf"
34
+ },
35
+ {
36
+ name: "HamamMen"
37
+ },
38
+ {
39
+ name: "HamamWomen"
40
+ },
41
+ {
42
+ name: "Hiking"
43
+ },
44
+ {
45
+ name: "HorseRiding"
46
+ },
47
+ {
48
+ name: "IceSkating"
49
+ },
50
+ {
51
+ name: "Kayak"
52
+ },
53
+ {
54
+ name: "Kitesurf"
55
+ },
56
+ {
57
+ name: "Multisports"
58
+ },
59
+ {
60
+ name: "Paddle"
61
+ },
62
+ {
63
+ name: "PaddleTennis"
64
+ },
65
+ {
66
+ name: "PickleBall"
67
+ },
68
+ {
69
+ name: "Running"
70
+ },
71
+ {
72
+ name: "Sailing"
73
+ },
74
+ {
75
+ name: "SaunaMen"
76
+ },
77
+ {
78
+ name: "SaunaWomen"
79
+ },
80
+ {
81
+ name: "ScubaDiving"
82
+ },
83
+ {
84
+ name: "Ski"
85
+ },
86
+ {
87
+ name: "Snorkeling"
88
+ },
89
+ {
90
+ name: "Snowboard"
91
+ },
92
+ {
93
+ name: "Snowshoeing"
94
+ },
95
+ {
96
+ name: "Surf"
97
+ },
98
+ {
99
+ name: "TableTennis"
100
+ },
101
+ {
102
+ name: "Tennis"
103
+ },
104
+ {
105
+ name: "ThaiBoxing"
106
+ },
107
+ {
108
+ name: "Trapeze"
109
+ },
110
+ {
111
+ name: "TreeClimbing"
112
+ },
113
+ {
114
+ name: "VTT"
115
+ },
116
+ {
117
+ name: "Volleyball"
118
+ },
119
+ {
120
+ name: "WaterSkiing"
121
+ },
122
+ {
123
+ name: "WaterVolley"
124
+ },
125
+ {
126
+ name: "Waterpolo"
127
+ },
128
+ {
129
+ name: "Windsurf"
130
+ },
131
+ {
132
+ name: "Wingfoil"
133
+ },
134
+ {
135
+ name: "WinterHiking"
136
+ },
137
+ {
138
+ name: "Yoga"
139
+ }
140
+ ]
141
+ );
142
+ export {
143
+ a as default
144
+ };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;
@@ -1,85 +1,91 @@
1
- import { registerFontIcons as e } from "./FontIconResolver.js";
2
- e("brand", [
3
- {
4
- name: "AllInclusiveDefault"
5
- },
6
- {
7
- name: "AllInclusiveDonations"
8
- },
9
- {
10
- name: "AllInclusiveFlexible"
11
- },
12
- {
13
- viewBox: "0 0 160 72",
14
- aspectRatio: [
15
- 160,
16
- 72
17
- ],
18
- name: "BabyClubMed"
19
- },
20
- {
21
- name: "Bars"
22
- },
23
- {
24
- viewBox: "0 0 79 95",
25
- aspectRatio: [
26
- 79,
27
- 95
28
- ],
29
- name: "ChillPass"
30
- },
31
- {
32
- viewBox: "0 0 120 24",
33
- aspectRatio: [
34
- 120,
35
- 24
36
- ],
37
- name: "ClubMed"
38
- },
39
- {
40
- name: "Diamond"
41
- },
42
- {
43
- name: "ExclusiveCollection"
44
- },
45
- {
46
- viewBox: "0 0 108 108",
47
- name: "HappyToCare"
48
- },
49
- {
50
- name: "HappyToCareSmall"
51
- },
52
- {
53
- viewBox: "0 0 111 55",
54
- aspectRatio: [
55
- 111,
56
- 55
57
- ],
58
- name: "MiniClubMed"
59
- },
60
- {
61
- name: "OnDemand"
62
- },
63
- {
64
- viewBox: "0 0 160 70",
65
- aspectRatio: [
66
- 160,
67
- 70
68
- ],
69
- name: "PetitClubMed"
70
- },
71
- {
72
- name: "Restaurants"
73
- },
74
- {
75
- viewBox: "0 0 109 48",
76
- aspectRatio: [
77
- 109,
78
- 48
79
- ],
80
- name: "Teens"
81
- },
82
- {
83
- name: "Trident"
84
- }
85
- ]);
1
+ import { resolver as e } from "./FontIconResolver.js";
2
+ const n = e(
3
+ "brand",
4
+ [
5
+ {
6
+ name: "AllInclusiveDefault"
7
+ },
8
+ {
9
+ name: "AllInclusiveDonations"
10
+ },
11
+ {
12
+ name: "AllInclusiveFlexible"
13
+ },
14
+ {
15
+ viewBox: "0 0 160 72",
16
+ aspectRatio: [
17
+ 160,
18
+ 72
19
+ ],
20
+ name: "BabyClubMed"
21
+ },
22
+ {
23
+ name: "Bars"
24
+ },
25
+ {
26
+ viewBox: "0 0 79 95",
27
+ aspectRatio: [
28
+ 79,
29
+ 95
30
+ ],
31
+ name: "ChillPass"
32
+ },
33
+ {
34
+ viewBox: "0 0 120 24",
35
+ aspectRatio: [
36
+ 120,
37
+ 24
38
+ ],
39
+ name: "ClubMed"
40
+ },
41
+ {
42
+ name: "Diamond"
43
+ },
44
+ {
45
+ name: "ExclusiveCollection"
46
+ },
47
+ {
48
+ viewBox: "0 0 108 108",
49
+ name: "HappyToCare"
50
+ },
51
+ {
52
+ name: "HappyToCareSmall"
53
+ },
54
+ {
55
+ viewBox: "0 0 111 55",
56
+ aspectRatio: [
57
+ 111,
58
+ 55
59
+ ],
60
+ name: "MiniClubMed"
61
+ },
62
+ {
63
+ name: "OnDemand"
64
+ },
65
+ {
66
+ viewBox: "0 0 160 70",
67
+ aspectRatio: [
68
+ 160,
69
+ 70
70
+ ],
71
+ name: "PetitClubMed"
72
+ },
73
+ {
74
+ name: "Restaurants"
75
+ },
76
+ {
77
+ viewBox: "0 0 109 48",
78
+ aspectRatio: [
79
+ 109,
80
+ 48
81
+ ],
82
+ name: "Teens"
83
+ },
84
+ {
85
+ name: "Trident"
86
+ }
87
+ ]
88
+ );
89
+ export {
90
+ n as default
91
+ };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;
@@ -1,54 +1,60 @@
1
- import { registerFontIcons as a } from "./FontIconResolver.js";
2
- a("covid", [
3
- {
4
- name: "Capacity"
5
- },
6
- {
7
- name: "Cough"
8
- },
9
- {
10
- name: "DigitalTools"
11
- },
12
- {
13
- name: "Disinfection"
14
- },
15
- {
16
- name: "Distance"
17
- },
18
- {
19
- name: "DoNotShakeHands"
20
- },
21
- {
22
- name: "Doctor"
23
- },
24
- {
25
- name: "Gloves"
26
- },
27
- {
28
- name: "Mask"
29
- },
30
- {
31
- name: "PCRTest"
32
- },
33
- {
34
- name: "SafeReception"
35
- },
36
- {
37
- name: "SafeRestaurant"
38
- },
39
- {
40
- name: "SafeSpa"
41
- },
42
- {
43
- name: "Soap"
44
- },
45
- {
46
- name: "Solution"
47
- },
48
- {
49
- name: "TemperatureCheck"
50
- },
51
- {
52
- name: "WashHands"
53
- }
54
- ]);
1
+ import { resolver as a } from "./FontIconResolver.js";
2
+ const n = a(
3
+ "covid",
4
+ [
5
+ {
6
+ name: "Capacity"
7
+ },
8
+ {
9
+ name: "Cough"
10
+ },
11
+ {
12
+ name: "DigitalTools"
13
+ },
14
+ {
15
+ name: "Disinfection"
16
+ },
17
+ {
18
+ name: "Distance"
19
+ },
20
+ {
21
+ name: "DoNotShakeHands"
22
+ },
23
+ {
24
+ name: "Doctor"
25
+ },
26
+ {
27
+ name: "Gloves"
28
+ },
29
+ {
30
+ name: "Mask"
31
+ },
32
+ {
33
+ name: "PCRTest"
34
+ },
35
+ {
36
+ name: "SafeReception"
37
+ },
38
+ {
39
+ name: "SafeRestaurant"
40
+ },
41
+ {
42
+ name: "SafeSpa"
43
+ },
44
+ {
45
+ name: "Soap"
46
+ },
47
+ {
48
+ name: "Solution"
49
+ },
50
+ {
51
+ name: "TemperatureCheck"
52
+ },
53
+ {
54
+ name: "WashHands"
55
+ }
56
+ ]
57
+ );
58
+ export {
59
+ n as default
60
+ };
@@ -1,3 +1,3 @@
1
1
  import { IconResolverProps } from '../IconsResolver';
2
2
  import { FontIconProps } from './FontIcon';
3
- export declare const registerFontIcons: (group: string, icons: Omit<IconResolverProps<FontIconProps>, "component">[]) => void;
3
+ export declare const resolver: (group: string, icons: Omit<IconResolverProps<FontIconProps>, "component">[]) => IconResolverProps<FontIconProps>[];
@@ -1,14 +1,13 @@
1
- import { registerIconsFactory as r, registerIcon as t } from "../IconsResolver.js";
1
+ import { resolverIconsFactory as r } from "../IconsResolver.js";
2
2
  import { FontIcon as e } from "./FontIcon.js";
3
- function n(o) {
4
- t({
3
+ const f = r(
4
+ (o) => ({
5
5
  ...o,
6
6
  type: "font",
7
7
  prefix: [o.prefix || "tui", o.group].filter(Boolean).join("-"),
8
8
  component: e
9
- });
10
- }
11
- const f = r(n);
9
+ })
10
+ );
12
11
  export {
13
- f as registerFontIcons
12
+ f as resolver
14
13
  };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;