aidol 2.10.0 → 2.12.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.
@@ -0,0 +1,7 @@
1
+ import { Activity } from '../constants/activity';
2
+ /**
3
+ * Returns the current activity based on the time of day.
4
+ * Handles midnight-crossing slots (e.g., 19:00-06:00).
5
+ */
6
+ export declare const getCurrentActivity: (now?: Date) => Activity;
7
+ //# sourceMappingURL=activity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activity.d.ts","sourceRoot":"","sources":["../../src/lib/activity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,sBAAsB,CAAC;AAErE;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAAI,MAAK,IAAiB,KAAG,QAyB3D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidol",
3
- "version": "2.10.0",
3
+ "version": "2.12.0",
4
4
  "description": "React components for AIdol - Create and chat with your own AI idol group",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",