@roadtrip/components 3.2.1 → 3.4.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 (124) hide show
  1. package/dist/cjs/index-a2306350.js +16 -4
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/road-alert.cjs.entry.js +1 -1
  4. package/dist/cjs/road-badge_14.cjs.entry.js +2 -2
  5. package/dist/cjs/road-button-floating.cjs.entry.js +66 -0
  6. package/dist/cjs/road-global-navigation.cjs.entry.js +1 -1
  7. package/dist/cjs/road-progress-indicator-horizontal.cjs.entry.js +40 -0
  8. package/dist/cjs/road-progress-tracker-item.cjs.entry.js +19 -0
  9. package/dist/cjs/road-progress-tracker.cjs.entry.js +19 -0
  10. package/dist/cjs/roadtrip.cjs.js +1 -1
  11. package/dist/collection/collection-manifest.json +4 -1
  12. package/dist/collection/components/alert/alert.css +8 -4
  13. package/dist/collection/components/button/button.css +1 -2
  14. package/dist/collection/components/button-floating/button-floating.css +122 -0
  15. package/dist/collection/components/button-floating/button-floating.js +220 -0
  16. package/dist/collection/components/button-floating/button-floating.stories.js +75 -0
  17. package/dist/collection/components/global-navigation/global-navigation.css +1 -0
  18. package/dist/collection/components/icon/icon.css +10 -9
  19. package/dist/collection/components/icon/svg/becommerce-color.svg +1 -0
  20. package/dist/collection/components/icon/svg/becommerce-outline.svg +1 -0
  21. package/dist/collection/components/icon/svg/discount-workshop-color.svg +1 -0
  22. package/dist/collection/components/icon/svg/discount-workshop-outline.svg +1 -0
  23. package/dist/collection/components/icon/svg/discount-workshop-solid.svg +1 -0
  24. package/dist/collection/components/icon/svg/flag-belgium-color.svg +1 -1
  25. package/dist/collection/components/icon/svg/garage-color.svg +1 -1
  26. package/dist/collection/components/icon/svg/garage-house-color.svg +1 -1
  27. package/dist/collection/components/icon/svg/garage-house-outline.svg +1 -1
  28. package/dist/collection/components/icon/svg/garage-outline.svg +1 -1
  29. package/dist/collection/components/icon/svg/keep-in-repair-outline.svg +1 -1
  30. package/dist/collection/components/icon/svg/location-pin-all-color.svg +1 -1
  31. package/dist/collection/components/icon/svg/location-pin-all-outline.svg +1 -1
  32. package/dist/collection/components/icon/svg/location-pin-all-solid.svg +1 -1
  33. package/dist/collection/components/icon/svg/location-pin-color.svg +1 -1
  34. package/dist/collection/components/icon/svg/location-pin-garage-auto5-color.svg +1 -0
  35. package/dist/collection/components/icon/svg/location-pin-garage-auto5-outline.svg +1 -0
  36. package/dist/collection/components/icon/svg/location-pin-garage-auto5-solid.svg +1 -1
  37. package/dist/collection/components/icon/svg/location-pin-garage-color.svg +1 -0
  38. package/dist/collection/components/icon/svg/location-pin-garage-norauto-color.svg +1 -0
  39. package/dist/collection/components/icon/svg/location-pin-garage-norauto-outline.svg +1 -0
  40. package/dist/collection/components/icon/svg/location-pin-garage-norauto-solid.svg +1 -1
  41. package/dist/collection/components/icon/svg/location-pin-garage-outline.svg +1 -0
  42. package/dist/collection/components/icon/svg/location-pin-garage-solid.svg +1 -1
  43. package/dist/collection/components/icon/svg/location-pin-number-outline.svg +1 -0
  44. package/dist/collection/components/icon/svg/location-pin-number-solid.svg +1 -1
  45. package/dist/collection/components/icon/svg/location-pin-outline.svg +1 -1
  46. package/dist/collection/components/icon/svg/location-pin-solid.svg +1 -1
  47. package/dist/collection/components/icon/svg/tire-pressure-color.svg +1 -0
  48. package/dist/collection/components/icon/svg/tire-pressure-outline.svg +1 -0
  49. package/dist/collection/components/{stepper/stepper.css → progress-indicator-horizontal/progress-indicator-horizontal.css} +40 -38
  50. package/dist/collection/components/{stepper/stepper.js → progress-indicator-horizontal/progress-indicator-horizontal.js} +24 -24
  51. package/dist/collection/components/progress-indicator-horizontal/progress-indicator-horizontal.stories.js +201 -0
  52. package/dist/collection/components/progress-tracker/progress-tracker.css +25 -0
  53. package/dist/collection/components/progress-tracker/progress-tracker.js +26 -0
  54. package/dist/collection/components/progress-tracker/progress-tracker.stories.js +264 -0
  55. package/dist/collection/components/progress-tracker-item/progress-tracker-item.css +163 -0
  56. package/dist/collection/components/progress-tracker-item/progress-tracker-item.js +28 -0
  57. package/dist/esm/index-a99a5e7b.js +16 -4
  58. package/dist/esm/loader.js +1 -1
  59. package/dist/esm/road-alert.entry.js +1 -1
  60. package/dist/esm/road-badge_14.entry.js +2 -2
  61. package/dist/esm/road-button-floating.entry.js +62 -0
  62. package/dist/esm/road-global-navigation.entry.js +1 -1
  63. package/dist/esm/road-progress-indicator-horizontal.entry.js +36 -0
  64. package/dist/esm/road-progress-tracker-item.entry.js +15 -0
  65. package/dist/esm/road-progress-tracker.entry.js +15 -0
  66. package/dist/esm/roadtrip.js +1 -1
  67. package/dist/html.html-data.json +162 -92
  68. package/dist/icons/icons.svg +1 -1
  69. package/dist/icons/index.d.ts +14 -1
  70. package/dist/icons/index.js +79 -64
  71. package/dist/roadtrip/p-00762fb0.entry.js +1 -0
  72. package/dist/roadtrip/p-47472e0c.entry.js +1 -0
  73. package/dist/roadtrip/p-604b9899.entry.js +1 -0
  74. package/dist/roadtrip/{p-dd9eea16.entry.js → p-72612490.entry.js} +1 -1
  75. package/dist/roadtrip/p-b3f165f4.entry.js +1 -0
  76. package/dist/roadtrip/p-b68c2056.entry.js +1 -0
  77. package/dist/roadtrip/p-e51617fb.entry.js +1 -0
  78. package/dist/roadtrip/roadtrip.css +1 -1
  79. package/dist/roadtrip/roadtrip.esm.js +1 -1
  80. package/dist/roadtrip/svg/becommerce-color.svg +1 -0
  81. package/dist/roadtrip/svg/becommerce-outline.svg +1 -0
  82. package/dist/roadtrip/svg/discount-workshop-color.svg +1 -0
  83. package/dist/roadtrip/svg/discount-workshop-outline.svg +1 -0
  84. package/dist/roadtrip/svg/discount-workshop-solid.svg +1 -0
  85. package/dist/roadtrip/svg/flag-belgium-color.svg +1 -1
  86. package/dist/roadtrip/svg/garage-color.svg +1 -1
  87. package/dist/roadtrip/svg/garage-house-color.svg +1 -1
  88. package/dist/roadtrip/svg/garage-house-outline.svg +1 -1
  89. package/dist/roadtrip/svg/garage-outline.svg +1 -1
  90. package/dist/roadtrip/svg/keep-in-repair-outline.svg +1 -1
  91. package/dist/roadtrip/svg/location-pin-all-color.svg +1 -1
  92. package/dist/roadtrip/svg/location-pin-all-outline.svg +1 -1
  93. package/dist/roadtrip/svg/location-pin-all-solid.svg +1 -1
  94. package/dist/roadtrip/svg/location-pin-color.svg +1 -1
  95. package/dist/roadtrip/svg/location-pin-garage-auto5-color.svg +1 -0
  96. package/dist/roadtrip/svg/location-pin-garage-auto5-outline.svg +1 -0
  97. package/dist/roadtrip/svg/location-pin-garage-auto5-solid.svg +1 -1
  98. package/dist/roadtrip/svg/location-pin-garage-color.svg +1 -0
  99. package/dist/roadtrip/svg/location-pin-garage-norauto-color.svg +1 -0
  100. package/dist/roadtrip/svg/location-pin-garage-norauto-outline.svg +1 -0
  101. package/dist/roadtrip/svg/location-pin-garage-norauto-solid.svg +1 -1
  102. package/dist/roadtrip/svg/location-pin-garage-outline.svg +1 -0
  103. package/dist/roadtrip/svg/location-pin-garage-solid.svg +1 -1
  104. package/dist/roadtrip/svg/location-pin-number-outline.svg +1 -0
  105. package/dist/roadtrip/svg/location-pin-number-solid.svg +1 -1
  106. package/dist/roadtrip/svg/location-pin-outline.svg +1 -1
  107. package/dist/roadtrip/svg/location-pin-solid.svg +1 -1
  108. package/dist/roadtrip/svg/tire-pressure-color.svg +1 -0
  109. package/dist/roadtrip/svg/tire-pressure-outline.svg +1 -0
  110. package/dist/types/components/button-floating/button-floating.d.ts +48 -0
  111. package/dist/types/components/{stepper/stepper.d.ts → progress-indicator-horizontal/progress-indicator-horizontal.d.ts} +13 -13
  112. package/dist/types/components/progress-tracker/progress-tracker.d.ts +11 -0
  113. package/dist/types/components/progress-tracker-item/progress-tracker-item.d.ts +14 -0
  114. package/dist/types/components.d.ts +168 -85
  115. package/icons/icons.svg +1 -1
  116. package/icons/index.d.ts +14 -1
  117. package/icons/index.js +79 -64
  118. package/package.json +1 -1
  119. package/dist/cjs/road-stepper.cjs.entry.js +0 -40
  120. package/dist/collection/components/stepper/stepper.stories.js +0 -201
  121. package/dist/esm/road-stepper.entry.js +0 -36
  122. package/dist/roadtrip/p-2ebc384d.entry.js +0 -1
  123. package/dist/roadtrip/p-91dacad4.entry.js +0 -1
  124. package/dist/roadtrip/p-e6e9d15a.entry.js +0 -1
@@ -295,6 +295,48 @@
295
295
  }
296
296
  ]
297
297
  },
298
+ {
299
+ "name": "road-button-floating",
300
+ "description": {
301
+ "kind": "markdown",
302
+ "value": ""
303
+ },
304
+ "attributes": [
305
+ {
306
+ "name": "href",
307
+ "description": "Contains a URL or a URL fragment that the hyperlink points to.\nIf this property is set, an anchor tag will be rendered."
308
+ },
309
+ {
310
+ "name": "position",
311
+ "description": "position.",
312
+ "values": [
313
+ {
314
+ "name": "center"
315
+ },
316
+ {
317
+ "name": "left"
318
+ },
319
+ {
320
+ "name": "right"
321
+ }
322
+ ]
323
+ },
324
+ {
325
+ "name": "rel",
326
+ "description": "Specifies the relationship of the target object to the link object.\nThe value is a space-separated list of [link types](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."
327
+ },
328
+ {
329
+ "name": "target",
330
+ "description": "Specifies where to display the linked URL.\nOnly applies when an `href` is provided.\nSpecial keywords: `\"_blank\"`, `\"_self\"`, `\"_parent\"`, `\"_top\"`."
331
+ }
332
+ ],
333
+ "references": [
334
+ {
335
+ "name": "Source code",
336
+ "url": "./https:/gitlab.com/mobivia-design/roadtrip/components/-/blob/master/src/components/button-floating/button-floating.tsx"
337
+ }
338
+ ]
339
+ },
298
340
  {
299
341
  "name": "road-card",
300
342
  "description": {
@@ -1788,6 +1830,126 @@
1788
1830
  }
1789
1831
  ]
1790
1832
  },
1833
+ {
1834
+ "name": "road-progress-indicator-horizontal",
1835
+ "description": {
1836
+ "kind": "markdown",
1837
+ "value": ""
1838
+ },
1839
+ "attributes": [
1840
+ {
1841
+ "name": "color",
1842
+ "description": "The color progress-indicator-horizontal.",
1843
+ "values": [
1844
+ {
1845
+ "name": "default"
1846
+ },
1847
+ {
1848
+ "name": "secondary"
1849
+ }
1850
+ ]
1851
+ },
1852
+ {
1853
+ "name": "light",
1854
+ "description": "Display an outline without background."
1855
+ },
1856
+ {
1857
+ "name": "outline",
1858
+ "description": "Display an outline style ."
1859
+ },
1860
+ {
1861
+ "name": "state-first-step",
1862
+ "description": "The color of the first step.",
1863
+ "values": [
1864
+ {
1865
+ "name": "comleted"
1866
+ },
1867
+ {
1868
+ "name": "current"
1869
+ },
1870
+ {
1871
+ "name": "default"
1872
+ }
1873
+ ]
1874
+ },
1875
+ {
1876
+ "name": "state-second-step",
1877
+ "description": "The color of the second step.",
1878
+ "values": [
1879
+ {
1880
+ "name": "comleted"
1881
+ },
1882
+ {
1883
+ "name": "current"
1884
+ },
1885
+ {
1886
+ "name": "default"
1887
+ }
1888
+ ]
1889
+ },
1890
+ {
1891
+ "name": "state-third-step",
1892
+ "description": "The color of the third step.",
1893
+ "values": [
1894
+ {
1895
+ "name": "comleted"
1896
+ },
1897
+ {
1898
+ "name": "current"
1899
+ },
1900
+ {
1901
+ "name": "default"
1902
+ }
1903
+ ]
1904
+ },
1905
+ {
1906
+ "name": "url-step-1",
1907
+ "description": "The url of the first step."
1908
+ },
1909
+ {
1910
+ "name": "url-step-2",
1911
+ "description": "The url of the first step."
1912
+ },
1913
+ {
1914
+ "name": "url-step-3",
1915
+ "description": "The url of the first step."
1916
+ }
1917
+ ],
1918
+ "references": [
1919
+ {
1920
+ "name": "Source code",
1921
+ "url": "./https:/gitlab.com/mobivia-design/roadtrip/components/-/blob/master/src/components/progress-indicator-horizontal/progress-indicator-horizontal.tsx"
1922
+ }
1923
+ ]
1924
+ },
1925
+ {
1926
+ "name": "road-progress-tracker",
1927
+ "description": {
1928
+ "kind": "markdown",
1929
+ "value": ""
1930
+ },
1931
+ "attributes": [],
1932
+ "references": [
1933
+ {
1934
+ "name": "Source code",
1935
+ "url": "./https:/gitlab.com/mobivia-design/roadtrip/components/-/blob/master/src/components/progress-tracker/progress-tracker.tsx"
1936
+ }
1937
+ ]
1938
+ },
1939
+ {
1940
+ "name": "road-progress-tracker-item",
1941
+ "description": {
1942
+ "kind": "markdown",
1943
+ "value": "The Carousel Item component is a child component of [Carousel](../carousel). The template\nshould be written as `road-carousel-item`. Any slide content should be written\nin this component and it should be used in conjunction with [Carousel](../carousel).\n\nSee the [Carousel API Docs](../carousel) for more usage information."
1944
+ },
1945
+ "attributes": [],
1946
+ "references": [
1947
+ {
1948
+ "name": "Source code",
1949
+ "url": "./https:/gitlab.com/mobivia-design/roadtrip/components/-/blob/master/src/components/progress-tracker-item/progress-tracker-item.tsx"
1950
+ }
1951
+ ]
1952
+ },
1791
1953
  {
1792
1954
  "name": "road-radio",
1793
1955
  "description": {
@@ -2214,98 +2376,6 @@
2214
2376
  }
2215
2377
  ]
2216
2378
  },
2217
- {
2218
- "name": "road-stepper",
2219
- "description": {
2220
- "kind": "markdown",
2221
- "value": ""
2222
- },
2223
- "attributes": [
2224
- {
2225
- "name": "color",
2226
- "description": "The color stepper.",
2227
- "values": [
2228
- {
2229
- "name": "default"
2230
- },
2231
- {
2232
- "name": "secondary"
2233
- }
2234
- ]
2235
- },
2236
- {
2237
- "name": "light",
2238
- "description": "Display an outline without background."
2239
- },
2240
- {
2241
- "name": "outline",
2242
- "description": "Display an outline style ."
2243
- },
2244
- {
2245
- "name": "state-first-step",
2246
- "description": "The color of the first step.",
2247
- "values": [
2248
- {
2249
- "name": "comleted"
2250
- },
2251
- {
2252
- "name": "current"
2253
- },
2254
- {
2255
- "name": "default"
2256
- }
2257
- ]
2258
- },
2259
- {
2260
- "name": "state-second-step",
2261
- "description": "The color of the second step.",
2262
- "values": [
2263
- {
2264
- "name": "comleted"
2265
- },
2266
- {
2267
- "name": "current"
2268
- },
2269
- {
2270
- "name": "default"
2271
- }
2272
- ]
2273
- },
2274
- {
2275
- "name": "state-third-step",
2276
- "description": "The color of the third step.",
2277
- "values": [
2278
- {
2279
- "name": "comleted"
2280
- },
2281
- {
2282
- "name": "current"
2283
- },
2284
- {
2285
- "name": "default"
2286
- }
2287
- ]
2288
- },
2289
- {
2290
- "name": "url-step-1",
2291
- "description": "The url of the first step."
2292
- },
2293
- {
2294
- "name": "url-step-2",
2295
- "description": "The url of the first step."
2296
- },
2297
- {
2298
- "name": "url-step-3",
2299
- "description": "The url of the first step."
2300
- }
2301
- ],
2302
- "references": [
2303
- {
2304
- "name": "Source code",
2305
- "url": "./https:/gitlab.com/mobivia-design/roadtrip/components/-/blob/master/src/components/stepper/stepper.tsx"
2306
- }
2307
- ]
2308
- },
2309
2379
  {
2310
2380
  "name": "road-switch",
2311
2381
  "description": {