design-system-silkhaus 4.0.0-beta.color-names.4 → 4.0.0-beta.color-names.5
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.js +3 -0
- package/package.json +4 -2
package/dist/index.js
CHANGED
|
@@ -33349,6 +33349,7 @@ const j$ = ({
|
|
|
33349
33349
|
className: xe(
|
|
33350
33350
|
"ds-group ds-size-6 ds-flex-shrink-0 ds-appearance-none ds-rounded-full ds-border ds-border-Fills-primary checked:ds-border-4 checked:ds-border-Fills-inversePrimary checked:ds-bg-Background-primaryInverse checked:ds-ring-1 checked:ds-ring-Fills-primary",
|
|
33351
33351
|
s,
|
|
33352
|
+
// eslint-disable-next-line tailwind/no-restricted-token -- Cannot use design system any design system color token here
|
|
33352
33353
|
{ "ds-cursor-not-allowed ds-border-gray-400 ds-bg-gray-200": r },
|
|
33353
33354
|
{ "ds-cursor-pointer": !r }
|
|
33354
33355
|
),
|
|
@@ -33462,6 +33463,7 @@ const $H = ({
|
|
|
33462
33463
|
onClick: () => o(l.value),
|
|
33463
33464
|
className: xe(
|
|
33464
33465
|
"transition-colors ds-flex ds-flex-row ds-items-center ds-justify-center ds-gap-1 ds-rounded ds-px-4 ds-py-1 hover:ds-cursor-pointer",
|
|
33466
|
+
// eslint-disable-next-line tailwind/no-restricted-token -- Cannot use design system any design system color token here
|
|
33465
33467
|
a === l.value ? "ds-bg-Background-primary" : "hover:ds-bg-gray-200"
|
|
33466
33468
|
),
|
|
33467
33469
|
children: [
|
|
@@ -34970,6 +34972,7 @@ const q$ = ({
|
|
|
34970
34972
|
root: {
|
|
34971
34973
|
width: "100dvw",
|
|
34972
34974
|
height: "100dvh",
|
|
34975
|
+
// eslint-disable-next-line tailwind/no-restricted-token -- Cannot use design system any design system color token here
|
|
34973
34976
|
background: "black"
|
|
34974
34977
|
},
|
|
34975
34978
|
container: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "design-system-silkhaus",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "4.0.0-beta.color-names.
|
|
4
|
+
"version": "4.0.0-beta.color-names.5",
|
|
5
5
|
"description": "Design system for Silkhaus built with Typescript, React and Tailwind",
|
|
6
6
|
"author": "silkhaus",
|
|
7
7
|
"license": "MIT",
|
|
@@ -61,7 +61,8 @@
|
|
|
61
61
|
"format:fix": "prettier . --write --ignore-unknown",
|
|
62
62
|
"format:check": "prettier . --check --ignore-unknown",
|
|
63
63
|
"prepare": "husky",
|
|
64
|
-
"knip": "knip"
|
|
64
|
+
"knip": "knip",
|
|
65
|
+
"lint:interactive": "eslint-interactive"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"@eslint/compat": "^1.1.1",
|
|
@@ -92,6 +93,7 @@
|
|
|
92
93
|
"clsx": "^2.1.1",
|
|
93
94
|
"eslint": "^9.7.0",
|
|
94
95
|
"eslint-config-prettier": "^9.1.0",
|
|
96
|
+
"eslint-interactive": "^12.0.0",
|
|
95
97
|
"eslint-plugin-jest-dom": "^5.4.0",
|
|
96
98
|
"eslint-plugin-react": "^7.35.0",
|
|
97
99
|
"eslint-plugin-react-hooks": "^4.6.2",
|