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

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 +14 -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,99 +1,105 @@
1
- import { registerFontIcons as e } from "./FontIconResolver.js";
2
- e("food", [
3
- {
4
- name: "Bar"
5
- },
6
- {
7
- name: "Champagne"
8
- },
9
- {
10
- name: "Charcuterie"
11
- },
12
- {
13
- name: "Cheese"
14
- },
15
- {
16
- name: "CoffeeMachine"
17
- },
18
- {
19
- name: "ColdDrinks"
20
- },
21
- {
22
- name: "ColdSandwich"
23
- },
24
- {
25
- name: "Dessert"
26
- },
27
- {
28
- name: "GourmetLounge"
29
- },
30
- {
31
- name: "Hamburger"
32
- },
33
- {
34
- name: "HotDrinks"
35
- },
36
- {
37
- name: "HotSandwiches"
38
- },
39
- {
40
- name: "Kitchen"
41
- },
42
- {
43
- name: "KitchenEquipments"
44
- },
45
- {
46
- name: "Kitchenware"
47
- },
48
- {
49
- name: "Meal"
50
- },
51
- {
52
- name: "Meat"
53
- },
54
- {
55
- name: "PrivateMeal"
56
- },
57
- {
58
- name: "Quiche"
59
- },
60
- {
61
- name: "Restaurant"
62
- },
63
- {
64
- name: "Salad"
65
- },
66
- {
67
- name: "Snacks"
68
- },
69
- {
70
- name: "Soup"
71
- },
72
- {
73
- name: "TakeAway"
74
- },
75
- {
76
- name: "Tapas"
77
- },
78
- {
79
- name: "TeaMaker"
80
- },
81
- {
82
- name: "Vegan"
83
- },
84
- {
85
- name: "Vegetables"
86
- },
87
- {
88
- name: "Vegetarian"
89
- },
90
- {
91
- name: "WaterFountain"
92
- },
93
- {
94
- name: "Wine"
95
- },
96
- {
97
- name: "WineCellar"
98
- }
99
- ]);
1
+ import { resolver as e } from "./FontIconResolver.js";
2
+ const n = e(
3
+ "food",
4
+ [
5
+ {
6
+ name: "Bar"
7
+ },
8
+ {
9
+ name: "Champagne"
10
+ },
11
+ {
12
+ name: "Charcuterie"
13
+ },
14
+ {
15
+ name: "Cheese"
16
+ },
17
+ {
18
+ name: "CoffeeMachine"
19
+ },
20
+ {
21
+ name: "ColdDrinks"
22
+ },
23
+ {
24
+ name: "ColdSandwich"
25
+ },
26
+ {
27
+ name: "Dessert"
28
+ },
29
+ {
30
+ name: "GourmetLounge"
31
+ },
32
+ {
33
+ name: "Hamburger"
34
+ },
35
+ {
36
+ name: "HotDrinks"
37
+ },
38
+ {
39
+ name: "HotSandwiches"
40
+ },
41
+ {
42
+ name: "Kitchen"
43
+ },
44
+ {
45
+ name: "KitchenEquipments"
46
+ },
47
+ {
48
+ name: "Kitchenware"
49
+ },
50
+ {
51
+ name: "Meal"
52
+ },
53
+ {
54
+ name: "Meat"
55
+ },
56
+ {
57
+ name: "PrivateMeal"
58
+ },
59
+ {
60
+ name: "Quiche"
61
+ },
62
+ {
63
+ name: "Restaurant"
64
+ },
65
+ {
66
+ name: "Salad"
67
+ },
68
+ {
69
+ name: "Snacks"
70
+ },
71
+ {
72
+ name: "Soup"
73
+ },
74
+ {
75
+ name: "TakeAway"
76
+ },
77
+ {
78
+ name: "Tapas"
79
+ },
80
+ {
81
+ name: "TeaMaker"
82
+ },
83
+ {
84
+ name: "Vegan"
85
+ },
86
+ {
87
+ name: "Vegetables"
88
+ },
89
+ {
90
+ name: "Vegetarian"
91
+ },
92
+ {
93
+ name: "WaterFountain"
94
+ },
95
+ {
96
+ name: "Wine"
97
+ },
98
+ {
99
+ name: "WineCellar"
100
+ }
101
+ ]
102
+ );
103
+ export {
104
+ n as default
105
+ };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;
@@ -1,51 +1,57 @@
1
- import { registerFontIcons as e } from "./FontIconResolver.js";
2
- e("happy-to-care", [
3
- {
4
- name: "ActionsAgainstSexualTourism"
5
- },
6
- {
7
- name: "AnimalProtection"
8
- },
9
- {
10
- name: "Biodiversity"
11
- },
12
- {
13
- name: "ByeByePlastic"
14
- },
15
- {
16
- name: "ClimateActions"
17
- },
18
- {
19
- name: "CulturalRespect"
20
- },
21
- {
22
- name: "ElectricityManagement"
23
- },
24
- {
25
- name: "EnvironmentProtection"
26
- },
27
- {
28
- name: "EqualOpportunities"
29
- },
30
- {
31
- name: "FarmersProgram"
32
- },
33
- {
34
- name: "HealthyCorner"
35
- },
36
- {
37
- name: "LocalChildrenWelcome"
38
- },
39
- {
40
- name: "LocalDevelopment"
41
- },
42
- {
43
- name: "LocalSportSchool"
44
- },
45
- {
46
- name: "MaterialDonations"
47
- },
48
- {
49
- name: "WellBeingAtWork"
50
- }
51
- ]);
1
+ import { resolver as e } from "./FontIconResolver.js";
2
+ const n = e(
3
+ "happy-to-care",
4
+ [
5
+ {
6
+ name: "ActionsAgainstSexualTourism"
7
+ },
8
+ {
9
+ name: "AnimalProtection"
10
+ },
11
+ {
12
+ name: "Biodiversity"
13
+ },
14
+ {
15
+ name: "ByeByePlastic"
16
+ },
17
+ {
18
+ name: "ClimateActions"
19
+ },
20
+ {
21
+ name: "CulturalRespect"
22
+ },
23
+ {
24
+ name: "ElectricityManagement"
25
+ },
26
+ {
27
+ name: "EnvironmentProtection"
28
+ },
29
+ {
30
+ name: "EqualOpportunities"
31
+ },
32
+ {
33
+ name: "FarmersProgram"
34
+ },
35
+ {
36
+ name: "HealthyCorner"
37
+ },
38
+ {
39
+ name: "LocalChildrenWelcome"
40
+ },
41
+ {
42
+ name: "LocalDevelopment"
43
+ },
44
+ {
45
+ name: "LocalSportSchool"
46
+ },
47
+ {
48
+ name: "MaterialDonations"
49
+ },
50
+ {
51
+ name: "WellBeingAtWork"
52
+ }
53
+ ]
54
+ );
55
+ export {
56
+ n as default
57
+ };
@@ -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 e } from "./FontIconResolver.js";
2
- e("places", [
3
- {
4
- name: "BabyCleaning"
5
- },
6
- {
7
- name: "BabyCorner"
8
- },
9
- {
10
- name: "Conference"
11
- },
12
- {
13
- name: "Elevator"
14
- },
15
- {
16
- name: "Footpath"
17
- },
18
- {
19
- name: "InclusiveToilets"
20
- },
21
- {
22
- name: "Library"
23
- },
24
- {
25
- name: "Luggage"
26
- },
27
- {
28
- name: "MeetingPoint"
29
- },
30
- {
31
- name: "Nursery"
32
- },
33
- {
34
- name: "PMR"
35
- },
36
- {
37
- name: "PMRElevator"
38
- },
39
- {
40
- name: "Reception"
41
- },
42
- {
43
- name: "SkiRoom"
44
- },
45
- {
46
- name: "SwimmingArea"
47
- },
48
- {
49
- name: "Theater"
50
- },
51
- {
52
- name: "ZenPool"
53
- }
54
- ]);
1
+ import { resolver as e } from "./FontIconResolver.js";
2
+ const n = e(
3
+ "places",
4
+ [
5
+ {
6
+ name: "BabyCleaning"
7
+ },
8
+ {
9
+ name: "BabyCorner"
10
+ },
11
+ {
12
+ name: "Conference"
13
+ },
14
+ {
15
+ name: "Elevator"
16
+ },
17
+ {
18
+ name: "Footpath"
19
+ },
20
+ {
21
+ name: "InclusiveToilets"
22
+ },
23
+ {
24
+ name: "Library"
25
+ },
26
+ {
27
+ name: "Luggage"
28
+ },
29
+ {
30
+ name: "MeetingPoint"
31
+ },
32
+ {
33
+ name: "Nursery"
34
+ },
35
+ {
36
+ name: "PMR"
37
+ },
38
+ {
39
+ name: "PMRElevator"
40
+ },
41
+ {
42
+ name: "Reception"
43
+ },
44
+ {
45
+ name: "SkiRoom"
46
+ },
47
+ {
48
+ name: "SwimmingArea"
49
+ },
50
+ {
51
+ name: "Theater"
52
+ },
53
+ {
54
+ name: "ZenPool"
55
+ }
56
+ ]
57
+ );
58
+ export {
59
+ n as default
60
+ };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;
@@ -1,108 +1,114 @@
1
- import { registerFontIcons as e } from "./FontIconResolver.js";
2
- e("room", [
3
- {
4
- name: "AC"
5
- },
6
- {
7
- name: "Amenities"
8
- },
9
- {
10
- name: "BabyBed"
11
- },
12
- {
13
- name: "Balcony"
14
- },
15
- {
16
- name: "Balneotherapy"
17
- },
18
- {
19
- name: "Bathrobe"
20
- },
21
- {
22
- name: "BathtubShower"
23
- },
24
- {
25
- name: "BeachTowel"
26
- },
27
- {
28
- name: "Bedroom"
29
- },
30
- {
31
- name: "Bidet"
32
- },
33
- {
34
- name: "ChildrenSeparatedRoom"
35
- },
36
- {
37
- name: "CreditCard"
38
- },
39
- {
40
- name: "Daybed"
41
- },
42
- {
43
- name: "Dressing"
44
- },
45
- {
46
- name: "Dryer"
47
- },
48
- {
49
- name: "DualBasin"
50
- },
51
- {
52
- name: "Electricity"
53
- },
54
- {
55
- name: "Fireplace"
56
- },
57
- {
58
- name: "Fridge"
59
- },
60
- {
61
- name: "Household"
62
- },
63
- {
64
- name: "LoungeAreaInside"
65
- },
66
- {
67
- name: "LoungeAreaOutside"
68
- },
69
- {
70
- name: "MagnifyingMirror"
71
- },
72
- {
73
- name: "Multimedia"
74
- },
75
- {
76
- name: "Ofuro"
77
- },
78
- {
79
- name: "RoomSafe"
80
- },
81
- {
82
- name: "RoomService"
83
- },
84
- {
85
- name: "SeparatedRoom"
86
- },
87
- {
88
- name: "SeparatedWC"
89
- },
90
- {
91
- name: "Shower"
92
- },
93
- {
94
- name: "ShowerPMR"
95
- },
96
- {
97
- name: "ShowerWC"
98
- },
99
- {
100
- name: "Size"
101
- },
102
- {
103
- name: "TV"
104
- },
105
- {
106
- name: "WIFI"
107
- }
108
- ]);
1
+ import { resolver as e } from "./FontIconResolver.js";
2
+ const n = e(
3
+ "room",
4
+ [
5
+ {
6
+ name: "AC"
7
+ },
8
+ {
9
+ name: "Amenities"
10
+ },
11
+ {
12
+ name: "BabyBed"
13
+ },
14
+ {
15
+ name: "Balcony"
16
+ },
17
+ {
18
+ name: "Balneotherapy"
19
+ },
20
+ {
21
+ name: "Bathrobe"
22
+ },
23
+ {
24
+ name: "BathtubShower"
25
+ },
26
+ {
27
+ name: "BeachTowel"
28
+ },
29
+ {
30
+ name: "Bedroom"
31
+ },
32
+ {
33
+ name: "Bidet"
34
+ },
35
+ {
36
+ name: "ChildrenSeparatedRoom"
37
+ },
38
+ {
39
+ name: "CreditCard"
40
+ },
41
+ {
42
+ name: "Daybed"
43
+ },
44
+ {
45
+ name: "Dressing"
46
+ },
47
+ {
48
+ name: "Dryer"
49
+ },
50
+ {
51
+ name: "DualBasin"
52
+ },
53
+ {
54
+ name: "Electricity"
55
+ },
56
+ {
57
+ name: "Fireplace"
58
+ },
59
+ {
60
+ name: "Fridge"
61
+ },
62
+ {
63
+ name: "Household"
64
+ },
65
+ {
66
+ name: "LoungeAreaInside"
67
+ },
68
+ {
69
+ name: "LoungeAreaOutside"
70
+ },
71
+ {
72
+ name: "MagnifyingMirror"
73
+ },
74
+ {
75
+ name: "Multimedia"
76
+ },
77
+ {
78
+ name: "Ofuro"
79
+ },
80
+ {
81
+ name: "RoomSafe"
82
+ },
83
+ {
84
+ name: "RoomService"
85
+ },
86
+ {
87
+ name: "SeparatedRoom"
88
+ },
89
+ {
90
+ name: "SeparatedWC"
91
+ },
92
+ {
93
+ name: "Shower"
94
+ },
95
+ {
96
+ name: "ShowerPMR"
97
+ },
98
+ {
99
+ name: "ShowerWC"
100
+ },
101
+ {
102
+ name: "Size"
103
+ },
104
+ {
105
+ name: "TV"
106
+ },
107
+ {
108
+ name: "WIFI"
109
+ }
110
+ ]
111
+ );
112
+ export {
113
+ n as default
114
+ };
@@ -1 +1,2 @@
1
- export {};
1
+ declare const _default: import("..").IconResolverProps<import("./FontIcon").FontIconProps>[];
2
+ export default _default;