@jakubmazanec/ui 0.5.2-next.cdd5c0ec → 0.5.2-next.e4e0035b
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/build/styles.css.map +1 -1
- package/package.json +12 -12
package/build/styles.css.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../source/styles.css"],
|
|
4
|
-
"sourcesContent": ["@font-face {\n font-family: InterVariable;\n font-style: normal;\n font-weight: 100 900;\n font-display: swap;\n src: url('./inter-variable.woff2') format('woff2');\n}\n\n@font-face {\n font-family: InterVariable;\n font-style: italic;\n font-weight: 100 900;\n font-display: swap;\n src: url('./inter-variable-italic.woff2') format('woff2');\n}\n\n@theme {\n --spacing: 4px;\n}\n\n@layer base {\n html {\n font-family: var(--font-sans);\n color: var(--color-neutral-550);\n }\n\n * {\n scrollbar-color: var(--color-neutral-200) var(--color-transparent);\n outline-color: transparent;\n }\n\n *:focus {\n outline-style: none;\n outline-width: 0;\n }\n\n *:focus-visible {\n outline-style: solid;\n outline-width: 2px;\n outline-offset: calc(var(--spacing) * 0.5);\n outline-color: color-mix(in oklab, var(--color-blue-400) 50%, transparent);\n transition-property: outline-color;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n}\n\n@source
|
|
4
|
+
"sourcesContent": ["@font-face {\n font-family: InterVariable;\n font-style: normal;\n font-weight: 100 900;\n font-display: swap;\n src: url('./inter-variable.woff2') format('woff2');\n}\n\n@font-face {\n font-family: InterVariable;\n font-style: italic;\n font-weight: 100 900;\n font-display: swap;\n src: url('./inter-variable-italic.woff2') format('woff2');\n}\n\n@theme {\n --spacing: 4px;\n}\n\n@layer base {\n html {\n font-family: var(--font-sans);\n color: var(--color-neutral-550);\n }\n\n * {\n scrollbar-color: var(--color-neutral-200) var(--color-transparent);\n outline-color: transparent;\n }\n\n *:focus {\n outline-style: none;\n outline-width: 0;\n }\n\n *:focus-visible {\n outline-style: solid;\n outline-width: 2px;\n outline-offset: calc(var(--spacing) * 0.5);\n outline-color: color-mix(in oklab, var(--color-blue-400) 50%, transparent);\n transition-property: outline-color;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n}\n\n@source './';\n"],
|
|
5
5
|
"mappings": "AAAA;AACE,eAAa;AACb,cAAY;AACZ,eAAa,IAAI;AACjB,gBAAc;AACd,OAAK,4BAA8B,OAAO;AAC5C;AAEA;AACE,eAAa;AACb,cAAY;AACZ,eAAa,IAAI;AACjB,gBAAc;AACd,OAAK,mCAAqC,OAAO;AACnD;AAEA,OAAO,EACL,SAAS,EAAE,GAAG;AAGhB;AACE;AACE,iBAAa,IAAI;AACjB,WAAO,IAAI;AACb;AAEA;AACE,qBAAiB,IAAI,qBAAqB,IAAI;AAC9C,mBAAe;AACjB;AAEA,GAAC;AACC,mBAAe;AACf,mBAAe;AACjB;AAEA,GAAC;AACC,mBAAe;AACf,mBAAe;AACf,oBAAgB,KAAK,IAAI,WAAW,EAAE;AACtC,mBAAe,UAAU,GAAG,KAAK,EAAE,IAAI,kBAAkB,GAAG,EAAE;AAC9D,yBAAqB;AACrB,gCAA4B,IAAI,SAAS,EAAE,IAAI;AAC/C,yBAAqB,IAAI,aAAa,EAAE,IAAI;AAC9C;AACF;AAEA,QAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jakubmazanec/ui",
|
|
3
|
-
"version": "0.5.2-next.
|
|
3
|
+
"version": "0.5.2-next.e4e0035b",
|
|
4
4
|
"description": "React component library.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@dnd-kit/utilities": "^3.2.2",
|
|
42
42
|
"@headlessui/react": "^2.2.9",
|
|
43
43
|
"@heroicons/react": "^2.2.0",
|
|
44
|
-
"@jakubmazanec/ts-utils": "3.0.17-next.
|
|
44
|
+
"@jakubmazanec/ts-utils": "3.0.17-next.e4e0035b",
|
|
45
45
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
|
46
46
|
"@tanstack/react-table": "^8.21.3",
|
|
47
47
|
"culori": "^4.0.2",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@chromatic-com/storybook": "^4.1.3",
|
|
54
|
-
"@jakubmazanec/eslint-config": "4.1.10-next.
|
|
55
|
-
"@storybook/addon-docs": "^
|
|
56
|
-
"@storybook/addon-links": "^
|
|
57
|
-
"@storybook/react-vite": "^
|
|
54
|
+
"@jakubmazanec/eslint-config": "4.1.10-next.e4e0035b",
|
|
55
|
+
"@storybook/addon-docs": "^10.1.0",
|
|
56
|
+
"@storybook/addon-links": "^10.1.0",
|
|
57
|
+
"@storybook/react-vite": "^10.1.0",
|
|
58
58
|
"@tailwindcss/vite": "^4.1.17",
|
|
59
59
|
"@testing-library/jest-dom": "^6.9.1",
|
|
60
60
|
"@testing-library/react": "^16.3.0",
|
|
@@ -63,25 +63,25 @@
|
|
|
63
63
|
"@types/node": "^24.0.4",
|
|
64
64
|
"@types/react": "^19.2.7",
|
|
65
65
|
"@types/react-dom": "^19.2.3",
|
|
66
|
-
"@vitest/coverage-v8": "^
|
|
66
|
+
"@vitest/coverage-v8": "^4.0.14",
|
|
67
67
|
"chromatic": "^13.3.4",
|
|
68
68
|
"concurrently": "^9.2.1",
|
|
69
|
-
"del-cli": "^
|
|
69
|
+
"del-cli": "^7.0.0",
|
|
70
70
|
"esbuild": "^0.27.0",
|
|
71
71
|
"eslint": "^9.33.0",
|
|
72
|
-
"happy-dom": "^
|
|
73
|
-
"prettier": "^3.
|
|
72
|
+
"happy-dom": "^20.0.10",
|
|
73
|
+
"prettier": "^3.7.1",
|
|
74
74
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
75
75
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
76
76
|
"react": "^19.2.0",
|
|
77
77
|
"react-dom": "^19.2.0",
|
|
78
|
-
"storybook": "^
|
|
78
|
+
"storybook": "^10.1.0",
|
|
79
79
|
"tailwindcss": "^4.1.17",
|
|
80
80
|
"tsx": "^4.20.6",
|
|
81
81
|
"typedoc": "^0.28.14",
|
|
82
82
|
"typedoc-plugin-markdown": "^4.9.0",
|
|
83
83
|
"typescript": "^5.9.3",
|
|
84
|
-
"vitest": "^
|
|
84
|
+
"vitest": "^4.0.14"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"react": "19.x",
|