@solid-design-system/styles 6.0.0-next.11 → 6.0.0-next.12

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 (44) hide show
  1. package/CHANGELOG.md +2 -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/flag.css +1 -1
  7. package/cdn-versioned/modules/footnotes.css +1 -1
  8. package/cdn-versioned/modules/headline.css +1 -1
  9. package/cdn-versioned/modules/hidden-links.css +1 -1
  10. package/cdn-versioned/modules/interactive.css +1 -1
  11. package/cdn-versioned/modules/leadtext.css +1 -1
  12. package/cdn-versioned/modules/list.css +1 -1
  13. package/cdn-versioned/modules/mark.css +1 -1
  14. package/cdn-versioned/modules/media.css +1 -1
  15. package/cdn-versioned/modules/meta.css +1 -1
  16. package/cdn-versioned/modules/pagination.css +1 -1
  17. package/cdn-versioned/modules/paragraph.css +1 -1
  18. package/cdn-versioned/modules/prose.css +1 -1
  19. package/cdn-versioned/modules/status-badge.css +1 -1
  20. package/cdn-versioned/modules/table-cell.css +1 -1
  21. package/cdn-versioned/modules/table.css +1 -1
  22. package/cdn-versioned/solid-styles.css +1 -1
  23. package/dist-versioned/modules/chip.css +4 -4
  24. package/dist-versioned/modules/container.css +27 -27
  25. package/dist-versioned/modules/copyright.css +6 -6
  26. package/dist-versioned/modules/display.css +6 -6
  27. package/dist-versioned/modules/flag.css +4 -4
  28. package/dist-versioned/modules/footnotes.css +28 -28
  29. package/dist-versioned/modules/headline.css +28 -28
  30. package/dist-versioned/modules/hidden-links.css +4 -4
  31. package/dist-versioned/modules/interactive.css +16 -16
  32. package/dist-versioned/modules/leadtext.css +3 -3
  33. package/dist-versioned/modules/list.css +30 -30
  34. package/dist-versioned/modules/mark.css +1 -1
  35. package/dist-versioned/modules/media.css +4 -4
  36. package/dist-versioned/modules/meta.css +7 -7
  37. package/dist-versioned/modules/pagination.css +60 -60
  38. package/dist-versioned/modules/paragraph.css +3 -3
  39. package/dist-versioned/modules/prose.css +123 -123
  40. package/dist-versioned/modules/status-badge.css +6 -6
  41. package/dist-versioned/modules/table-cell.css +16 -16
  42. package/dist-versioned/modules/table.css +2 -2
  43. package/dist-versioned/solid-styles.css +270 -270
  44. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, base, components, utilities;
