@solid-design-system/styles 7.0.2 → 7.1.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 (42) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/cdn-versioned/modules/chip.css +1 -1
  3. package/cdn-versioned/modules/container.css +1 -1
  4. package/cdn-versioned/modules/copyright.css +1 -1
  5. package/cdn-versioned/modules/display.css +1 -1
  6. package/cdn-versioned/modules/footnotes.css +1 -1
  7. package/cdn-versioned/modules/headline.css +1 -1
  8. package/cdn-versioned/modules/hidden-links.css +1 -1
  9. package/cdn-versioned/modules/interactive.css +1 -1
  10. package/cdn-versioned/modules/leadtext.css +1 -1
  11. package/cdn-versioned/modules/list.css +1 -1
  12. package/cdn-versioned/modules/mark.css +1 -1
  13. package/cdn-versioned/modules/media.css +1 -1
  14. package/cdn-versioned/modules/meta.css +1 -1
  15. package/cdn-versioned/modules/pagination.css +1 -1
  16. package/cdn-versioned/modules/paragraph.css +1 -1
  17. package/cdn-versioned/modules/prose.css +1 -1
  18. package/cdn-versioned/modules/status-badge.css +1 -1
  19. package/cdn-versioned/modules/table-cell.css +1 -1
  20. package/cdn-versioned/modules/table.css +1 -1
  21. package/cdn-versioned/solid-styles.css +1 -1
  22. package/dist-versioned/modules/chip.css +21 -21
  23. package/dist-versioned/modules/container.css +28 -28
  24. package/dist-versioned/modules/copyright.css +6 -6
  25. package/dist-versioned/modules/display.css +6 -6
  26. package/dist-versioned/modules/footnotes.css +28 -28
  27. package/dist-versioned/modules/headline.css +30 -30
  28. package/dist-versioned/modules/hidden-links.css +4 -4
  29. package/dist-versioned/modules/interactive.css +16 -16
  30. package/dist-versioned/modules/leadtext.css +3 -3
  31. package/dist-versioned/modules/list.css +30 -30
  32. package/dist-versioned/modules/mark.css +1 -1
  33. package/dist-versioned/modules/media.css +4 -4
  34. package/dist-versioned/modules/meta.css +7 -7
  35. package/dist-versioned/modules/pagination.css +61 -61
  36. package/dist-versioned/modules/paragraph.css +3 -3
  37. package/dist-versioned/modules/prose.css +125 -125
  38. package/dist-versioned/modules/status-badge.css +6 -6
  39. package/dist-versioned/modules/table-cell.css +16 -16
  40. package/dist-versioned/modules/table.css +2 -2
  41. package/dist-versioned/solid-styles.css +287 -287
  42. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, base, components, utilities;
3
- .sd-7-0-2-status-badge {
3
+ .sd-7-1-0-status-badge {
4
4
  display: inline-flex;
5
5
  align-items: center;
6
6
  }
7
- .sd-7-0-2-status-badge sd-7-0-2-icon {
7
+ .sd-7-1-0-status-badge sd-7-1-0-icon {
8
8
  margin-right: var(--sd-spacing-2, 0.5rem);
9
9
  display: flex;
10
10
  height: var(--sd-spacing-3, 0.75rem);
@@ -13,15 +13,15 @@
13
13
  padding: var(--sd-spacing-1, 0.25rem);
14
14
  color: rgba(var(--sd-color-text-white, 255 255 255)) !important;
15
15
  }
16
- .sd-7-0-2-status-badge--success sd-7-0-2-icon {
16
+ .sd-7-1-0-status-badge--success sd-7-1-0-icon {
17
17
  background-color: rgba(var(--sd-badge--green-color-background, 54 123 40));
18
18
  }
19
- .sd-7-0-2-status-badge--warning sd-7-0-2-icon {
19
+ .sd-7-1-0-status-badge--warning sd-7-1-0-icon {
20
20
  background-color: rgba(var(--sd-color-background-warning, 187 141 32));
21
21
  }
22
- .sd-7-0-2-status-badge--error sd-7-0-2-icon {
22
+ .sd-7-1-0-status-badge--error sd-7-1-0-icon {
23
23
  background-color: rgba(var(--sd-badge--red-color-background, 204 25 55));
24
24
  }
25
- .sd-7-0-2-status-badge--info sd-7-0-2-icon {
25
+ .sd-7-1-0-status-badge--info sd-7-1-0-icon {
26
26
  background-color: rgba(var(--sd-color-background-info, 21 130 213));
27
27
  }
@@ -1,7 +1,7 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
- .sd-7-0-2-prose td, .sd-7-0-2-prose th, .sd-7-0-2-table-cell {
4
+ .sd-7-1-0-prose td, .sd-7-1-0-prose th, .sd-7-1-0-table-cell {
5
5
  border-inline-style: var(--tw-border-style);
6
6
  border-inline-width: 0px;
7
7
  border-block-style: var(--tw-border-style);
@@ -16,11 +16,11 @@
16
16
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
17
17
  color: rgba(var(--sd-color-text-black, 24 24 24));
18
18
  }
19
- .sd-7-0-2-table-cell--divider {
19
+ .sd-7-1-0-table-cell--divider {
20
20
  border-right-style: var(--tw-border-style);
21
21
  border-right-width: 1px;
22
22
  }
23
- .sd-7-0-2-table-cell--shadow-top:after, .sd-7-0-2-table-cell--shadow-bottom:after, .sd-7-0-2-table-cell--shadow-left:after, .sd-7-0-2-table-cell--shadow-right:after {
23
+ .sd-7-1-0-table-cell--shadow-top:after, .sd-7-1-0-table-cell--shadow-bottom:after, .sd-7-1-0-table-cell--shadow-left:after, .sd-7-1-0-table-cell--shadow-right:after {
24
24
  pointer-events: none;
25
25
  position: absolute;
26
26
  --tw-gradient-from: color-mix(in oklab, #000 var(--sd-opacity-10, 10%), transparent);
@@ -35,12 +35,12 @@
35
35
  --tw-content: '';
36
36
  content: var(--tw-content);
37
37
  }
38
- .sd-7-0-2-table-cell--shadow-top:after, .sd-7-0-2-table-cell--shadow-bottom:after {
38
+ .sd-7-1-0-table-cell--shadow-top:after, .sd-7-1-0-table-cell--shadow-bottom:after {
39
39
  right: 0;
40
40
  left: 0;
41
41
  height: var(--sd-spacing-2\.5, 0.625rem);
42
42
  }
43
- .sd-7-0-2-table-cell--shadow-top:before, .sd-7-0-2-table-cell--shadow-bottom:before {
43
+ .sd-7-1-0-table-cell--shadow-top:before, .sd-7-1-0-table-cell--shadow-bottom:before {
44
44
  position: absolute;
45
45
  left: 0;
46
46
  display: block;
@@ -52,47 +52,47 @@
52
52
  --tw-content: '';
53
53
  content: var(--tw-content);
54
54
  }
55
- .sd-7-0-2-table-cell--shadow-left:after, .sd-7-0-2-table-cell--shadow-right:after {
55
+ .sd-7-1-0-table-cell--shadow-left:after, .sd-7-1-0-table-cell--shadow-right:after {
56
56
  top: 0;
57
57
  bottom: 0;
58
58
  width: var(--sd-spacing-2\.5, 0.625rem);
59
59
  }
60
- .sd-7-0-2-table-cell.sd-7-0-2-table-cell--shadow-active:after {
60
+ .sd-7-1-0-table-cell.sd-7-1-0-table-cell--shadow-active:after {
61
61
  opacity: 100%;
62
62
  }
63
- .sd-7-0-2-table-cell--shadow-top:after {
63
+ .sd-7-1-0-table-cell--shadow-top:after {
64
64
  top: -10px;
65
65
  --tw-gradient-position: to top in oklab;
66
66
  background-image: linear-gradient(var(--tw-gradient-stops));
67
67
  }
68
- .sd-7-0-2-table-cell--shadow-top:before {
68
+ .sd-7-1-0-table-cell--shadow-top:before {
69
69
  bottom: -1px;
70
70
  }
71
- .sd-7-0-2-table-cell--shadow-bottom:after {
71
+ .sd-7-1-0-table-cell--shadow-bottom:after {
72
72
  bottom: -10px;
73
73
  --tw-gradient-position: to bottom in oklab;
74
74
  background-image: linear-gradient(var(--tw-gradient-stops));
75
75
  }
76
- .sd-7-0-2-table-cell--shadow-bottom:before {
76
+ .sd-7-1-0-table-cell--shadow-bottom:before {
77
77
  top: -1px;
78
78
  }
79
- .sd-7-0-2-table-cell--shadow-left:after {
79
+ .sd-7-1-0-table-cell--shadow-left:after {
80
80
  left: -10px;
81
81
  --tw-gradient-position: to left in oklab;
82
82
  background-image: linear-gradient(var(--tw-gradient-stops));
83
83
  }
84
- .sd-7-0-2-table-cell--shadow-right:after {
84
+ .sd-7-1-0-table-cell--shadow-right:after {
85
85
  right: -10px;
86
86
  --tw-gradient-position: to right in oklab;
87
87
  background-image: linear-gradient(var(--tw-gradient-stops));
88
88
  }
89
- .sd-7-0-2-table-cell--bg-white {
89
+ .sd-7-1-0-table-cell--bg-white {
90
90
  background-color: rgba(var(--sd-color-background-white, 255 255 255));
91
91
  }
92
- .sd-7-0-2-table-cell--bg-primary-100 {
92
+ .sd-7-1-0-table-cell--bg-primary-100 {
93
93
  background-color: rgba(var(--sd-color-background-primary-100, 236 240 249));
94
94
  }
95
- .sd-7-0-2-table-cell--bg-neutral-100 {
95
+ .sd-7-1-0-table-cell--bg-neutral-100 {
96
96
  background-color: rgba(var(--sd-color-background-neutral-100, 246 246 246));
97
97
  }
98
98
  @property --tw-border-style {
@@ -1,7 +1,7 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
- .sd-7-0-2-table, .sd-7-0-2-prose table {
4
+ .sd-7-1-0-table, .sd-7-1-0-prose table {
5
5
  all: unset;
6
6
  display: table;
7
7
  border-collapse: collapse;
@@ -9,7 +9,7 @@
9
9
  --tw-border-spacing-y: 0;
10
10
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
11
11
  }
12
- .sd-7-0-2-table thead tr:first-of-type, .sd-7-0-2-table tfoot tr:first-of-type, .sd-7-0-2-prose table thead tr:first-of-type, .sd-7-0-2-prose table tfoot tr:first-of-type {
12
+ .sd-7-1-0-table thead tr:first-of-type, .sd-7-1-0-table tfoot tr:first-of-type, .sd-7-1-0-prose table thead tr:first-of-type, .sd-7-1-0-prose table tfoot tr:first-of-type {
13
13
  position: relative;
14
14
  }
15
15
  @property --tw-border-spacing-x {