gantri-components 1.13.0 → 1.14.0

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgDifficultyEasy: React.NamedExoticComponent<object>;
3
+ export default SvgDifficultyEasy;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgDifficultyHard: React.NamedExoticComponent<object>;
3
+ export default SvgDifficultyHard;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgDifficultyModerate: React.NamedExoticComponent<object>;
3
+ export default SvgDifficultyModerate;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SvgDifficultyMultiple: React.NamedExoticComponent<object>;
3
+ export default SvgDifficultyMultiple;
@@ -1 +1,5 @@
1
+ export { default as DifficultyEasy } from './DifficultyEasy';
2
+ export { default as DifficultyHard } from './DifficultyHard';
3
+ export { default as DifficultyModerate } from './DifficultyModerate';
4
+ export { default as DifficultyMultiple } from './DifficultyMultiple';
1
5
  export { default as Laptop } from './Laptop';
@@ -1,2 +1,2 @@
1
- export declare const IconsList: readonly ["actions:funnel", "actions:gear", "actions:life_buoy", "actions:link", "actions:star", "actions:star_filled", "actions:thumbs_up", "actions:trash_can", "alert:bell", "alert:bell_filled", "alert:i_circle", "alert:lightning_bolt", "alert:lightning_bolt_filled", "alert:question_mark_circle", "alert:warning_triangle", "animated:loader", "arrows:arrow_chevron_double_down", "arrows:arrow_chevron_double_left", "arrows:arrow_chevron_double_right", "arrows:arrow_chevron_double_up", "arrows:arrow_chevron_down", "arrows:arrow_chevron_left", "arrows:arrow_chevron_right", "arrows:arrow_chevron_up", "arrows:arrow_down", "arrows:arrow_download", "arrows:arrow_external", "arrows:arrow_left", "arrows:arrow_line_down", "arrows:arrow_line_left", "arrows:arrow_line_right", "arrows:arrow_line_up", "arrows:arrow_right", "arrows:arrow_triangle_down", "arrows:arrow_triangle_left", "arrows:arrow_triangle_right", "arrows:arrow_triangle_up", "arrows:arrow_triangle_updown", "arrows:arrow_triangle_updown_down_filled", "arrows:arrow_triangle_updown_filled", "arrows:arrow_triangle_updown_top_filled", "arrows:arrow_up", "arrows:arrow_updown", "arrows:arrow_updown_filled", "arrows:arrow_upload", "data:chart_bar", "docs:document_blank", "docs:pencil", "location:house", "location:location_california", "location:location_pin", "logos:logo_affirm", "logos:logo_apple", "logos:logo_facebook", "logos:logo_github", "logos:logo_google", "logos:logo_instagram", "logos:logo_linkedin", "logos:logo_pinterest", "logos:logo_twitter", "logos:logo_youtube", "machine:laptop", "media:photo", "media:photo_filled", "payment:cash", "payment:credit_card", "payment:gift_box", "payment:gift_card", "payment:shopping_bag", "people:people", "people:person", "time:calendar", "time:clock", "time:clock_filled", "ui-control:check_mark", "ui-control:check_mark_circle_filled", "ui-control:grid", "ui-control:lines_three", "ui-control:lines_two", "ui-control:minus", "ui-control:minus_circle", "ui-control:plus", "ui-control:plus_circle", "ui-control:three_dots_cluster", "ui-control:three_dots_horizontal", "ui-control:x", "view:eye_open", "view:magnifying_glass", "view:magnifying_glass_filled", "work:assemble", "work:basket_filled", "work:box", "work:corner", "work:cube_outline", "work:leaf", "work:light_bulb", "work:mask", "work:p_circle", "work:print_nozzle", "work:rfid_signal", "work:sand_paper", "work:sun", "work:triangle_ruler", "work:water_drop", "work:wrench"];
1
+ export declare const IconsList: readonly ["actions:funnel", "actions:gear", "actions:life_buoy", "actions:link", "actions:star", "actions:star_filled", "actions:thumbs_up", "actions:trash_can", "alert:bell", "alert:bell_filled", "alert:i_circle", "alert:lightning_bolt", "alert:lightning_bolt_filled", "alert:question_mark_circle", "alert:warning_triangle", "animated:loader", "arrows:arrow_chevron_double_down", "arrows:arrow_chevron_double_left", "arrows:arrow_chevron_double_right", "arrows:arrow_chevron_double_up", "arrows:arrow_chevron_down", "arrows:arrow_chevron_left", "arrows:arrow_chevron_right", "arrows:arrow_chevron_up", "arrows:arrow_down", "arrows:arrow_download", "arrows:arrow_external", "arrows:arrow_left", "arrows:arrow_line_down", "arrows:arrow_line_left", "arrows:arrow_line_right", "arrows:arrow_line_up", "arrows:arrow_right", "arrows:arrow_triangle_down", "arrows:arrow_triangle_left", "arrows:arrow_triangle_right", "arrows:arrow_triangle_up", "arrows:arrow_triangle_updown", "arrows:arrow_triangle_updown_down_filled", "arrows:arrow_triangle_updown_filled", "arrows:arrow_triangle_updown_top_filled", "arrows:arrow_up", "arrows:arrow_updown", "arrows:arrow_updown_filled", "arrows:arrow_upload", "data:chart_bar", "docs:document_blank", "docs:pencil", "location:house", "location:location_california", "location:location_pin", "logos:logo_affirm", "logos:logo_apple", "logos:logo_facebook", "logos:logo_github", "logos:logo_google", "logos:logo_instagram", "logos:logo_linkedin", "logos:logo_pinterest", "logos:logo_twitter", "logos:logo_youtube", "machine:difficulty_easy", "machine:difficulty_hard", "machine:difficulty_moderate", "machine:difficulty_multiple", "machine:laptop", "media:photo", "media:photo_filled", "payment:cash", "payment:credit_card", "payment:gift_box", "payment:gift_card", "payment:shopping_bag", "people:people", "people:person", "time:calendar", "time:clock", "time:clock_filled", "ui-control:check_mark", "ui-control:check_mark_circle_filled", "ui-control:grid", "ui-control:lines_three", "ui-control:lines_two", "ui-control:minus", "ui-control:minus_circle", "ui-control:plus", "ui-control:plus_circle", "ui-control:three_dots_cluster", "ui-control:three_dots_horizontal", "ui-control:x", "view:eye_open", "view:magnifying_glass", "view:magnifying_glass_filled", "work:assemble", "work:basket_filled", "work:box", "work:corner", "work:cube_outline", "work:leaf", "work:light_bulb", "work:mask", "work:p_circle", "work:print_nozzle", "work:rfid_signal", "work:sand_paper", "work:sun", "work:triangle_ruler", "work:water_drop", "work:wrench"];
2
2
  export declare type IconType = typeof IconsList[number];