@atom-learning/theme 6.0.0-beta.8 → 6.0.0-beta.9
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/lib/theme-base.d.ts +8 -8
- package/lib/theme-base.js +8 -8
- package/package.json +1 -1
package/lib/theme-base.d.ts
CHANGED
|
@@ -258,10 +258,10 @@ export const theme: {
|
|
|
258
258
|
body: "system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
|
|
259
259
|
}
|
|
260
260
|
radii: {
|
|
261
|
-
sm: "0.
|
|
262
|
-
md: "0.
|
|
263
|
-
lg: "0.
|
|
264
|
-
xl: "
|
|
261
|
+
sm: "0.25rem"
|
|
262
|
+
md: "0.5rem"
|
|
263
|
+
lg: "0.75rem"
|
|
264
|
+
xl: "1rem"
|
|
265
265
|
}
|
|
266
266
|
shadows: {
|
|
267
267
|
sm: "0 1px 3px hsla(0, 0%, 20%, 0.1), 0 1px 2px hsla(0, 0%, 20%, 0.15)"
|
|
@@ -523,10 +523,10 @@ export const properties: {
|
|
|
523
523
|
'--text-2xl': "2.3125rem"
|
|
524
524
|
'--text-3xl': "3.125rem"
|
|
525
525
|
'--text-4xl': "5.625rem"
|
|
526
|
-
'--radius-sm': "0.
|
|
527
|
-
'--radius-md': "0.
|
|
528
|
-
'--radius-lg': "0.
|
|
529
|
-
'--radius-xl': "
|
|
526
|
+
'--radius-sm': "0.25rem"
|
|
527
|
+
'--radius-md': "0.5rem"
|
|
528
|
+
'--radius-lg': "0.75rem"
|
|
529
|
+
'--radius-xl': "1rem"
|
|
530
530
|
'--shadow-sm': "0 1px 3px hsla(0, 0%, 20%, 0.1), 0 1px 2px hsla(0, 0%, 20%, 0.15)"
|
|
531
531
|
'--shadow-md': "0 3px 6px hsla(0, 0%, 20%, 0.1), 0 3px 6px hsla(0, 0%, 20%, 0.1)"
|
|
532
532
|
'--shadow-lg': "0 10px 20px hsla(0, 0%, 20%, 0.1), 0 6px 6px hsla(0, 0%, 20%, 0.1)"
|
package/lib/theme-base.js
CHANGED
|
@@ -258,10 +258,10 @@ export const theme = {
|
|
|
258
258
|
"body": "system-ui, -apple-system, 'Helvetica Neue', sans-serif"
|
|
259
259
|
},
|
|
260
260
|
"radii": {
|
|
261
|
-
"sm": "0.
|
|
262
|
-
"md": "0.
|
|
263
|
-
"lg": "0.
|
|
264
|
-
"xl": "
|
|
261
|
+
"sm": "0.25rem",
|
|
262
|
+
"md": "0.5rem",
|
|
263
|
+
"lg": "0.75rem",
|
|
264
|
+
"xl": "1rem"
|
|
265
265
|
},
|
|
266
266
|
"shadows": {
|
|
267
267
|
"sm": "0 1px 3px hsla(0, 0%, 20%, 0.1), 0 1px 2px hsla(0, 0%, 20%, 0.15)",
|
|
@@ -521,10 +521,10 @@ export const properties = {
|
|
|
521
521
|
"--text-2xl": "2.3125rem",
|
|
522
522
|
"--text-3xl": "3.125rem",
|
|
523
523
|
"--text-4xl": "5.625rem",
|
|
524
|
-
"--radius-sm": "0.
|
|
525
|
-
"--radius-md": "0.
|
|
526
|
-
"--radius-lg": "0.
|
|
527
|
-
"--radius-xl": "
|
|
524
|
+
"--radius-sm": "0.25rem",
|
|
525
|
+
"--radius-md": "0.5rem",
|
|
526
|
+
"--radius-lg": "0.75rem",
|
|
527
|
+
"--radius-xl": "1rem",
|
|
528
528
|
"--shadow-sm": "0 1px 3px hsla(0, 0%, 20%, 0.1), 0 1px 2px hsla(0, 0%, 20%, 0.15)",
|
|
529
529
|
"--shadow-md": "0 3px 6px hsla(0, 0%, 20%, 0.1), 0 3px 6px hsla(0, 0%, 20%, 0.1)",
|
|
530
530
|
"--shadow-lg": "0 10px 20px hsla(0, 0%, 20%, 0.1), 0 6px 6px hsla(0, 0%, 20%, 0.1)",
|