0.0.61 • Published 20 hours ago

@allakando/allakando-web-ui v0.0.61

Weekly downloads
-
License
MIT
Repository
-
Last release
20 hours ago

Allakando Web UI

About

Allakando Web UI is a library that enables faster web development through a number of web components, stylesheets, and support functions for the web browser. The entire library is framework agnostic, and purely built on standard HTML, CSS and JavaScript.

Getting started

Install with npm: npm install @allakando/allakando-web-ui

import the package @allakando/allakando-web-ui to use the library:

import { init } ("@allakando/allakando-web-ui")
init()

To import CSS utilities, use:

import "@allakando/allakando-web-ui/dist/css/tooltip.css"
//OR
import { injectStyle } from "@allakando/allakando-web-ui"
injectStyle({
	tooltip: true
})
//OR the full bundle
import "@allakando/allakando-web-ui/dist/css/bundle.css"

To import utility functions, use:

import { alert, openDialog, confirm, showSpinner } from "@allakando/allakando-web-ui"

Full Storybook Documentation

The entire library is documented in Storybook: Storybook

Release Notes

=======

0.0.61

Breaking changes

None

Other changes

  • Added new attribute for ako-checkbox-list

0.0.60

Breaking changes

None

Other changes

  • Added new component ako-checkbox-list

0.0.59

Breaking changes

None

Other changes

  • Updated darker font-color for ako-chat-message component

0.0.58

Breaking changes

None

Other changes

  • Removed stopPropagation from ako-pill-tab

0.0.57

Breaking changes

None

Other changes

  • Added custom dispatch event to ako-pill-tab

0.0.56

Breaking changes

None

Other changes

  • Corrected ako-pill-tab styling
  • Added akostyle property to add additional style

0.0.55

Breaking changes

None

Other changes

  • Updating ako-pill-tab to have a flex-wrap

0.0.54

Breaking changes

None

Other changes

  • Adding a new component ako-pill-tab to the library

0.0.53

Breaking changes

None

Other changes

  • Fix the bug of state updates of ako-like-dislike component after DOM loading

0.0.52

Breaking changes

None

Other changes

  • Updated the addevent listener and dispatch event of ako-like-dislike component

0.0.51

Breaking changes

None

Other changes

  • Corrected the JSDoc documentations
  • Updated the dispatch event of ako-like-dislike component

0.0.50

Breaking changes

None

Other changes

  • Added a new component ako-like-dislike to the library

0.0.49

Breaking changes

None

Other changes

  • Added a new component ako-chat-message to the library

0.0.48

Breaking changes

None

Other changes

  • Added a target attribute to ako-media-card component

0.0.47

Breaking changes

None

Other changes

  • Added a new ako-media-card component
  • Styling correction in ako-pill component
  • Styling correction in ako-benefit-card component

0.0.46

Breaking changes

None

Other changes

  • Modified class UserLocale for testing
  • Added tests for class UserLocale

0.0.45

Breaking changes

None

Other changes

  • Added class UserLocale which derives the locale from the URL as opposed to from the language set in the browser
  • Changed ako-link-card to use UserLocale

0.0.44

Breaking changes

None

Other changes

  • Corrected ako-benefit-card component width with vertical direction

0.0.43

Breaking changes

None

Other changes

  • Corrected ako-benefit-card component style width with direction attribute

0.0.42

Breaking changes

None

Other changes

  • Corrected ako-benefit-card component styles

0.0.41

Breaking changes

None

Other changes

  • Added ako-benefit-card component

0.0.40

Breaking changes

None

Other changes

  • Added ako-pill component

0.0.39

Breaking changes

None

Other changes

  • Updated body padding-inline property of ako-dialog
  • Updated the header hidden behaviour ako-dialog
  • Updated the dialog footer note word-wrap style in ako-dialog. This change is only for firefox browser.

0.0.38

Breaking changes

None

Other changes

  • Updated the hours display based in isInteger type in web ui component ako-session-item
  • Corrected the text color of the start time pre-text in web ui component ako-session-item
  • Removed the limit of decimal places for hours attributes in web ui component ako-session-item

0.0.37

Breaking changes

None

Other changes

  • Added a new web ui component ako-session-item
  • Added a new attribute "country" to the ako-timeslot-card

0.0.36

Breaking changes

None

Other changes

  • Update styling for dialog when noheader is specified

0.0.35

Breaking changes

Added polyfills for HTMLElement to fix builds from crashing in nextjs. Also removed automatic invocation of init() which now needs to be manually done in all applications at bootstrap.

import { init } from "@allakando/allakando-web-ui"
init()

0.0.34

Breaking changes

None

Other changes

  • Fixes issue in build setup that caused the library to not be built properly

0.0.33

Breaking changes

None

Other changes

  • AKO-516: Allow the confirm dialog helper to accept a custom icon. The icon is specified using the mainIcon property in the options object
  • AKO-454: Reworked dialog header transition on scrolling
  • AKO-259: Change dialog transitions to slide in and out from bottom
0.0.61

20 hours ago

0.0.60

3 days ago

0.0.59

9 days ago

0.0.55

15 days ago

0.0.56

15 days ago

0.0.57

14 days ago

0.0.58

14 days ago

0.0.54

15 days ago

0.0.53

17 days ago

0.0.51

20 days ago

0.0.52

20 days ago

0.0.50

24 days ago

0.0.49

24 days ago

0.0.48

1 month ago

0.0.47

1 month ago

0.0.46

1 month ago

0.0.44

2 months ago

0.0.45

2 months ago

0.0.41

2 months ago

0.0.42

2 months ago

0.0.43

2 months ago

0.0.40

2 months ago

0.0.39

2 months ago

0.0.38

2 months ago

0.0.37

2 months ago

0.0.34

2 months ago

0.0.35

2 months ago

0.0.36

2 months ago

0.0.33

2 months ago

0.0.32

3 months ago

0.0.31

3 months ago

0.0.30

4 months ago

0.0.29

5 months ago

0.0.28

5 months ago

0.0.27

5 months ago

0.0.26

5 months ago

0.0.25

6 months ago

0.0.20

10 months ago

0.0.21

10 months ago

0.0.22

10 months ago

0.0.23

8 months ago

0.0.24

8 months ago

0.0.19

10 months ago

0.0.17

11 months ago

0.0.18

11 months ago

0.0.13

1 year ago

0.0.14

12 months ago

0.0.15

12 months ago

0.0.16

12 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago