@landtrustinc/design-system 1.2.5-beta.3 → 1.2.6
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/dist/index.d.ts +96 -106
- package/dist/index.js +818 -810
- package/dist/index.js.map +1 -1
- package/dist/styles.ts +0 -3
- package/package.json +1 -1
package/dist/styles.ts
CHANGED
|
@@ -12,8 +12,6 @@ export const media = {
|
|
|
12
12
|
xl: `@media (min-width: ${screens.xl})`,
|
|
13
13
|
};
|
|
14
14
|
|
|
15
|
-
export const breakpoints = [screens.sm, screens.md, screens.lg, screens.xl];
|
|
16
|
-
|
|
17
15
|
export const colors = {
|
|
18
16
|
gray: {
|
|
19
17
|
100: '#f7fafc',
|
|
@@ -274,7 +272,6 @@ export const zIndex = {
|
|
|
274
272
|
export const ThemeTokens = {
|
|
275
273
|
screens,
|
|
276
274
|
media,
|
|
277
|
-
breakpoints,
|
|
278
275
|
colors,
|
|
279
276
|
fonts,
|
|
280
277
|
fontWeights,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@landtrustinc/design-system",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Design system components for LandTrust applications",
|
|
6
6
|
"homepage": "https://github.com/LandtrustInc/landtrust-ui/tree/main/packages/design-system",
|