@gnist/design-system 7.0.0-alpha.0 → 7.0.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.
Files changed (174) hide show
  1. package/CHANGELOG.md +13 -7
  2. package/README.md +0 -1
  3. package/dist/building-blocks/skeletons/CircularSkeleton.cjs +2 -1
  4. package/dist/building-blocks/skeletons/CircularSkeleton.d.ts.map +1 -1
  5. package/dist/building-blocks/skeletons/CircularSkeleton.js +2 -1
  6. package/dist/building-blocks/skeletons/RectangularSkeleton.cjs +2 -1
  7. package/dist/building-blocks/skeletons/RectangularSkeleton.d.ts.map +1 -1
  8. package/dist/building-blocks/skeletons/RectangularSkeleton.js +2 -1
  9. package/dist/building-blocks/skeletons/TextSkeleton.cjs +2 -1
  10. package/dist/building-blocks/skeletons/TextSkeleton.d.ts.map +1 -1
  11. package/dist/building-blocks/skeletons/TextSkeleton.js +2 -1
  12. package/dist/foundation/logos/Logo.cjs +5 -24
  13. package/dist/foundation/logos/Logo.css.cjs +5 -1
  14. package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
  15. package/dist/foundation/logos/Logo.css.js +5 -1
  16. package/dist/foundation/logos/Logo.d.ts +12 -39
  17. package/dist/foundation/logos/Logo.d.ts.map +1 -1
  18. package/dist/foundation/logos/Logo.js +4 -23
  19. package/dist/foundation/logos/logos.cjs +1 -1
  20. package/dist/foundation/logos/logos.d.ts +2 -15
  21. package/dist/foundation/logos/logos.d.ts.map +1 -1
  22. package/dist/foundation/logos/logos.js +2 -2
  23. package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.cjs +51 -0
  24. package/dist/foundation/logos/svg/audi/audi_symbol_dark.svg-react.js +49 -0
  25. package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.cjs +51 -0
  26. package/dist/foundation/logos/svg/audi/audi_symbol_light.svg-react.js +49 -0
  27. package/dist/foundation/logos/svg/audi/index.cjs +10 -4
  28. package/dist/foundation/logos/svg/audi/index.d.ts +29 -13
  29. package/dist/foundation/logos/svg/audi/index.d.ts.map +1 -1
  30. package/dist/foundation/logos/svg/audi/index.js +10 -4
  31. package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.cjs +22 -0
  32. package/dist/foundation/logos/svg/autoria/autoria_symbol_dark.svg-react.js +20 -0
  33. package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.cjs +22 -0
  34. package/dist/foundation/logos/svg/autoria/autoria_symbol_light.svg-react.js +20 -0
  35. package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.cjs +22 -0
  36. package/dist/foundation/logos/svg/autoria/autoria_wordmark_dark.svg-react.js +20 -0
  37. package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.cjs +22 -0
  38. package/dist/foundation/logos/svg/autoria/autoria_wordmark_light.svg-react.js +20 -0
  39. package/dist/foundation/logos/svg/autoria/index.cjs +12 -4
  40. package/dist/foundation/logos/svg/autoria/index.d.ts +29 -13
  41. package/dist/foundation/logos/svg/autoria/index.d.ts.map +1 -1
  42. package/dist/foundation/logos/svg/autoria/index.js +12 -4
  43. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.cjs +22 -0
  44. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_dark.svg-react.js +20 -0
  45. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.cjs +22 -0
  46. package/dist/foundation/logos/svg/bilhold/bilhold_symbol_light.svg-react.js +20 -0
  47. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.cjs +22 -0
  48. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_dark.svg-react.js +20 -0
  49. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.cjs +22 -0
  50. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark_light.svg-react.js +20 -0
  51. package/dist/foundation/logos/svg/bilhold/index.cjs +12 -4
  52. package/dist/foundation/logos/svg/bilhold/index.d.ts +29 -13
  53. package/dist/foundation/logos/svg/bilhold/index.d.ts.map +1 -1
  54. package/dist/foundation/logos/svg/bilhold/index.js +12 -4
  55. package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.cjs +22 -0
  56. package/dist/foundation/logos/svg/cupra/cupra_symbol_dark.svg-react.js +20 -0
  57. package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.cjs +22 -0
  58. package/dist/foundation/logos/svg/cupra/cupra_symbol_light.svg-react.js +20 -0
  59. package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.cjs +51 -0
  60. package/dist/foundation/logos/svg/cupra/cupra_wordmark_dark.svg-react.js +49 -0
  61. package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.cjs +51 -0
  62. package/dist/foundation/logos/svg/cupra/cupra_wordmark_light.svg-react.js +49 -0
  63. package/dist/foundation/logos/svg/cupra/index.cjs +12 -4
  64. package/dist/foundation/logos/svg/cupra/index.d.ts +29 -13
  65. package/dist/foundation/logos/svg/cupra/index.d.ts.map +1 -1
  66. package/dist/foundation/logos/svg/cupra/index.js +12 -4
  67. package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.cjs +61 -0
  68. package/dist/foundation/logos/svg/dahles/dahles_wordmark_dark.svg-react.js +59 -0
  69. package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.cjs +61 -0
  70. package/dist/foundation/logos/svg/dahles/dahles_wordmark_light.svg-react.js +59 -0
  71. package/dist/foundation/logos/svg/dahles/index.cjs +10 -4
  72. package/dist/foundation/logos/svg/dahles/index.d.ts +29 -13
  73. package/dist/foundation/logos/svg/dahles/index.d.ts.map +1 -1
  74. package/dist/foundation/logos/svg/dahles/index.js +10 -4
  75. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.cjs +22 -0
  76. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_dark.svg-react.js +20 -0
  77. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.cjs +22 -0
  78. package/dist/foundation/logos/svg/gumpen/gumpen_symbol_light.svg-react.js +20 -0
  79. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.cjs +47 -0
  80. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_dark.svg-react.js +45 -0
  81. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.cjs +47 -0
  82. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark_light.svg-react.js +45 -0
  83. package/dist/foundation/logos/svg/gumpen/index.cjs +12 -4
  84. package/dist/foundation/logos/svg/gumpen/index.d.ts +29 -13
  85. package/dist/foundation/logos/svg/gumpen/index.d.ts.map +1 -1
  86. package/dist/foundation/logos/svg/gumpen/index.js +12 -4
  87. package/dist/foundation/logos/svg/index.cjs +1 -1
  88. package/dist/foundation/logos/svg/index.d.ts +1 -1
  89. package/dist/foundation/logos/svg/index.js +2 -2
  90. package/dist/foundation/logos/svg/mollerbil/index.cjs +12 -4
  91. package/dist/foundation/logos/svg/mollerbil/index.d.ts +29 -13
  92. package/dist/foundation/logos/svg/mollerbil/index.d.ts.map +1 -1
  93. package/dist/foundation/logos/svg/mollerbil/index.js +12 -4
  94. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.cjs +22 -0
  95. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_dark.svg-react.js +20 -0
  96. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.cjs +22 -0
  97. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol_light.svg-react.js +20 -0
  98. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.cjs +57 -0
  99. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_dark.svg-react.js +55 -0
  100. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.cjs +57 -0
  101. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark_light.svg-react.js +55 -0
  102. package/dist/foundation/logos/svg/others/index.cjs +72 -18
  103. package/dist/foundation/logos/svg/others/index.d.ts +261 -117
  104. package/dist/foundation/logos/svg/others/index.d.ts.map +1 -1
  105. package/dist/foundation/logos/svg/others/index.js +72 -18
  106. package/dist/foundation/logos/svg/skoda/index.cjs +12 -4
  107. package/dist/foundation/logos/svg/skoda/index.d.ts +29 -13
  108. package/dist/foundation/logos/svg/skoda/index.d.ts.map +1 -1
  109. package/dist/foundation/logos/svg/skoda/index.js +12 -4
  110. package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.cjs +22 -0
  111. package/dist/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react.js +20 -0
  112. package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.cjs +22 -0
  113. package/dist/foundation/logos/svg/skoda/skoda_symbol_light.svg-react.js +20 -0
  114. package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.cjs +22 -0
  115. package/dist/foundation/logos/svg/skoda/skoda_wordmark_dark.svg-react.js +20 -0
  116. package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.cjs +22 -0
  117. package/dist/foundation/logos/svg/skoda/skoda_wordmark_light.svg-react.js +20 -0
  118. package/dist/foundation/logos/svg/vw/index.cjs +22 -10
  119. package/dist/foundation/logos/svg/vw/index.d.ts +59 -27
  120. package/dist/foundation/logos/svg/vw/index.d.ts.map +1 -1
  121. package/dist/foundation/logos/svg/vw/index.js +22 -10
  122. package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.cjs +29 -0
  123. package/dist/foundation/logos/svg/vw/vwNytte_symbol_dark.svg-react.js +27 -0
  124. package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.cjs +29 -0
  125. package/dist/foundation/logos/svg/vw/vwNytte_symbol_light.svg-react.js +27 -0
  126. package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.cjs +22 -0
  127. package/dist/foundation/logos/svg/vw/vw_symbol_dark.svg-react.js +20 -0
  128. package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.cjs +22 -0
  129. package/dist/foundation/logos/svg/vw/vw_symbol_light.svg-react.js +20 -0
  130. package/dist/foundation/logos/types.cjs +31 -0
  131. package/dist/foundation/logos/types.d.ts +41 -0
  132. package/dist/foundation/logos/types.d.ts.map +1 -0
  133. package/dist/foundation/logos/types.js +30 -0
  134. package/package.json +4 -4
  135. package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.cjs +0 -51
  136. package/dist/foundation/logos/svg/audi/audi_symbol.svg-react.js +0 -49
  137. package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.cjs +0 -51
  138. package/dist/foundation/logos/svg/audi/audi_wordmark.svg-react.js +0 -49
  139. package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.cjs +0 -22
  140. package/dist/foundation/logos/svg/autoria/autoria_symbol.svg-react.js +0 -20
  141. package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.cjs +0 -22
  142. package/dist/foundation/logos/svg/autoria/autoria_wordmark.svg-react.js +0 -20
  143. package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.cjs +0 -22
  144. package/dist/foundation/logos/svg/bilhold/bilhold_symbol.svg-react.js +0 -20
  145. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.cjs +0 -22
  146. package/dist/foundation/logos/svg/bilhold/bilhold_wordmark.svg-react.js +0 -20
  147. package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.cjs +0 -22
  148. package/dist/foundation/logos/svg/cupra/cupra_symbol.svg-react.js +0 -20
  149. package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.cjs +0 -51
  150. package/dist/foundation/logos/svg/cupra/cupra_wordmark.svg-react.js +0 -49
  151. package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.cjs +0 -61
  152. package/dist/foundation/logos/svg/dahles/dahles_symbol.svg-react.js +0 -59
  153. package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.cjs +0 -61
  154. package/dist/foundation/logos/svg/dahles/dahles_wordmark.svg-react.js +0 -59
  155. package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.cjs +0 -22
  156. package/dist/foundation/logos/svg/gumpen/gumpen_symbol.svg-react.js +0 -20
  157. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.cjs +0 -47
  158. package/dist/foundation/logos/svg/gumpen/gumpen_wordmark.svg-react.js +0 -45
  159. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.cjs +0 -22
  160. package/dist/foundation/logos/svg/mollerbil/mollerbil_symbol.svg-react.js +0 -20
  161. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.cjs +0 -57
  162. package/dist/foundation/logos/svg/mollerbil/mollerbil_wordmark.svg-react.js +0 -55
  163. package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.cjs +0 -22
  164. package/dist/foundation/logos/svg/skoda/skoda_symbol.svg-react.js +0 -20
  165. package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.cjs +0 -22
  166. package/dist/foundation/logos/svg/skoda/skoda_wordmark.svg-react.js +0 -20
  167. package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.cjs +0 -29
  168. package/dist/foundation/logos/svg/vw/vwNytte_symbol.svg-react.js +0 -27
  169. package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.cjs +0 -29
  170. package/dist/foundation/logos/svg/vw/vwNytte_wordmark.svg-react.js +0 -27
  171. package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.cjs +0 -22
  172. package/dist/foundation/logos/svg/vw/vw_symbol.svg-react.js +0 -20
  173. package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.cjs +0 -22
  174. package/dist/foundation/logos/svg/vw/vw_wordmark.svg-react.js +0 -20
@@ -1,136 +1,280 @@
1
1
  export declare const berge: {
2
- key: string;
3
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
- title?: string;
5
- titleId?: string;
6
- desc?: string;
7
- descId?: string;
8
- }>;
9
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
10
- title?: string;
11
- titleId?: string;
12
- desc?: string;
13
- descId?: string;
14
- }>;
2
+ key: "berge";
3
+ symbol: {
4
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
5
+ title?: string;
6
+ titleId?: string;
7
+ desc?: string;
8
+ descId?: string;
9
+ }>;
10
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
11
+ title?: string;
12
+ titleId?: string;
13
+ desc?: string;
14
+ descId?: string;
15
+ }>;
16
+ };
17
+ wordmark: {
18
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
19
+ title?: string;
20
+ titleId?: string;
21
+ desc?: string;
22
+ descId?: string;
23
+ }>;
24
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
25
+ title?: string;
26
+ titleId?: string;
27
+ desc?: string;
28
+ descId?: string;
29
+ }>;
30
+ };
15
31
  };
16
32
  export declare const fremme: {
17
- key: string;
18
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
19
- title?: string;
20
- titleId?: string;
21
- desc?: string;
22
- descId?: string;
23
- }>;
24
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
25
- title?: string;
26
- titleId?: string;
27
- desc?: string;
28
- descId?: string;
29
- }>;
33
+ key: "fremme";
34
+ symbol: {
35
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
+ title?: string;
37
+ titleId?: string;
38
+ desc?: string;
39
+ descId?: string;
40
+ }>;
41
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
42
+ title?: string;
43
+ titleId?: string;
44
+ desc?: string;
45
+ descId?: string;
46
+ }>;
47
+ };
48
+ wordmark: {
49
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
50
+ title?: string;
51
+ titleId?: string;
52
+ desc?: string;
53
+ descId?: string;
54
+ }>;
55
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
56
+ title?: string;
57
+ titleId?: string;
58
+ desc?: string;
59
+ descId?: string;
60
+ }>;
61
+ };
30
62
  };
