@solid-design-system/styles 1.5.4 → 2.0.0-next.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 (86) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/cdn/modules/chip.css +24 -1
  3. package/cdn/modules/container.css +117 -1
  4. package/cdn/modules/copyright.css +129 -1
  5. package/cdn/modules/display.css +60 -1
  6. package/cdn/modules/flag.css +23 -1
  7. package/cdn/modules/footnotes.css +166 -1
  8. package/cdn/modules/headline.css +138 -1
  9. package/cdn/modules/hidden-links.css +130 -1
  10. package/cdn/modules/interactive.css +95 -1
  11. package/cdn/modules/leadtext.css +39 -1
  12. package/cdn/modules/list.css +125 -1
  13. package/cdn/modules/mark.css +5 -1
  14. package/cdn/modules/media.css +13 -1
  15. package/cdn/modules/meta.css +47 -1
  16. package/cdn/modules/pagination.css +292 -1
  17. package/cdn/modules/paragraph.css +39 -1
  18. package/cdn/modules/prose.css +75 -1
  19. package/cdn/modules/status-badge.css +26 -1
  20. package/cdn/modules/table-cell.css +170 -1
  21. package/cdn/modules/table.css +31 -1
  22. package/cdn/solid-styles.css +962 -1
  23. package/cdn-versioned/modules/chip.css +24 -1
  24. package/cdn-versioned/modules/container.css +117 -1
  25. package/cdn-versioned/modules/copyright.css +129 -1
  26. package/cdn-versioned/modules/display.css +60 -1
  27. package/cdn-versioned/modules/flag.css +23 -1
  28. package/cdn-versioned/modules/footnotes.css +166 -1
  29. package/cdn-versioned/modules/headline.css +138 -1
  30. package/cdn-versioned/modules/hidden-links.css +130 -1
  31. package/cdn-versioned/modules/interactive.css +95 -1
  32. package/cdn-versioned/modules/leadtext.css +39 -1
  33. package/cdn-versioned/modules/list.css +125 -1
  34. package/cdn-versioned/modules/mark.css +5 -1
  35. package/cdn-versioned/modules/media.css +13 -1
  36. package/cdn-versioned/modules/meta.css +47 -1
  37. package/cdn-versioned/modules/pagination.css +292 -1
  38. package/cdn-versioned/modules/paragraph.css +39 -1
  39. package/cdn-versioned/modules/prose.css +75 -1
  40. package/cdn-versioned/modules/status-badge.css +26 -1
  41. package/cdn-versioned/modules/table-cell.css +170 -1
  42. package/cdn-versioned/modules/table.css +31 -1
  43. package/cdn-versioned/solid-styles.css +962 -1
  44. package/dist/modules/chip.css +19 -56
  45. package/dist/modules/container.css +54 -121
  46. package/dist/modules/copyright.css +106 -49
  47. package/dist/modules/display.css +52 -62
  48. package/dist/modules/flag.css +18 -54
  49. package/dist/modules/footnotes.css +106 -119
  50. package/dist/modules/headline.css +113 -212
  51. package/dist/modules/hidden-links.css +117 -44
  52. package/dist/modules/interactive.css +76 -105
  53. package/dist/modules/leadtext.css +35 -39
  54. package/dist/modules/list.css +70 -143
  55. package/dist/modules/mark.css +3 -13
  56. package/dist/modules/media.css +9 -29
  57. package/dist/modules/meta.css +36 -38
  58. package/dist/modules/pagination.css +246 -384
  59. package/dist/modules/paragraph.css +35 -24
  60. package/dist/modules/prose.css +49 -891
  61. package/dist/modules/status-badge.css +18 -53
  62. package/dist/modules/table-cell.css +153 -169
  63. package/dist/modules/table.css +24 -17
  64. package/dist/solid-styles.css +709 -1781
  65. package/dist-versioned/modules/chip.css +23 -60
  66. package/dist-versioned/modules/container.css +76 -143
  67. package/dist-versioned/modules/copyright.css +112 -55
  68. package/dist-versioned/modules/display.css +54 -64
  69. package/dist-versioned/modules/flag.css +22 -58
  70. package/dist-versioned/modules/footnotes.css +134 -147
  71. package/dist-versioned/modules/headline.css +128 -227
  72. package/dist-versioned/modules/hidden-links.css +121 -48
  73. package/dist-versioned/modules/interactive.css +82 -111
  74. package/dist-versioned/modules/leadtext.css +36 -40
  75. package/dist-versioned/modules/list.css +92 -165
  76. package/dist-versioned/modules/mark.css +4 -14
  77. package/dist-versioned/modules/media.css +13 -33
  78. package/dist-versioned/modules/meta.css +42 -44
  79. package/dist-versioned/modules/pagination.css +273 -411
  80. package/dist-versioned/modules/paragraph.css +36 -25
  81. package/dist-versioned/modules/prose.css +57 -899
  82. package/dist-versioned/modules/status-badge.css +24 -59
  83. package/dist-versioned/modules/table-cell.css +169 -185
  84. package/dist-versioned/modules/table.css +25 -18
  85. package/dist-versioned/solid-styles.css +825 -1897
  86. package/package.json +9 -10
