@creativecodeco/ui 1.0.1 → 1.0.2
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/lib/theme/main.css +4 -4
- package/package.json +25 -25
package/lib/theme/main.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1
|
|
1
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -444,6 +444,9 @@
|
|
|
444
444
|
width: unset;
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
|
+
.prose :where(a&:not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
448
|
+
text-decoration-line: none;
|
|
449
|
+
}
|
|
447
450
|
@layer daisyui.l1.l2.l3 {
|
|
448
451
|
display: inline-flex;
|
|
449
452
|
flex-shrink: 0;
|
|
@@ -2058,9 +2061,6 @@
|
|
|
2058
2061
|
}
|
|
2059
2062
|
}
|
|
2060
2063
|
.button-link {
|
|
2061
|
-
.prose :where(&):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
2062
|
-
text-decoration-line: none;
|
|
2063
|
-
}
|
|
2064
2064
|
@layer daisyui.l1 {
|
|
2065
2065
|
text-decoration-line: underline;
|
|
2066
2066
|
outline-color: currentcolor;
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"framework design",
|
|
11
11
|
"design system"
|
|
12
12
|
],
|
|
13
|
-
"version": "1.0.
|
|
13
|
+
"version": "1.0.2",
|
|
14
14
|
"homepage": "https://github.com/creativecodeco/ui",
|
|
15
15
|
"author": {
|
|
16
16
|
"name": "John Toro",
|
|
@@ -48,37 +48,37 @@
|
|
|
48
48
|
"usehooks-ts": "3.1.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@tailwindcss/postcss": "4.1
|
|
52
|
-
"postcss": "8.5.
|
|
51
|
+
"@tailwindcss/postcss": "4.2.1",
|
|
52
|
+
"postcss": "8.5.8",
|
|
53
53
|
"react": "18.3.1",
|
|
54
|
-
"react-hook-form": "7.
|
|
55
|
-
"tailwindcss": "4.1
|
|
54
|
+
"react-hook-form": "7.71.2",
|
|
55
|
+
"tailwindcss": "4.2.1",
|
|
56
56
|
"usehooks-ts": "3.1.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@babel/core": "7.
|
|
60
|
-
"@babel/preset-env": "7.
|
|
59
|
+
"@babel/core": "7.29.0",
|
|
60
|
+
"@babel/preset-env": "7.29.0",
|
|
61
61
|
"@babel/preset-react": "7.28.5",
|
|
62
62
|
"@babel/preset-typescript": "7.28.5",
|
|
63
|
-
"@chromatic-com/storybook": "
|
|
64
|
-
"@eslint/js": "9.39.
|
|
63
|
+
"@chromatic-com/storybook": "5.0.1",
|
|
64
|
+
"@eslint/js": "9.39.3",
|
|
65
65
|
"@jest/globals": "30.2.0",
|
|
66
|
-
"@storybook/addon-docs": "10.
|
|
67
|
-
"@storybook/addon-links": "10.
|
|
66
|
+
"@storybook/addon-docs": "10.2.14",
|
|
67
|
+
"@storybook/addon-links": "10.2.14",
|
|
68
68
|
"@storybook/addon-webpack5-compiler-swc": "4.0.2",
|
|
69
|
-
"@storybook/react-webpack5": "10.
|
|
69
|
+
"@storybook/react-webpack5": "10.2.14",
|
|
70
70
|
"@testing-library/dom": "10.4.1",
|
|
71
71
|
"@testing-library/jest-dom": "6.9.1",
|
|
72
|
-
"@testing-library/react": "16.3.
|
|
72
|
+
"@testing-library/react": "16.3.2",
|
|
73
73
|
"@testing-library/user-event": "14.6.1",
|
|
74
74
|
"@types/jest": "30.0.0",
|
|
75
|
-
"@types/node": "25.
|
|
76
|
-
"@types/react": "18.3.
|
|
75
|
+
"@types/node": "25.3.3",
|
|
76
|
+
"@types/react": "18.3.28",
|
|
77
77
|
"@types/react-dom": "18.3.7",
|
|
78
78
|
"chromatic": "13.3.5",
|
|
79
79
|
"classnames": "2.5.1",
|
|
80
80
|
"cpx2": "8.0.0",
|
|
81
|
-
"daisyui": "5.5.
|
|
81
|
+
"daisyui": "5.5.19",
|
|
82
82
|
"eslint": "8.57.1",
|
|
83
83
|
"eslint-config-prettier": "10.1.8",
|
|
84
84
|
"eslint-config-standard": "17.1.0",
|
|
@@ -87,31 +87,31 @@
|
|
|
87
87
|
"eslint-plugin-import": "2.32.0",
|
|
88
88
|
"eslint-plugin-n": "16.6.2",
|
|
89
89
|
"eslint-plugin-node": "11.1.0",
|
|
90
|
-
"eslint-plugin-prettier": "5.5.
|
|
90
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
91
91
|
"eslint-plugin-promise": "6.6.0",
|
|
92
92
|
"eslint-plugin-react": "7.37.5",
|
|
93
93
|
"eslint-plugin-standard": "5.0.0",
|
|
94
|
-
"eslint-plugin-storybook": "10.
|
|
95
|
-
"eslint-plugin-unused-imports": "4.
|
|
96
|
-
"globals": "17.
|
|
94
|
+
"eslint-plugin-storybook": "10.2.14",
|
|
95
|
+
"eslint-plugin-unused-imports": "4.4.1",
|
|
96
|
+
"globals": "17.4.0",
|
|
97
97
|
"husky": "9.1.7",
|
|
98
98
|
"jest": "29.7.0",
|
|
99
99
|
"jest-environment-jsdom": "30.2.0",
|
|
100
100
|
"jest-junit": "16.0.0",
|
|
101
101
|
"jest-transform-css": "6.0.3",
|
|
102
102
|
"postcss-cli": "11.0.1",
|
|
103
|
-
"prettier": "3.
|
|
103
|
+
"prettier": "3.8.1",
|
|
104
104
|
"prop-types": "15.8.1",
|
|
105
105
|
"react-dom": "18.3.1",
|
|
106
|
-
"react-icons": "5.
|
|
107
|
-
"storybook": "10.
|
|
108
|
-
"string-width": "8.
|
|
106
|
+
"react-icons": "5.6.0",
|
|
107
|
+
"storybook": "10.2.14",
|
|
108
|
+
"string-width": "8.2.0",
|
|
109
109
|
"ts-jest": "29.4.6",
|
|
110
110
|
"ts-node": "10.9.2",
|
|
111
111
|
"tsc-alias": "1.8.16",
|
|
112
112
|
"tsconfig-paths-webpack-plugin": "4.2.0",
|
|
113
113
|
"typescript": "5.9.3",
|
|
114
|
-
"typescript-eslint": "8.
|
|
114
|
+
"typescript-eslint": "8.56.1"
|
|
115
115
|
},
|
|
116
116
|
"files": [
|
|
117
117
|
"lib"
|