31
63
  export declare const sulland: {
32
- key: string;
33
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
34
- title?: string;
35
- titleId?: string;
36
- desc?: string;
37
- descId?: string;
38
- }>;
39
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
- title?: string;
41
- titleId?: string;
42
- desc?: string;
43
- descId?: string;
44
- }>;
64
+ key: "sulland";
65
+ symbol: {
66
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
67
+ title?: string;
68
+ titleId?: string;
69
+ desc?: string;
70
+ descId?: string;
71
+ }>;
72
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
73
+ title?: string;
74
+ titleId?: string;
75
+ desc?: string;
76
+ descId?: string;
77
+ }>;
78
+ };
79
+ wordmark: {
80
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
81
+ title?: string;
82
+ titleId?: string;
83
+ desc?: string;
84
+ descId?: string;
85
+ }>;
86
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
87
+ title?: string;
88
+ titleId?: string;
89
+ desc?: string;
90
+ descId?: string;
91
+ }>;
92
+ };
45
93
  };
46
94
  export declare const slatlem: {
47
- key: string;
48
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
49
- title?: string;
50
- titleId?: string;
51
- desc?: string;
52
- descId?: string;
53
- }>;
54
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
55
- title?: string;
56
- titleId?: string;
57
- desc?: string;
58
- descId?: string;
59
- }>;
95
+ key: "slatlem";
96
+ symbol: {
97
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
98
+ title?: string;
99
+ titleId?: string;
100
+ desc?: string;
101
+ descId?: string;
102
+ }>;
103
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
104
+ title?: string;
105
+ titleId?: string;
106
+ desc?: string;
107
+ descId?: string;
108
+ }>;
109
+ };
110
+ wordmark: {
111
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
112
+ title?: string;
113
+ titleId?: string;
114
+ desc?: string;
115
+ descId?: string;
116
+ }>;
117
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
118
+ title?: string;
119
+ titleId?: string;
120
+ desc?: string;
121
+ descId?: string;
122
+ }>;
123
+ };
60
124
  };