3
- .sd-6-0-0-next-11-status-badge {
3
+ .sd-6-0-0-next-12-status-badge {
4
4
  display: inline-flex;
5
5
  align-items: center;
6
6
  }
7
- .sd-6-0-0-next-11-status-badge sd-icon {
7
+ .sd-6-0-0-next-12-status-badge sd-icon {
8
8
  margin-right: var(--sd-spacing-2);
9
9
  display: flex;
10
10
  height: var(--sd-spacing-3);
@@ -13,15 +13,15 @@
13
13
  padding: var(--sd-spacing-1);
14
14
  color: rgba(var(--sd-color-text-white)) !important;
15
15
  }
16
- .sd-6-0-0-next-11-status-badge--success sd-icon {
16
+ .sd-6-0-0-next-12-status-badge--success sd-icon {
17
17
  background-color: rgba(var(--sd-color-background-success));
18
18
  }
19
- .sd-6-0-0-next-11-status-badge--warning sd-icon {
19
+ .sd-6-0-0-next-12-status-badge--warning sd-icon {
20
20
  background-color: rgba(var(--sd-color-background-warning));
21
21
  }
22
- .sd-6-0-0-next-11-status-badge--error sd-icon {
22
+ .sd-6-0-0-next-12-status-badge--error sd-icon {
23
23
  background-color: rgba(var(--sd-color-background-error));
24
24
  }
25
- .sd-6-0-0-next-11-status-badge--info sd-icon {
25
+ .sd-6-0-0-next-12-status-badge--info sd-icon {
26
26
  background-color: rgba(var(--sd-color-background-info));
27
27
  }
@@ -1,7 +1,7 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
- .sd-6-0-0-next-11-prose td, .sd-6-0-0-next-11-prose th, .sd-6-0-0-next-11-table-cell {
4
+ .sd-6-0-0-next-12-prose td, .sd-6-0-0-next-12-prose th, .sd-6-0-0-next-12-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));
18
18
  }
19
- .sd-6-0-0-next-11-table-cell--divider {
19
+ .sd-6-0-0-next-12-table-cell--divider {
20
20
  border-right-style: var(--tw-border-style);
21
21
  border-right-width: 1px;
22
22
  }
23
- .sd-6-0-0-next-11-table-cell--shadow-top:after, .sd-6-0-0-next-11-table-cell--shadow-bottom:after, .sd-6-0-0-next-11-table-cell--shadow-left:after, .sd-6-0-0-next-11-table-cell--shadow-right:after {
23
+ .sd-6-0-0-next-12-table-cell--shadow-top:after, .sd-6-0-0-next-12-table-cell--shadow-bottom:after, .sd-6-0-0-next-12-table-cell--shadow-left:after, .sd-6-0-0-next-12-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), transparent);
@@ -35,12 +35,12 @@
35
35
  --tw-content: '';
36
36
  content: var(--tw-content);
37
37
  }
38
- .sd-6-0-0-next-11-table-cell--shadow-top:after, .sd-6-0-0-next-11-table-cell--shadow-bottom:after {
38
+ .sd-6-0-0-next-12-table-cell--shadow-top:after, .sd-6-0-0-next-12-table-cell--shadow-bottom:after {
39
39
  right: calc(var(--sd-spacing-1) * 0);
40
40
  left: calc(var(--sd-spacing-1) * 0);
41
41
  height: calc(var(--sd-spacing-1) * 2.5);
42
42
  }
43
- .sd-6-0-0-next-11-table-cell--shadow-top:before, .sd-6-0-0-next-11-table-cell--shadow-bottom:before {
43
+ .sd-6-0-0-next-12-table-cell--shadow-top:before, .sd-6-0-0-next-12-table-cell--shadow-bottom:before {
44
44
  position: absolute;
45
45
  left: calc(var(--sd-spacing-1) * 0);
46
46
  display: block;
@@ -52,47 +52,47 @@
52
52
  --tw-content: '';
53
53
  content: var(--tw-content);
54
54
  }
55
- .sd-6-0-0-next-11-table-cell--shadow-left:after, .sd-6-0-0-next-11-table-cell--shadow-right:after {
55
+ .sd-6-0-0-next-12-table-cell--shadow-left:after, .sd-6-0-0-next-12-table-cell--shadow-right:after {
56
56
  top: calc(var(--sd-spacing-1) * 0);
57
57
  bottom: calc(var(--sd-spacing-1) * 0);
58
58
  width: calc(var(--sd-spacing-1) * 2.5);
59
59
  }
60
- .sd-6-0-0-next-11-table-cell.sd-6-0-0-next-11-table-cell--shadow-active:after {
60
+ .sd-6-0-0-next-12-table-cell.sd-6-0-0-next-12-table-cell--shadow-active:after {
61
61
  opacity: 100%;
62
62
  }
63
- .sd-6-0-0-next-11-table-cell--shadow-top:after {
63
+ .sd-6-0-0-next-12-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-6-0-0-next-11-table-cell--shadow-top:before {
68
+ .sd-6-0-0-next-12-table-cell--shadow-top:before {
69
69
  bottom: -1px;
70
70
  }
71
- .sd-6-0-0-next-11-table-cell--shadow-bottom:after {
71
+ .sd-6-0-0-next-12-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-6-0-0-next-11-table-cell--shadow-bottom:before {
76
+ .sd-6-0-0-next-12-table-cell--shadow-bottom:before {
77
77
  top: -1px;
78
78
  }
79
- .sd-6-0-0-next-11-table-cell--shadow-left:after {
79
+ .sd-6-0-0-next-12-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-6-0-0-next-11-table-cell--shadow-right:after {
84
+ .sd-6-0-0-next-12-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-6-0-0-next-11-table-cell--bg-white {
89
+ .sd-6-0-0-next-12-table-cell--bg-white {
90
90
  background-color: rgba(var(--sd-color-background-white));
91
91
  }
92
- .sd-6-0-0-next-11-table-cell--bg-primary-100 {
92
+ .sd-6-0-0-next-12-table-cell--bg-primary-100 {
93
93
  background-color: rgba(var(--sd-color-background-primary-100));
94
94
  }
95
- .sd-6-0-0-next-11-table-cell--bg-neutral-100 {
95
+ .sd-6-0-0-next-12-table-cell--bg-neutral-100 {
96
96
  background-color: rgba(var(--sd-color-background-neutral-100));
97
97
  }
98
98
  @property --tw-border-style {
@@ -1,7 +1,7 @@
1
1
  /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
- .sd-6-0-0-next-11-table, .sd-6-0-0-next-11-prose table {
4
+ .sd-6-0-0-next-12-table, .sd-6-0-0-next-12-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: calc(var(--sd-spacing-1) * 0);
10
10
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
11
11
  }
12
- .sd-6-0-0-next-11-table thead tr:first-of-type, .sd-6-0-0-next-11-table tfoot tr:first-of-type, .sd-6-0-0-next-11-prose table thead tr:first-of-type, .sd-6-0-0-next-11-prose table tfoot tr:first-of-type {
12
+ .sd-6-0-0-next-12-table thead tr:first-of-type, .sd-6-0-0-next-12-table tfoot tr:first-of-type, .sd-6-0-0-next-12-prose table thead tr:first-of-type, .sd-6-0-0-next-12-prose table tfoot tr:first-of-type {
13
13
  position: relative;
14
14
  }
15
15
  @property --tw-border-spacing-x {