@youngonesworks/ui 0.1.125 → 0.1.128

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/index.d.ts CHANGED
@@ -64,4 +64,3 @@ export { UnstyledButton } from './components/unstyledButton';
64
64
  export { PhoneInput } from './components/phoneInput';
65
65
  export { ProfileMenu } from './components/profileMenu';
66
66
  export { type IWysiwygEditorImperativeHandle, WysiwygEditor } from './components/wysiwygEditor';
67
- export * from './theme';
package/dist/index.js CHANGED
@@ -3596,33 +3596,5 @@ const WysiwygEditor = forwardRef(({ id, content, className, placeholder, onChang
3596
3596
  });
3597
3597
 
3598
3598
  //#endregion
3599
- //#region src/theme/variables.ts
3600
- const CSS_VARIABLE_KEYS = [
3601
- "--color-primary",
3602
- "--color-primary-light",
3603
- "--color-primary-dark",
3604
- "--color-black",
3605
- "--color-navy-blue",
3606
- "--color-white",
3607
- "--color-accent-blue",
3608
- "--color-ultra-light-blue",
3609
- "--color-green",
3610
- "--color-green-light",
3611
- "--color-secondary",
3612
- "--color-purple",
3613
- "--color-orange",
3614
- "--color-warning",
3615
- "--color-warning-light",
3616
- "--color-warning-dark"
3617
- ];
3618
- const getCSSVariable = (variable) => {
3619
- if (typeof window !== "undefined") return getComputedStyle(document.documentElement).getPropertyValue(variable).trim();
3620
- return "";
3621
- };
3622
- const setCSSVariable = (variable, value) => {
3623
- if (typeof window !== "undefined") document.documentElement.style.setProperty(variable, value);
3624
- };
3625
-
3626
- //#endregion
3627
- export { AccordionItem, AccordionWrapper, ActionIcon, Alert, AppleAppButtonIcon, AutoCompleteInput, Avatar, AvatarIndicator, Badge, BigBadge, BreadCrumb, Button, CSS_VARIABLE_KEYS, Checkbox, DatePickerInput, Divider, FavouriteButton, Filters, GoogleAppButtonIcon, HR, HamburgerMenuButton, Island, KebabMenu, Label, Loader, LogoBlack, Modal, NavButtons, NumberField, NumberedStepper, PageUnavailable, PasswordInput, PhoneInput, Popover, ProfileMenu, ProgressBar, RadioButton, Rating, RegionSelector, Reviews, ScrollToTop, SearchInput, Select, SettingsCard, Skeleton, SkillPill, Stepper, StickyMobileButtonWrapper, Table, TableCell, TableHeader, TableHeaderItem, TableHeaderRow, TableRow, TabsBadge, TabsWrapper, TextInput, Textarea, ThemeIcon, TimeInput, Toggle, Tooltip, TruncatedText, UnorderedList, UnorderedListItem, UnstyledButton, WysiwygEditor, buttonVariants, getCSSVariable, setCSSVariable };
3599
+ export { AccordionItem, AccordionWrapper, ActionIcon, Alert, AppleAppButtonIcon, AutoCompleteInput, Avatar, AvatarIndicator, Badge, BigBadge, BreadCrumb, Button, Checkbox, DatePickerInput, Divider, FavouriteButton, Filters, GoogleAppButtonIcon, HR, HamburgerMenuButton, Island, KebabMenu, Label, Loader, LogoBlack, Modal, NavButtons, NumberField, NumberedStepper, PageUnavailable, PasswordInput, PhoneInput, Popover, ProfileMenu, ProgressBar, RadioButton, Rating, RegionSelector, Reviews, ScrollToTop, SearchInput, Select, SettingsCard, Skeleton, SkillPill, Stepper, StickyMobileButtonWrapper, Table, TableCell, TableHeader, TableHeaderItem, TableHeaderRow, TableRow, TabsBadge, TabsWrapper, TextInput, Textarea, ThemeIcon, TimeInput, Toggle, Tooltip, TruncatedText, UnorderedList, UnorderedListItem, UnstyledButton, WysiwygEditor, buttonVariants };
3628
3600
  //# sourceMappingURL=index.js.map