61
125
  export declare const albjerk: {
62
- key: string;
63
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
64
- title?: string;
65
- titleId?: string;
66
- desc?: string;
67
- descId?: string;
68
- }>;
69
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
70
- title?: string;
71
- titleId?: string;
72
- desc?: string;
73
- descId?: string;
74
- }>;
126
+ key: "albjerk";
127
+ symbol: {
128
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
129
+ title?: string;
130
+ titleId?: string;
131
+ desc?: string;
132
+ descId?: string;
133
+ }>;
134
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
135
+ title?: string;
136
+ titleId?: string;
137
+ desc?: string;
138
+ descId?: string;
139
+ }>;
140
+ };
141
+ wordmark: {
142
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
143
+ title?: string;
144
+ titleId?: string;
145
+ desc?: string;
146
+ descId?: string;
147
+ }>;
148
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
149
+ title?: string;
150
+ titleId?: string;
151
+ desc?: string;
152
+ descId?: string;
153
+ }>;
154
+ };
75
155
  };
76
156
  export declare const kirkenes: {
77
- key: string;
78
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
79
- title?: string;
80
- titleId?: string;
81
- desc?: string;
82
- descId?: string;
83
- }>;
84
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
85
- title?: string;
86
- titleId?: string;
87
- desc?: string;
88
- descId?: string;
89
- }>;
157
+ key: "kirkenes";
158
+ symbol: {
159
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
160
+ title?: string;
161
+ titleId?: string;
162
+ desc?: string;
163
+ descId?: string;
164
+ }>;
165
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
166
+ title?: string;
167
+ titleId?: string;
168
+ desc?: string;
169
+ descId?: string;
170
+ }>;
171
+ };
172
+ wordmark: {
173
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
174
+ title?: string;
175
+ titleId?: string;
176
+ desc?: string;
177
+ descId?: string;
178
+ }>;
179
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
180
+ title?: string;
181
+ titleId?: string;
182
+ desc?: string;
183
+ descId?: string;
184
+ }>;
185
+ };
90
186
  };
