@synerise/ds-core 1.5.2 → 1.6.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.6.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.5.2...@synerise/ds-core@1.6.0) (2025-09-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * **table:** cell with tags list ([109820e](https://github.com/synerise/synerise-design/commit/109820ed06f931a178580633277a7643aebe1072))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.5.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.5.1...@synerise/ds-core@1.5.2) (2025-09-16)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-core
package/dist/i18n/en.json CHANGED
@@ -469,6 +469,16 @@
469
469
  },
470
470
  "PLACEHOLDER": {
471
471
  "CHOOSE-CONDITION": "Choose type of condition below"
472
+ },
473
+ "TAG": {
474
+ "SEARCH-PLACEHOLDER": "Search",
475
+ "ADD-BUTTON-LABEL": "Add tag",
476
+ "MANAGE-LINK-LABEL": "Manage tags",
477
+ "CREATE-TAG-LABEL": "Create tag",
478
+ "NO-TAGS": "No data",
479
+ "CLEAR-TOOLTIP": "Clear",
480
+ "DELETE-TOOLTIP": "Delete",
481
+ "NO-SEARCH-RESULTS": "No tags found"
472
482
  }
473
483
  }
474
- }
484
+ }
package/dist/i18n/es.json CHANGED
@@ -468,6 +468,16 @@
468
468
  },
469
469
  "PLACEHOLDER": {
470
470
  "CHOOSE-CONDITION": "Elige el tipo de condición abajo"
471
+ },
472
+ "TAG": {
473
+ "SEARCH-PLACEHOLDER": "Buscar",
474
+ "ADD-BUTTON-LABEL": "Agregar etiqueta",
475
+ "MANAGE-LINK-LABEL": "Administrar etiquetas",
476
+ "CREATE-TAG-LABEL": "Crear etiqueta",
477
+ "NO-TAGS": "Sin datos",
478
+ "CLEAR-TOOLTIP": "Borrar",
479
+ "DELETE-TOOLTIP": "Eliminar",
480
+ "NO-SEARCH-RESULTS": "No se encontraron etiquetas"
471
481
  }
472
482
  }
473
483
  }
@@ -412,6 +412,16 @@ declare const _default: {
412
412
  PLACEHOLDER: {
413
413
  "CHOOSE-CONDITION": string;
414
414
  };
415
+ TAG: {
416
+ "SEARCH-PLACEHOLDER": string;
417
+ "ADD-BUTTON-LABEL": string;
418
+ "MANAGE-LINK-LABEL": string;
419
+ "CREATE-TAG-LABEL": string;
420
+ "NO-TAGS": string;
421
+ "CLEAR-TOOLTIP": string;
422
+ "DELETE-TOOLTIP": string;
423
+ "NO-SEARCH-RESULTS": string;
424
+ };
415
425
  };
416
426
  };
417
427
  en: {
@@ -886,6 +896,16 @@ declare const _default: {
886
896
  PLACEHOLDER: {
887
897
  "CHOOSE-CONDITION": string;
888
898
  };
899
+ TAG: {
900
+ "SEARCH-PLACEHOLDER": string;
901
+ "ADD-BUTTON-LABEL": string;
902
+ "MANAGE-LINK-LABEL": string;
903
+ "CREATE-TAG-LABEL": string;
904
+ "NO-TAGS": string;
905
+ "CLEAR-TOOLTIP": string;
906
+ "DELETE-TOOLTIP": string;
907
+ "NO-SEARCH-RESULTS": string;
908
+ };
889
909
  };
890
910
  };
891
911
  es: {
@@ -1359,6 +1379,16 @@ declare const _default: {
1359
1379
  PLACEHOLDER: {
1360
1380
  "CHOOSE-CONDITION": string;
1361
1381
  };
1382
+ TAG: {
1383
+ "SEARCH-PLACEHOLDER": string;
1384
+ "ADD-BUTTON-LABEL": string;
1385
+ "MANAGE-LINK-LABEL": string;
1386
+ "CREATE-TAG-LABEL": string;
1387
+ "NO-TAGS": string;
1388
+ "CLEAR-TOOLTIP": string;
1389
+ "DELETE-TOOLTIP": string;
1390
+ "NO-SEARCH-RESULTS": string;
1391
+ };
1362
1392
  };
1363
1393
  };
1364
1394
  pt: {
@@ -1834,6 +1864,16 @@ declare const _default: {
1834
1864
  PLACEHOLDER: {
1835
1865
  "CHOOSE-CONDITION": string;
1836
1866
  };
1867
+ TAG: {
1868
+ "SEARCH-PLACEHOLDER": string;
1869
+ "ADD-BUTTON-LABEL": string;
1870
+ "MANAGE-LINK-LABEL": string;
1871
+ "CREATE-TAG-LABEL": string;
1872
+ "NO-TAGS": string;
1873
+ "CLEAR-TOOLTIP": string;
1874
+ "DELETE-TOOLTIP": string;
1875
+ "NO-SEARCH-RESULTS": string;
1876
+ };
1837
1877
  };
1838
1878
  };
