@tight-embedded/react 6.0.0 → 6.0.3

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tight-embedded/react",
3
- "version": "6.0.0",
3
+ "version": "6.0.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -16,8 +16,7 @@
16
16
  "require": "./dist/index.umd.cjs"
17
17
  },
18
18
  "./index.css": "./dist/index.css",
19
- "./duplet.css": "./dist/duplet.css",
20
- "./inter.css": "./dist/inter.css"
19
+ "./duplet.css": "./dist/duplet.css"
21
20
  },
22
21
  "peerDependencies": {
23
22
  "react": "^18.3.1 || ^19.0.0",
@@ -111,6 +110,8 @@
111
110
  "typecheck": "./scripts/typecheck.sh -w false",
112
111
  "build": "./scripts/build.sh",
113
112
  "build:lab": "./scripts/buildLab.sh",
113
+ "build:playgroundComponents": "./scripts/buildPlaygroundComponents.sh",
114
+ "dev:playgroundComponents": "vite dev -c vite.playgroundComponents.config.ts",
114
115
  "build:playground": "../../apps/playground/scripts/buildPlayground.sh",
115
116
  "analyze": "./scripts/analyze.sh",
116
117
  "lint": "./scripts/lint.sh",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/inter.css DELETED
@@ -1,36 +0,0 @@
1
- @font-face {
2
- font-family: 'Inter';
3
- src: url('./fonts/Inter-ExtraLight.ttf') format('truetype');
4
- font-weight: 200;
5
- font-style: normal;
6
- }
7
- @font-face {
8
- font-family: 'Inter';
9
- src: url('./fonts/Inter-Light.ttf') format('truetype');
10
- font-weight: 300;
11
- font-style: normal;
12
- }
13
- @font-face {
14
- font-family: 'Inter';
15
- src: url('./fonts/Inter-Regular.ttf') format('truetype');
16
- font-weight: 400;
17
- font-style: normal;
18
- }
19
- @font-face {
20
- font-family: 'Inter';
21
- src: url('./fonts/Inter-Medium.ttf') format('truetype');
22
- font-weight: 500;
23
- font-style: normal;
24
- }
25
- @font-face {
26
- font-family: 'Inter';
27
- src: url('./fonts/Inter-SemiBold.ttf') format('truetype');
28
- font-weight: 600;
29
- font-style: normal;
30
- }
31
- @font-face {
32
- font-family: 'Inter';
33
- src: url('./fonts/Inter-Bold.ttf') format('truetype');
34
- font-weight: 700;
35
- font-style: normal;
36
- }
package/dist/inter.css.gz DELETED
Binary file