91
187
  export declare const alta: {
92
- key: string;
93
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
94
- title?: string;
95
- titleId?: string;
96
- desc?: string;
97
- descId?: string;
98
- }>;
99
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
- title?: string;
101
- titleId?: string;
102
- desc?: string;
103
- descId?: string;
104
- }>;
188
+ key: "alta";
189
+ symbol: {
190
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
191
+ title?: string;
192
+ titleId?: string;
193
+ desc?: string;
194
+ descId?: string;
195
+ }>;
196
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
197
+ title?: string;
198
+ titleId?: string;
199
+ desc?: string;
200
+ descId?: string;
201
+ }>;
202
+ };
203
+ wordmark: {
204
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
205
+ title?: string;
206
+ titleId?: string;
207
+ desc?: string;
208
+ descId?: string;
209
+ }>;
210
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
211
+ title?: string;
212
+ titleId?: string;
213
+ desc?: string;
214
+ descId?: string;
215
+ }>;
216
+ };
105
217
  };
106
218
  export declare const svebjorn: {
107
- key: string;
108
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
109
- title?: string;
110
- titleId?: string;
111
- desc?: string;
112
- descId?: string;
113
- }>;
114
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
115
- title?: string;
116
- titleId?: string;
117
- desc?: string;
118
- descId?: string;
119
- }>;
219
+ key: "svebjorn";
220
+ symbol: {
221
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
222
+ title?: string;
223
+ titleId?: string;
224
+ desc?: string;
225
+ descId?: string;
226
+ }>;
227
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
228
+ title?: string;
229
+ titleId?: string;
230
+ desc?: string;
231
+ descId?: string;
232
+ }>;
233
+ };
234
+ wordmark: {
235
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
236
+ title?: string;
237
+ titleId?: string;
238
+ desc?: string;
239
+ descId?: string;
240
+ }>;
241
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
242
+ title?: string;
243
+ titleId?: string;
244
+ desc?: string;
245
+ descId?: string;
246
+ }>;
247
+ };
120
248
  };
