@anker-in/headless-ui 0.0.27-alpha.0 → 0.0.27-alpha.10
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/cjs/biz-components/AccordionCards/index.d.ts +25 -0
- package/dist/cjs/biz-components/AccordionCards/index.js +2 -0
- package/dist/cjs/biz-components/AccordionCards/index.js.map +7 -0
- package/dist/cjs/biz-components/BrandEquity/BrandEquity.js +1 -1
- package/dist/cjs/biz-components/BrandEquity/BrandEquity.js.map +2 -2
- package/dist/cjs/biz-components/Category/index.js +1 -1
- package/dist/cjs/biz-components/Category/index.js.map +2 -2
- package/dist/cjs/biz-components/Evaluate/index.d.ts +1 -0
- package/dist/cjs/biz-components/Evaluate/index.js +1 -1
- package/dist/cjs/biz-components/Evaluate/index.js.map +3 -3
- package/dist/cjs/biz-components/Graphic/index.d.ts +15 -0
- package/dist/cjs/biz-components/Graphic/index.js +2 -0
- package/dist/cjs/biz-components/Graphic/index.js.map +7 -0
- package/dist/cjs/biz-components/HeroBanner/HeroBanner.js +1 -1
- package/dist/cjs/biz-components/HeroBanner/HeroBanner.js.map +2 -2
- package/dist/cjs/biz-components/HeroBanner/types.d.ts +1 -1
- package/dist/cjs/biz-components/HeroBanner/types.js.map +1 -1
- package/dist/cjs/biz-components/Marquee/index.js +1 -1
- package/dist/cjs/biz-components/Marquee/index.js.map +3 -3
- package/dist/cjs/biz-components/MemberEquity/index.js +30 -30
- package/dist/cjs/biz-components/MemberEquity/index.js.map +2 -2
- package/dist/cjs/biz-components/ShelfDisplay/index.js +9 -9
- package/dist/cjs/biz-components/ShelfDisplay/index.js.map +2 -2
- package/dist/cjs/biz-components/Slogan/index.js +1 -1
- package/dist/cjs/biz-components/Slogan/index.js.map +2 -2
- package/dist/cjs/biz-components/index.d.ts +3 -1
- package/dist/cjs/biz-components/index.js +1 -1
- package/dist/cjs/biz-components/index.js.map +3 -3
- package/dist/cjs/components/badge.d.ts +1 -1
- package/dist/cjs/components/badge.js +1 -1
- package/dist/cjs/components/badge.js.map +2 -2
- package/dist/cjs/components/button.d.ts +1 -1
- package/dist/cjs/components/button.js +1 -1
- package/dist/cjs/components/button.js.map +2 -2
- package/dist/cjs/components/card.js +1 -1
- package/dist/cjs/components/card.js.map +2 -2
- package/dist/cjs/components/carousel.js +1 -1
- package/dist/cjs/components/carousel.js.map +2 -2
- package/dist/cjs/components/container.js +1 -1
- package/dist/cjs/components/container.js.map +2 -2
- package/dist/cjs/components/dialog.js +1 -1
- package/dist/cjs/components/dialog.js.map +2 -2
- package/dist/cjs/components/gird.js +1 -1
- package/dist/cjs/components/gird.js.map +2 -2
- package/dist/cjs/components/heading.d.ts +1 -1
- package/dist/cjs/components/heading.js +1 -1
- package/dist/cjs/components/heading.js.map +2 -2
- package/dist/cjs/components/text.js +1 -1
- package/dist/cjs/components/text.js.map +2 -2
- package/dist/cjs/helpers/utils.js +1 -1
- package/dist/cjs/helpers/utils.js.map +2 -2
- package/dist/cjs/stories/accordionCards.stories.d.ts +28 -0
- package/dist/cjs/stories/accordionCards.stories.js +2 -0
- package/dist/cjs/stories/accordionCards.stories.js.map +7 -0
- package/dist/cjs/stories/badge.stories.d.ts +17 -2
- package/dist/cjs/stories/badge.stories.js +1 -1
- package/dist/cjs/stories/badge.stories.js.map +2 -2
- package/dist/cjs/stories/button.stories.d.ts +3 -1
- package/dist/cjs/stories/button.stories.js +1 -1
- package/dist/cjs/stories/button.stories.js.map +3 -3
- package/dist/cjs/stories/container.stories.js +6 -6
- package/dist/cjs/stories/container.stories.js.map +2 -2
- package/dist/cjs/stories/dialog.stories.js +1 -1
- package/dist/cjs/stories/dialog.stories.js.map +2 -2
- package/dist/cjs/stories/evaluate.stories.js +1 -1
- package/dist/cjs/stories/evaluate.stories.js.map +2 -2
- package/dist/cjs/stories/graphic.stories.d.ts +49 -0
- package/dist/cjs/stories/graphic.stories.js +2 -0
- package/dist/cjs/stories/graphic.stories.js.map +7 -0
- package/dist/cjs/stories/heading.stories.d.ts +3 -2
- package/dist/cjs/stories/heading.stories.js +1 -1
- package/dist/cjs/stories/heading.stories.js.map +2 -2
- package/dist/cjs/stories/text.stories.js +1 -1
- package/dist/cjs/stories/text.stories.js.map +2 -2
- package/dist/esm/biz-components/AccordionCards/index.d.ts +25 -0
- package/dist/esm/biz-components/AccordionCards/index.js +2 -0
- package/dist/esm/biz-components/AccordionCards/index.js.map +7 -0
- package/dist/esm/biz-components/BrandEquity/BrandEquity.js +1 -1
- package/dist/esm/biz-components/BrandEquity/BrandEquity.js.map +2 -2
- package/dist/esm/biz-components/Category/index.js +1 -1
- package/dist/esm/biz-components/Category/index.js.map +2 -2
- package/dist/esm/biz-components/Evaluate/index.d.ts +1 -0
- package/dist/esm/biz-components/Evaluate/index.js +1 -1
- package/dist/esm/biz-components/Evaluate/index.js.map +3 -3
- package/dist/esm/biz-components/Graphic/index.d.ts +15 -0
- package/dist/esm/biz-components/Graphic/index.js +2 -0
- package/dist/esm/biz-components/Graphic/index.js.map +7 -0
- package/dist/esm/biz-components/HeroBanner/HeroBanner.js +1 -1
- package/dist/esm/biz-components/HeroBanner/HeroBanner.js.map +2 -2
- package/dist/esm/biz-components/HeroBanner/types.d.ts +1 -1
- package/dist/esm/biz-components/Marquee/index.js +1 -1
- package/dist/esm/biz-components/Marquee/index.js.map +3 -3
- package/dist/esm/biz-components/MemberEquity/index.js +29 -29
- package/dist/esm/biz-components/MemberEquity/index.js.map +2 -2
- package/dist/esm/biz-components/ShelfDisplay/index.js +9 -9
- package/dist/esm/biz-components/ShelfDisplay/index.js.map +2 -2
- package/dist/esm/biz-components/Slogan/index.js +1 -1
- package/dist/esm/biz-components/Slogan/index.js.map +2 -2
- package/dist/esm/biz-components/index.d.ts +3 -1
- package/dist/esm/biz-components/index.js +1 -1
- package/dist/esm/biz-components/index.js.map +2 -2
- package/dist/esm/components/badge.d.ts +1 -1
- package/dist/esm/components/badge.js +1 -1
- package/dist/esm/components/badge.js.map +2 -2
- package/dist/esm/components/button.d.ts +1 -1
- package/dist/esm/components/button.js +1 -1
- package/dist/esm/components/button.js.map +2 -2
- package/dist/esm/components/card.js +1 -1
- package/dist/esm/components/card.js.map +2 -2
- package/dist/esm/components/carousel.js +1 -1
- package/dist/esm/components/carousel.js.map +2 -2
- package/dist/esm/components/container.js +1 -1
- package/dist/esm/components/container.js.map +2 -2
- package/dist/esm/components/dialog.js +1 -1
- package/dist/esm/components/dialog.js.map +2 -2
- package/dist/esm/components/gird.js +1 -1
- package/dist/esm/components/gird.js.map +2 -2
- package/dist/esm/components/heading.d.ts +1 -1
- package/dist/esm/components/heading.js +1 -1
- package/dist/esm/components/heading.js.map +2 -2
- package/dist/esm/components/text.js +1 -1
- package/dist/esm/components/text.js.map +2 -2
- package/dist/esm/helpers/utils.js +1 -1
- package/dist/esm/helpers/utils.js.map +2 -2
- package/dist/esm/stories/accordionCards.stories.d.ts +28 -0
- package/dist/esm/stories/accordionCards.stories.js +2 -0
- package/dist/esm/stories/accordionCards.stories.js.map +7 -0
- package/dist/esm/stories/badge.stories.d.ts +17 -2
- package/dist/esm/stories/badge.stories.js +1 -1
- package/dist/esm/stories/badge.stories.js.map +3 -3
- package/dist/esm/stories/button.stories.d.ts +3 -1
- package/dist/esm/stories/button.stories.js +1 -1
- package/dist/esm/stories/button.stories.js.map +3 -3
- package/dist/esm/stories/container.stories.js +6 -6
- package/dist/esm/stories/container.stories.js.map +2 -2
- package/dist/esm/stories/dialog.stories.js +1 -1
- package/dist/esm/stories/dialog.stories.js.map +2 -2
- package/dist/esm/stories/evaluate.stories.js +1 -1
- package/dist/esm/stories/evaluate.stories.js.map +2 -2
- package/dist/esm/stories/graphic.stories.d.ts +49 -0
- package/dist/esm/stories/graphic.stories.js +2 -0
- package/dist/esm/stories/graphic.stories.js.map +7 -0
- package/dist/esm/stories/heading.stories.d.ts +3 -2
- package/dist/esm/stories/heading.stories.js +1 -1
- package/dist/esm/stories/heading.stories.js.map +2 -2
- package/dist/esm/stories/text.stories.js +2 -2
- package/dist/esm/stories/text.stories.js.map +2 -2
- package/package.json +5 -4
- package/style.css +180 -70
- package/src/biz-components/BrandEquity/BrandEquity.tsx +0 -77
- package/src/biz-components/BrandEquity/index.ts +0 -1
- package/src/biz-components/Category/index.tsx +0 -57
- package/src/biz-components/Evaluate/index.tsx +0 -85
- package/src/biz-components/HeroBanner/HeroBanner.tsx +0 -103
- package/src/biz-components/HeroBanner/index.tsx +0 -1
- package/src/biz-components/HeroBanner/types.ts +0 -28
- package/src/biz-components/Marquee/index.tsx +0 -79
- package/src/biz-components/MemberEquity/index.tsx +0 -114
- package/src/biz-components/MemberEquity/types.ts +0 -26
- package/src/biz-components/Shelf/Shelf.tsx +0 -22
- package/src/biz-components/Shelf/index.ts +0 -1
- package/src/biz-components/Shelf/types.ts +0 -6
- package/src/biz-components/ShelfDisplay/index.tsx +0 -142
- package/src/biz-components/Slogan/index.tsx +0 -53
- package/src/biz-components/Slogan/types.ts +0 -25
- package/src/biz-components/index.ts +0 -11
- package/src/components/alert.tsx +0 -124
- package/src/components/avatar.tsx +0 -126
- package/src/components/badge.tsx +0 -27
- package/src/components/button.tsx +0 -183
- package/src/components/card.tsx +0 -51
- package/src/components/carousel.tsx +0 -352
- package/src/components/checkbox.tsx +0 -42
- package/src/components/color.tsx +0 -77
- package/src/components/container.tsx +0 -28
- package/src/components/dialog.tsx +0 -98
- package/src/components/drawer.tsx +0 -115
- package/src/components/drop-down.tsx +0 -182
- package/src/components/gird.tsx +0 -90
- package/src/components/heading.tsx +0 -80
- package/src/components/index.ts +0 -26
- package/src/components/input-number.tsx +0 -216
- package/src/components/input.tsx +0 -79
- package/src/components/link.tsx +0 -99
- package/src/components/picture.tsx +0 -100
- package/src/components/popover.tsx +0 -31
- package/src/components/radio.tsx +0 -85
- package/src/components/skeleton.tsx +0 -41
- package/src/components/tabs.tsx +0 -78
- package/src/components/text.tsx +0 -99
- package/src/components/theme.tsx +0 -20
- package/src/helpers/component-props.ts +0 -17
- package/src/helpers/constants.ts +0 -0
- package/src/helpers/index.ts +0 -2
- package/src/helpers/utils.ts +0 -16
- package/src/icons/spinner.tsx +0 -26
- package/src/index.ts +0 -1
- package/src/shared/Styles.tsx +0 -94
- package/src/stories/HeroBanner.stories.tsx +0 -86
- package/src/stories/MemberEquity.stories.tsx +0 -107
- package/src/stories/alert.stories.tsx +0 -41
- package/src/stories/avatar.stories.tsx +0 -83
- package/src/stories/badge.stories.tsx +0 -40
- package/src/stories/brandEquity.stories.tsx +0 -73
- package/src/stories/button.stories.tsx +0 -145
- package/src/stories/card.stories.tsx +0 -97
- package/src/stories/carousel.stories.tsx +0 -161
- package/src/stories/category.stories.tsx +0 -52
- package/src/stories/checkbox.stories.tsx +0 -93
- package/src/stories/container.stories.tsx +0 -97
- package/src/stories/dialog.stories.tsx +0 -74
- package/src/stories/drawer.stories.tsx +0 -88
- package/src/stories/drop-down.stories.tsx +0 -83
- package/src/stories/evaluate.stories.tsx +0 -53
- package/src/stories/grid.stories.tsx +0 -190
- package/src/stories/heading.stories.tsx +0 -96
- package/src/stories/input-number.stories.tsx +0 -52
- package/src/stories/input.stories.tsx +0 -64
- package/src/stories/link.stories.tsx +0 -142
- package/src/stories/marquee.stories.tsx +0 -102
- package/src/stories/picture.stories.tsx +0 -51
- package/src/stories/popover.stories.tsx +0 -41
- package/src/stories/radio.stories.tsx +0 -55
- package/src/stories/shelf.stories.tsx +0 -35
- package/src/stories/shelfDisplay.stories.tsx +0 -69
- package/src/stories/skeleton.stories.tsx +0 -67
- package/src/stories/slogan.stories.tsx +0 -99
- package/src/stories/tabs.stories.tsx +0 -179
- package/src/stories/text.stories.tsx +0 -130
- package/src/styles/global.css +0 -4
- package/src/styles/index.css +0 -0
- package/src/types/index.ts +0 -0
- package/src/types/props.ts +0 -5
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Fragment as a,jsx as o,jsxs as r}from"react/jsx-runtime";import{Heading as e}from"../components/index.js";import"react";const t={title:"Typography/Heading",component:e,parameters:{layout:"padded",docs:{description:{component:"Heading \u7EC4\u4EF6, \u57FA\u672C\u548Ctext \u7EC4\u4EF6\u4E00\u6837\uFF0C\u53EA\u662F\u9ED8\u8BA4\u7684\u6807\u7B7E\u7C7B\u578B\u4E0D\u4E00\u6837"}}},tags:["autodocs"],argTypes:{size:{control:{type:"select"},options:[1,2,3,4,5],description:"\u6587\u672C\u5C3A\u5BF8\uFF0C\u4ECE5\u52301\uFF0C\u8D8A\u6765\u8D8A\u5C0F",table:{defaultValue:{summary:"5"}}},weight:{control:{type:"select"},options:["
|
|
1
|
+
import{Fragment as a,jsx as o,jsxs as r}from"react/jsx-runtime";import{Heading as e}from"../components/index.js";import"react";const t={title:"Typography/Heading",component:e,parameters:{layout:"padded",docs:{description:{component:"Heading \u7EC4\u4EF6\uFF0C \u5206\u4E3A5\u4E2Asize , \u5185\u7F6E\u5B57\u4F53\u5927\u5C0F\u54CD\u5E94\u5F0F\u9884\u8BBE, \u57FA\u672C\u548Ctext \u7EC4\u4EF6\u4E00\u6837\uFF0C\u53EA\u662F\u9ED8\u8BA4\u7684\u6807\u7B7E\u7C7B\u578B\u4E0D\u4E00\u6837\u3002"}}},tags:["autodocs"],argTypes:{size:{control:{type:"select"},options:[1,2,3,4,5],description:"\u6587\u672C\u5C3A\u5BF8\uFF0C\u4ECE5\u52301\uFF0C\u8D8A\u6765\u8D8A\u5C0F",table:{defaultValue:{summary:"5"}}},weight:{control:{type:"select"},options:["medium","semibold","bold","extraBold","black"],description:"\u6587\u672C\u7C97\u7EC6, \u4ECE500\u5230900 \uFF0C\u9ED8\u8BA4\u662F700",table:{defaultValue:{summary:"bold"}}},align:{control:{type:"select"},options:["left","center","right"],table:{defaultValue:{summary:void 0}}},color:{control:{type:"color"}},as:{control:{type:"select"},options:["h1","h2","h3","h4","h5","h6"],description:"html \u6807\u7B7E\u7C7B\u578B",table:{defaultValue:{summary:"h1"}}},html:{type:"string",description:"\u76F8\u5F53\u4E8E dangerouslySetInnerHTML"}},args:{as:"h1",size:1,weight:"bold",align:"left"}};var n=t;const d={args:{as:"h1",children:" The quick brown fox jumps over the lazy dog."}},p={render:()=>r(a,{children:[o(e,{size:1,children:"The quick brown fox jumps over the lazy dog."}),o(e,{size:2,children:"The quick brown fox jumps over the lazy dog."}),o(e,{size:3,children:"The quick brown fox jumps over the lazy dog."}),o(e,{size:4,children:"The quick brown fox jumps over the lazy dog."}),o(e,{size:5,children:"The quick brown fox jumps over the lazy dog."})]})};export{p as All,d as Default,n as default};
|
|
2
2
|
//# sourceMappingURL=heading.stories.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/stories/heading.stories.tsx"],
|
|
4
|
-
"sourcesContent": ["import type { Meta, StoryObj } from '@storybook/react'\n\nimport { Heading } from '../components/index.js'\nimport React from 'react'\n\nconst meta = {\n title: 'Typography/Heading',\n component: Heading,\n parameters: {\n layout: 'padded',\n docs: {\n description: {\n component: 'Heading \u7EC4\u4EF6, \u57FA\u672C\u548Ctext \u7EC4\u4EF6\u4E00\u6837\uFF0C\u53EA\u662F\u9ED8\u8BA4\u7684\u6807\u7B7E\u7C7B\u578B\u4E0D\u4E00\u6837',\n },\n },\n },\n tags: ['autodocs'],\n argTypes: {\n size: {\n control: {\n type: 'select',\n },\n options: [1, 2, 3, 4, 5],\n description: '\u6587\u672C\u5C3A\u5BF8\uFF0C\u4ECE5\u52301\uFF0C\u8D8A\u6765\u8D8A\u5C0F',\n table: {\n defaultValue: { summary: '5' },\n },\n },\n weight: {\n control: {\n type: 'select',\n },\n options: ['
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["import type { Meta, StoryObj } from '@storybook/react'\n\nimport { Heading } from '../components/index.js'\nimport React from 'react'\n\nconst meta = {\n title: 'Typography/Heading',\n component: Heading,\n parameters: {\n layout: 'padded',\n docs: {\n description: {\n component: 'Heading \u7EC4\u4EF6\uFF0C \u5206\u4E3A5\u4E2Asize , \u5185\u7F6E\u5B57\u4F53\u5927\u5C0F\u54CD\u5E94\u5F0F\u9884\u8BBE, \u57FA\u672C\u548Ctext \u7EC4\u4EF6\u4E00\u6837\uFF0C\u53EA\u662F\u9ED8\u8BA4\u7684\u6807\u7B7E\u7C7B\u578B\u4E0D\u4E00\u6837\u3002',\n },\n },\n },\n tags: ['autodocs'],\n argTypes: {\n size: {\n control: {\n type: 'select',\n },\n options: [1, 2, 3, 4, 5],\n description: '\u6587\u672C\u5C3A\u5BF8\uFF0C\u4ECE5\u52301\uFF0C\u8D8A\u6765\u8D8A\u5C0F',\n table: {\n defaultValue: { summary: '5' },\n },\n },\n weight: {\n control: {\n type: 'select',\n },\n options: ['medium', 'semibold', 'bold', 'extraBold', 'black'],\n description: '\u6587\u672C\u7C97\u7EC6, \u4ECE500\u5230900 \uFF0C\u9ED8\u8BA4\u662F700',\n table: {\n defaultValue: { summary: 'bold' },\n },\n },\n align: {\n control: {\n type: 'select',\n },\n options: ['left', 'center', 'right'],\n table: {\n defaultValue: { summary: undefined },\n },\n },\n color: {\n control: {\n type: 'color',\n },\n },\n as: {\n control: {\n type: 'select',\n },\n options: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'],\n description: 'html \u6807\u7B7E\u7C7B\u578B',\n table: {\n defaultValue: { summary: 'h1' },\n },\n },\n html: {\n type: 'string',\n description: '\u76F8\u5F53\u4E8E dangerouslySetInnerHTML',\n },\n },\n args: {\n as: 'h1',\n size: 1,\n weight: 'bold',\n align: 'left',\n },\n} satisfies Meta<typeof Heading>\n\nexport default meta\n\ntype Story = StoryObj<typeof meta>\n\nexport const Default: Story = {\n args: {\n as: 'h1',\n children: ' The quick brown fox jumps over the lazy dog.',\n },\n}\n\nexport const All: Story = {\n render: () => (\n <>\n <Heading size={1}>The quick brown fox jumps over the lazy dog.</Heading>\n <Heading size={2}>The quick brown fox jumps over the lazy dog.</Heading>\n <Heading size={3}>The quick brown fox jumps over the lazy dog.</Heading>\n <Heading size={4}>The quick brown fox jumps over the lazy dog.</Heading>\n <Heading size={5}>The quick brown fox jumps over the lazy dog.</Heading>\n </>\n ),\n}\n"],
|
|
5
|
+
"mappings": "AAwFI,mBAAAA,EACE,OAAAC,EADF,QAAAC,MAAA,oBAtFJ,OAAS,WAAAC,MAAe,yBACxB,MAAkB,QAElB,MAAMC,EAAO,CACX,MAAO,qBACP,UAAWD,EACX,WAAY,CACV,OAAQ,SACR,KAAM,CACJ,YAAa,CACX,UAAW,8PACb,CACF,CACF,EACA,KAAM,CAAC,UAAU,EACjB,SAAU,CACR,KAAM,CACJ,QAAS,CACP,KAAM,QACR,EACA,QAAS,CAAC,EAAG,EAAG,EAAG,EAAG,CAAC,EACvB,YAAa,6EACb,MAAO,CACL,aAAc,CAAE,QAAS,GAAI,CAC/B,CACF,EACA,OAAQ,CACN,QAAS,CACP,KAAM,QACR,EACA,QAAS,CAAC,SAAU,WAAY,OAAQ,YAAa,OAAO,EAC5D,YAAa,2EACb,MAAO,CACL,aAAc,CAAE,QAAS,MAAO,CAClC,CACF,EACA,MAAO,CACL,QAAS,CACP,KAAM,QACR,EACA,QAAS,CAAC,OAAQ,SAAU,OAAO,EACnC,MAAO,CACL,aAAc,CAAE,QAAS,MAAU,CACrC,CACF,EACA,MAAO,CACL,QAAS,CACP,KAAM,OACR,CACF,EACA,GAAI,CACF,QAAS,CACP,KAAM,QACR,EACA,QAAS,CAAC,KAAM,KAAM,KAAM,KAAM,KAAM,IAAI,EAC5C,YAAa,gCACb,MAAO,CACL,aAAc,CAAE,QAAS,IAAK,CAChC,CACF,EACA,KAAM,CACJ,KAAM,SACN,YAAa,4CACf,CACF,EACA,KAAM,CACJ,GAAI,KACJ,KAAM,EACN,OAAQ,OACR,MAAO,MACT,CACF,EAEA,IAAOE,EAAQD,EAIR,MAAME,EAAiB,CAC5B,KAAM,CACJ,GAAI,KACJ,SAAU,+CACZ,CACF,EAEaC,EAAa,CACxB,OAAQ,IACNL,EAAAF,EAAA,CACE,UAAAC,EAACE,EAAA,CAAQ,KAAM,EAAG,wDAA4C,EAC9DF,EAACE,EAAA,CAAQ,KAAM,EAAG,wDAA4C,EAC9DF,EAACE,EAAA,CAAQ,KAAM,EAAG,wDAA4C,EAC9DF,EAACE,EAAA,CAAQ,KAAM,EAAG,wDAA4C,EAC9DF,EAACE,EAAA,CAAQ,KAAM,EAAG,wDAA4C,GAChE,CAEJ",
|
|
6
6
|
"names": ["Fragment", "jsx", "jsxs", "Heading", "meta", "heading_stories_default", "Default", "All"]
|
|
7
7
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as t,jsxs as o}from"react/jsx-runtime";import{Text as e}from"../components/index.js";import"react";const r={title:"Typography/Text",component:e,parameters:{layout:"padded",docs:{description:{component:"\u6587\u672C\u7EC4\u4EF6, \u7528\u4E8E\u5C55\u793A\u6587\u672C\u5185\u5BB9."}}},tags:["autodocs"],argTypes:{size:{control:{type:"select"},description:"\u6587\u672C\u5C3A\u5BF8 3: \u6B63\u6587, 2: \u8865\u5145\u6587\u672C, 1: \u5C0F\u6807\u9898",options:[1,2,3],table:{defaultValue:{summary:"3"}}},weight:{control:{type:"select"},options:["light","normal","medium","bold"],table:{defaultValue:{summary:"normal"}}},align:{control:{type:"select"},options:["left","center","right"],table:{defaultValue:{summary:void 0}}},color:{control:{type:"color"}},as:{control:{type:"select"},description:"html \u6807\u7B7E\u7C7B\u578B, div\u548Cp\u4F1A\u9ED8\u8BA4\u5360\u6EE1\u6574\u884C",options:["div","label","p","span"],table:{defaultValue:{summary:"span"}}},html:{type:"string",description:"\u76F8\u5F53\u4E8E dangerouslySetInnerHTML"}},args:{size:3,weight:"normal",align:"left",html:"",as:"p"}};var n=r;const s={args:{children:" The quick brown fox jumps over the lazy dog.",size:3,weight:"normal"}},p={render(){return o("div",{className:"flex flex-col",children:[t(e,{size:1,children:"The quick brown fox jumps over the lazy dog."}),t(e,{size:2,children:"The quick brown fox jumps over the lazy dog."}),t(e,{size:3,children:"The quick brown fox jumps over the lazy dog."})]})}},c={render(){return o("div",{className:"flex flex-col",children:[t(e,{weight:"light",children:"The quick brown fox jumps over the lazy dog."}),t(e,{weight:"normal",children:"The quick brown fox jumps over the lazy dog."}),t(e,{weight:"medium",children:"The quick brown fox jumps over the lazy dog."}),t(e,{weight:"bold",children:"The quick brown fox jumps over the lazy dog."})]})}},
|
|
1
|
+
import{jsx as t,jsxs as o}from"react/jsx-runtime";import{Text as e}from"../components/index.js";import"react";const r={title:"Typography/Text",component:e,parameters:{layout:"padded",docs:{description:{component:"\u6587\u672C\u7EC4\u4EF6, \u7528\u4E8E\u5C55\u793A\u6587\u672C\u5185\u5BB9."}}},tags:["autodocs"],argTypes:{size:{control:{type:"select"},description:"\u6587\u672C\u5C3A\u5BF8 3: \u6B63\u6587, 2: \u8865\u5145\u6587\u672C, 1: \u5C0F\u6807\u9898",options:[1,2,3],table:{defaultValue:{summary:"3"}}},weight:{control:{type:"select"},options:["light","normal","medium","semibold","bold"],table:{defaultValue:{summary:"normal"}}},align:{control:{type:"select"},options:["left","center","right"],table:{defaultValue:{summary:void 0}}},color:{control:{type:"color"}},as:{control:{type:"select"},description:"html \u6807\u7B7E\u7C7B\u578B, div\u548Cp\u4F1A\u9ED8\u8BA4\u5360\u6EE1\u6574\u884C",options:["div","label","p","span"],table:{defaultValue:{summary:"span"}}},html:{type:"string",description:"\u76F8\u5F53\u4E8E dangerouslySetInnerHTML"}},args:{size:3,weight:"normal",align:"left",html:"",as:"p"}};var n=r;const s={args:{children:" The quick brown fox jumps over the lazy dog.",size:3,weight:"normal"}},p={render(){return o("div",{className:"flex flex-col",children:[t(e,{size:1,children:"The quick brown fox jumps over the lazy dog."}),t(e,{size:2,children:"The quick brown fox jumps over the lazy dog."}),t(e,{size:3,children:"The quick brown fox jumps over the lazy dog."})]})}},c={render(){return o("div",{className:"flex flex-col",children:[t(e,{weight:"light",children:"The quick brown fox jumps over the lazy dog."}),t(e,{weight:"normal",children:"The quick brown fox jumps over the lazy dog."}),t(e,{weight:"medium",children:"The quick brown fox jumps over the lazy dog."}),t(e,{weight:"bold",children:"The quick brown fox jumps over the lazy dog."})]})}},d={render(){return t(e,{html:`The <span style='font-size:20px;font:bold; -webkit-background-clip: text; background: linear-gradient(
|
|
2
2
|
to right,
|
|
3
3
|
#00ff00, /* \u7EFF\u8272 */
|
|
4
4
|
#00ff99, /* \u6D45\u7EFF\u8272 */
|
|
@@ -6,5 +6,5 @@ import{jsx as t,jsxs as o}from"react/jsx-runtime";import{Text as e}from"../compo
|
|
|
6
6
|
#0099ff, /* \u6D45\u84DD\u8272 */
|
|
7
7
|
#8000ff, /* \u7D2B\u8272 */
|
|
8
8
|
#ff00ff /* \u7C89\u8272 */
|
|
9
|
-
);color: transparent;background-clip: text;'>quick brown fox</span> <br/> jumps over the lazy dog.`})}};export{s as Default,
|
|
9
|
+
);color: transparent;background-clip: text;'>quick brown fox</span> <br/> jumps over the lazy dog.`})}};export{s as Default,d as Html,p as Sizes,n as default,c as weight};
|
|
10
10
|
//# sourceMappingURL=text.stories.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/stories/text.stories.tsx"],
|
|
4
|
-
"sourcesContent": ["import type { Meta, StoryObj } from '@storybook/react'\n\nimport { Text } from '../components/index.js'\nimport React from 'react'\n\nconst meta = {\n title: 'Typography/Text',\n component: Text,\n parameters: {\n layout: 'padded',\n docs: {\n description: {\n component: '\u6587\u672C\u7EC4\u4EF6, \u7528\u4E8E\u5C55\u793A\u6587\u672C\u5185\u5BB9.',\n },\n },\n },\n tags: ['autodocs'],\n argTypes: {\n size: {\n control: {\n type: 'select',\n },\n description: '\u6587\u672C\u5C3A\u5BF8 3: \u6B63\u6587, 2: \u8865\u5145\u6587\u672C, 1: \u5C0F\u6807\u9898',\n options: [1, 2, 3],\n table: {\n defaultValue: { summary: '3' },\n },\n },\n weight: {\n control: {\n type: 'select',\n },\n options: ['light', 'normal', 'medium', 'bold'],\n table: {\n defaultValue: { summary: 'normal' },\n },\n },\n align: {\n control: {\n type: 'select',\n },\n options: ['left', 'center', 'right'],\n table: {\n defaultValue: { summary: undefined },\n },\n },\n color: {\n control: {\n type: 'color',\n },\n },\n as: {\n control: {\n type: 'select',\n },\n description: 'html \u6807\u7B7E\u7C7B\u578B, div\u548Cp\u4F1A\u9ED8\u8BA4\u5360\u6EE1\u6574\u884C',\n options: ['div', 'label', 'p', 'span'],\n table: {\n defaultValue: { summary: 'span' },\n },\n },\n html: {\n type: 'string',\n description: '\u76F8\u5F53\u4E8E dangerouslySetInnerHTML',\n },\n },\n args: {\n size: 3,\n weight: 'normal',\n align: 'left',\n html: '',\n as: 'p',\n },\n} satisfies Meta<typeof Text>\n\nexport default meta\ntype Story = StoryObj<typeof meta>\n\nexport const Default: Story = {\n args: {\n children: ' The quick brown fox jumps over the lazy dog.',\n size: 3,\n weight: 'normal',\n },\n}\n\nexport const Sizes: Story = {\n render() {\n return (\n <div className=\"flex flex-col\">\n <Text size={1}>The quick brown fox jumps over the lazy dog.</Text>\n <Text size={2}>The quick brown fox jumps over the lazy dog.</Text>\n <Text size={3}>The quick brown fox jumps over the lazy dog.</Text>\n </div>\n )\n },\n}\n\nexport const weight: Story = {\n render() {\n return (\n <div className=\"flex flex-col\">\n <Text weight=\"light\">The quick brown fox jumps over the lazy dog.</Text>\n <Text weight=\"normal\">The quick brown fox jumps over the lazy dog.</Text>\n <Text weight=\"medium\">The quick brown fox jumps over the lazy dog.</Text>\n <Text weight=\"bold\">The quick brown fox jumps over the lazy dog.</Text>\n </div>\n )\n },\n}\n\n\n\nexport const Html: Story = {\n render() {\n return (\n <Text\n html={`The <span style='font-size:20px;font:bold; -webkit-background-clip: text; background: linear-gradient(\n to right, \n #00ff00, /* \u7EFF\u8272 */\n #00ff99, /* \u6D45\u7EFF\u8272 */\n #00ffff, /* \u9752\u8272 */\n #0099ff, /* \u6D45\u84DD\u8272 */\n #8000ff, /* \u7D2B\u8272 */\n #ff00ff /* \u7C89\u8272 */\n );color: transparent;background-clip: text;'>quick brown fox</span> <br/> jumps over the lazy dog.`}\n />\n )\n },\n}\n"],
|
|
5
|
-
"mappings": "AAyFM,OACE,OAAAA,EADF,QAAAC,MAAA,oBAvFN,OAAS,QAAAC,MAAY,yBACrB,MAAkB,QAElB,MAAMC,EAAO,CACX,MAAO,kBACP,UAAWD,EACX,WAAY,CACV,OAAQ,SACR,KAAM,CACJ,YAAa,CACX,UAAW,6EACb,CACF,CACF,EACA,KAAM,CAAC,UAAU,EACjB,SAAU,CACR,KAAM,CACJ,QAAS,CACP,KAAM,QACR,EACA,YAAa,+FACb,QAAS,CAAC,EAAG,EAAG,CAAC,EACjB,MAAO,CACL,aAAc,CAAE,QAAS,GAAI,CAC/B,CACF,EACA,OAAQ,CACN,QAAS,CACP,KAAM,QACR,EACA,QAAS,CAAC,QAAS,SAAU,SAAU,MAAM,
|
|
4
|
+
"sourcesContent": ["import type { Meta, StoryObj } from '@storybook/react'\n\nimport { Text } from '../components/index.js'\nimport React from 'react'\n\nconst meta = {\n title: 'Typography/Text',\n component: Text,\n parameters: {\n layout: 'padded',\n docs: {\n description: {\n component: '\u6587\u672C\u7EC4\u4EF6, \u7528\u4E8E\u5C55\u793A\u6587\u672C\u5185\u5BB9.',\n },\n },\n },\n tags: ['autodocs'],\n argTypes: {\n size: {\n control: {\n type: 'select',\n },\n description: '\u6587\u672C\u5C3A\u5BF8 3: \u6B63\u6587, 2: \u8865\u5145\u6587\u672C, 1: \u5C0F\u6807\u9898',\n options: [1, 2, 3],\n table: {\n defaultValue: { summary: '3' },\n },\n },\n weight: {\n control: {\n type: 'select',\n },\n options: ['light', 'normal', 'medium', 'semibold', 'bold'],\n table: {\n defaultValue: { summary: 'normal' },\n },\n },\n align: {\n control: {\n type: 'select',\n },\n options: ['left', 'center', 'right'],\n table: {\n defaultValue: { summary: undefined },\n },\n },\n color: {\n control: {\n type: 'color',\n },\n },\n as: {\n control: {\n type: 'select',\n },\n description: 'html \u6807\u7B7E\u7C7B\u578B, div\u548Cp\u4F1A\u9ED8\u8BA4\u5360\u6EE1\u6574\u884C',\n options: ['div', 'label', 'p', 'span'],\n table: {\n defaultValue: { summary: 'span' },\n },\n },\n html: {\n type: 'string',\n description: '\u76F8\u5F53\u4E8E dangerouslySetInnerHTML',\n },\n },\n args: {\n size: 3,\n weight: 'normal',\n align: 'left',\n html: '',\n as: 'p',\n },\n} satisfies Meta<typeof Text>\n\nexport default meta\ntype Story = StoryObj<typeof meta>\n\nexport const Default: Story = {\n args: {\n children: ' The quick brown fox jumps over the lazy dog.',\n size: 3,\n weight: 'normal',\n },\n}\n\nexport const Sizes: Story = {\n render() {\n return (\n <div className=\"flex flex-col\">\n <Text size={1}>The quick brown fox jumps over the lazy dog.</Text>\n <Text size={2}>The quick brown fox jumps over the lazy dog.</Text>\n <Text size={3}>The quick brown fox jumps over the lazy dog.</Text>\n </div>\n )\n },\n}\n\nexport const weight: Story = {\n render() {\n return (\n <div className=\"flex flex-col\">\n <Text weight=\"light\">The quick brown fox jumps over the lazy dog.</Text>\n <Text weight=\"normal\">The quick brown fox jumps over the lazy dog.</Text>\n <Text weight=\"medium\">The quick brown fox jumps over the lazy dog.</Text>\n <Text weight=\"bold\">The quick brown fox jumps over the lazy dog.</Text>\n </div>\n )\n },\n}\n\n\n\nexport const Html: Story = {\n render() {\n return (\n <Text\n html={`The <span style='font-size:20px;font:bold; -webkit-background-clip: text; background: linear-gradient(\n to right, \n #00ff00, /* \u7EFF\u8272 */\n #00ff99, /* \u6D45\u7EFF\u8272 */\n #00ffff, /* \u9752\u8272 */\n #0099ff, /* \u6D45\u84DD\u8272 */\n #8000ff, /* \u7D2B\u8272 */\n #ff00ff /* \u7C89\u8272 */\n );color: transparent;background-clip: text;'>quick brown fox</span> <br/> jumps over the lazy dog.`}\n />\n )\n },\n}\n"],
|
|
5
|
+
"mappings": "AAyFM,OACE,OAAAA,EADF,QAAAC,MAAA,oBAvFN,OAAS,QAAAC,MAAY,yBACrB,MAAkB,QAElB,MAAMC,EAAO,CACX,MAAO,kBACP,UAAWD,EACX,WAAY,CACV,OAAQ,SACR,KAAM,CACJ,YAAa,CACX,UAAW,6EACb,CACF,CACF,EACA,KAAM,CAAC,UAAU,EACjB,SAAU,CACR,KAAM,CACJ,QAAS,CACP,KAAM,QACR,EACA,YAAa,+FACb,QAAS,CAAC,EAAG,EAAG,CAAC,EACjB,MAAO,CACL,aAAc,CAAE,QAAS,GAAI,CAC/B,CACF,EACA,OAAQ,CACN,QAAS,CACP,KAAM,QACR,EACA,QAAS,CAAC,QAAS,SAAU,SAAU,WAAY,MAAM,EACzD,MAAO,CACL,aAAc,CAAE,QAAS,QAAS,CACpC,CACF,EACA,MAAO,CACL,QAAS,CACP,KAAM,QACR,EACA,QAAS,CAAC,OAAQ,SAAU,OAAO,EACnC,MAAO,CACL,aAAc,CAAE,QAAS,MAAU,CACrC,CACF,EACA,MAAO,CACL,QAAS,CACP,KAAM,OACR,CACF,EACA,GAAI,CACF,QAAS,CACP,KAAM,QACR,EACA,YAAa,sFACb,QAAS,CAAC,MAAO,QAAS,IAAK,MAAM,EACrC,MAAO,CACL,aAAc,CAAE,QAAS,MAAO,CAClC,CACF,EACA,KAAM,CACJ,KAAM,SACN,YAAa,4CACf,CACF,EACA,KAAM,CACJ,KAAM,EACN,OAAQ,SACR,MAAO,OACP,KAAM,GACN,GAAI,GACN,CACF,EAEA,IAAOE,EAAQD,EAGR,MAAME,EAAiB,CAC5B,KAAM,CACJ,SAAU,gDACV,KAAM,EACN,OAAQ,QACV,CACF,EAEaC,EAAe,CAC1B,QAAS,CACP,OACEL,EAAC,OAAI,UAAU,gBACb,UAAAD,EAACE,EAAA,CAAK,KAAM,EAAG,wDAA4C,EAC3DF,EAACE,EAAA,CAAK,KAAM,EAAG,wDAA4C,EAC3DF,EAACE,EAAA,CAAK,KAAM,EAAG,wDAA4C,GAC7D,CAEJ,CACF,EAEaK,EAAgB,CAC3B,QAAS,CACP,OACEN,EAAC,OAAI,UAAU,gBACb,UAAAD,EAACE,EAAA,CAAK,OAAO,QAAQ,wDAA4C,EACjEF,EAACE,EAAA,CAAK,OAAO,SAAS,wDAA4C,EAClEF,EAACE,EAAA,CAAK,OAAO,SAAS,wDAA4C,EAClEF,EAACE,EAAA,CAAK,OAAO,OAAO,wDAA4C,GAClE,CAEJ,CACF,EAIaM,EAAc,CACzB,QAAS,CACP,OACER,EAACE,EAAA,CACC,KAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wGASR,CAEJ,CACF",
|
|
6
6
|
"names": ["jsx", "jsxs", "Text", "meta", "text_stories_default", "Default", "Sizes", "weight", "Html"]
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anker-in/headless-ui",
|
|
3
|
-
"version": "0.0.27-alpha.
|
|
3
|
+
"version": "0.0.27-alpha.10",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"types": "./dist/cjs/index.d.ts",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
},
|
|
33
33
|
"description": "",
|
|
34
34
|
"files": [
|
|
35
|
-
"src/**",
|
|
36
35
|
"dist/**",
|
|
37
36
|
"*.css",
|
|
38
37
|
"README.md",
|
|
@@ -41,7 +40,7 @@
|
|
|
41
40
|
"sideEffects": false,
|
|
42
41
|
"keywords": [],
|
|
43
42
|
"author": "",
|
|
44
|
-
"license": "
|
|
43
|
+
"license": "GPLv3",
|
|
45
44
|
"devDependencies": {
|
|
46
45
|
"@babel/preset-env": "^7.24.6",
|
|
47
46
|
"@babel/preset-react": "^7.24.6",
|
|
@@ -66,8 +65,10 @@
|
|
|
66
65
|
"stylelint": "^16.6.0"
|
|
67
66
|
},
|
|
68
67
|
"dependencies": {
|
|
68
|
+
"@radix-ui/react-avatar": "^1.1.7",
|
|
69
69
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
70
70
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
71
|
+
"@radix-ui/react-dropdown-menu": "^2.1.12",
|
|
71
72
|
"@radix-ui/react-icons": "^1.3.0",
|
|
72
73
|
"@radix-ui/react-popover": "^1.0.7",
|
|
73
74
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
"clsx": "^2.1.1",
|
|
80
81
|
"embla-carousel-autoplay": "^8.5.2",
|
|
81
82
|
"embla-carousel-class-names": "^8.5.2",
|
|
82
|
-
"embla-carousel-react": "^8.
|
|
83
|
+
"embla-carousel-react": "^8.6.0",
|
|
83
84
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
84
85
|
"fitty": "^2.4.2",
|
|
85
86
|
"postcss": "^8.4.38",
|
package/style.css
CHANGED
|
@@ -403,24 +403,34 @@ video {
|
|
|
403
403
|
.container {
|
|
404
404
|
width: 100%;
|
|
405
405
|
}
|
|
406
|
-
@media (min-width:
|
|
406
|
+
@media (min-width: 640px) {
|
|
407
407
|
.container {
|
|
408
|
-
max-width:
|
|
408
|
+
max-width: 640px;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
@media (min-width:
|
|
411
|
+
@media (min-width: 768px) {
|
|
412
412
|
.container {
|
|
413
|
-
max-width:
|
|
413
|
+
max-width: 768px;
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
|
-
@media (min-width:
|
|
416
|
+
@media (min-width: 1024px) {
|
|
417
417
|
.container {
|
|
418
|
-
max-width:
|
|
418
|
+
max-width: 1024px;
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
|
-
@media (min-width:
|
|
421
|
+
@media (min-width: 1025px) {
|
|
422
422
|
.container {
|
|
423
|
-
max-width:
|
|
423
|
+
max-width: 1025px;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
@media (min-width: 1280px) {
|
|
427
|
+
.container {
|
|
428
|
+
max-width: 1280px;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
@media (min-width: 1441px) {
|
|
432
|
+
.container {
|
|
433
|
+
max-width: 1441px;
|
|
424
434
|
}
|
|
425
435
|
}
|
|
426
436
|
@media (min-width: 1536px) {
|
|
@@ -428,6 +438,11 @@ video {
|
|
|
428
438
|
max-width: 1536px;
|
|
429
439
|
}
|
|
430
440
|
}
|
|
441
|
+
@media (min-width: 1921px) {
|
|
442
|
+
.container {
|
|
443
|
+
max-width: 1921px;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
431
446
|
.sr-only {
|
|
432
447
|
position: absolute;
|
|
433
448
|
width: 1px;
|
|
@@ -741,6 +756,9 @@ video {
|
|
|
741
756
|
.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
|
|
742
757
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
743
758
|
}
|
|
759
|
+
.w-0 {
|
|
760
|
+
width: 0px;
|
|
761
|
+
}
|
|
744
762
|
.w-2 {
|
|
745
763
|
width: 0.5rem;
|
|
746
764
|
}
|
|
@@ -762,9 +780,6 @@ video {
|
|
|
762
780
|
.w-full {
|
|
763
781
|
width: 100%;
|
|
764
782
|
}
|
|
765
|
-
.min-w-0 {
|
|
766
|
-
min-width: 0px;
|
|
767
|
-
}
|
|
768
783
|
.min-w-\[8rem\] {
|
|
769
784
|
min-width: 8rem;
|
|
770
785
|
}
|
|
@@ -903,8 +918,8 @@ video {
|
|
|
903
918
|
text-overflow: ellipsis;
|
|
904
919
|
white-space: nowrap;
|
|
905
920
|
}
|
|
906
|
-
.rounded-\[
|
|
907
|
-
border-radius:
|
|
921
|
+
.rounded-\[16px\] {
|
|
922
|
+
border-radius: 16px;
|
|
908
923
|
}
|
|
909
924
|
.rounded-btn {
|
|
910
925
|
border-radius: var(--btn-radius);
|
|
@@ -924,6 +939,9 @@ video {
|
|
|
924
939
|
.border {
|
|
925
940
|
border-width: 1px;
|
|
926
941
|
}
|
|
942
|
+
.border-\[1\.6px\] {
|
|
943
|
+
border-width: 1.6px;
|
|
944
|
+
}
|
|
927
945
|
.border-b {
|
|
928
946
|
border-bottom-width: 1px;
|
|
929
947
|
}
|
|
@@ -933,12 +951,20 @@ video {
|
|
|
933
951
|
.\!border-none {
|
|
934
952
|
border-style: none !important;
|
|
935
953
|
}
|
|
936
|
-
.border-
|
|
937
|
-
|
|
938
|
-
|
|
954
|
+
.border-none {
|
|
955
|
+
border-style: none;
|
|
956
|
+
}
|
|
957
|
+
.border-brand-0 {
|
|
958
|
+
border-color: var(--brand-color-0);
|
|
939
959
|
}
|
|
940
960
|
.border-btn-primary {
|
|
941
|
-
border-color: var(--
|
|
961
|
+
border-color: var(--info-primary-color);
|
|
962
|
+
}
|
|
963
|
+
.border-info-primary {
|
|
964
|
+
border-color: var(--info-primary-color);
|
|
965
|
+
}
|
|
966
|
+
.border-info-white {
|
|
967
|
+
border-color: var(--info-white-color);
|
|
942
968
|
}
|
|
943
969
|
.border-lines-1 {
|
|
944
970
|
border-color: var(--line-color-1);
|
|
@@ -953,7 +979,7 @@ video {
|
|
|
953
979
|
border-color: var(--dark-error-color-0);
|
|
954
980
|
}
|
|
955
981
|
.border-primary {
|
|
956
|
-
border-color: var(--brand-color-
|
|
982
|
+
border-color: var(--brand-color-0);
|
|
957
983
|
}
|
|
958
984
|
.border-b-brand-0 {
|
|
959
985
|
border-bottom-color: var(--brand-color-0);
|
|
@@ -981,10 +1007,6 @@ video {
|
|
|
981
1007
|
.bg-bg-2 {
|
|
982
1008
|
background-color: var(--bg-color-2);
|
|
983
1009
|
}
|
|
984
|
-
.bg-black {
|
|
985
|
-
--tw-bg-opacity: 1;
|
|
986
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
987
|
-
}
|
|
988
1010
|
.bg-black\/80 {
|
|
989
1011
|
background-color: rgb(0 0 0 / 0.8);
|
|
990
1012
|
}
|
|
@@ -995,7 +1017,10 @@ video {
|
|
|
995
1017
|
background-color: var(--brand-color-1);
|
|
996
1018
|
}
|
|
997
1019
|
.bg-btn-primary {
|
|
998
|
-
background-color: var(--
|
|
1020
|
+
background-color: var(--info-primary-color);
|
|
1021
|
+
}
|
|
1022
|
+
.bg-btn-primary-active {
|
|
1023
|
+
background-color: var(--brand-color-0);
|
|
999
1024
|
}
|
|
1000
1025
|
.bg-btn-secondary {
|
|
1001
1026
|
background-color: var(--btn-bg-secondary-color);
|
|
@@ -1134,7 +1159,7 @@ video {
|
|
|
1134
1159
|
stroke: var(--btn-text-secondary-color);
|
|
1135
1160
|
}
|
|
1136
1161
|
.stroke-primary {
|
|
1137
|
-
stroke: var(--brand-color-
|
|
1162
|
+
stroke: var(--brand-color-0);
|
|
1138
1163
|
}
|
|
1139
1164
|
.p-1 {
|
|
1140
1165
|
padding: 0.25rem;
|
|
@@ -1165,13 +1190,13 @@ video {
|
|
|
1165
1190
|
padding-left: 1.75rem;
|
|
1166
1191
|
padding-right: 1.75rem;
|
|
1167
1192
|
}
|
|
1168
|
-
.px-\[
|
|
1169
|
-
padding-left:
|
|
1170
|
-
padding-right:
|
|
1193
|
+
.px-\[6px\] {
|
|
1194
|
+
padding-left: 6px;
|
|
1195
|
+
padding-right: 6px;
|
|
1171
1196
|
}
|
|
1172
|
-
.
|
|
1173
|
-
padding-
|
|
1174
|
-
padding-
|
|
1197
|
+
.px-\[8px\] {
|
|
1198
|
+
padding-left: 8px;
|
|
1199
|
+
padding-right: 8px;
|
|
1175
1200
|
}
|
|
1176
1201
|
.py-1\.5 {
|
|
1177
1202
|
padding-top: 0.375rem;
|
|
@@ -1185,6 +1210,10 @@ video {
|
|
|
1185
1210
|
padding-top: 0.75rem;
|
|
1186
1211
|
padding-bottom: 0.75rem;
|
|
1187
1212
|
}
|
|
1213
|
+
.py-\[4px\] {
|
|
1214
|
+
padding-top: 4px;
|
|
1215
|
+
padding-bottom: 4px;
|
|
1216
|
+
}
|
|
1188
1217
|
.\!pl-0 {
|
|
1189
1218
|
padding-left: 0px !important;
|
|
1190
1219
|
}
|
|
@@ -1251,22 +1280,27 @@ video {
|
|
|
1251
1280
|
line-height: 1.5rem;
|
|
1252
1281
|
}
|
|
1253
1282
|
.text-heading-1 {
|
|
1254
|
-
font-size:
|
|
1283
|
+
font-size: 14px;
|
|
1255
1284
|
line-height: 120%;
|
|
1256
1285
|
letter-spacing: -0.48px;
|
|
1257
1286
|
}
|
|
1258
1287
|
.text-heading-2 {
|
|
1259
|
-
font-size:
|
|
1288
|
+
font-size: 20px;
|
|
1260
1289
|
line-height: 120%;
|
|
1261
1290
|
letter-spacing: -0.64px;
|
|
1262
1291
|
}
|
|
1263
1292
|
.text-heading-3 {
|
|
1264
|
-
font-size:
|
|
1293
|
+
font-size: 24px;
|
|
1265
1294
|
line-height: 120%;
|
|
1266
1295
|
letter-spacing: -0.8px;
|
|
1267
1296
|
}
|
|
1297
|
+
.text-heading-4 {
|
|
1298
|
+
font-size: 32px;
|
|
1299
|
+
line-height: 120%;
|
|
1300
|
+
letter-spacing: -0.96px;
|
|
1301
|
+
}
|
|
1268
1302
|
.text-heading-5 {
|
|
1269
|
-
font-size:
|
|
1303
|
+
font-size: 40px;
|
|
1270
1304
|
line-height: 120%;
|
|
1271
1305
|
letter-spacing: -1.12px;
|
|
1272
1306
|
}
|
|
@@ -1297,9 +1331,15 @@ video {
|
|
|
1297
1331
|
font-size: 0.75rem;
|
|
1298
1332
|
line-height: 1rem;
|
|
1299
1333
|
}
|
|
1334
|
+
.font-black {
|
|
1335
|
+
font-weight: 900;
|
|
1336
|
+
}
|
|
1300
1337
|
.font-bold {
|
|
1301
1338
|
font-weight: 700;
|
|
1302
1339
|
}
|
|
1340
|
+
.font-extrabold {
|
|
1341
|
+
font-weight: 800;
|
|
1342
|
+
}
|
|
1303
1343
|
.font-light {
|
|
1304
1344
|
font-weight: 300;
|
|
1305
1345
|
}
|
|
@@ -1334,12 +1374,8 @@ video {
|
|
|
1334
1374
|
--tw-text-opacity: 1;
|
|
1335
1375
|
color: rgb(134 134 140 / var(--tw-text-opacity, 1));
|
|
1336
1376
|
}
|
|
1337
|
-
.text-black {
|
|
1338
|
-
--tw-text-opacity: 1;
|
|
1339
|
-
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
1340
|
-
}
|
|
1341
1377
|
.text-btn-primary {
|
|
1342
|
-
color: var(--
|
|
1378
|
+
color: var(--info-primary-color);
|
|
1343
1379
|
}
|
|
1344
1380
|
.text-btn-primary-foreground {
|
|
1345
1381
|
color: var(--btn-text-color);
|
|
@@ -1356,6 +1392,9 @@ video {
|
|
|
1356
1392
|
.text-info-quaternary {
|
|
1357
1393
|
color: var(--info-quaternary-color);
|
|
1358
1394
|
}
|
|
1395
|
+
.text-info-white {
|
|
1396
|
+
color: var(--info-white-color);
|
|
1397
|
+
}
|
|
1359
1398
|
.text-lines-1 {
|
|
1360
1399
|
color: var(--line-color-1);
|
|
1361
1400
|
}
|
|
@@ -1369,11 +1408,7 @@ video {
|
|
|
1369
1408
|
color: var(--dark-error-color-0);
|
|
1370
1409
|
}
|
|
1371
1410
|
.text-primary {
|
|
1372
|
-
color: var(--brand-color-
|
|
1373
|
-
}
|
|
1374
|
-
.text-white {
|
|
1375
|
-
--tw-text-opacity: 1;
|
|
1376
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1411
|
+
color: var(--brand-color-0);
|
|
1377
1412
|
}
|
|
1378
1413
|
.underline {
|
|
1379
1414
|
text-decoration-line: underline;
|
|
@@ -1424,6 +1459,11 @@ video {
|
|
|
1424
1459
|
.filter {
|
|
1425
1460
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1426
1461
|
}
|
|
1462
|
+
.backdrop-blur-sm {
|
|
1463
|
+
--tw-backdrop-blur: blur(4px);
|
|
1464
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1465
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1466
|
+
}
|
|
1427
1467
|
.transition-colors {
|
|
1428
1468
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1429
1469
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1478,11 +1518,11 @@ video {
|
|
|
1478
1518
|
}
|
|
1479
1519
|
.before\:bg-btn-primary-active::before {
|
|
1480
1520
|
content: var(--tw-content);
|
|
1481
|
-
background-color: var(--
|
|
1521
|
+
background-color: var(--brand-color-0);
|
|
1482
1522
|
}
|
|
1483
1523
|
.before\:bg-btn-secondary-active::before {
|
|
1484
1524
|
content: var(--tw-content);
|
|
1485
|
-
background-color: var(--
|
|
1525
|
+
background-color: var(--info-primary-color);
|
|
1486
1526
|
}
|
|
1487
1527
|
.before\:transition-transform::before {
|
|
1488
1528
|
content: var(--tw-content);
|
|
@@ -1509,30 +1549,48 @@ video {
|
|
|
1509
1549
|
.empty\:block:empty {
|
|
1510
1550
|
display: block;
|
|
1511
1551
|
}
|
|
1552
|
+
.hover\:border-brand-0:hover {
|
|
1553
|
+
border-color: var(--brand-color-0);
|
|
1554
|
+
}
|
|
1555
|
+
.hover\:border-info-white:hover {
|
|
1556
|
+
border-color: var(--info-white-color);
|
|
1557
|
+
}
|
|
1512
1558
|
.hover\:\!bg-btn-primary:hover {
|
|
1513
|
-
background-color: var(--
|
|
1559
|
+
background-color: var(--info-primary-color) !important;
|
|
1514
1560
|
}
|
|
1515
1561
|
.hover\:\!bg-btn-secondary:hover {
|
|
1516
1562
|
background-color: var(--btn-bg-secondary-color) !important;
|
|
1517
1563
|
}
|
|
1518
1564
|
.hover\:bg-btn-primary:hover {
|
|
1519
|
-
background-color: var(--
|
|
1565
|
+
background-color: var(--info-primary-color);
|
|
1520
1566
|
}
|
|
1521
1567
|
.hover\:bg-btn-primary-active:hover {
|
|
1522
|
-
background-color: var(--
|
|
1568
|
+
background-color: var(--brand-color-0);
|
|
1523
1569
|
}
|
|
1524
1570
|
.hover\:bg-btn-secondary-active:hover {
|
|
1525
|
-
background-color: var(--
|
|
1571
|
+
background-color: var(--info-primary-color);
|
|
1572
|
+
}
|
|
1573
|
+
.hover\:bg-info-white:hover {
|
|
1574
|
+
background-color: var(--info-white-color);
|
|
1526
1575
|
}
|
|
1527
1576
|
.hover\:text-brand-0:hover {
|
|
1528
1577
|
color: var(--brand-color-0);
|
|
1529
1578
|
}
|
|
1579
|
+
.hover\:text-btn-primary-active:hover {
|
|
1580
|
+
color: var(--brand-color-0);
|
|
1581
|
+
}
|
|
1530
1582
|
.hover\:text-btn-primary-foreground:hover {
|
|
1531
1583
|
color: var(--btn-text-color);
|
|
1532
1584
|
}
|
|
1533
1585
|
.hover\:text-btn-secondary:hover {
|
|
1534
1586
|
color: var(--btn-bg-secondary-color);
|
|
1535
1587
|
}
|
|
1588
|
+
.hover\:text-info-primary:hover {
|
|
1589
|
+
color: var(--info-primary-color);
|
|
1590
|
+
}
|
|
1591
|
+
.hover\:text-info-white:hover {
|
|
1592
|
+
color: var(--info-white-color);
|
|
1593
|
+
}
|
|
1536
1594
|
.hover\:underline:hover {
|
|
1537
1595
|
text-decoration-line: underline;
|
|
1538
1596
|
}
|
|
@@ -1574,20 +1632,29 @@ video {
|
|
|
1574
1632
|
.disabled\:cursor-not-allowed:disabled {
|
|
1575
1633
|
cursor: not-allowed;
|
|
1576
1634
|
}
|
|
1635
|
+
.disabled\:border-btn-secondary-disabled-border:disabled {
|
|
1636
|
+
border-color: var(--info-quaternary-color);
|
|
1637
|
+
}
|
|
1577
1638
|
.disabled\:bg-btn-primary-disabled:disabled {
|
|
1578
|
-
background-color: var(--
|
|
1639
|
+
background-color: var(--info-quaternary-color);
|
|
1579
1640
|
}
|
|
1580
1641
|
.disabled\:bg-btn-secondary-disabled:disabled {
|
|
1581
|
-
background-color: var(--
|
|
1642
|
+
background-color: var(--info-white-color);
|
|
1582
1643
|
}
|
|
1583
1644
|
.disabled\:text-btn-primary-disabled-foreground:disabled {
|
|
1584
|
-
color: var(--
|
|
1645
|
+
color: var(--info-white-color);
|
|
1585
1646
|
}
|
|
1586
1647
|
.disabled\:text-btn-secondary-disabled:disabled {
|
|
1587
|
-
color: var(--
|
|
1648
|
+
color: var(--info-white-color);
|
|
1588
1649
|
}
|
|
1589
1650
|
.disabled\:text-btn-secondary-disabled-foreground:disabled {
|
|
1590
|
-
color: var(--
|
|
1651
|
+
color: var(--info-quaternary-color);
|
|
1652
|
+
}
|
|
1653
|
+
.disabled\:text-info-quaternary:disabled {
|
|
1654
|
+
color: var(--info-quaternary-color);
|
|
1655
|
+
}
|
|
1656
|
+
.disabled\:text-info-white:disabled {
|
|
1657
|
+
color: var(--info-white-color);
|
|
1591
1658
|
}
|
|
1592
1659
|
.disabled\:opacity-50:disabled {
|
|
1593
1660
|
opacity: 0.5;
|
|
@@ -1614,7 +1681,7 @@ video {
|
|
|
1614
1681
|
border-bottom-width: 3px;
|
|
1615
1682
|
}
|
|
1616
1683
|
.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
|
|
1617
|
-
background-color: var(--brand-color-
|
|
1684
|
+
background-color: var(--brand-color-0);
|
|
1618
1685
|
}
|
|
1619
1686
|
.data-\[inline-skeleton\=true\]\:leading-\[0\][data-inline-skeleton="true"] {
|
|
1620
1687
|
line-height: 0;
|
|
@@ -1625,49 +1692,92 @@ video {
|
|
|
1625
1692
|
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
1626
1693
|
opacity: 0.5;
|
|
1627
1694
|
}
|
|
1628
|
-
@media (min-width:
|
|
1629
|
-
.
|
|
1695
|
+
@media (min-width: 768px) {
|
|
1696
|
+
.tablet\:mx-8 {
|
|
1630
1697
|
margin-left: 2rem;
|
|
1631
1698
|
margin-right: 2rem;
|
|
1632
1699
|
}
|
|
1633
|
-
.
|
|
1700
|
+
.tablet\:flex-row {
|
|
1634
1701
|
flex-direction: row;
|
|
1635
1702
|
}
|
|
1636
|
-
.
|
|
1703
|
+
.tablet\:justify-end {
|
|
1637
1704
|
justify-content: flex-end;
|
|
1638
1705
|
}
|
|
1639
|
-
.
|
|
1706
|
+
.tablet\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1640
1707
|
--tw-space-x-reverse: 0;
|
|
1641
1708
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
1642
1709
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1643
1710
|
}
|
|
1644
|
-
.
|
|
1711
|
+
.tablet\:rounded-lg {
|
|
1645
1712
|
border-radius: 0.5rem;
|
|
1646
1713
|
}
|
|
1647
|
-
.
|
|
1714
|
+
.tablet\:text-left {
|
|
1648
1715
|
text-align: left;
|
|
1649
1716
|
}
|
|
1650
1717
|
}
|
|
1651
|
-
@media (min-width:
|
|
1652
|
-
.
|
|
1718
|
+
@media (min-width: 1025px) {
|
|
1719
|
+
.laptop\:-bottom-\[40px\] {
|
|
1720
|
+
bottom: -40px;
|
|
1721
|
+
}
|
|
1722
|
+
.laptop\:bottom-\[40px\] {
|
|
1723
|
+
bottom: 40px;
|
|
1724
|
+
}
|
|
1725
|
+
.laptop\:mx-16 {
|
|
1653
1726
|
margin-left: 4rem;
|
|
1654
1727
|
margin-right: 4rem;
|
|
1655
1728
|
}
|
|
1656
|
-
.
|
|
1729
|
+
.laptop\:w-\[30px\] {
|
|
1730
|
+
width: 30px;
|
|
1731
|
+
}
|
|
1732
|
+
.laptop\:gap-4 {
|
|
1657
1733
|
gap: 1rem;
|
|
1658
1734
|
}
|
|
1659
1735
|
}
|
|
1660
|
-
@media (min-width:
|
|
1661
|
-
.
|
|
1736
|
+
@media (min-width: 1441px) {
|
|
1737
|
+
.desktop\:mx-16 {
|
|
1662
1738
|
margin-left: 4rem;
|
|
1663
1739
|
margin-right: 4rem;
|
|
1664
1740
|
}
|
|
1741
|
+
.desktop\:text-\[36px\] {
|
|
1742
|
+
font-size: 36px;
|
|
1743
|
+
}
|
|
1744
|
+
.desktop\:text-\[48px\] {
|
|
1745
|
+
font-size: 48px;
|
|
1746
|
+
}
|
|
1665
1747
|
}
|
|
1666
|
-
@media (min-width:
|
|
1667
|
-
.
|
|
1748
|
+
@media (min-width: 1921px) {
|
|
1749
|
+
.lg-desktop\:mx-auto {
|
|
1668
1750
|
margin-left: auto;
|
|
1669
1751
|
margin-right: auto;
|
|
1670
1752
|
}
|
|
1753
|
+
.lg-desktop\:p-6 {
|
|
1754
|
+
padding: 1.5rem;
|
|
1755
|
+
}
|
|
1756
|
+
.lg-desktop\:px-6 {
|
|
1757
|
+
padding-left: 1.5rem;
|
|
1758
|
+
padding-right: 1.5rem;
|
|
1759
|
+
}
|
|
1760
|
+
.lg-desktop\:pb-\[32px\] {
|
|
1761
|
+
padding-bottom: 32px;
|
|
1762
|
+
}
|
|
1763
|
+
.lg-desktop\:pt-\[32px\] {
|
|
1764
|
+
padding-top: 32px;
|
|
1765
|
+
}
|
|
1766
|
+
.lg-desktop\:text-\[16px\] {
|
|
1767
|
+
font-size: 16px;
|
|
1768
|
+
}
|
|
1769
|
+
.lg-desktop\:text-\[24px\] {
|
|
1770
|
+
font-size: 24px;
|
|
1771
|
+
}
|
|
1772
|
+
.lg-desktop\:text-\[32px\] {
|
|
1773
|
+
font-size: 32px;
|
|
1774
|
+
}
|
|
1775
|
+
.lg-desktop\:text-\[48px\] {
|
|
1776
|
+
font-size: 48px;
|
|
1777
|
+
}
|
|
1778
|
+
.lg-desktop\:text-\[64px\] {
|
|
1779
|
+
font-size: 64px;
|
|
1780
|
+
}
|
|
1671
1781
|
}
|
|
1672
1782
|
.\[\&\>\*\]\:\!invisible>* {
|
|
1673
1783
|
visibility: hidden !important;
|