@lightsparkdev/ui 0.0.0 → 0.0.1

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/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # @lightsparkdev/ui
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 43dc882: Upgrade to Typescript 5, lint config changes
8
+ - Updated dependencies [43dc882]
9
+ - @lightsparkdev/core@1.0.11
@@ -23,10 +23,7 @@ declare enum App {
23
23
  UmaDocs = "UmaDocs"
24
24
  }
25
25
  declare const getTypography: (customFontFamilies?: FontFamilies) => {
26
- fontFamilies: {
27
- main: string;
28
- code: string;
29
- };
26
+ fontFamilies: FontFamilies;
30
27
  lineHeights: {
31
28
  "5xl": string;
32
29
  "4xl": string;
@@ -23,10 +23,7 @@ declare enum App {
23
23
  UmaDocs = "UmaDocs"
24
24
  }
25
25
  declare const getTypography: (customFontFamilies?: FontFamilies) => {
26
- fontFamilies: {
27
- main: string;
28
- code: string;
29
- };
26
+ fontFamilies: FontFamilies;
30
27
  lineHeights: {
31
28
  "5xl": string;
32
29
  "4xl": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/ui",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "@emotion/css": "^11.11.0",
43
43
  "@emotion/react": "^11.11.0",
44
44
  "@emotion/styled": "^11.11.0",
45
- "@lightsparkdev/core": "1.0.10",
45
+ "@lightsparkdev/core": "1.0.11",
46
46
  "gql": "^1.1.2",
47
47
  "lodash-es": "^4.17.21",
48
48
  "nanoid": "^4.0.0",