@brightspot/ui 1.0.1-5 → 1.0.1-pr18.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/custom-elements.json +187 -0
- package/dist/LucideDynamicLoader.js +2 -2
- package/dist/LucideDynamicLoader.js.map +1 -1
- package/dist/LucideDynamicLoader.ts +2 -2
- package/dist/components/badge/Badge.d.ts +86 -0
- package/dist/components/badge/Badge.d.ts.map +1 -0
- package/dist/components/badge/Badge.js +131 -0
- package/dist/components/badge/Badge.js.map +1 -0
- package/dist/global.d.ts +14 -0
- package/dist/storybook/assets/Badge.stories-DEsdluIh.js +121 -0
- package/dist/storybook/assets/{Button.stories-BxwD2JsV.js → Button.stories-gjqwP9Dd.js} +1 -1
- package/dist/storybook/assets/{Color-64QXVMR3-tXPJkzyM.js → Color-64QXVMR3-zvVywvcs.js} +1 -1
- package/dist/storybook/assets/{Colors.stories-Cmp-AEM5.js → Colors.stories-BSHTes66.js} +1 -1
- package/dist/storybook/assets/{Heading.stories-C_fXiWQt.js → Heading.stories-CuxV5Ha4.js} +1 -1
- package/dist/storybook/assets/{Icon.stories-BaAKG0vC.js → Icon.stories-ECH3sQLo.js} +1 -1
- package/dist/storybook/assets/{Loader.stories-Bfft_9Qc.js → Loader.stories-C_Nt0MWZ.js} +1 -1
- package/dist/storybook/assets/{ScrollShadow.stories-FG3lcV3j.js → ScrollShadow.stories-AVqXbAPK.js} +1 -1
- package/dist/storybook/assets/{WithTooltip-SK46ZJ2J-BQsmdHUK.js → WithTooltip-SK46ZJ2J-CfHHW7CI.js} +5 -5
- package/dist/storybook/assets/formatter-OMEEQ6HG-f5NO_AKZ.js +1 -0
- package/dist/storybook/assets/iframe-ubZg9Abb.css +1 -0
- package/dist/storybook/assets/{iframe-D3S76tLX.js → iframe-zcxd989B.js} +229 -171
- package/dist/storybook/assets/{index-BywqDQuf.js → index-DCmyvMEs.js} +1 -1
- package/dist/storybook/assets/{syntaxhighlighter-CAVLW7PM-C8o3mi7K.js → syntaxhighlighter-CAVLW7PM-MI_0amTU.js} +1 -1
- package/dist/storybook/iframe.html +2 -2
- package/dist/storybook/index.json +1 -1
- package/dist/storybook/project.json +1 -1
- package/dist/tailwind-plugin-badge.js +24 -9
- package/dist/tailwind-plugin-badge.js.map +1 -1
- package/dist/tailwind-plugin-badge.ts +30 -11
- package/dist/tailwind-plugin-icon.js +2 -2
- package/dist/tailwind-plugin-icon.js.map +1 -1
- package/dist/tailwind-plugin-icon.ts +2 -2
- package/dist/utils/EventEmitterMixin.d.ts +63 -0
- package/dist/utils/EventEmitterMixin.d.ts.map +1 -0
- package/dist/utils/EventEmitterMixin.js +74 -0
- package/dist/utils/EventEmitterMixin.js.map +1 -0
- package/package.json +30 -6
- package/dist/storybook/assets/Badge.stories-BUWscv-N.js +0 -43
- package/dist/storybook/assets/formatter-OMEEQ6HG-VMKmNmlI.js +0 -1
- package/dist/storybook/assets/iframe-F_do0w2Z.css +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{x as r}from"./iframe-
|
|
1
|
+
import{x as r}from"./iframe-zcxd989B.js";import"./preload-helper-PPVm8Dsz.js";const o=()=>r` <div class=${["before:btu-loader","before:size-[--Loader-size]"].join(" ")}></div> `,d={title:"Components/Loader",component:"btu-loader",tags:["autodocs"],parameters:{docs:{subtitle:`To avoid changing the markup, btu-loaders work by assigning the "--tw-content" property of a pseudo element the SVG data as a URI for it's background image. Loaders come with light & dark styles and are extrinsically sized. If you need to reference the default loader size for your container, you can do so with: var(--Loader-size)`},controls:{expanded:!0}},render:a=>o(),argTypes:{},args:{}},e={args:{}};e.parameters={...e.parameters,docs:{...e.parameters?.docs,source:{originalSource:`{
|
|
2
2
|
args: {}
|
|
3
3
|
}`,...e.parameters?.docs?.source}}};const n=["Default"];export{e as Default,n as __namedExportsOrder,d as default};
|
package/dist/storybook/assets/{ScrollShadow.stories-FG3lcV3j.js → ScrollShadow.stories-AVqXbAPK.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{x as a}from"./iframe-
|
|
1
|
+
import{x as a}from"./iframe-zcxd989B.js";import"./preload-helper-PPVm8Dsz.js";const l=({theme:e="btu-scrollshadow-25"})=>{const r=new Array(100).fill(0).map((s,t)=>`Item ${t+1}`);return a`
|
|
2
2
|
<style>
|
|
3
3
|
:root {
|
|
4
4
|
--can-scroll: ;
|