@ni/nimble-tokens 6.11.1 → 6.12.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/icons/js/index.d.ts +26 -2
- package/dist/icons/js/index.js +203 -179
- package/dist/icons/js/index.js.map +1 -1
- package/dist/styledictionary/css/variables.css +1 -1
- package/dist/styledictionary/js/tokens.d.ts +7 -4
- package/dist/styledictionary/js/tokens.js +2 -2
- package/dist/styledictionary/scss/variables.scss +2 -2
- package/package.json +6 -6
package/dist/icons/js/index.d.ts
CHANGED
|
@@ -310,6 +310,10 @@ export declare const eye16X16: {
|
|
|
310
310
|
name: 'eye_16_x_16';
|
|
311
311
|
data: string;
|
|
312
312
|
};
|
|
313
|
+
export declare const eyeDash16X16: {
|
|
314
|
+
name: 'eye_dash_16_x_16';
|
|
315
|
+
data: string;
|
|
316
|
+
};
|
|
313
317
|
export declare const fancyA16X16: {
|
|
314
318
|
name: 'fancy_a_16_x_16';
|
|
315
319
|
data: string;
|
|
@@ -398,6 +402,10 @@ export declare const home16X16: {
|
|
|
398
402
|
name: 'home_16_x_16';
|
|
399
403
|
data: string;
|
|
400
404
|
};
|
|
405
|
+
export declare const horizontalTriangleOutline16X16: {
|
|
406
|
+
name: 'horizontal_triangle_outline_16_x_16';
|
|
407
|
+
data: string;
|
|
408
|
+
};
|
|
401
409
|
export declare const hourglass16X16: {
|
|
402
410
|
name: 'hourglass_16_x_16';
|
|
403
411
|
data: string;
|
|
@@ -418,6 +426,10 @@ export declare const infoCircle16X16: {
|
|
|
418
426
|
name: 'info_circle_16_x_16';
|
|
419
427
|
data: string;
|
|
420
428
|
};
|
|
429
|
+
export declare const inwardSquaresThree16X16: {
|
|
430
|
+
name: 'inward_squares_three_16_x_16';
|
|
431
|
+
data: string;
|
|
432
|
+
};
|
|
421
433
|
export declare const italicI16X16: {
|
|
422
434
|
name: 'italic_i_16_x_16';
|
|
423
435
|
data: string;
|
|
@@ -498,6 +510,10 @@ export declare const outdent16X16: {
|
|
|
498
510
|
name: 'outdent_16_x_16';
|
|
499
511
|
data: string;
|
|
500
512
|
};
|
|
513
|
+
export declare const outwardSquaresThree16X16: {
|
|
514
|
+
name: 'outward_squares_three_16_x_16';
|
|
515
|
+
data: string;
|
|
516
|
+
};
|
|
501
517
|
export declare const paste16X16: {
|
|
502
518
|
name: 'paste_16_x_16';
|
|
503
519
|
data: string;
|
|
@@ -578,6 +594,10 @@ export declare const squareT16X16: {
|
|
|
578
594
|
name: 'square_t_16_x_16';
|
|
579
595
|
data: string;
|
|
580
596
|
};
|
|
597
|
+
export declare const squareX16X16: {
|
|
598
|
+
name: 'square_x_16_x_16';
|
|
599
|
+
data: string;
|
|
600
|
+
};
|
|
581
601
|
export declare const stopSquare16X16: {
|
|
582
602
|
name: 'stop_square_16_x_16';
|
|
583
603
|
data: string;
|
|
@@ -610,6 +630,10 @@ export declare const targetCrosshairsProgress16X16: {
|
|
|
610
630
|
name: 'target_crosshairs_progress_16_x_16';
|
|
611
631
|
data: string;
|
|
612
632
|
};
|
|
633
|
+
export declare const threeCirclesAscendingContainer16X16: {
|
|
634
|
+
name: 'three_circles_ascending_container_16_x_16';
|
|
635
|
+
data: string;
|
|
636
|
+
};
|
|
613
637
|
export declare const threeDotsLine16X16: {
|
|
614
638
|
name: 'three_dots_line_16_x_16';
|
|
615
639
|
data: string;
|
|
@@ -714,9 +738,9 @@ export declare const xmarkCheck16X16: {
|
|
|
714
738
|
name: 'xmark_check_16_x_16';
|
|
715
739
|
data: string;
|
|
716
740
|
};
|
|
717
|
-
export
|
|
741
|
+
export type NimbleIconName = 'add_16_x_16' | 'arrow_down_16_x_16' | 'arrow_down_right_and_arrow_up_left_16_x_16' | 'arrow_expander_down_16_x_16' | 'arrow_expander_left_16_x_16' | 'arrow_expander_right_16_x_16' | 'arrow_expander_up_16_x_16' | 'arrow_in_circle_16_x_16' | 'arrow_left_from_line_16_x_16' | 'arrow_out_circle_16_x_16' | 'arrow_partial_rotate_left_16_x_16' | 'arrow_right_to_line_16_x_16' | 'arrow_rotate_right_16_x_16' | 'arrow_u_rotate_left_16_x_16' | 'arrow_up_16_x_16' | 'arrow_up_left_and_arrow_down_right_16_x_16' | 'arrow_up_right_from_square' | 'arrows_maximize_16_x_16' | 'arrows_repeat_16_x_16' | 'at_16_x_16' | 'bars_16_x_16' | 'bell_16_x_16' | 'bell_and_comment_16_x_16' | 'bell_circle_16_x_16' | 'bell_solid_circle_16_x_16' | 'block_with_ribbon_16_x_16' | 'bold_b_16_x_16' | 'book_magnifying_glass_16_x_16' | 'calendar_16_x_16' | 'calendar_check_lines_16_x_16' | 'calendar_day_16_x_16' | 'chart_diagram_16_x_16' | 'chart_diagram_child_focus_16_x_16' | 'chart_diagram_parent_focus_16_x_16' | 'chart_diagram_parent_focus_two_child_16_x_16' | 'check_16_x_16' | 'check_dot_16_x_16' | 'check_large_16_x_16' | 'circle_16_x_16' | 'circle_filled_16_x_16' | 'circle_broken_16_x_16' | 'circle_check_16_x_16' | 'circle_partial_broken_16_x_16' | 'circle_slash_16_x_16' | 'circle_x_16_x_16' | 'clipboard_16_x_16' | 'clock_16_x_16' | 'clock_cog_16_x_16' | 'clock_exclamation_16_x_16' | 'clock_triangle_16_x_16' | 'clone_16_x_16' | 'cloud_16_x_16' | 'cloud_upload_16_x_16' | 'cloud_with_arrow_16_x_16' | 'cog_16_x_16' | 'cog_database_16_x_16' | 'cog_database_inset_16_x_16' | 'cog_small_cog_16_x_16' | 'cog_zoomed_16_x_16' | 'comment_16_x_16' | 'computer_and_monitor_16_x_16' | 'copy_16_x_16' | 'copy_text_16_x_16' | 'dashboard_builder_16_x_16' | 'dashboard_builder_legend_16_x_16' | 'dashboard_builder_templates_16_x_16' | 'dashboard_builder_tile_16_x_16' | 'database_16_x_16' | 'database_check_16_x_16' | 'desktop_16_x_16' | 'donut_chart_16_x_16' | 'dot_solid_dot_stroke_16_x_16' | 'dot_solid_dot_stroke_measurement_16_x_16' | 'down_right_from_square_16_x_16' | 'download_16_x_16' | 'electronic_chip_zoomed_16_x_16' | 'exclamation_mark_16_x_16' | 'eye_16_x_16' | 'eye_dash_16_x_16' | 'fancy_a_16_x_16' | 'file_16_x_16' | 'file_arrow_curved_right_16_x_16' | 'file_drawer_16_x_16' | 'file_search_16_x_16' | 'filter_16_x_16' | 'floppy_disk_16_x_16' | 'floppy_disk_checkmark_16_x_16' | 'floppy_disk_pen_16_x_16' | 'floppy_disk_star_arrow_right_16_x_16' | 'floppy_disk_three_dots_16_x_16' | 'folder_16_x_16' | 'folder_open_16_x_16' | 'forward_slash_16_x_16' | 'four_dots_square_16_x_16' | 'function_16_x_16' | 'gauge_simple_16_x_16' | 'grid_three_by_three_16_x_16' | 'grid_two_by_two_16_x_16' | 'hammer_16_x_16' | 'hashtag_16_x_16' | 'home_16_x_16' | 'horizontal_triangle_outline_16_x_16' | 'hourglass_16_x_16' | 'indent_16_x_16' | 'indeterminant_checkbox_16_x_16' | 'info_16_x_16' | 'info_circle_16_x_16' | 'inward_squares_three_16_x_16' | 'italic_i_16_x_16' | 'key_16_x_16' | 'laptop_16_x_16' | 'layer_group_16_x_16' | 'lightning_bolt_16_x_16' | 'link_16_x_16' | 'link_cancel_16_x_16' | 'list_16_x_16' | 'list_tree_16_x_16' | 'list_tree_database_16_x_16' | 'lock_16_x_16' | 'magnifying_glass_16_x_16' | 'markdown_16_x_16' | 'minus_16_x_16' | 'minus_wide_16_x_16' | 'mobile_16_x_16' | 'ni_16_x_16' | 'notebook_16_x_16' | 'number_list_16_x_16' | 'outdent_16_x_16' | 'outward_squares_three_16_x_16' | 'paste_16_x_16' | 'pause_16_x_16' | 'pencil_16_x_16' | 'play' | 'pot_with_lid_16_x_16' | 'question_16_x_16' | 'rectangle_check_lines_16_x_16' | 'running_arrow_16_x_16' | 'screen_check_lines_16_x_16' | 'screen_check_lines_calendar_16_x_16' | 'server_16_x_16' | 'share_nodes_16_x_16' | 'shield_check_16_x_16' | 'shield_xmark_16_x_16' | 'signal_bars_16_x_16' | 'sine_graph_16_x_16' | 'skip_arrow_16_x_16' | 'spinner' | 'square_check_16_x_16' | 'square_t_16_x_16' | 'square_x_16_x_16' | 'stop_square_16_x_16' | 'systemlink_16_x_16' | 't_16_x_16' | 'tablet_16_x_16' | 'tag_16_x_16' | 'tags_16_x_16' | 'target_crosshairs_16_x_16' | 'target_crosshairs_progress_16_x_16' | 'three_circles_ascending_container_16_x_16' | 'three_dots_line_16_x_16' | 'three_vertical_lines_16_x_16' | 'thumbtack_16_x_16' | 'tile_size_16_x_16' | 'times_16_x_16' | 'trash_16_x_16' | 'triangle_16_x_16' | 'triangle_filled_16_x_16' | 'triangle_two_lines_horizontal' | 'true_false_rectangle_16_x_16' | 'two_squares_in_brackets' | 'two_triangles_between_lines' | 'unlink_16_x_16' | 'unlock_16_x_16' | 'up_right_from_square_16_x_16' | 'upload_16_x_16' | 'user_16_x_16' | 'watch_16_x_16' | 'waveform_16_x_16' | 'webvi_custom_16_x_16' | 'webvi_host_16_x_16' | 'window_code_16_x_16' | 'window_text_16_x_16' | 'wrench_hammer_16_x_16' | 'xmark_16_x_16' | 'xmark_check_16_x_16';
|
|
718
742
|
export interface NimbleIcon {
|
|
719
743
|
name: NimbleIconName;
|
|
720
744
|
data: string;
|
|
721
745
|
}
|
|
722
|
-
export
|
|
746
|
+
export type NimbleIconNameSubset<T extends Readonly<NimbleIcon[]>> = T[number]['name'];
|