@drivy/cobalt 2.8.0 → 2.9.0
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/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +3 -3
- package/types/src/index.d.ts +1 -0
- package/utils/getCobaltTailwindcssConfig.js.map +1 -1
package/index.js
CHANGED
|
@@ -2,6 +2,7 @@ export { default as Accordion } from './components/Accordion/index.js';
|
|
|
2
2
|
export { default as Alerter, useAlerts } from './components/Alerter/index.js';
|
|
3
3
|
export { BasicCell } from './components/BasicCell/index.js';
|
|
4
4
|
export { BulletList, BulletListItem } from './components/BulletList/index.js';
|
|
5
|
+
export { default as Button } from './components/Buttons/Button/index.js';
|
|
5
6
|
export { default as GhostButton } from './components/Buttons/GhostButton/index.js';
|
|
6
7
|
export { default as InversedButton } from './components/Buttons/InversedButton/index.js';
|
|
7
8
|
export { default as DefaultButton } from './components/Buttons/DefaultButton/index.js';
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drivy/cobalt",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "Opinionated design system for Drivy's projects.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "types/src/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"media-typer": "1.1.0",
|
|
30
30
|
"nanoid": "5.1.6",
|
|
31
31
|
"postcss": "8.5.6",
|
|
32
|
-
"tailwindcss": "3.4.
|
|
32
|
+
"tailwindcss": "3.4.19",
|
|
33
33
|
"tippy.js": "6.3.7"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"rollup-plugin-copy": "3.5.0",
|
|
89
89
|
"rollup-plugin-svgo": "2.0.0",
|
|
90
90
|
"rollup-plugin-typescript2": "0.36.0",
|
|
91
|
-
"sass": "1.
|
|
91
|
+
"sass": "1.96.0",
|
|
92
92
|
"sass-loader": "13.3.3",
|
|
93
93
|
"sharp-cli": "5.2.0",
|
|
94
94
|
"storybook": "7.6.20",
|
package/types/src/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { default as Accordion, useAccordionItemContext, } from "./components/Acc
|
|
|
2
2
|
export { default as Alerter, useAlerts, type AlertStatus, } from "./components/Alerter";
|
|
3
3
|
export { BasicCell } from "./components/BasicCell";
|
|
4
4
|
export { BulletList, BulletListItem } from "./components/BulletList";
|
|
5
|
+
export { default as Button } from "./components/Buttons/Button";
|
|
5
6
|
export { default as GhostButton } from "./components/Buttons/GhostButton";
|
|
6
7
|
export { default as InversedButton } from "./components/Buttons/InversedButton";
|
|
7
8
|
export { default as DefaultButton } from "./components/Buttons/DefaultButton";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCobaltTailwindcssConfig.js","sources":["../../utils/getCobaltTailwindcssConfig.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireGetCobaltTailwindcssConfig } from \"/Users/
|
|
1
|
+
{"version":3,"file":"getCobaltTailwindcssConfig.js","sources":["../../utils/getCobaltTailwindcssConfig.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireGetCobaltTailwindcssConfig } from \"/Users/cedric/Dev/drivy/cobalt/utils/getCobaltTailwindcssConfig.js\";\nvar getCobaltTailwindcssConfigExports = requireGetCobaltTailwindcssConfig();\nexport { getCobaltTailwindcssConfigExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(getCobaltTailwindcssConfigExports);"],"names":[],"mappings":";;;AAEA,IAAI,iCAAiC,GAAG,iCAAiC,EAAE,CAAC;AAE5E,iCAAe,aAAa,uBAAuB,CAAC,iCAAiC,CAAC;;;;"}
|