121
249
  export declare const mobile: {
122
- key: string;
123
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
124
- title?: string;
125
- titleId?: string;
126
- desc?: string;
127
- descId?: string;
128
- }>;
129
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
130
- title?: string;
131
- titleId?: string;
132
- desc?: string;
133
- descId?: string;
134
- }>;
250
+ key: "mobile";
251
+ symbol: {
252
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
253
+ title?: string;
254
+ titleId?: string;
255
+ desc?: string;
256
+ descId?: string;
257
+ }>;
258
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
259
+ title?: string;
260
+ titleId?: string;
261
+ desc?: string;
262
+ descId?: string;
263
+ }>;
264
+ };
265
+ wordmark: {
266
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
267
+ title?: string;
268
+ titleId?: string;
269
+ desc?: string;
270
+ descId?: string;
271
+ }>;
272
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
273
+ title?: string;
274
+ titleId?: string;
275
+ desc?: string;
276
+ descId?: string;
277
+ }>;
278
+ };
135
279
  };
136
280
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/others/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;CAIjB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;CAIpB,CAAC;AAEF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;CAIhB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;CAIpB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;CAIlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/others/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIF,CAAC;AAEjB,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIH,CAAC;AAEjB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIJ,CAAC;AAEjB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIJ,CAAC;AAEjB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIJ,CAAC;AAEjB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIL,CAAC;AAEjB,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAID,CAAC;AAEjB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIL,CAAC;AAEjB,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIH,CAAC"}
@@ -11,48 +11,102 @@ import SvgKirkenesWordmark from "./kirkenes_wordmark.svg-react.js";
11
11
  //#region src/foundation/logos/svg/others/index.ts
12
12
  var berge = {
13
13
  key: "berge",
14
- symbol: SvgBergeWordmark,
15
- wordmark: SvgBergeWordmark
14
+ symbol: {
15
+ light: SvgBergeWordmark,
16
+ dark: SvgBergeWordmark
17
+ },
18
+ wordmark: {
19
+ light: SvgBergeWordmark,
20
+ dark: SvgBergeWordmark
21
+ }
16
22
  };
17
23
  var fremme = {
18
24
  key: "fremme",
19
- symbol: SvgFremmeWordmark,
20
- wordmark: SvgFremmeWordmark
25
+ symbol: {
26
+ light: SvgFremmeWordmark,
27
+ dark: SvgFremmeWordmark
28
+ },
29
+ wordmark: {
30
+ light: SvgFremmeWordmark,
31
+ dark: SvgFremmeWordmark
32
+ }
21
33
  };
22
34
  var sulland = {
23
35
  key: "sulland",
24
- symbol: SvgSullandWordmark,
25
- wordmark: SvgSullandWordmark
36
+ symbol: {
37
+ light: SvgSullandWordmark,
38
+ dark: SvgSullandWordmark
39
+ },
40
+ wordmark: {
41
+ light: SvgSullandWordmark,
42
+ dark: SvgSullandWordmark
43
+ }
26
44
  };
27
45
  var slatlem = {
28
46
  key: "slatlem",
29
- symbol: SvgSlatlemWordmark,
30
- wordmark: SvgSlatlemWordmark
47
+ symbol: {
48
+ light: SvgSlatlemWordmark,
49
+ dark: SvgSlatlemWordmark
50
+ },
51
+ wordmark: {
52
+ light: SvgSlatlemWordmark,
53
+ dark: SvgSlatlemWordmark
54
+ }
31
55
  };
32
56
  var albjerk = {
33
57
  key: "albjerk",
34
- symbol: SvgAlbjerkWordmark,
35
- wordmark: SvgAlbjerkWordmark
58
+ symbol: {
59
+ light: SvgAlbjerkWordmark,
60
+ dark: SvgAlbjerkWordmark
61
+ },
62
+ wordmark: {
63
+ light: SvgAlbjerkWordmark,
64
+ dark: SvgAlbjerkWordmark
65
+ }
36
66
  };
37
67
  var kirkenes = {
38
68
  key: "kirkenes",
39
- symbol: SvgKirkenesWordmark,
40
- wordmark: SvgKirkenesWordmark
69
+ symbol: {
70
+ light: SvgKirkenesWordmark,
71
+ dark: SvgKirkenesWordmark
72
+ },
73
+ wordmark: {
74
+ light: SvgKirkenesWordmark,
75
+ dark: SvgKirkenesWordmark
76
+ }
41
77
  };
