@stfrigerio/sito-template 0.1.48 → 0.1.51
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/components/organisms/Calendar/Calendar.d.ts +5 -1
- package/dist/components/organisms/Calendar/Calendar.d.ts.map +1 -1
- package/dist/components/organisms/Calendar/Calendar.stories.d.ts.map +1 -1
- package/dist/components/organisms/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/components/organisms/ThemeProvider/ThemeProvider.d.ts.map +1 -1
- package/dist/index.esm.js +11 -10
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +11 -10
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/styles.css.map +1 -1
- package/dist/themes/dao.css +46 -0
- package/package.json +3 -3
- package/storybook-static/project.json +1 -1
- package/storybook-static/sb-addons/chromatic-com-storybook-4/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/docs-2/manager-bundle.js +2 -2
- package/storybook-static/sb-addons/links-3/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/storybook-5/manager-bundle.js +1 -1
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* Dao Theme — Monochrome White */
|
|
2
|
+
|
|
3
|
+
:root[data-theme="dao"],
|
|
4
|
+
[data-theme="dao"] {
|
|
5
|
+
--color-primary: #555555;
|
|
6
|
+
--color-secondary: #707070;
|
|
7
|
+
--color-accent: #555555;
|
|
8
|
+
|
|
9
|
+
--color-background: #f8f8f8;
|
|
10
|
+
--color-background-secondary: #eeeeee;
|
|
11
|
+
--color-background-tertiary: #e2e2e2;
|
|
12
|
+
--color-surface: #eeeeee;
|
|
13
|
+
--color-surface-hover: #e2e2e2;
|
|
14
|
+
|
|
15
|
+
--color-text: #1a1a1a;
|
|
16
|
+
--color-text-secondary: #505050;
|
|
17
|
+
--color-text-tertiary: #808080;
|
|
18
|
+
--color-text-muted: #b0b0b0;
|
|
19
|
+
--color-text-inverse: #f8f8f8;
|
|
20
|
+
|
|
21
|
+
--color-border: #d8d8d8;
|
|
22
|
+
--color-border-hover: #c0c0c0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* Dao Dark */
|
|
26
|
+
:root[data-theme="dao-dark"],
|
|
27
|
+
[data-theme="dao-dark"] {
|
|
28
|
+
--color-primary: #d0d0d0;
|
|
29
|
+
--color-secondary: #a0a0a0;
|
|
30
|
+
--color-accent: #d0d0d0;
|
|
31
|
+
|
|
32
|
+
--color-background: #0a0a0a;
|
|
33
|
+
--color-background-secondary: #141414;
|
|
34
|
+
--color-background-tertiary: #1e1e1e;
|
|
35
|
+
--color-surface: #141414;
|
|
36
|
+
--color-surface-hover: #1e1e1e;
|
|
37
|
+
|
|
38
|
+
--color-text: #e8e8e8;
|
|
39
|
+
--color-text-secondary: #b0b0b0;
|
|
40
|
+
--color-text-tertiary: #787878;
|
|
41
|
+
--color-text-muted: #565656;
|
|
42
|
+
--color-text-inverse: #0a0a0a;
|
|
43
|
+
|
|
44
|
+
--color-border: #282828;
|
|
45
|
+
--color-border-hover: #404040;
|
|
46
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stfrigerio/sito-template",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.51",
|
|
4
4
|
"description": "A library of React components with animations for quick website development",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"./tokens": "./dist/tokens/tokens.css",
|
|
20
20
|
"./themes/default": "./dist/themes/default.css",
|
|
21
21
|
"./themes/lossito": "./dist/themes/lossito.css",
|
|
22
|
-
"./themes/
|
|
22
|
+
"./themes/dao": "./dist/themes/dao.css",
|
|
23
23
|
"./themes/globals": "./dist/themes/globals.css",
|
|
24
24
|
"./atoms": {
|
|
25
25
|
"import": "./dist/components/atoms/index.esm.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test:watch": "vitest",
|
|
47
47
|
"storybook": "storybook dev -p 6006",
|
|
48
48
|
"build-storybook": "storybook build",
|
|
49
|
-
"release": "bash -c 'source ~/.bash_functions && pushino \"releasing new stuff\" && npm version patch && npm run build && npm run build-storybook && set -a && source .
|
|
49
|
+
"release": "bash -c 'npm test && source ~/.bash_functions && pushino \"releasing new stuff\" && npm version patch && npm run build && npm run build-storybook && set -a && source .npm-token && set +a && npm publish && git push'"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^18.0.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1776006656417,"userSince":1751553154248,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"testPackages":{"@chromatic-com/storybook":"4.1.0","@testing-library/jest-dom":"6.9.1","@testing-library/react":"16.3.2","@testing-library/user-event":null,"vitest":"4.1.4"},"hasRouterPackage":true,"packageManager":{"type":"npm","agent":"npm","nodeLinker":"node_modules"},"preview":{"usesGlobals":true},"framework":{"name":"@storybook/react-vite","options":{}},"builder":"@storybook/builder-vite","renderer":"@storybook/react","portableStoriesFileCount":0,"applicationFileCount":0,"storybookVersion":"9.1.2","language":"typescript","storybookPackages":{"@storybook/react-vite":{"version":"9.1.2"},"eslint-plugin-storybook":{"version":"9.1.2"},"storybook":{"version":"9.1.2"}},"addons":{"@storybook/addon-onboarding":{"version":"9.1.2"},"@storybook/addon-docs":{"version":"9.1.2"},"@storybook/addon-links":{"version":"9.1.2"},"@chromatic-com/storybook":{"version":"4.1.0"}}}
|