@alfalab/core-components-table 4.0.3-alfasans → 4.0.4

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 (65) hide show
  1. package/components/pagination/index.css +8 -8
  2. package/components/pagination/index.module.css.js +1 -1
  3. package/components/pagination/select-field/index.css +3 -3
  4. package/components/pagination/select-field/index.module.css.js +1 -1
  5. package/components/table/index.css +6 -6
  6. package/components/table/index.module.css.js +1 -1
  7. package/components/tbody/index.css +1 -1
  8. package/components/tbody/index.module.css.js +1 -1
  9. package/components/tcell/index.css +8 -10
  10. package/components/tcell/index.module.css.js +1 -1
  11. package/components/texpandable-row/index.css +4 -4
  12. package/components/texpandable-row/index.module.css.js +1 -1
  13. package/components/thead/index.css +5 -5
  14. package/components/thead/index.module.css.js +1 -1
  15. package/components/thead-cell/index.css +11 -12
  16. package/components/thead-cell/index.module.css.js +1 -1
  17. package/components/trow/index.css +7 -7
  18. package/components/trow/index.module.css.js +1 -1
  19. package/components/tsortable-head-cell/index.css +7 -7
  20. package/components/tsortable-head-cell/index.module.css.js +1 -1
  21. package/cssm/components/tcell/index.module.css +3 -5
  22. package/cssm/components/thead-cell/index.module.css +3 -4
  23. package/esm/components/pagination/index.css +8 -8
  24. package/esm/components/pagination/index.module.css.js +1 -1
  25. package/esm/components/pagination/select-field/index.css +3 -3
  26. package/esm/components/pagination/select-field/index.module.css.js +1 -1
  27. package/esm/components/table/index.css +6 -6
  28. package/esm/components/table/index.module.css.js +1 -1
  29. package/esm/components/tbody/index.css +1 -1
  30. package/esm/components/tbody/index.module.css.js +1 -1
  31. package/esm/components/tcell/index.css +8 -10
  32. package/esm/components/tcell/index.module.css.js +1 -1
  33. package/esm/components/texpandable-row/index.css +4 -4
  34. package/esm/components/texpandable-row/index.module.css.js +1 -1
  35. package/esm/components/thead/index.css +5 -5
  36. package/esm/components/thead/index.module.css.js +1 -1
  37. package/esm/components/thead-cell/index.css +11 -12
  38. package/esm/components/thead-cell/index.module.css.js +1 -1
  39. package/esm/components/trow/index.css +7 -7
  40. package/esm/components/trow/index.module.css.js +1 -1
  41. package/esm/components/tsortable-head-cell/index.css +7 -7
  42. package/esm/components/tsortable-head-cell/index.module.css.js +1 -1
  43. package/modern/components/pagination/index.css +8 -8
  44. package/modern/components/pagination/index.module.css.js +1 -1
  45. package/modern/components/pagination/select-field/index.css +3 -3
  46. package/modern/components/pagination/select-field/index.module.css.js +1 -1
  47. package/modern/components/table/index.css +6 -6
  48. package/modern/components/table/index.module.css.js +1 -1
  49. package/modern/components/tbody/index.css +1 -1
  50. package/modern/components/tbody/index.module.css.js +1 -1
  51. package/modern/components/tcell/index.css +8 -10
  52. package/modern/components/tcell/index.module.css.js +1 -1
  53. package/modern/components/texpandable-row/index.css +4 -4
  54. package/modern/components/texpandable-row/index.module.css.js +1 -1
  55. package/modern/components/thead/index.css +5 -5
  56. package/modern/components/thead/index.module.css.js +1 -1
  57. package/modern/components/thead-cell/index.css +11 -12
  58. package/modern/components/thead-cell/index.module.css.js +1 -1
  59. package/modern/components/trow/index.css +7 -7
  60. package/modern/components/trow/index.module.css.js +1 -1
  61. package/modern/components/tsortable-head-cell/index.css +7 -7
  62. package/modern/components/tsortable-head-cell/index.module.css.js +1 -1
  63. package/moderncssm/components/tcell/index.module.css +1 -2
  64. package/moderncssm/components/thead-cell/index.module.css +1 -1
  65. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"table__component_15kyw","withoutBorder":"table__withoutBorder_15kyw","clickable":"table__clickable_15kyw","selected":"table__selected_15kyw"};