1839
1879
  default: {
@@ -2308,6 +2348,16 @@ declare const _default: {
2308
2348
  PLACEHOLDER: {
2309
2349
  "CHOOSE-CONDITION": string;
2310
2350
  };
2351
+ TAG: {
2352
+ "SEARCH-PLACEHOLDER": string;
2353
+ "ADD-BUTTON-LABEL": string;
2354
+ "MANAGE-LINK-LABEL": string;
2355
+ "CREATE-TAG-LABEL": string;
2356
+ "NO-TAGS": string;
2357
+ "CLEAR-TOOLTIP": string;
2358
+ "DELETE-TOOLTIP": string;
2359
+ "NO-SEARCH-RESULTS": string;
2360
+ };
2311
2361
  };
2312
2362
  };
2313
2363
  };
package/dist/i18n/pl.json CHANGED
@@ -410,6 +410,16 @@
410
410
  },
411
411
  "PLACEHOLDER": {
412
412
  "CHOOSE-CONDITION": "Wybierz rodzaj warunku"
413
+ },
414
+ "TAG": {
415
+ "SEARCH-PLACEHOLDER": "Szukaj",
416
+ "ADD-BUTTON-LABEL": "Dodaj tag",
417
+ "MANAGE-LINK-LABEL": "Zarządzaj tagami",
418
+ "CREATE-TAG-LABEL": "Utwórz tag",
419
+ "NO-TAGS": "Brak danych",
420
+ "CLEAR-TOOLTIP": "Wyczyść",
421
+ "DELETE-TOOLTIP": "Usuń",
422
+ "NO-SEARCH-RESULTS": "Nie znaleziono tagów"
413
423
  }
414
424
  }
415
- }
425
+ }
package/dist/i18n/pt.json CHANGED
@@ -470,6 +470,16 @@
470
470
  },
471
471
  "PLACEHOLDER": {
472
472
  "CHOOSE-CONDITION": "Escolha o tipo de condição abaixo"
473
+ },
474
+ "TAG": {
475
+ "SEARCH-PLACEHOLDER": "Pesquisar",
476
+ "ADD-BUTTON-LABEL": "Adicionar tag",
477
+ "MANAGE-LINK-LABEL": "Gerenciar tags",
478
+ "CREATE-TAG-LABEL": "Criar tag",
479
+ "NO-TAGS": "Sem dados",
480
+ "CLEAR-TOOLTIP": "Limpar",
481
+ "DELETE-TOOLTIP": "Excluir",
482
+ "NO-SEARCH-RESULTS": "Nenhuma tag encontrada"
473
483
  }
474
484
  }
475
- }
485
+ }
@@ -471,6 +471,16 @@ export declare const getDSMessages: (lang: string) => {
471
471
  PLACEHOLDER: {
472
472
  "CHOOSE-CONDITION": string;
473
473
  };
474
+ TAG: {
475
+ "SEARCH-PLACEHOLDER": string;
476
+ "ADD-BUTTON-LABEL": string;
477
+ "MANAGE-LINK-LABEL": string;
478
+ "CREATE-TAG-LABEL": string;
479
+ "NO-TAGS": string;
480
+ "CLEAR-TOOLTIP": string;
481
+ "DELETE-TOOLTIP": string;
482
+ "NO-SEARCH-RESULTS": string;
483
+ };
474
484
  };
475
485
  } | {
476
486
  DS: {
@@ -885,5 +895,15 @@ export declare const getDSMessages: (lang: string) => {
885
895
  PLACEHOLDER: {
886
896
  "CHOOSE-CONDITION": string;
887
897
  };
898
+ TAG: {
899
+ "SEARCH-PLACEHOLDER": string;
900
+ "ADD-BUTTON-LABEL": string;
901
+ "MANAGE-LINK-LABEL": string;
902
+ "CREATE-TAG-LABEL": string;
903
+ "NO-TAGS": string;
904
+ "CLEAR-TOOLTIP": string;
905
+ "DELETE-TOOLTIP": string;
906
+ "NO-SEARCH-RESULTS": string;
907
+ };
888
908
  };
889
909
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "1.5.2",
3
+ "version": "1.6.0",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -53,8 +53,9 @@
53
53
  "devDependencies": {
54
54
  "@formatjs/icu-messageformat-parser": "^2.11.1",
55
55
  "@formatjs/intl": "^2.10.14",
56
+ "glob": "^11.0.2",
56
57
  "hex-rgb": "^5.0.0",
57
58
  "less-vars-to-js": "^1.3.0"
58
59
  },
59
- "gitHead": "5beb6ab5f2d77b9e98e04caab7dff20b8436078b"
60
+ "gitHead": "6a2e6e20a480aafe5d67748d04fbe3d4ce91a544"
60
61
  }