@devalok/shilp-sutra 0.33.0 → 0.33.1
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/_chunks/framer.js +1777 -1728
- package/dist/_chunks/vendor-client.js +815 -792
- package/dist/ui/lib/index.d.ts +1 -0
- package/dist/ui/lib/index.d.ts.map +1 -1
- package/llms-full.txt +1 -1
- package/package.json +10 -10
package/dist/ui/lib/index.d.ts
CHANGED
|
@@ -4,4 +4,5 @@ export { formatRelativeTime } from './date-utils';
|
|
|
4
4
|
export { springs, tweens, stagger, withReducedMotion } from './motion';
|
|
5
5
|
export type { SpringPreset, TweenPreset } from './motion';
|
|
6
6
|
export { LinkProvider, useLink, type LinkProviderProps } from './link-context';
|
|
7
|
+
export type { BottomSheetProps } from './bottom-sheet';
|
|
7
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAC5B,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AACtE,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AACzD,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAC5B,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AACtE,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AACzD,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AAC9E,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA"}
|
package/llms-full.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devalok/shilp-sutra",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.1",
|
|
4
4
|
"description": "Devalok Design System — tokens, components, and patterns for Next.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -800,10 +800,10 @@
|
|
|
800
800
|
"devDependencies": {
|
|
801
801
|
"@emoji-mart/data": "^1.2.1",
|
|
802
802
|
"@emoji-mart/react": "^1.1.1",
|
|
803
|
-
"@floating-ui/react-dom": "^2.1.
|
|
804
|
-
"@tabler/icons-react": "^3.
|
|
805
|
-
"@tanstack/react-table": "^8.21.
|
|
806
|
-
"@tanstack/react-virtual": "^3.13.
|
|
803
|
+
"@floating-ui/react-dom": "^2.1.8",
|
|
804
|
+
"@tabler/icons-react": "^3.41.1",
|
|
805
|
+
"@tanstack/react-table": "^8.21.3",
|
|
806
|
+
"@tanstack/react-virtual": "^3.13.23",
|
|
807
807
|
"@tiptap/core": "^3.22.3",
|
|
808
808
|
"@tiptap/extension-highlight": "^3.22.3",
|
|
809
809
|
"@tiptap/extension-image": "^3.22.3",
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
"@tiptap/starter-kit": "^3.22.3",
|
|
814
814
|
"@tiptap/suggestion": "^3.22.3",
|
|
815
815
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
816
|
-
"aria-hidden": "^1.2.
|
|
816
|
+
"aria-hidden": "^1.2.6",
|
|
817
817
|
"class-variance-authority": "^0.7.1",
|
|
818
818
|
"clsx": "^2.1.1",
|
|
819
819
|
"d3-array": "^3.2.4",
|
|
@@ -826,13 +826,13 @@
|
|
|
826
826
|
"d3-time-format": "^4.1.0",
|
|
827
827
|
"d3-transition": "^3.0.1",
|
|
828
828
|
"date-fns": "^4.1.0",
|
|
829
|
-
"esbuild": "^0.
|
|
830
|
-
"framer-motion": "^12.
|
|
829
|
+
"esbuild": "^0.28.0",
|
|
830
|
+
"framer-motion": "^12.38.0",
|
|
831
831
|
"input-otp": "^1.4.2",
|
|
832
832
|
"react-colorful": "^5.6.1",
|
|
833
833
|
"react-markdown": "^10.1.0",
|
|
834
834
|
"react-pdf": "^10.4.1",
|
|
835
|
-
"react-remove-scroll": "^2.
|
|
835
|
+
"react-remove-scroll": "^2.7.2",
|
|
836
836
|
"react-syntax-highlighter": "^16.1.1",
|
|
837
837
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
838
838
|
"remark-gfm": "^4.0.1",
|
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
"node": ">=20.19.0"
|
|
844
844
|
},
|
|
845
845
|
"dependencies": {
|
|
846
|
-
"@floating-ui/dom": "^1.6
|
|
846
|
+
"@floating-ui/dom": "^1.7.6",
|
|
847
847
|
"@tiptap/extension-list": "^3.22.3",
|
|
848
848
|
"@tiptap/extensions": "^3.22.3",
|
|
849
849
|
"prosemirror-state": "^1.4.4"
|