3
+ const styles = {"component":"table__component_1s80y","withoutBorder":"table__withoutBorder_1s80y","clickable":"table__clickable_1s80y","selected":"table__selected_1s80y"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -8,11 +8,11 @@
8
8
  --gap-0: 0px;
9
9
  --gap-8: var(--gap-xs);
10
10
  }
11
- .table__content_6c4k3 {
11
+ .table__content_13r0p {
12
12
  display: flex;
13
13
  align-items: flex-start;
14
14
  }
15
- .table__icon_6c4k3 {
15
+ .table__icon_13r0p {
16
16
  cursor: pointer;
17
17
  margin-left: var(--gap-8);
18
18
  margin-top: 1px;
@@ -20,19 +20,19 @@
20
20
  transition: color 0.2s ease;
21
21
  flex-shrink: 0;
22
22
  }
23
- .table__icon_6c4k3:hover {
23
+ .table__icon_13r0p:hover {
24
24
  color: var(--color-light-neutral-translucent-1300);
25
25
  }
26
- .table__reverse_6c4k3 {
26
+ .table__reverse_13r0p {
27
27
  flex-direction: row-reverse;
28
28
  }
29
- .table__reverse_6c4k3 .table__icon_6c4k3 {
29
+ .table__reverse_13r0p .table__icon_13r0p {
30
30
  margin-left: var(--gap-0);
31
31
  margin-right: var(--gap-8);
32
32
  }
33
- .table__sorted_6c4k3 {
33
+ .table__sorted_13r0p {
34
34
  color: var(--color-light-status-info);
35
35
  }
36
- .table__sorted_6c4k3:hover {
36
+ .table__sorted_13r0p:hover {
37
37
  color: var(--color-light-status-info);
38
38
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"content":"table__content_6c4k3","icon":"table__icon_6c4k3","reverse":"table__reverse_6c4k3","sorted":"table__sorted_6c4k3"};
3
+ const styles = {"content":"table__content_13r0p","icon":"table__icon_13r0p","reverse":"table__reverse_13r0p","sorted":"table__sorted_13r0p"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -4,8 +4,7 @@
4
4
  font-size: 14px;
5
5
  line-height: 20px;
6
6
  font-weight: 400;
7
- letter-spacing: -0.08px;
8
- font-family: var(--font-family-alfasans);
7
+ font-family: var(--font-family-system);
9
8
 
10
9
  color: var(--color-light-text-primary);
11
10
  padding: var(--gap-24) var(--gap-12);
@@ -6,7 +6,7 @@
6
6
  font-weight: 400;
7
7
  letter-spacing: 1.25px;
8
8
  text-transform: uppercase;
9
- font-family: var(--font-family-alfasans);
9
+ font-family: var(--font-family-system);
10
10
 
11
11
  line-height: 20px;
12
12
  text-align: left;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-table",
3
- "version": "4.0.3-alfasans",
3
+ "version": "4.0.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,9 +10,9 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-button": "13.0.1-alfasans",
14
- "@alfalab/core-components-pagination": "4.0.1-alfasans",
15
- "@alfalab/core-components-select": "19.0.3-alfasans",
13
+ "@alfalab/core-components-button": "^13.0.1",
14
+ "@alfalab/core-components-pagination": "^4.0.1",
15
+ "@alfalab/core-components-select": "^19.0.4",
16
16
  "classnames": "^2.5.1",
17
17
  "tslib": "^2.4.0"
18
18
  },
@@ -24,6 +24,6 @@
24
24
  "access": "public",
25
25
  "directory": "dist"
26
26
  },
27
- "themesVersion": "15.0.1-alfasans",
28
- "varsVersion": "11.0.1-alfasans"
27
+ "themesVersion": "15.0.1",
28
+ "varsVersion": "11.0.1"
29
29
  }