42
78
  var alta = {
43
79
  key: "alta",
44
- symbol: SvgAltaWordmark,
45
- wordmark: SvgAltaWordmark
80
+ symbol: {
81
+ light: SvgAltaWordmark,
82
+ dark: SvgAltaWordmark
83
+ },
84
+ wordmark: {
85
+ light: SvgAltaWordmark,
86
+ dark: SvgAltaWordmark
87
+ }
46
88
  };
47
89
  var svebjorn = {
48
90
  key: "svebjorn",
49
- symbol: SvgSvebjornWordmark,
50
- wordmark: SvgSvebjornWordmark
91
+ symbol: {
92
+ light: SvgSvebjornWordmark,
93
+ dark: SvgSvebjornWordmark
94
+ },
95
+ wordmark: {
96
+ light: SvgSvebjornWordmark,
97
+ dark: SvgSvebjornWordmark
98
+ }
51
99
  };
52
100
  var mobile = {
53
101
  key: "mobile",
54
- symbol: SvgMobileWordmark,
55
- wordmark: SvgMobileWordmark
102
+ symbol: {
103
+ light: SvgMobileWordmark,
104
+ dark: SvgMobileWordmark
105
+ },
106
+ wordmark: {
107
+ light: SvgMobileWordmark,
108
+ dark: SvgMobileWordmark
109
+ }
56
110
  };
57
111
  //#endregion
58
112
  export { albjerk, alta, berge, fremme, kirkenes, mobile, slatlem, sulland, svebjorn };
@@ -1,12 +1,20 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const require_skoda_symbol = require("./skoda_symbol.svg-react.cjs");
4
- const require_skoda_wordmark = require("./skoda_wordmark.svg-react.cjs");
3
+ const require_skoda_symbol_light = require("./skoda_symbol_light.svg-react.cjs");
4
+ const require_skoda_symbol_dark = require("./skoda_symbol_dark.svg-react.cjs");
5
+ const require_skoda_wordmark_light = require("./skoda_wordmark_light.svg-react.cjs");
6
+ const require_skoda_wordmark_dark = require("./skoda_wordmark_dark.svg-react.cjs");
5
7
  //#region src/foundation/logos/svg/skoda/index.ts
6
8
  var skoda = {
7
9
  key: "skoda",
8
- symbol: require_skoda_symbol.default,
9
- wordmark: require_skoda_wordmark.default
10
+ symbol: {
11
+ light: require_skoda_symbol_light.default,
12
+ dark: require_skoda_symbol_dark.default
13
+ },
14
+ wordmark: {
15
+ light: require_skoda_wordmark_light.default,
16
+ dark: require_skoda_wordmark_dark.default
17
+ }
10
18
  };
11
19
  //#endregion
12
20
  exports.skoda = skoda;
@@ -1,16 +1,32 @@
1
1
  export declare const skoda: {
2
- key: string;
3
- symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
- title?: string;
5
- titleId?: string;
6
- desc?: string;
7
- descId?: string;
8
- }>;
9
- wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
10
- title?: string;
11
- titleId?: string;
12
- desc?: string;
13
- descId?: string;
14
- }>;
2
+ key: "skoda";
3
+ symbol: {
4
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
5
+ title?: string;
6
+ titleId?: string;
7
+ desc?: string;
8
+ descId?: string;
9
+ }>;
10
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
11
+ title?: string;
12
+ titleId?: string;
13
+ desc?: string;
14
+ descId?: string;
15
+ }>;
16
+ };
17
+ wordmark: {
18
+ light: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
19
+ title?: string;
20
+ titleId?: string;
21
+ desc?: string;
22
+ descId?: string;
23
+ }>;
24
+ dark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
25
+ title?: string;
26
+ titleId?: string;
27
+ desc?: string;
28
+ descId?: string;
29
+ }>;
30
+ };
15
31
  };
16
32
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/skoda/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;CAIjB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/skoda/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOF,CAAC"}
@@ -1,11 +1,19 @@
1
1
  "use client";
2
- import SvgSkodaSymbol from "./skoda_symbol.svg-react.js";
3
- import SvgSkodaWordmark from "./skoda_wordmark.svg-react.js";
2
+ import SvgSkodaSymbolLight from "./skoda_symbol_light.svg-react.js";
3
+ import SvgSkodaSymbolDark from "./skoda_symbol_dark.svg-react.js";
4
+ import SvgSkodaWordmarkLight from "./skoda_wordmark_light.svg-react.js";
5
+ import SvgSkodaWordmarkDark from "./skoda_wordmark_dark.svg-react.js";
4
6
  //#region src/foundation/logos/svg/skoda/index.ts
5
7
  var skoda = {
6
8
  key: "skoda",
7
- symbol: SvgSkodaSymbol,
8
- wordmark: SvgSkodaWordmark
9
+ symbol: {
10
+ light: SvgSkodaSymbolLight,
11
+ dark: SvgSkodaSymbolDark
12
+ },
13
+ wordmark: {
14
+ light: SvgSkodaWordmarkLight,
15
+ dark: SvgSkodaWordmarkDark
16
+ }
9
17
  };
10
18
  //#endregion
11
19
  export { skoda };
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
+ let react_jsx_runtime = require("react/jsx-runtime");
4
+ let react = require("react");
5
+ react = require_runtime.__toESM(react);
6
+ //#region src/foundation/logos/svg/skoda/skoda_symbol_dark.svg-react
7
+ var SvgSkodaSymbolDark = ({ title, titleId, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ "aria-labelledby": titleId,
12
+ ...props,
13
+ children: [title ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("title", {
14
+ id: titleId,
15
+ children: title
16
+ }) : null, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
17
+ d: "M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM8 15.3091C3.96332 15.3091 0.690941 12.0367 0.690941 8C0.690941 3.96332 3.96332 0.690941 8 0.690941C12.0367 0.690941 15.3091 3.96332 15.3091 8C15.3091 12.0367 12.0367 15.3091 8 15.3091ZM11.4593 10.4874L11.2799 10.9716H10.6241C10.7994 10.499 13.0096 5.22644 8.66653 1.65034C7.75482 1.55374 6.83301 1.6557 5.96445 1.94922C6.10932 2.0659 7.61377 3.30092 8.32266 4.82583L8.11466 4.88183C7.72389 4.45606 6.30426 2.893 4.95146 2.38995C4.22355 2.78678 3.57949 3.321 3.05496 3.96304C3.6903 4.28806 5.3504 5.27958 5.98133 6.04984C5.94519 6.06608 5.80333 6.14251 5.80333 6.14251C4.64603 5.26288 2.59009 4.80633 2.485 4.78366C2.0528 5.52244 1.77461 6.34106 1.66721 7.19021C4.85112 7.83106 5.70842 9.30453 5.85505 10.9716H5.252L4.21568 10.5199C4.16169 10.4997 4.10495 10.4877 4.04738 10.4845H2.11781C2.42327 11.2056 2.85865 11.8644 3.40226 12.4282H4.22454C4.29539 12.4282 4.3574 12.4193 4.4194 12.3839L5.252 11.9587H11.2799L11.4593 12.443C12.2082 12.3566 12.9033 12.0106 13.4237 11.4652C12.9033 10.9197 12.2082 10.5738 11.4593 10.4874ZM9.13817 10.2348C8.98195 10.2348 8.82925 10.1885 8.69936 10.1017C8.56947 10.0149 8.46824 9.89153 8.40846 9.7472C8.34868 9.60288 8.33304 9.44407 8.36351 9.29086C8.39399 9.13765 8.46921 8.99691 8.57967 8.88645C8.69013 8.77599 8.83087 8.70077 8.98408 8.67029C9.13729 8.63982 9.2961 8.65546 9.44042 8.71524C9.58475 8.77502 9.7081 8.87625 9.79489 9.00614C9.88168 9.13603 9.928 9.28873 9.928 9.44495C9.928 9.65442 9.84479 9.85532 9.69666 10.0034C9.54854 10.1516 9.34764 10.2348 9.13817 10.2348Z",
18
+ fill: "white"
19
+ })]
20
+ });
21
+ //#endregion
22
+ exports.default = SvgSkodaSymbolDark;