@krrli/cm-designsystem 1.32.2 → 1.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/cm-designsystem.css +13 -1
- package/dist/components/accessible-button/AccessibleButton.d.ts +33 -0
- package/dist/components/accessible-button/AccessibleButton.d.ts.map +1 -0
- package/dist/components/avatar/Avatar.d.ts +119 -0
- package/dist/components/avatar/Avatar.d.ts.map +1 -0
- package/dist/components/branding/BrandingGallery.d.ts +2 -0
- package/dist/components/branding/BrandingGallery.d.ts.map +1 -0
- package/dist/components/button/Button.d.ts +67 -0
- package/dist/components/button/Button.d.ts.map +1 -0
- package/dist/components/color/ColorDoc.d.ts +5 -0
- package/dist/components/color/ColorDoc.d.ts.map +1 -0
- package/dist/components/file-upload/FileUpload.d.ts +84 -0
- package/dist/components/file-upload/FileUpload.d.ts.map +1 -0
- package/dist/components/form/Form.d.ts +55 -0
- package/dist/components/form/Form.d.ts.map +1 -0
- package/dist/components/icon-button/IconButton.d.ts +70 -0
- package/dist/components/icon-button/IconButton.d.ts.map +1 -0
- package/dist/components/icon-button/IconButton.js +1 -0
- package/dist/components/icons/IconBase.d.ts +6 -0
- package/dist/components/icons/IconBase.d.ts.map +1 -0
- package/dist/components/icons/generated/ArrowDown.d.ts +4 -0
- package/dist/components/icons/generated/ArrowDown.d.ts.map +1 -0
- package/dist/components/icons/generated/ArrowLeft.d.ts +4 -0
- package/dist/components/icons/generated/ArrowLeft.d.ts.map +1 -0
- package/dist/components/icons/generated/ArrowRight.d.ts +4 -0
- package/dist/components/icons/generated/ArrowRight.d.ts.map +1 -0
- package/dist/components/icons/generated/ArrowUp.d.ts +4 -0
- package/dist/components/icons/generated/ArrowUp.d.ts.map +1 -0
- package/dist/components/icons/generated/Calendar.d.ts +4 -0
- package/dist/components/icons/generated/Calendar.d.ts.map +1 -0
- package/dist/components/icons/generated/Cancel.d.ts +4 -0
- package/dist/components/icons/generated/Cancel.d.ts.map +1 -0
- package/dist/components/icons/generated/Checkmark.d.ts +4 -0
- package/dist/components/icons/generated/Checkmark.d.ts.map +1 -0
- package/dist/components/icons/generated/Edit.d.ts +4 -0
- package/dist/components/icons/generated/Edit.d.ts.map +1 -0
- package/dist/components/icons/generated/Eye.d.ts +4 -0
- package/dist/components/icons/generated/Eye.d.ts.map +1 -0
- package/dist/components/icons/generated/Fullscreen.d.ts +4 -0
- package/dist/components/icons/generated/Fullscreen.d.ts.map +1 -0
- package/dist/components/icons/generated/HeartFilled.d.ts +4 -0
- package/dist/components/icons/generated/HeartFilled.d.ts.map +1 -0
- package/dist/components/icons/generated/HeartOutline.d.ts +4 -0
- package/dist/components/icons/generated/HeartOutline.d.ts.map +1 -0
- package/dist/components/icons/generated/Location.d.ts +4 -0
- package/dist/components/icons/generated/Location.d.ts.map +1 -0
- package/dist/components/icons/generated/LogOut.d.ts +4 -0
- package/dist/components/icons/generated/LogOut.d.ts.map +1 -0
- package/dist/components/icons/generated/Mumble.d.ts +4 -0
- package/dist/components/icons/generated/Mumble.d.ts.map +1 -0
- package/dist/components/icons/generated/Profile.d.ts +4 -0
- package/dist/components/icons/generated/Profile.d.ts.map +1 -0
- package/dist/components/icons/generated/ReplyFilled.d.ts +4 -0
- package/dist/components/icons/generated/ReplyFilled.d.ts.map +1 -0
- package/dist/components/icons/generated/ReplyOutline.d.ts +4 -0
- package/dist/components/icons/generated/ReplyOutline.d.ts.map +1 -0
- package/dist/components/icons/generated/Repost.d.ts +4 -0
- package/dist/components/icons/generated/Repost.d.ts.map +1 -0
- package/dist/components/icons/generated/Send.d.ts +4 -0
- package/dist/components/icons/generated/Send.d.ts.map +1 -0
- package/dist/components/icons/generated/Settings.d.ts +4 -0
- package/dist/components/icons/generated/Settings.d.ts.map +1 -0
- package/dist/components/icons/generated/Share.d.ts +4 -0
- package/dist/components/icons/generated/Share.d.ts.map +1 -0
- package/dist/components/icons/generated/Time.d.ts +4 -0
- package/dist/components/icons/generated/Time.d.ts.map +1 -0
- package/dist/components/icons/generated/Upload.d.ts +4 -0
- package/dist/components/icons/generated/Upload.d.ts.map +1 -0
- package/dist/components/icons/generated/index.d.ts +25 -0
- package/dist/components/icons/generated/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +28 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/input/Input.d.ts +62 -0
- package/dist/components/input/Input.d.ts.map +1 -0
- package/dist/components/like-toggle/LikeToggle.d.ts +98 -0
- package/dist/components/like-toggle/LikeToggle.d.ts.map +1 -0
- package/dist/components/logo-link/LogoLink.d.ts +12 -0
- package/dist/components/logo-link/LogoLink.d.ts.map +1 -0
- package/dist/components/modal/Modal.d.ts +76 -0
- package/dist/components/modal/Modal.d.ts.map +1 -0
- package/dist/components/navi-button/NaviButton.d.ts +50 -0
- package/dist/components/navi-button/NaviButton.d.ts.map +1 -0
- package/dist/components/navi-user-button/NaviUserButton.d.ts +45 -0
- package/dist/components/navi-user-button/NaviUserButton.d.ts.map +1 -0
- package/dist/components/round-button/RoundButton.d.ts +45 -0
- package/dist/components/round-button/RoundButton.d.ts.map +1 -0
- package/dist/components/tabs/TabItem.d.ts +12 -0
- package/dist/components/tabs/TabItem.d.ts.map +1 -0
- package/dist/components/tabs/Tabs.d.ts +68 -0
- package/dist/components/tabs/Tabs.d.ts.map +1 -0
- package/dist/components/text-link/TextLink.d.ts +10 -0
- package/dist/components/text-link/TextLink.d.ts.map +1 -0
- package/dist/components/textarea/Textarea.d.ts +49 -0
- package/dist/components/textarea/Textarea.d.ts.map +1 -0
- package/dist/components/timed-button/TimedButton.d.ts +80 -0
- package/dist/components/timed-button/TimedButton.d.ts.map +1 -0
- package/dist/components/toggle/Toggle.d.ts +63 -0
- package/dist/components/toggle/Toggle.d.ts.map +1 -0
- package/dist/components/typography/AccessibleTypography.d.ts +34 -0
- package/dist/components/typography/AccessibleTypography.d.ts.map +1 -0
- package/dist/components/typography/Heading.d.ts +25 -0
- package/dist/components/typography/Heading.d.ts.map +1 -0
- package/dist/components/typography/Label.d.ts +23 -0
- package/dist/components/typography/Label.d.ts.map +1 -0
- package/dist/components/typography/Paragraph.d.ts +23 -0
- package/dist/components/typography/Paragraph.d.ts.map +1 -0
- package/dist/components/typography/Placeholder.d.ts +18 -0
- package/dist/components/typography/Placeholder.d.ts.map +1 -0
- package/dist/components/typography/ValidationMessage.d.ts +23 -0
- package/dist/components/typography/ValidationMessage.d.ts.map +1 -0
- package/dist/components/typography/styles.d.ts +75 -0
- package/dist/components/typography/styles.d.ts.map +1 -0
- package/dist/compositions/image-banner/ImageBanner.d.ts +55 -0
- package/dist/compositions/image-banner/ImageBanner.d.ts.map +1 -0
- package/dist/compositions/image-banner/ImageBanner.js +1 -0
- package/dist/compositions/image-upload-modal/ImageUploadModal.d.ts +16 -0
- package/dist/compositions/image-upload-modal/ImageUploadModal.d.ts.map +1 -0
- package/dist/compositions/image-upload-modal/ImageUploadModal.js +1 -0
- package/dist/compositions/index.d.ts +12 -0
- package/dist/compositions/index.d.ts.map +1 -0
- package/dist/compositions/keyword/Keyword.d.ts +40 -0
- package/dist/compositions/keyword/Keyword.d.ts.map +1 -0
- package/dist/compositions/keyword/Keyword.js +15 -0
- package/dist/compositions/post/Post.d.ts +80 -0
- package/dist/compositions/post/Post.d.ts.map +1 -0
- package/dist/compositions/post/Post.js +19 -5
- package/dist/compositions/post-base/PostBase.d.ts +42 -0
- package/dist/compositions/post-base/PostBase.d.ts.map +1 -0
- package/dist/compositions/post-creator/PostCreator.d.ts +70 -0
- package/dist/compositions/post-creator/PostCreator.d.ts.map +1 -0
- package/dist/compositions/post-creator/PostCreator.js +1 -0
- package/dist/compositions/profile-banner/ProfileBanner.d.ts +83 -0
- package/dist/compositions/profile-banner/ProfileBanner.d.ts.map +1 -0
- package/dist/compositions/profile-banner/ProfileBanner.js +1 -0
- package/dist/compositions/profile-banner-image/ProfileBannerImage.d.ts +55 -0
- package/dist/compositions/profile-banner-image/ProfileBannerImage.d.ts.map +1 -0
- package/dist/compositions/profile-banner-image/ProfileBannerImage.js +1 -0
- package/dist/compositions/profile-banner-info/ProfileBannerInfo.d.ts +93 -0
- package/dist/compositions/profile-banner-info/ProfileBannerInfo.d.ts.map +1 -0
- package/dist/compositions/profile-banner-info/ProfileBannerInfo.js +1 -0
- package/dist/compositions/response/Response.d.ts +80 -0
- package/dist/compositions/response/Response.d.ts.map +1 -0
- package/dist/compositions/response/Response.js +18 -4
- package/dist/compositions/response-creator/ResponseCreator.d.ts +64 -0
- package/dist/compositions/response-creator/ResponseCreator.d.ts.map +1 -0
- package/dist/compositions/response-creator/ResponseCreator.js +1 -0
- package/dist/compositions/user-info/UserInfo.d.ts +76 -0
- package/dist/compositions/user-info/UserInfo.d.ts.map +1 -0
- package/dist/compositions/user-info/UserInfo.js +11 -2
- package/dist/compositions/user-recommendation/UserRecommendation.d.ts +64 -0
- package/dist/compositions/user-recommendation/UserRecommendation.d.ts.map +1 -0
- package/dist/compositions/user-recommendation/UserRecommendation.js +1 -0
- package/dist/compositions/utils/keyword.utils.d.ts +13 -0
- package/dist/compositions/utils/keyword.utils.d.ts.map +1 -0
- package/dist/compositions/utils/keyword.utils.js +23 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/setupTests.d.ts +1 -0
- package/dist/setupTests.d.ts.map +1 -0
- package/package.json +22 -21
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Location.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Location.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,QAAQ,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcpE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogOut.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/LogOut.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,MAAM,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAYlE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mumble.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Mumble.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,MAAM,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAalE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Profile.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Profile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAOnE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReplyFilled.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/ReplyFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcvE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReplyOutline.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/ReplyOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,YAAY,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcxE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Repost.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Repost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,MAAM,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAclE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Send.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Send.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,IAAI,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAchE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Settings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,QAAQ,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAcpE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Share.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Share.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,KAAK,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAOjE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Time.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Time.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,IAAI,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAYhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Upload.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/Upload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,MAAM,GAAI,OAAO,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,4CAWlE,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from './ArrowDown';
|
|
2
|
+
export * from './ArrowLeft';
|
|
3
|
+
export * from './ArrowRight';
|
|
4
|
+
export * from './ArrowUp';
|
|
5
|
+
export * from './Calendar';
|
|
6
|
+
export * from './Cancel';
|
|
7
|
+
export * from './Checkmark';
|
|
8
|
+
export * from './Edit';
|
|
9
|
+
export * from './Eye';
|
|
10
|
+
export * from './Fullscreen';
|
|
11
|
+
export * from './HeartFilled';
|
|
12
|
+
export * from './HeartOutline';
|
|
13
|
+
export * from './Location';
|
|
14
|
+
export * from './LogOut';
|
|
15
|
+
export * from './Mumble';
|
|
16
|
+
export * from './Profile';
|
|
17
|
+
export * from './ReplyFilled';
|
|
18
|
+
export * from './ReplyOutline';
|
|
19
|
+
export * from './Repost';
|
|
20
|
+
export * from './Send';
|
|
21
|
+
export * from './Settings';
|
|
22
|
+
export * from './Share';
|
|
23
|
+
export * from './Time';
|
|
24
|
+
export * from './Upload';
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/generated/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export * from './avatar/Avatar';
|
|
2
|
+
export * from './branding/BrandingGallery';
|
|
3
|
+
export * from './button/Button';
|
|
4
|
+
export * from './color/ColorDoc';
|
|
5
|
+
export * from './file-upload/FileUpload';
|
|
6
|
+
export * from './form/Form';
|
|
7
|
+
export * from './icon-button/IconButton';
|
|
8
|
+
export * from './icons/IconBase';
|
|
9
|
+
export * from './icons/generated';
|
|
10
|
+
export * from './input/Input';
|
|
11
|
+
export * from './like-toggle/LikeToggle';
|
|
12
|
+
export * from './logo-link/LogoLink';
|
|
13
|
+
export * from './modal/Modal';
|
|
14
|
+
export * from './navi-button/NaviButton';
|
|
15
|
+
export * from './navi-user-button/NaviUserButton';
|
|
16
|
+
export * from './round-button/RoundButton';
|
|
17
|
+
export * from './tabs/TabItem';
|
|
18
|
+
export * from './tabs/Tabs';
|
|
19
|
+
export * from './text-link/TextLink';
|
|
20
|
+
export * from './textarea/Textarea';
|
|
21
|
+
export * from './timed-button/TimedButton';
|
|
22
|
+
export * from './toggle/Toggle';
|
|
23
|
+
export * from './typography/Heading';
|
|
24
|
+
export * from './typography/Label';
|
|
25
|
+
export * from './typography/Paragraph';
|
|
26
|
+
export * from './typography/Placeholder';
|
|
27
|
+
export * from './typography/ValidationMessage';
|
|
28
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
import { IconBaseProps } from '../icons/IconBase';
|
|
4
|
+
declare const inputStyles: import('tailwind-variants').TVReturnType<{
|
|
5
|
+
hasIcon: {
|
|
6
|
+
true: {
|
|
7
|
+
control: string[];
|
|
8
|
+
};
|
|
9
|
+
false: {
|
|
10
|
+
control: string[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
}, {
|
|
14
|
+
base: string[];
|
|
15
|
+
controlContainer: string[];
|
|
16
|
+
control: string[];
|
|
17
|
+
icon: string[];
|
|
18
|
+
message: string[];
|
|
19
|
+
}, undefined, {
|
|
20
|
+
hasIcon: {
|
|
21
|
+
true: {
|
|
22
|
+
control: string[];
|
|
23
|
+
};
|
|
24
|
+
false: {
|
|
25
|
+
control: string[];
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
}, {
|
|
29
|
+
base: string[];
|
|
30
|
+
controlContainer: string[];
|
|
31
|
+
control: string[];
|
|
32
|
+
icon: string[];
|
|
33
|
+
message: string[];
|
|
34
|
+
}, import('tailwind-variants').TVReturnType<{
|
|
35
|
+
hasIcon: {
|
|
36
|
+
true: {
|
|
37
|
+
control: string[];
|
|
38
|
+
};
|
|
39
|
+
false: {
|
|
40
|
+
control: string[];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}, {
|
|
44
|
+
base: string[];
|
|
45
|
+
controlContainer: string[];
|
|
46
|
+
control: string[];
|
|
47
|
+
icon: string[];
|
|
48
|
+
message: string[];
|
|
49
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
50
|
+
type InputVariants = VariantProps<typeof inputStyles>;
|
|
51
|
+
interface InputProps extends InputVariants {
|
|
52
|
+
label: string;
|
|
53
|
+
name: string;
|
|
54
|
+
placeholder: string;
|
|
55
|
+
type?: string;
|
|
56
|
+
isRequired?: boolean;
|
|
57
|
+
children?: React.ReactElement<IconBaseProps>;
|
|
58
|
+
onChange: (value: string) => void;
|
|
59
|
+
}
|
|
60
|
+
export declare const Input: ({ type, isRequired, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
export {};
|
|
62
|
+
//# sourceMappingURL=Input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/input/Input.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA8Bf,CAAC;AAEH,KAAK,aAAa,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,UAAU,UAAW,SAAQ,aAAa;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC;IAC7C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,eAAO,MAAM,KAAK,GAAI,gCAInB,UAAU,4CA2CZ,CAAC"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { VariantProps } from 'tailwind-variants';
|
|
2
|
+
declare const toggleStyles: import('tailwind-variants').TVReturnType<{
|
|
3
|
+
pressed: {
|
|
4
|
+
false: {
|
|
5
|
+
base: string[];
|
|
6
|
+
icon: string[];
|
|
7
|
+
label: string[];
|
|
8
|
+
};
|
|
9
|
+
true: {
|
|
10
|
+
base: never[];
|
|
11
|
+
icon: string[];
|
|
12
|
+
label: string[];
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
hasLikes: {
|
|
16
|
+
true: {
|
|
17
|
+
base: string[];
|
|
18
|
+
icon: string[];
|
|
19
|
+
label: string[];
|
|
20
|
+
};
|
|
21
|
+
false: string;
|
|
22
|
+
};
|
|
23
|
+
animating: {
|
|
24
|
+
true: {};
|
|
25
|
+
false: {};
|
|
26
|
+
};
|
|
27
|
+
}, {
|
|
28
|
+
base: string[];
|
|
29
|
+
icon: string[];
|
|
30
|
+
label: never[];
|
|
31
|
+
}, undefined, {
|
|
32
|
+
pressed: {
|
|
33
|
+
false: {
|
|
34
|
+
base: string[];
|
|
35
|
+
icon: string[];
|
|
36
|
+
label: string[];
|
|
37
|
+
};
|
|
38
|
+
true: {
|
|
39
|
+
base: never[];
|
|
40
|
+
icon: string[];
|
|
41
|
+
label: string[];
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
hasLikes: {
|
|
45
|
+
true: {
|
|
46
|
+
base: string[];
|
|
47
|
+
icon: string[];
|
|
48
|
+
label: string[];
|
|
49
|
+
};
|
|
50
|
+
false: string;
|
|
51
|
+
};
|
|
52
|
+
animating: {
|
|
53
|
+
true: {};
|
|
54
|
+
false: {};
|
|
55
|
+
};
|
|
56
|
+
}, {
|
|
57
|
+
base: string[];
|
|
58
|
+
icon: string[];
|
|
59
|
+
label: never[];
|
|
60
|
+
}, import('tailwind-variants').TVReturnType<{
|
|
61
|
+
pressed: {
|
|
62
|
+
false: {
|
|
63
|
+
base: string[];
|
|
64
|
+
icon: string[];
|
|
65
|
+
label: string[];
|
|
66
|
+
};
|
|
67
|
+
true: {
|
|
68
|
+
base: never[];
|
|
69
|
+
icon: string[];
|
|
70
|
+
label: string[];
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
hasLikes: {
|
|
74
|
+
true: {
|
|
75
|
+
base: string[];
|
|
76
|
+
icon: string[];
|
|
77
|
+
label: string[];
|
|
78
|
+
};
|
|
79
|
+
false: string;
|
|
80
|
+
};
|
|
81
|
+
animating: {
|
|
82
|
+
true: {};
|
|
83
|
+
false: {};
|
|
84
|
+
};
|
|
85
|
+
}, {
|
|
86
|
+
base: string[];
|
|
87
|
+
icon: string[];
|
|
88
|
+
label: never[];
|
|
89
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
90
|
+
type LikeToggleVariants = VariantProps<typeof toggleStyles>;
|
|
91
|
+
interface LikeToggleProps extends LikeToggleVariants {
|
|
92
|
+
pressed?: boolean;
|
|
93
|
+
likes?: number;
|
|
94
|
+
onLikeChange: (liked: boolean) => void;
|
|
95
|
+
}
|
|
96
|
+
export declare const LikeToggle: ({ pressed, likes, onLikeChange, }: LikeToggleProps) => import("react/jsx-runtime").JSX.Element;
|
|
97
|
+
export {};
|
|
98
|
+
//# sourceMappingURL=LikeToggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LikeToggle.d.ts","sourceRoot":"","sources":["../../../src/components/like-toggle/LikeToggle.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI1D,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA0IhB,CAAC;AAEH,KAAK,kBAAkB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAE5D,UAAU,eAAgB,SAAQ,kBAAkB;IAClD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC;AAED,eAAO,MAAM,UAAU,GAAI,mCAIxB,eAAe,4CAwEjB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Props for LogoLink component *
|
|
3
|
+
*/
|
|
4
|
+
type LogoLinkProps = React.ComponentPropsWithoutRef<"a"> & {
|
|
5
|
+
/**
|
|
6
|
+
* The URL to navigate to when the logo is clicked. Defaults to "/".
|
|
7
|
+
*/
|
|
8
|
+
href?: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const LogoLink: ({ href, ...props }: LogoLinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=LogoLink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogoLink.d.ts","sourceRoot":"","sources":["../../../src/components/logo-link/LogoLink.tsx"],"names":[],"mappings":"AAmCA;;GAEG;AACH,KAAK,aAAa,GAAG,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,GAAG;IACzD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,oBAA0B,aAAa,4CAqB/D,CAAC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
declare const modalStyles: import('tailwind-variants').TVReturnType<{
|
|
4
|
+
[key: string]: {
|
|
5
|
+
[key: string]: import('tailwind-merge').ClassNameValue | {
|
|
6
|
+
title?: import('tailwind-merge').ClassNameValue;
|
|
7
|
+
content?: import('tailwind-merge').ClassNameValue;
|
|
8
|
+
container?: import('tailwind-merge').ClassNameValue;
|
|
9
|
+
overlay?: import('tailwind-merge').ClassNameValue;
|
|
10
|
+
actions?: import('tailwind-merge').ClassNameValue;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
} | {
|
|
14
|
+
[x: string]: {
|
|
15
|
+
[x: string]: import('tailwind-merge').ClassNameValue | {
|
|
16
|
+
title?: import('tailwind-merge').ClassNameValue;
|
|
17
|
+
content?: import('tailwind-merge').ClassNameValue;
|
|
18
|
+
container?: import('tailwind-merge').ClassNameValue;
|
|
19
|
+
overlay?: import('tailwind-merge').ClassNameValue;
|
|
20
|
+
actions?: import('tailwind-merge').ClassNameValue;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
} | {}, {
|
|
24
|
+
overlay: string[];
|
|
25
|
+
content: string[];
|
|
26
|
+
title: string[];
|
|
27
|
+
container: string[];
|
|
28
|
+
actions: string[];
|
|
29
|
+
}, undefined, {
|
|
30
|
+
[key: string]: {
|
|
31
|
+
[key: string]: import('tailwind-merge').ClassNameValue | {
|
|
32
|
+
title?: import('tailwind-merge').ClassNameValue;
|
|
33
|
+
content?: import('tailwind-merge').ClassNameValue;
|
|
34
|
+
container?: import('tailwind-merge').ClassNameValue;
|
|
35
|
+
overlay?: import('tailwind-merge').ClassNameValue;
|
|
36
|
+
actions?: import('tailwind-merge').ClassNameValue;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
} | {}, {
|
|
40
|
+
overlay: string[];
|
|
41
|
+
content: string[];
|
|
42
|
+
title: string[];
|
|
43
|
+
container: string[];
|
|
44
|
+
actions: string[];
|
|
45
|
+
}, import('tailwind-variants').TVReturnType<unknown, {
|
|
46
|
+
overlay: string[];
|
|
47
|
+
content: string[];
|
|
48
|
+
title: string[];
|
|
49
|
+
container: string[];
|
|
50
|
+
actions: string[];
|
|
51
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
52
|
+
type ModalVariants = VariantProps<typeof modalStyles>;
|
|
53
|
+
interface ModalProps extends ModalVariants {
|
|
54
|
+
title: string;
|
|
55
|
+
open: boolean;
|
|
56
|
+
onOpenChange: (isOpen: boolean) => void;
|
|
57
|
+
children: React.ReactNode;
|
|
58
|
+
}
|
|
59
|
+
export declare const Modal: React.FC<ModalProps> & {
|
|
60
|
+
Body: typeof ModalBody;
|
|
61
|
+
Actions: typeof ModalActions;
|
|
62
|
+
};
|
|
63
|
+
export declare function ModalBody({ children }: {
|
|
64
|
+
children: React.ReactNode;
|
|
65
|
+
}): React.ReactNode;
|
|
66
|
+
export declare namespace ModalBody {
|
|
67
|
+
var displayName: string;
|
|
68
|
+
}
|
|
69
|
+
export declare function ModalActions({ children }: {
|
|
70
|
+
children: React.ReactNode;
|
|
71
|
+
}): React.ReactNode;
|
|
72
|
+
export declare namespace ModalActions {
|
|
73
|
+
var displayName: string;
|
|
74
|
+
}
|
|
75
|
+
export {};
|
|
76
|
+
//# sourceMappingURL=Modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../src/components/modal/Modal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI1D,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA2Bf,CAAC;AAEH,KAAK,aAAa,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,UAAU,UAAW,SAAQ,aAAa;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,GAAG;IACzC,IAAI,EAAE,OAAO,SAAS,CAAC;IACvB,OAAO,EAAE,OAAO,YAAY,CAAC;CA6C9B,CAAC;AAGF,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,mBAEpE;yBAFe,SAAS;;;AAKzB,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,mBAEvE;yBAFe,YAAY"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
import { BaseAccessibleButtonProps } from '../accessible-button/AccessibleButton';
|
|
4
|
+
import { IconBaseProps } from '../icons/IconBase';
|
|
5
|
+
declare const naviButtonStyles: import('tailwind-variants').TVReturnType<{
|
|
6
|
+
intent: {
|
|
7
|
+
secondary: string[];
|
|
8
|
+
};
|
|
9
|
+
}, undefined, string[], {
|
|
10
|
+
intent: {
|
|
11
|
+
secondary: string[];
|
|
12
|
+
};
|
|
13
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
14
|
+
intent: {
|
|
15
|
+
secondary: string[];
|
|
16
|
+
};
|
|
17
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
18
|
+
type NaviButtonVariants = VariantProps<typeof naviButtonStyles>;
|
|
19
|
+
type NaviButtonIntent = "secondary";
|
|
20
|
+
/**
|
|
21
|
+
* Props for the NaviButton component.
|
|
22
|
+
*
|
|
23
|
+
* @inheritdoc BaseAccessibleButtonProps
|
|
24
|
+
* @inheritdoc NaviButtonVariants
|
|
25
|
+
*/
|
|
26
|
+
interface NaviButtonProps extends NaviButtonVariants, BaseAccessibleButtonProps {
|
|
27
|
+
/**
|
|
28
|
+
* Visual intent of the button (controls background color, hover, and active styles).
|
|
29
|
+
*/
|
|
30
|
+
intent?: NaviButtonIntent;
|
|
31
|
+
/**
|
|
32
|
+
* Optional icon element rendered alongside the button label.
|
|
33
|
+
*/
|
|
34
|
+
icon?: React.ComponentType<IconBaseProps>;
|
|
35
|
+
/**
|
|
36
|
+
* Optional className applied to the icon element.
|
|
37
|
+
*/
|
|
38
|
+
iconClassName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Visible text label displayed inside the button.
|
|
41
|
+
*/
|
|
42
|
+
children: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* A navigation-style button component that combines an accessible,
|
|
46
|
+
* keyboard-friendly button foundation with variant-based styling.
|
|
47
|
+
*/
|
|
48
|
+
export declare const NaviButton: React.FC<NaviButtonProps>;
|
|
49
|
+
export {};
|
|
50
|
+
//# sourceMappingURL=NaviButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NaviButton.d.ts","sourceRoot":"","sources":["../../../src/components/navi-button/NaviButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,uCAAuC,CAAC;AAE/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;qDAqBpB,CAAC;AAEH,KAAK,kBAAkB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAChE,KAAK,gBAAgB,GAAG,WAAW,CAAC;AAEpC;;;;;GAKG;AACH,UAAU,eACR,SAAQ,kBAAkB,EAAE,yBAAyB;IACrD;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAE1C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAgBhD,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { VariantProps } from 'tailwind-variants';
|
|
2
|
+
import { BaseAccessibleButtonProps } from '../accessible-button/AccessibleButton';
|
|
3
|
+
declare const naviUserButtonStyles: import('tailwind-variants').TVReturnType<{
|
|
4
|
+
intent: {
|
|
5
|
+
secondary: string[];
|
|
6
|
+
};
|
|
7
|
+
}, undefined, string[], {
|
|
8
|
+
intent: {
|
|
9
|
+
secondary: string[];
|
|
10
|
+
};
|
|
11
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
12
|
+
intent: {
|
|
13
|
+
secondary: string[];
|
|
14
|
+
};
|
|
15
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
16
|
+
type NaviUserButtonVariants = VariantProps<typeof naviUserButtonStyles>;
|
|
17
|
+
type NaviUserButtonIntent = "secondary";
|
|
18
|
+
/**
|
|
19
|
+
* Props for the NaviUserButton component.
|
|
20
|
+
*
|
|
21
|
+
* @inheritdoc BaseAccessibleButtonProps
|
|
22
|
+
* @inheritdoc NaviUserButtonVariants
|
|
23
|
+
*/
|
|
24
|
+
interface NaviUserButtonProps extends NaviUserButtonVariants, BaseAccessibleButtonProps {
|
|
25
|
+
/**
|
|
26
|
+
* Visual intent of the button (controls background color, hover, and active styles).
|
|
27
|
+
*/
|
|
28
|
+
intent?: NaviUserButtonIntent;
|
|
29
|
+
/**
|
|
30
|
+
* Source URL for the user avatar image.
|
|
31
|
+
*/
|
|
32
|
+
src: string;
|
|
33
|
+
/**
|
|
34
|
+
* Accessible alt text describing the avatar.
|
|
35
|
+
* Required for proper screen reader support.
|
|
36
|
+
*/
|
|
37
|
+
alt: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A user-focused navigation button that displays a user avatar and behaves
|
|
41
|
+
* like an accessible, keyboard-friendly button.
|
|
42
|
+
*/
|
|
43
|
+
export declare const NaviUserButton: React.FC<NaviUserButtonProps>;
|
|
44
|
+
export {};
|
|
45
|
+
//# sourceMappingURL=NaviUserButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NaviUserButton.d.ts","sourceRoot":"","sources":["../../../src/components/navi-user-button/NaviUserButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,uCAAuC,CAAC;AAG/C,QAAA,MAAM,oBAAoB;;;;;;;;;;;;qDAqBxB,CAAC;AAEH,KAAK,sBAAsB,GAAG,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,KAAK,oBAAoB,GAAG,WAAW,CAAC;AAExC;;;;;GAKG;AACH,UAAU,mBACR,SAAQ,sBAAsB,EAAE,yBAAyB;IACzD;;OAEG;IACH,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAE9B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAaxD,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { VariantProps } from 'tailwind-variants';
|
|
2
|
+
import { BaseAccessibleButtonProps } from '../accessible-button/AccessibleButton';
|
|
3
|
+
import { IconBaseProps } from '../icons/IconBase';
|
|
4
|
+
declare const roundButtonStyles: import('tailwind-variants').TVReturnType<{
|
|
5
|
+
intent: {
|
|
6
|
+
primary: string[];
|
|
7
|
+
};
|
|
8
|
+
}, undefined, string[], {
|
|
9
|
+
intent: {
|
|
10
|
+
primary: string[];
|
|
11
|
+
};
|
|
12
|
+
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
13
|
+
intent: {
|
|
14
|
+
primary: string[];
|
|
15
|
+
};
|
|
16
|
+
}, undefined, string[], unknown, unknown, undefined>>;
|
|
17
|
+
type RoundButtonVariants = VariantProps<typeof roundButtonStyles>;
|
|
18
|
+
type RoundButtonIntent = "primary";
|
|
19
|
+
/**
|
|
20
|
+
* Props for the RoundButton component.
|
|
21
|
+
*
|
|
22
|
+
* @inheritdoc BaseAccessibleButtonProps
|
|
23
|
+
* @inheritdoc RoundButtonVariants
|
|
24
|
+
*/
|
|
25
|
+
interface RoundButtonProps extends RoundButtonVariants, BaseAccessibleButtonProps {
|
|
26
|
+
/**
|
|
27
|
+
* Visual intent of the button (controls background color, hover, and active styles).
|
|
28
|
+
*/
|
|
29
|
+
intent?: RoundButtonIntent;
|
|
30
|
+
/**
|
|
31
|
+
* Accessible label for the button, used by screen readers.
|
|
32
|
+
*/
|
|
33
|
+
ariaLabel: string;
|
|
34
|
+
/**
|
|
35
|
+
* Icon element rendered alongside the button label.
|
|
36
|
+
*/
|
|
37
|
+
icon: React.ComponentType<IconBaseProps>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A circular, icon-only button component that provides full accessibility,
|
|
41
|
+
* keyboard interaction, and visual feedback through hover and active states.
|
|
42
|
+
*/
|
|
43
|
+
export declare const RoundButton: React.FC<RoundButtonProps>;
|
|
44
|
+
export {};
|
|
45
|
+
//# sourceMappingURL=RoundButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoundButton.d.ts","sourceRoot":"","sources":["../../../src/components/round-button/RoundButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAEL,KAAK,yBAAyB,EAC/B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;qDAsBrB,CAAC;AAEH,KAAK,mBAAmB,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAClE,KAAK,iBAAiB,GAAG,SAAS,CAAC;AAEnC;;;;;GAKG;AACH,UAAU,gBACR,SAAQ,mBAAmB,EAAE,yBAAyB;IACtD;;OAEG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;CAC1C;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAalD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
declare const tabItemStyles: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, undefined, {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, undefined, unknown, unknown, undefined>>;
|
|
4
|
+
type TabItemVariants = VariantProps<typeof tabItemStyles>;
|
|
5
|
+
export interface TabItemProps extends TabItemVariants {
|
|
6
|
+
value: string;
|
|
7
|
+
label: string;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare const TabItem: (props: TabItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=TabItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabItem.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/TabItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE1D,QAAA,MAAM,aAAa,wMAAS,CAAC;AAE7B,KAAK,eAAe,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,MAAM,WAAW,YAAa,SAAQ,eAAe;IACnD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,OAAO,GAAI,OAAO,YAAY,4CAW1C,CAAC"}
|