@db-ux/core-foundations 3.0.2-shell-ed0ed7c → 3.0.2-shell2-badc28f

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.
@@ -23,6 +23,12 @@
23
23
  "licence": "https://lucide.dev/license#lucide-license",
24
24
  "origin": "house"
25
25
  },
26
+ {
27
+ "name": "intermediary_stop.svg",
28
+ "type": "lucide",
29
+ "licence": "https://lucide.dev/license#lucide-license",
30
+ "origin": "circle-small"
31
+ },
26
32
  {
27
33
  "name": "arrow_up.svg",
28
34
  "type": "lucide",
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-small-icon lucide-circle-small"><circle cx="12" cy="12" r="6"/></svg>
@@ -1,2 +1,35 @@
1
1
  /* This file was generated */
2
- export const ALL_ICONS = ["arrow_down", "arrow_left", "arrow_right", "arrow_up", "arrow_up_right", "brand", "calendar", "check-circle", "check", "check_circle", "chevron_down", "chevron_left", "chevron_right", "chevron_up", "circle", "circular_arrows", "clock", "cross", "cross_circle", "double_chevron_left", "double_chevron_right", "exclamation_mark_circle", "exclamation_mark_triangle", "house", "information_circle", "magnifying_glass", "menu", "minus", "plus", "resize_handle_corner", "x_placeholder"];
2
+ export const ALL_ICONS = [
3
+ 'arrow_down',
4
+ 'arrow_left',
5
+ 'arrow_right',
6
+ 'arrow_up',
7
+ 'arrow_up_right',
8
+ 'brand',
9
+ 'calendar',
10
+ 'check-circle',
11
+ 'check',
12
+ 'check_circle',
13
+ 'chevron_down',
14
+ 'chevron_left',
15
+ 'chevron_right',
16
+ 'chevron_up',
17
+ 'circle',
18
+ 'circular_arrows',
19
+ 'clock',
20
+ 'cross',
21
+ 'cross_circle',
22
+ 'double_chevron_left',
23
+ 'double_chevron_right',
24
+ 'exclamation_mark_circle',
25
+ 'exclamation_mark_triangle',
26
+ 'house',
27
+ 'information_circle',
28
+ 'intermediary_stop',
29
+ 'magnifying_glass',
30
+ 'menu',
31
+ 'minus',
32
+ 'plus',
33
+ 'resize_handle_corner',
34
+ 'x_placeholder'
35
+ ];
@@ -1 +1 @@
1
- export type BaseIconTypes = "arrow_down" | "arrow_left" | "arrow_right" | "arrow_up" | "arrow_up_right" | "brand" | "calendar" | "check-circle" | "check" | "check_circle" | "chevron_down" | "chevron_left" | "chevron_right" | "chevron_up" | "circle" | "circular_arrows" | "clock" | "cross" | "cross_circle" | "double_chevron_left" | "double_chevron_right" | "exclamation_mark_circle" | "exclamation_mark_triangle" | "house" | "information_circle" | "magnifying_glass" | "menu" | "minus" | "plus" | "resize_handle_corner" | "x_placeholder";
1
+ export type BaseIconTypes = 'arrow_down' | 'arrow_left' | 'arrow_right' | 'arrow_up' | 'arrow_up_right' | 'brand' | 'calendar' | 'check-circle' | 'check' | 'check_circle' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle' | 'circular_arrows' | 'clock' | 'cross' | 'cross_circle' | 'double_chevron_left' | 'double_chevron_right' | 'exclamation_mark_circle' | 'exclamation_mark_triangle' | 'house' | 'information_circle' | 'intermediary_stop' | 'magnifying_glass' | 'menu' | 'minus' | 'plus' | 'resize_handle_corner' | 'x_placeholder';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "3.0.2-shell-ed0ed7c",
3
+ "version": "3.0.2-shell2-badc28f",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {