@connectif/ui-components 9.0.1 → 9.0.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.2] - 2026-05-29
4
+
5
+ ### Added
6
+
7
+ - Added `calendar-star-outline`, `play-speed`, `timer-play-outline`, `timer-stop-outline` icons.
8
+
3
9
  ## [9.0.1] - 2026-05-28
4
10
 
5
11
  ### Added
@@ -312,6 +312,7 @@ export declare const icons: {
312
312
  'calendar-range': string;
313
313
  'calendar-remove': string;
314
314
  'calendar-search-outline': string;
315
+ 'calendar-star-outline': string;
315
316
  'calendar-text': string;
316
317
  'calendar-today': string;
317
318
  'call-made': string;
@@ -1381,6 +1382,7 @@ export declare const icons: {
1381
1382
  'playlist-play': string;
1382
1383
  'playlist-plus': string;
1383
1384
  'playlist-remove': string;
1385
+ 'play-speed': string;
1384
1386
  playstation: string;
1385
1387
  plex: string;
1386
1388
  plus: string;
@@ -1752,8 +1754,10 @@ export declare const icons: {
1752
1754
  'timer-cancel': string;
1753
1755
  'timer-off': string;
1754
1756
  'timer-outline': string;
1757
+ 'timer-play-outline': string;
1755
1758
  'timer-sand': string;
1756
1759
  'timer-sand-empty': string;
1760
+ 'timer-stop-outline': string;
1757
1761
  timetable: string;
1758
1762
  'toggle-switch': string;
1759
1763
  'toggle-switch-off': string;
package/dist/index.js CHANGED
@@ -1200,6 +1200,7 @@ import {
1200
1200
  mdiCalendarRange,
1201
1201
  mdiCalendarRemove,
1202
1202
  mdiCalendarSearchOutline,
1203
+ mdiCalendarStarOutline,
1203
1204
  mdiCalendarText,
1204
1205
  mdiCalendarToday,
1205
1206
  mdiCallMade,
@@ -2137,6 +2138,7 @@ import {
2137
2138
  mdiPlaylistPlay,
2138
2139
  mdiPlaylistPlus,
2139
2140
  mdiPlaylistRemove,
2141
+ mdiPlaySpeed,
2140
2142
  mdiPlus,
2141
2143
  mdiPlusBox,
2142
2144
  mdiPlusBoxOutline,
@@ -2475,8 +2477,10 @@ import {
2475
2477
  mdiTimerCancel,
2476
2478
  mdiTimerOff,
2477
2479
  mdiTimerOutline,
2480
+ mdiTimerPlayOutline,
2478
2481
  mdiTimerSand,
2479
2482
  mdiTimerSandEmpty,
2483
+ mdiTimerStopOutline,
2480
2484
  mdiTimetable,
2481
2485
  mdiToggleSwitch,
2482
2486
  mdiToggleSwitchOff,
@@ -2955,6 +2959,7 @@ var icons = {
2955
2959
  "calendar-range": mdiCalendarRange,
2956
2960
  "calendar-remove": mdiCalendarRemove,
2957
2961
  "calendar-search-outline": mdiCalendarSearchOutline,
2962
+ "calendar-star-outline": mdiCalendarStarOutline,
2958
2963
  "calendar-text": mdiCalendarText,
2959
2964
  "calendar-today": mdiCalendarToday,
2960
2965
  "call-made": mdiCallMade,
@@ -4047,6 +4052,7 @@ var icons = {
4047
4052
  "playlist-play": mdiPlaylistPlay,
4048
4053
  "playlist-plus": mdiPlaylistPlus,
4049
4054
  "playlist-remove": mdiPlaylistRemove,
4055
+ "play-speed": mdiPlaySpeed,
4050
4056
  playstation: "M9.5,4.27C10.88,4.53 12.9,5.14 14,5.5C16.75,6.45 17.69,7.63 17.69,10.29C17.69,12.89 16.09,13.87 14.05,12.89V8.05C14.05,7.5 13.95,6.97 13.41,6.82C13,6.69 12.76,7.07 12.76,7.63V19.73L9.5,18.69V4.27M13.37,17.62L18.62,15.75C19.22,15.54 19.31,15.24 18.83,15.08C18.34,14.92 17.47,14.97 16.87,15.18L13.37,16.41V14.45L13.58,14.38C13.58,14.38 14.59,14 16,13.87C17.43,13.71 19.17,13.89 20.53,14.4C22.07,14.89 22.25,15.61 21.86,16.1C21.46,16.6 20.5,16.95 20.5,16.95L13.37,19.5V17.62M3.5,17.42C1.93,17 1.66,16.05 2.38,15.5C3.05,15 4.18,14.65 4.18,14.65L8.86,13V14.88L5.5,16.09C4.9,16.3 4.81,16.6 5.29,16.76C5.77,16.92 6.65,16.88 7.24,16.66L8.86,16.08V17.77L8.54,17.83C6.92,18.09 5.2,18 3.5,17.42Z",
4051
4057
  plex: "M4,2C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2H4M8.56,6H12.06L15.5,12L12.06,18H8.56L12,12L8.56,6Z",
4052
4058
  plus: mdiPlus,
@@ -4430,8 +4436,10 @@ var icons = {
4430
4436
  "timer-cancel": mdiTimerCancel,
4431
4437
  "timer-off": mdiTimerOff,
4432
4438
  "timer-outline": mdiTimerOutline,
4439
+ "timer-play-outline": mdiTimerPlayOutline,
4433
4440
  "timer-sand": mdiTimerSand,
4434
4441
  "timer-sand-empty": mdiTimerSandEmpty,
4442
+ "timer-stop-outline": mdiTimerStopOutline,
4435
4443
  timetable: mdiTimetable,
4436
4444
  "toggle-switch": mdiToggleSwitch,
4437
4445
  "toggle-switch-off": mdiToggleSwitchOff,