@@ -1 +1,170 @@
1
- .sd-prose td,.sd-prose th,.sd-table-cell{border-style:solid;border-width:1px 0;--tw-border-opacity:1;background-color:transparent;border-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-border-opacity,1));font-size:var(--sd-font-size-sm,.875rem);padding:var(--sd-spacing-4,1rem);text-align:left;--tw-text-opacity:1;color:rgb(var(--sd-color-black,24 24 24)/var(--tw-text-opacity,1))}.sd-table-cell--divider{border-right-width:1px}.sd-table-cell--shadow-bottom:after,.sd-table-cell--shadow-left:after,.sd-table-cell--shadow-right:after,.sd-table-cell--shadow-top:after{pointer-events:none;position:absolute;--tw-gradient-from:rgb(0 0 0/var(--sd-opacity-10,0.1)) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:transparent var(--tw-gradient-to-position);opacity:var(--sd-opacity-0,0);transition-duration:.3s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);--tw-content:"";content:var(--tw-content)}.sd-table-cell--shadow-bottom:after,.sd-table-cell--shadow-top:after{height:var(--sd-spacing-2-5,.625rem);left:var(--sd-spacing-0,0);right:var(--sd-spacing-0,0)}.sd-table-cell--shadow-bottom:before,.sd-table-cell--shadow-top:before{border-width:.5px;display:block;height:1px;left:var(--sd-spacing-0,0);position:absolute;width:100%;--tw-border-opacity:1;border-color:rgb(var(--sd-color-neutral-400,195 195 195)/var(--tw-border-opacity,1));--tw-content:"";content:var(--tw-content)}.sd-table-cell--shadow-left:after,.sd-table-cell--shadow-right:after{bottom:var(--sd-spacing-0,0);top:var(--sd-spacing-0,0);width:var(--sd-spacing-2-5,.625rem)}.sd-table-cell.sd-table-cell--shadow-active:after{opacity:100%}.sd-table-cell--shadow-top:after{background-image:linear-gradient(to top,var(--tw-gradient-stops));top:-10px}.sd-table-cell--shadow-top:before{bottom:-1px}.sd-table-cell--shadow-bottom:after{background-image:linear-gradient(to bottom,var(--tw-gradient-stops));bottom:-10px}.sd-table-cell--shadow-bottom:before{top:-1px}.sd-table-cell--shadow-left:after{background-image:linear-gradient(to left,var(--tw-gradient-stops));left:-10px}.sd-table-cell--shadow-right:after{background-image:linear-gradient(to right,var(--tw-gradient-stops));right:-10px}.sd-table-cell--bg-white{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-white,255 255 255)/var(--tw-bg-opacity,1))}.sd-table-cell--bg-primary-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-primary-100,236 240 249)/var(--tw-bg-opacity,1))}.sd-table-cell--bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(var(--sd-color-neutral-100,246 246 246)/var(--tw-bg-opacity,1))}
1
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ .sd-prose td, .sd-prose th, .sd-table-cell {
4
+ border-inline-style: var(--tw-border-style);
5
+ border-inline-width: 0px;
6
+ border-block-style: var(--tw-border-style);
7
+ border-block-width: 1px;
8
+ --tw-border-style: solid;
9
+ border-style: solid;
10
+ border-color: var(--sd-color-border-neutral-400, var(--sd-color-neutral-400));
11
+ background-color: transparent;
12
+ padding: var(--sd-spacing-4);
13
+ text-align: left;
14
+ font-size: var(--sd-text-sm);
15
+ line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
16
+ color: var(--sd-color-text-black, var(--sd-color-black));
17
+ }
18
+ .sd-table-cell--divider {
19
+ border-right-style: var(--tw-border-style);
20
+ border-right-width: 1px;
21
+ }
22
+ .sd-table-cell--shadow-top:after, .sd-table-cell--shadow-bottom:after, .sd-table-cell--shadow-left:after, .sd-table-cell--shadow-right:after {
23
+ pointer-events: none;
24
+ position: absolute;
25
+ --tw-gradient-from: color-mix(in oklab, #000 var(--sd-opacity-10), transparent);
26
+ --tw-gradient-to: transparent;
27
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
28
+ opacity: var(--sd-opacity-0);
29
+ transition-property: opacity;
30
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
31
+ transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
32
+ --tw-duration: 300ms;
33
+ transition-duration: 300ms;
34
+ --tw-content: '';
35
+ content: var(--tw-content);
36
+ }
37
+ .sd-table-cell--shadow-top:after, .sd-table-cell--shadow-bottom:after {
38
+ right: calc(var(--sd-spacing-1) * 0);
39
+ left: calc(var(--sd-spacing-1) * 0);
40
+ height: calc(var(--sd-spacing-1) * 2.5);
41
+ }
42
+ .sd-table-cell--shadow-top:before, .sd-table-cell--shadow-bottom:before {
43
+ position: absolute;
44
+ left: calc(var(--sd-spacing-1) * 0);
45
+ display: block;
46
+ height: 1px;
47
+ width: 100%;
48
+ border-style: var(--tw-border-style);
49
+ border-width: 0.5px;
50
+ border-color: var(--sd-color-border-neutral-400, var(--sd-color-neutral-400));
51
+ --tw-content: '';
52
+ content: var(--tw-content);
53
+ }
54
+ .sd-table-cell--shadow-left:after, .sd-table-cell--shadow-right:after {
55
+ top: calc(var(--sd-spacing-1) * 0);
56
+ bottom: calc(var(--sd-spacing-1) * 0);
57
+ width: calc(var(--sd-spacing-1) * 2.5);
58
+ }
59
+ .sd-table-cell.sd-table-cell--shadow-active:after {
60
+ opacity: 100%;
61
+ }
62
+ .sd-table-cell--shadow-top:after {
63
+ top: -10px;
64
+ --tw-gradient-position: to top in oklab;
65
+ background-image: linear-gradient(var(--tw-gradient-stops));
66
+ }
67
+ .sd-table-cell--shadow-top:before {
68
+ bottom: -1px;
69
+ }
70
+ .sd-table-cell--shadow-bottom:after {
71
+ bottom: -10px;
72
+ --tw-gradient-position: to bottom in oklab;
73
+ background-image: linear-gradient(var(--tw-gradient-stops));
74
+ }
75
+ .sd-table-cell--shadow-bottom:before {
76
+ top: -1px;
77
+ }
78
+ .sd-table-cell--shadow-left:after {
79
+ left: -10px;
80
+ --tw-gradient-position: to left in oklab;
81
+ background-image: linear-gradient(var(--tw-gradient-stops));
82
+ }
83
+ .sd-table-cell--shadow-right:after {
84
+ right: -10px;
85
+ --tw-gradient-position: to right in oklab;
86
+ background-image: linear-gradient(var(--tw-gradient-stops));
87
+ }
88
+ .sd-table-cell--bg-white {
89
+ background-color: var(--sd-color-background-white, var(--sd-color-white));
90
+ }
91
+ .sd-table-cell--bg-primary-100 {
92
+ background-color: var(--sd-color-background-primary-100, var(--sd-color-primary-100));
93
+ }
94
+ .sd-table-cell--bg-neutral-100 {
95
+ background-color: var(--sd-color-background-neutral-100, var(--sd-color-neutral-100));
96
+ }
97
+ @property --tw-border-style {
98
+ syntax: "*";
99
+ inherits: false;
100
+ initial-value: solid;
101
+ }
102
+ @property --tw-gradient-position {
103
+ syntax: "*";
104
+ inherits: false;
105
+ }
106
+ @property --tw-gradient-from {
107
+ syntax: "<color>";
108
+ inherits: false;
109
+ initial-value: #0000;
110
+ }
111
+ @property --tw-gradient-via {
112
+ syntax: "<color>";
113
+ inherits: false;
114
+ initial-value: #0000;
115
+ }
116
+ @property --tw-gradient-to {
117
+ syntax: "<color>";
118
+ inherits: false;
119
+ initial-value: #0000;
120
+ }
121
+ @property --tw-gradient-stops {
122
+ syntax: "*";
123
+ inherits: false;
124
+ }
125
+ @property --tw-gradient-via-stops {
126
+ syntax: "*";
127
+ inherits: false;
128
+ }
129
+ @property --tw-gradient-from-position {
130
+ syntax: "<length-percentage>";
131
+ inherits: false;
132
+ initial-value: 0%;
133
+ }
134
+ @property --tw-gradient-via-position {
135
+ syntax: "<length-percentage>";
136
+ inherits: false;
137
+ initial-value: 50%;
138
+ }
139
+ @property --tw-gradient-to-position {
140
+ syntax: "<length-percentage>";
141
+ inherits: false;
142
+ initial-value: 100%;
143
+ }
144
+ @property --tw-duration {
145
+ syntax: "*";
146
+ inherits: false;
147
+ }
148
+ @property --tw-content {
149
+ syntax: "*";
150
+ inherits: false;
151
+ initial-value: "";
152
+ }
153
+ @layer properties {
154
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
155
+ *, ::before, ::after, ::backdrop {
156
+ --tw-border-style: solid;
157
+ --tw-gradient-position: initial;
158
+ --tw-gradient-from: #0000;
159
+ --tw-gradient-via: #0000;
160
+ --tw-gradient-to: #0000;
161
+ --tw-gradient-stops: initial;
162
+ --tw-gradient-via-stops: initial;
163
+ --tw-gradient-from-position: 0%;
164
+ --tw-gradient-via-position: 50%;
165
+ --tw-gradient-to-position: 100%;
166
+ --tw-duration: initial;
167
+ --tw-content: "";
168
+ }
169
+ }
170
+ }
@@ -1 +1,31 @@
1
- .sd-prose table,.sd-table{all:unset;border-collapse:collapse;display:table;--tw-border-spacing-x:var(--sd-spacing-0,0px);--tw-border-spacing-y:var(--sd-spacing-0,0px);border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.sd-prose table tfoot tr:first-of-type,.sd-prose table thead tr:first-of-type,.sd-table tfoot tr:first-of-type,.sd-table thead tr:first-of-type{position:relative}
1
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ .sd-table, .sd-prose table {
4
+ all: unset;
5
+ display: table;
6
+ border-collapse: collapse;
7
+ --tw-border-spacing-x: calc(var(--sd-spacing-1) * 0);
8
+ --tw-border-spacing-y: calc(var(--sd-spacing-1) * 0);
9
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
10
+ }
11
+ .sd-table thead tr:first-of-type, .sd-table tfoot tr:first-of-type, .sd-prose table thead tr:first-of-type, .sd-prose table tfoot tr:first-of-type {
12
+ position: relative;
13
+ }
14
+ @property --tw-border-spacing-x {
15
+ syntax: "<length>";
16
+ inherits: false;
17
+ initial-value: 0;
18
+ }
19
+ @property --tw-border-spacing-y {
20
+ syntax: "<length>";
21
+ inherits: false;
22
+ initial-value: 0;
23
+ }
24
+ @layer properties {
25
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
26
+ *, ::before, ::after, ::backdrop {
27
+ --tw-border-spacing-x: 0;
28
+ --tw-border-spacing-y: 0;
29
+ }
30
+ }
31
+ }