37.36.0 ā€¢ Published 1 day ago

@limetech/lime-elements v37.36.0

Weekly downloads
707
License
Apache-2.0
Repository
github
Last release
1 day ago

Lime Elements

In the ever-evolving landscape of web-applications, streamlining the creation of user interfaces (UIs) has become paramount. This is where web-component libraries and design systems come into play, offering a powerful combination to accelerate development, enhance consistency, and foster collaboration among developers.

Web-component libraries and design systems are crucial in the rapidly evolving web-applications landscape, accelerating development, enhancing consistency, and promoting collaboration.

Sponsored by Lime Technologies, Lime Elements is an open-source component library and a design system. It provides a high-quality set of well-designed, well-documented UI components, crafted in Stencil for enterprise-level products.

Our top developers and designers continuously improve Lime Elements, fixing bugs and adding new features. It serves as Lime Technologies' central repository for UI guidelines, standards, and components, ensuring a consistent brand experience across all our applications. Lime Elements standardizes colors, typography, layouts, and interactions for a cohesive, accessible user experience.

We invite you to leverage our web-component library and design system. It can streamline development, enhance consistency, ease collaboration, and deliver exceptional user experiences. Lime Elements can be instrumental in creating modern, scalable, and accessible web applications that resonate with users worldwide.

For a full list of components, along with live examples, please visit the documentation.

Version semantic-release

Getting Started

  • To install, run npm install @limetech/lime-elements.

Requirements

1. Font

To achieve a blazing fast rendering, our components' user interface utilizes a default cross-browser sans-serif font stack. As web components typically inherit font-related styles such as font-family, font-size, and color, we recommend defining these styles at a higher level, such as the <body> element. This is because we do not specify these defaults on each individual component.

To maintain consistency with the look & feel demonstrated in this documentation, we suggest incorporating the following styles into your project:

font-family: ui-sans-serif, system-ui, sans-serif;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
color: rgb(var(--contrast-1500));

šŸ’” About the color specified above, read more on our color system.

Feel free to customize the font-family and related styles to suit your project's needs. For example, you might prefer a different typeface like below:

font-family: 'Roboto', Arial, Verdana, sans-serif;

2. Icons

At Lime, we utilize the Windows 10 icon set from Icons8. You may notice these icons in our components, such as the magnifying glass icon displayed as a leading icon on an input field.

If you're using Lime Elements in a non-Lime product, you'll need to provide your own icons. We're unable to redistribute Icons8's assets with our package due to licensing restrictions.

Providing your own icons is crucial as many of our components use an Icon interface. This interface allows you to specify an icon name, which corresponds to the filename of an SVG icon. For example, you can use this to display an icon on a button.

How to Set Up Your Icons Folder
  • For Lime products:

    To use @lundalogik/lime-icons8, the /assets folder from @lundalogik/lime-icons8 must be made available on the web-server.

  • For non-Lime products:

    To use a different icon set, the icons must be placed in a folder structure that looks like this: assets/icons/<name-of-icon>.svg

    If assets is placed in the root, no other setup is needed. The icons will be fetched with a relative URL from /assets/icons/<name-of-icon>.svg.

    If assets is placed in a sub-folder somewhere, the easiest way to make the icons available is to use the HTML base element:

    <base href="/my/parent/path/" />

    If this is not enough, or if the base element is already in use for something else, a global icon path can be configured with the limel-config element:

    <limel-config config={{iconPath: '/my/parent/path/'}} />

Getting help

  • If you have a general question, or are in need of support, please open a Question issue on GitHub.

Contributing

  • To build and run the documentation locally on your machine, run npm start.
  • To see what other scripts are available, run npm run.
  • Please read our guidelines for contributers
37.35.0

1 day ago

37.34.1

1 day ago

37.36.0

1 day ago

37.33.3

2 days ago

37.34.0

2 days ago

37.33.2

3 days ago

37.33.1

3 days ago

37.33.0

3 days ago

37.32.7

10 days ago

37.32.6

10 days ago

37.32.5

10 days ago

37.31.2

14 days ago

37.31.1

15 days ago

37.31.0

15 days ago

37.26.5

15 days ago

37.26.4

15 days ago

37.29.0

15 days ago

37.32.4

14 days ago

37.32.3

14 days ago

37.32.2

14 days ago

37.32.1

14 days ago

37.32.0

14 days ago

37.27.0

15 days ago

37.28.1

15 days ago

37.28.0

15 days ago

37.30.0

15 days ago

37.26.3

17 days ago

37.26.2

17 days ago

37.26.1

17 days ago

37.26.0

21 days ago

37.25.0

22 days ago

37.24.0

23 days ago

37.23.0

23 days ago

37.20.0

24 days ago

37.22.0

24 days ago

37.21.0

24 days ago

37.19.1

24 days ago

37.19.0

25 days ago

37.19.0-dev.1

1 month ago

37.18.0

1 month ago

37.17.2

1 month ago

37.17.3

1 month ago

37.17.1

1 month ago

37.16.0

1 month ago

37.17.0

1 month ago

37.15.1

1 month ago

37.15.0

1 month ago

37.14.1

1 month ago

37.13.1

1 month ago

37.13.2

1 month ago

37.13.3

1 month ago

37.14.0

1 month ago

37.13.0

2 months ago

37.12.1

2 months ago

37.12.2

2 months ago

37.12.0

2 months ago

37.11.5

2 months ago

37.11.3

2 months ago

37.11.4

2 months ago

37.11.2

2 months ago

37.11.1

2 months ago

37.11.0

2 months ago

37.8.1

2 months ago

37.8.2

2 months ago

37.10.0

2 months ago

37.10.1

2 months ago

37.10.2

2 months ago

37.9.0

2 months ago

37.8.0

2 months ago

37.7.1

2 months ago

37.7.0

3 months ago

37.6.0

3 months ago

37.4.2

3 months ago

37.5.0

3 months ago

37.4.1

3 months ago

37.4.0

3 months ago

37.3.0

3 months ago

37.2.8

3 months ago

37.2.7

3 months ago

37.2.6

3 months ago

37.2.5

3 months ago

37.2.4

3 months ago

37.2.3

3 months ago

37.2.2

3 months ago

37.2.1

3 months ago

37.2.1-next.1

3 months ago

37.2.1-next.2

3 months ago

37.2.0-next.1

4 months ago

37.2.0-next.3

4 months ago

37.2.0-next.2

4 months ago

37.2.0

3 months ago

37.1.0

4 months ago

37.1.1

4 months ago

37.1.0-next.99

4 months ago

37.1.0-next.98

4 months ago

37.1.0-next.97

4 months ago

37.1.0-next.96

4 months ago

37.1.0-next.95

4 months ago

37.1.0-next.93

4 months ago

37.1.0-next.94

4 months ago

37.1.0-next.92

4 months ago

37.1.0-next.91

4 months ago

37.1.0-next.90

4 months ago

37.1.0-next.89

4 months ago

37.1.0-next.88

4 months ago

37.1.0-next.87

4 months ago

37.1.0-next.86

4 months ago

37.1.0-next.85

4 months ago

37.1.0-next.84

4 months ago

37.1.0-next.83

4 months ago

37.1.0-next.82

4 months ago

37.1.0-next.81

4 months ago

37.1.0-next.79

5 months ago

37.1.0-next.80

5 months ago

37.1.0-next.77

5 months ago

37.1.0-next.76

5 months ago

37.1.0-next.78

5 months ago

37.1.0-next.75

5 months ago

37.1.0-next.74

5 months ago

37.0.0-next.1

11 months ago

37.1.0-dev.1

9 months ago

37.0.0-dev.1

11 months ago

36.4.1-next.1

11 months ago

37.1.0-next.2

10 months ago

37.1.0-next.1

10 months ago

37.1.0-next.6

10 months ago

37.1.0-next.5

10 months ago

37.1.0-next.4

10 months ago

37.1.0-next.3

10 months ago

37.1.0-next.11

10 months ago

37.1.0-next.10

10 months ago

37.1.0-next.17

9 months ago

37.1.0-next.16

9 months ago

37.1.0-next.19

9 months ago

37.1.0-next.18

9 months ago

37.1.0-next.13

9 months ago

37.1.0-next.12

10 months ago

37.1.0-next.15

9 months ago

37.1.0-next.14

9 months ago

37.1.0-next.20

8 months ago

37.1.0-next.22

8 months ago

37.1.0-next.21

8 months ago

37.1.0-next.28

8 months ago

37.1.0-next.27

8 months ago

37.1.0-next.9

10 months ago

37.1.0-next.8

10 months ago

37.1.0-next.29

8 months ago

37.1.0-next.7

10 months ago

37.1.0-next.24

8 months ago

37.1.0-next.23

8 months ago

37.1.0-next.26

8 months ago

37.1.0-next.25

8 months ago

37.1.0-next.53

7 months ago

37.1.0-next.52

7 months ago

37.1.0-next.55

6 months ago

37.1.0-next.54

6 months ago

37.1.0-next.51

7 months ago

37.1.0-next.50

7 months ago

37.1.0-next.57

6 months ago

37.1.0-next.56

6 months ago

37.1.0-next.59

6 months ago

37.1.0-next.58

6 months ago

37.1.0-next.64

6 months ago

37.1.0-next.63

6 months ago

37.1.0-next.66

6 months ago

37.1.0-next.65

6 months ago

37.1.0-next.60

6 months ago

37.0.0

11 months ago

37.1.0-next.62

6 months ago

37.1.0-next.61

6 months ago

37.1.0-next.68

6 months ago

37.1.0-next.67

6 months ago

37.1.0-next.69

6 months ago

37.1.0-next.31

8 months ago

36.4.0-next.9

11 months ago

37.1.0-next.30

8 months ago

37.1.0-next.33

8 months ago

37.1.0-next.32

8 months ago

37.1.0-next.39

7 months ago

37.1.0-next.38

8 months ago

37.1.0-next.35

8 months ago

37.1.0-next.34

8 months ago

37.1.0-next.37

8 months ago

37.1.0-next.36

8 months ago

37.1.0-next.42

7 months ago

37.1.0-next.41

7 months ago

37.1.0-next.44

7 months ago

37.1.0-next.43

7 months ago

37.1.0-next.40

7 months ago

37.1.0-next.49

7 months ago

37.1.0-next.46

7 months ago

37.1.0-next.45

7 months ago

37.1.0-next.48

7 months ago

37.1.0-next.47

7 months ago

36.4.0

11 months ago

37.1.0-next.71

6 months ago

37.1.0-next.70

6 months ago

37.1.0-next.73

6 months ago

37.1.0-next.72

6 months ago

36.3.1-next.2

1 year ago

36.3.2-next.1

1 year ago

36.3.2-next.5

12 months ago

36.3.2-next.4

1 year ago

36.3.2-next.3

1 year ago

36.3.2-next.2

1 year ago

36.3.1

1 year ago

36.4.0-next.1

12 months ago

36.4.0-next.2

12 months ago

36.4.0-next.3

12 months ago

36.4.0-next.4

11 months ago

36.4.0-next.5

11 months ago

36.4.0-next.6

11 months ago

36.4.0-next.7

11 months ago

36.4.0-next.8

11 months ago

36.3.1-next.1

1 year ago

36.3.0-next.42

1 year ago

36.3.0-next.40

1 year ago

36.3.0-next.41

1 year ago

36.3.0-next.39

1 year ago

36.3.0-next.37

1 year ago

36.3.0-next.38

1 year ago

36.3.0-next.35

1 year ago

36.3.0-next.36

1 year ago

36.3.0-next.33

1 year ago

36.3.0-next.34

1 year ago

36.3.0-next.31

1 year ago

36.3.0-next.32

1 year ago

36.3.0-next.30

1 year ago

36.3.0-next.28

1 year ago

36.3.0-next.29

1 year ago

36.3.0-next.26

1 year ago

36.3.0-next.27

1 year ago

36.3.0-next.25

1 year ago

36.3.0

1 year ago

36.3.0-next.24

1 year ago

36.3.0-next.22

1 year ago

36.3.0-next.23

1 year ago

36.3.0-next.20

1 year ago

36.3.0-next.21

1 year ago

36.3.0-next.19

1 year ago

36.3.0-next.17

1 year ago

36.3.0-next.18

1 year ago

36.3.0-next.15

1 year ago

36.3.0-next.16

1 year ago

36.3.0-next.13

1 year ago

36.3.0-next.14

1 year ago

36.3.0-next.11

1 year ago

36.3.0-next.12

1 year ago

36.3.0-next.9

1 year ago

36.3.0-next.8

1 year ago

36.1.0-next.15

2 years ago

36.1.0-next.16

2 years ago

36.1.0-next.17

2 years ago

36.1.0-next.18

2 years ago

36.1.0-next.19

1 year ago

36.1.0-next.24

1 year ago

36.1.0-next.25

1 year ago

36.1.0-next.26

1 year ago

36.1.0-next.27

1 year ago

36.1.0-next.28

1 year ago

36.1.0-next.29

1 year ago

36.1.0-next.20

1 year ago

36.1.0-next.21

1 year ago

36.1.0-next.22

1 year ago

36.1.0-next.23

1 year ago

36.3.0-next.10

1 year ago

36.1.2

1 year ago

36.1.3

1 year ago

36.1.0

1 year ago

36.1.1

1 year ago

36.2.0-next.2

1 year ago

36.2.0-next.1

1 year ago

36.2.0-next.6

1 year ago

36.2.0-next.5

1 year ago

36.2.0-next.4

1 year ago

36.2.0-next.3

1 year ago

36.2.0-next.9

1 year ago

36.2.0-next.8

1 year ago

36.2.0-next.7

1 year ago

36.2.0

1 year ago

36.1.0-dev.4

1 year ago

36.1.0-dev.5

1 year ago

36.1.0-dev.2

2 years ago

36.1.0-dev.3

2 years ago

36.1.0-dev.1

2 years ago

36.1.0-dev.6

1 year ago

36.1.0-dev.7

1 year ago

36.1.0-next.30

1 year ago

36.1.0-next.31

1 year ago

36.1.0-next.32

1 year ago

36.3.0-next.1

1 year ago

36.3.0-next.3

1 year ago

36.3.0-next.2

1 year ago

36.3.0-next.5

1 year ago

36.3.0-next.4

1 year ago

36.3.0-next.7

1 year ago

36.3.0-next.6

1 year ago

36.1.0-next.6

2 years ago

36.1.0-next.7

2 years ago

36.1.0-next.8

2 years ago

36.1.0-next.9

2 years ago

36.1.0-next.13

2 years ago

36.1.0-next.14

2 years ago

36.1.0-next.10

2 years ago

36.1.0-next.11

2 years ago

36.1.0-next.12

2 years ago

36.1.0-next.2

2 years ago

36.1.0-next.3

2 years ago

36.1.0-next.4

2 years ago

36.1.0-next.5

2 years ago

36.1.0-next.1

2 years ago

36.0.0

2 years ago

36.0.0-next.32

2 years ago

36.0.0-next.33

2 years ago

36.0.0-next.34

2 years ago

36.0.0-next.30

2 years ago

36.0.0-next.31

2 years ago

36.0.0-next.29

2 years ago

36.0.0-next.25

2 years ago

36.0.0-next.26

2 years ago

36.0.0-next.27

2 years ago

36.0.0-next.28

2 years ago

36.0.0-next.21

2 years ago

36.0.0-next.22

2 years ago

36.0.0-next.23

2 years ago

36.0.0-next.24

2 years ago

36.0.0-next.20

2 years ago

36.0.0-next.18

2 years ago

36.0.0-next.19

2 years ago

36.0.0-next.16

2 years ago

36.0.0-next.17

2 years ago

35.1.0-next.9

2 years ago

35.1.0-next.13

2 years ago

35.1.0-next.7

2 years ago

35.1.0-next.12

2 years ago

35.1.0-next.8

2 years ago

35.1.0-next.11

2 years ago

35.1.0-next.10

2 years ago

35.1.0-next.6

2 years ago

36.0.0-next.3

2 years ago

36.0.0-next.4

2 years ago

36.0.0-next.1

2 years ago

36.0.0-next.2

2 years ago

36.0.0-next.9

2 years ago

36.0.0-next.7

2 years ago

36.0.0-next.8

2 years ago

36.0.0-next.5

2 years ago

36.0.0-next.6

2 years ago

36.0.0-next.14

2 years ago

36.0.0-next.15

2 years ago

36.0.0-next.10

2 years ago

36.0.0-next.11

2 years ago

36.0.0-next.12

2 years ago

36.0.0-next.13

2 years ago

35.1.0-next.5

2 years ago

35.1.0-next.3

2 years ago

35.1.0-next.4

2 years ago

35.1.0-next.1

2 years ago

35.1.0-next.2

2 years ago

35.0.1-next.3

2 years ago

35.0.0-next.37

2 years ago

35.0.0-next.36

2 years ago

35.0.0-next.35

2 years ago

35.0.1-next.1

2 years ago

35.0.0-next.34

2 years ago

35.0.1-next.2

2 years ago

35.0.0

2 years ago

35.0.0-next.33

2 years ago

35.0.0-next.32

2 years ago

35.0.0-next.31

2 years ago

35.0.0-next.29

2 years ago

35.0.0-next.28

2 years ago

35.0.0-next.27

2 years ago

35.0.0-next.26

2 years ago

35.0.0-next.25

2 years ago

35.0.0-next.24

2 years ago

35.0.0-next.23

2 years ago

35.0.0-next.22

2 years ago

35.0.0-next.21

2 years ago

35.0.0-next.20

2 years ago

35.0.0-next.19

2 years ago

35.0.0-next.18

2 years ago

35.0.0-next.17

2 years ago

35.0.0-next.16

2 years ago

35.0.0-next.15

2 years ago

35.0.0-next.14

2 years ago

35.0.0-next.13

2 years ago

35.0.0-next.12

2 years ago

35.0.0-next.11

2 years ago

35.0.0-next.10

2 years ago

34.1.0-next.31

2 years ago

34.1.0-next.32

2 years ago

34.1.0-next.30

2 years ago

35.0.0-next.30

2 years ago

34.1.0-next.28

2 years ago

34.1.0-next.29

2 years ago

34.1.0-next.27

2 years ago

34.1.0

2 years ago

35.0.0-next.9

2 years ago

35.0.0-next.8

2 years ago

35.0.0-next.7

2 years ago

35.0.0-next.6

2 years ago

35.0.0-next.5

2 years ago

35.0.0-next.4

2 years ago

34.1.1-next.3

2 years ago

34.1.1-next.4

2 years ago

34.1.1-next.1

2 years ago

34.1.1-next.2

2 years ago

34.1.1-next.5

2 years ago

34.2.0-next.5

2 years ago

34.2.0-next.6

2 years ago

35.0.0-next.3

2 years ago

34.2.0-next.3

2 years ago

35.0.0-next.2

2 years ago

34.2.0-next.4

2 years ago

35.0.0-next.1

2 years ago

34.2.0-next.1

2 years ago

34.2.0-next.2

2 years ago

34.1.0-next.19

2 years ago

34.1.0-next.17

2 years ago

34.1.0-next.18

2 years ago

34.1.0-next.15

2 years ago

34.1.0-next.16

2 years ago

34.1.0-next.13

2 years ago

34.1.0-next.14

2 years ago

34.1.0-next.11

2 years ago

34.1.0-next.12

2 years ago

34.1.0-next.10

2 years ago

34.1.0-next.26

2 years ago

34.1.0-next.24

2 years ago

34.1.0-next.25

2 years ago

34.1.0-next.22

2 years ago

34.1.0-next.23

2 years ago

34.1.0-next.20

2 years ago

34.1.0-next.21

2 years ago

33.14.0-next.17

3 years ago

34.0.0-next.4

3 years ago

34.0.0-next.3

3 years ago

34.0.0-next.6

3 years ago

34.0.0-next.5

3 years ago

34.0.0-next.7

3 years ago

34.0.0-next.2

3 years ago

34.0.0-next.1

3 years ago

34.0.1-next.1

3 years ago

34.0.2-next.10

2 years ago

34.1.0-next.3

2 years ago

34.1.0-next.2

2 years ago

34.1.0-next.1

2 years ago

34.0.1

3 years ago

34.0.0

3 years ago

34.0.2-next.9

2 years ago

34.0.2-next.8

2 years ago

34.0.2-next.7

2 years ago

34.0.2-next.6

2 years ago

34.0.2-next.5

2 years ago

34.0.2-next.4

2 years ago

34.0.2-next.3

2 years ago

34.1.0-next.9

2 years ago

34.0.2-next.2

2 years ago

34.1.0-next.8

2 years ago

34.0.2-next.1

2 years ago

34.1.0-next.7

2 years ago

34.1.0-next.6

2 years ago

34.1.0-next.5

2 years ago

34.1.0-next.4

2 years ago

33.14.0-next.16

3 years ago

33.14.0-next.15

3 years ago

33.14.0-next.14

3 years ago

33.14.0-next.13

3 years ago

33.14.0-next.12

3 years ago

33.14.0-next.11

3 years ago

33.14.0-next.10

3 years ago

33.14.0-next.9

3 years ago

33.14.0-next.7

3 years ago

33.14.0-next.8

3 years ago

33.14.0-next.6

3 years ago

33.14.0-next.1

3 years ago

33.14.0-next.2

3 years ago

33.14.0-next.3

3 years ago

33.14.0-next.4

3 years ago

33.14.0-next.5

3 years ago

33.13.0-next.6

3 years ago

33.13.0

3 years ago

33.13.0-next.3

3 years ago

33.13.0-next.2

3 years ago

33.13.0-next.5

3 years ago

33.13.0-next.4

3 years ago

33.13.0-next.1

3 years ago

33.12.1-next.7

3 years ago

33.12.1-next.5

3 years ago

33.12.1-next.6

3 years ago

33.12.1-next.1

3 years ago

33.12.1-next.3

3 years ago

33.12.1-next.2

3 years ago

33.12.1-next.4

3 years ago

33.12.0

3 years ago

33.12.0-next.5

3 years ago

33.12.0-next.2

3 years ago

33.12.0-next.4

3 years ago

33.12.0-next.3

3 years ago

33.11.1-next.2

3 years ago

33.12.0-next.1

3 years ago

33.11.1-next.1

3 years ago

33.10.0-next.1

3 years ago

33.10.0

3 years ago

33.11.0

3 years ago

33.10.0-beta.2

3 years ago

33.10.0-beta.3

3 years ago

33.10.0-beta.4

3 years ago

33.11.0-next.1

3 years ago

33.10.0-beta.1

3 years ago

33.9.0

3 years ago

33.8.0

3 years ago

33.7.0

3 years ago

33.5.3

3 years ago

33.5.1

3 years ago

33.5.2

3 years ago

33.6.0

3 years ago

33.5.0

3 years ago

33.4.1

3 years ago

33.4.0

3 years ago

33.3.0

3 years ago

33.2.0

3 years ago

33.1.3

3 years ago

33.1.2

3 years ago

33.1.1

3 years ago

33.1.0

3 years ago

33.0.0

3 years ago

33.0.1

3 years ago

33.0.2

3 years ago

32.4.4

3 years ago

32.4.3

3 years ago

32.4.0

3 years ago

32.4.1

3 years ago

32.4.2

3 years ago

32.3.1

3 years ago

32.3.0

3 years ago

32.2.5

3 years ago

32.2.6

3 years ago

32.2.3

3 years ago

32.2.4

3 years ago

32.2.2

3 years ago

32.2.1

3 years ago

32.2.0

3 years ago

32.1.4

3 years ago

32.1.5

3 years ago

32.1.2

3 years ago

32.1.3

3 years ago

32.1.0

3 years ago

32.1.1

3 years ago

32.0.0

3 years ago

31.10.0

3 years ago

31.9.0

3 years ago

31.8.1

3 years ago

31.8.0

3 years ago

31.7.2

3 years ago

31.7.1

3 years ago

31.7.0

3 years ago

31.6.0

3 years ago

31.5.3

3 years ago

31.5.2

3 years ago

31.5.1

3 years ago

31.5.0

3 years ago

31.4.2

3 years ago

31.4.3

3 years ago

31.4.0

3 years ago

31.4.1

3 years ago

31.3.0

3 years ago

31.2.0

3 years ago

31.1.4

3 years ago

31.1.3

3 years ago

31.1.0

3 years ago

31.1.1

3 years ago

31.1.2

3 years ago

31.0.2

3 years ago

31.0.1

3 years ago

31.0.0

3 years ago

30.24.2

3 years ago

30.21.1

3 years ago

30.23.1

3 years ago

30.23.0

3 years ago

30.22.0

3 years ago

30.24.0

3 years ago

30.24.1

3 years ago

30.21.0

3 years ago

30.20.0

3 years ago

30.19.5

3 years ago

30.19.4

3 years ago

30.19.3

3 years ago

30.19.2

3 years ago

30.19.1

3 years ago

30.16.0

3 years ago

30.18.0

3 years ago

30.18.1

3 years ago

30.18.4

3 years ago

30.18.5

3 years ago

30.18.2

3 years ago

30.18.3

3 years ago

30.17.1

3 years ago

30.17.0

3 years ago

30.19.0

3 years ago

30.15.3

3 years ago

30.15.2

3 years ago

30.15.1

3 years ago

30.15.0

3 years ago

30.14.0

3 years ago

30.13.0

3 years ago

30.12.2

3 years ago

30.12.1

3 years ago

30.12.0

3 years ago

30.11.1

3 years ago

30.10.1

3 years ago

30.11.0

3 years ago

30.10.0

3 years ago

30.9.4

3 years ago

30.9.5

3 years ago

30.9.2

3 years ago

30.9.3

3 years ago

30.9.1

3 years ago

30.9.0

3 years ago

30.8.1

3 years ago

30.8.0

3 years ago

30.7.1

3 years ago

30.7.0

3 years ago

30.6.0

3 years ago

30.5.1

3 years ago

30.5.0

3 years ago

30.4.1

3 years ago

30.4.0

3 years ago

30.3.0

3 years ago

30.2.1

3 years ago

30.2.0

3 years ago

30.1.5

3 years ago

30.1.4

3 years ago

30.1.3

3 years ago

30.1.2

3 years ago

30.1.1

3 years ago

30.1.0

3 years ago

30.0.9

3 years ago

30.0.7

3 years ago

30.0.8

3 years ago

30.0.6

3 years ago

30.0.5

3 years ago

30.0.3

3 years ago

30.0.4

3 years ago

30.0.2

3 years ago

30.0.1

3 years ago

29.8.3

3 years ago

30.0.0

3 years ago

29.8.2

3 years ago

29.8.1

3 years ago

29.8.0

3 years ago

29.7.6

3 years ago

29.7.5

3 years ago

29.7.4

3 years ago

29.7.3

3 years ago

29.7.2

3 years ago

29.7.1

3 years ago

29.7.0

3 years ago

29.6.4

4 years ago

29.6.3

4 years ago

29.6.2

4 years ago

29.6.1

4 years ago

29.6.0

4 years ago

29.5.0

4 years ago

29.4.5

4 years ago

29.4.6

4 years ago

29.4.4

4 years ago

29.4.3

4 years ago

29.4.1

4 years ago

29.4.2

4 years ago

29.4.0

4 years ago

29.3.2

4 years ago

29.3.1

4 years ago

29.3.0

4 years ago

29.2.0

4 years ago

29.1.0

4 years ago

29.0.8

4 years ago

29.0.7

4 years ago

29.0.6

4 years ago

29.0.5

4 years ago

29.0.4

4 years ago

29.0.3

4 years ago

29.0.1

4 years ago

29.0.2

4 years ago

29.0.0

4 years ago

28.5.6

4 years ago

28.5.5

4 years ago

28.5.4

4 years ago

28.5.3

4 years ago

28.5.2

4 years ago

28.5.0

4 years ago

28.5.1

4 years ago

28.4.5

4 years ago

28.4.4

4 years ago

28.4.3

4 years ago

28.4.2

4 years ago

28.4.1

4 years ago

28.4.0

4 years ago

28.3.1

4 years ago

28.3.0

4 years ago

28.2.0

4 years ago

28.1.4

4 years ago

28.1.3

4 years ago

28.1.2

4 years ago

28.1.1

4 years ago

28.1.0

4 years ago

28.0.2

4 years ago

28.0.3

4 years ago

28.0.0

4 years ago

28.0.1

4 years ago

27.1.0

4 years ago

27.0.0

4 years ago

26.43.1

4 years ago

26.42.11

4 years ago

26.43.0

4 years ago

26.42.10

4 years ago

26.42.9

4 years ago

26.42.8

4 years ago

26.42.7

4 years ago

26.42.6

4 years ago

26.42.5

4 years ago

26.42.4

4 years ago

26.42.3

4 years ago

26.42.2

4 years ago

26.42.1

4 years ago

26.41.0

4 years ago

26.42.0

4 years ago

26.40.4

4 years ago

26.40.5

4 years ago

26.40.3

4 years ago

26.40.2

4 years ago

26.40.1

4 years ago

26.40.0

4 years ago

26.39.1

4 years ago

26.38.0

4 years ago

26.39.0

4 years ago

26.36.0

4 years ago

26.37.0

4 years ago

26.37.1

4 years ago

26.35.1

4 years ago

26.35.4

4 years ago

26.35.2

4 years ago

26.35.3

4 years ago

26.35.0

4 years ago

26.34.5

4 years ago

26.34.4

4 years ago

26.34.1

4 years ago

26.34.2

4 years ago

26.34.3

4 years ago

26.34.0

4 years ago

26.33.1

4 years ago

26.33.0

4 years ago

26.32.0

4 years ago

26.31.2

4 years ago

26.31.1

4 years ago

26.30.1

4 years ago

26.31.0

4 years ago

26.30.0

4 years ago

26.29.2

4 years ago

26.29.1

4 years ago

26.29.0

4 years ago

26.28.0

4 years ago

26.27.4

4 years ago

26.27.3

4 years ago

26.27.2

4 years ago

26.27.1

4 years ago

26.27.0

4 years ago

26.26.1

4 years ago

26.26.0

4 years ago

26.25.0

4 years ago

26.24.1

4 years ago

26.24.0

4 years ago

26.23.0

4 years ago

26.22.1

4 years ago

26.22.0

4 years ago

26.21.0

4 years ago

26.20.1

4 years ago

26.19.4

4 years ago

26.20.0

4 years ago

26.19.3

4 years ago

26.19.2

4 years ago

26.19.1

4 years ago

26.19.0

4 years ago

26.18.3

4 years ago

26.18.2

4 years ago

26.18.1

4 years ago

26.18.0

4 years ago

26.17.0

4 years ago

26.16.1

4 years ago

26.16.0

4 years ago

26.13.1

4 years ago

26.15.0

4 years ago

26.14.0

4 years ago

26.14.1

4 years ago

26.13.0

4 years ago

26.12.1

4 years ago

26.12.0

4 years ago

26.11.4

4 years ago

26.11.3

4 years ago

26.11.2

4 years ago

26.11.1

4 years ago

26.11.0

4 years ago

26.10.1

4 years ago

26.10.0

4 years ago

26.9.0

4 years ago

26.8.1

4 years ago

26.8.0

4 years ago

26.7.3

4 years ago

26.7.2

4 years ago

26.7.1

4 years ago

26.7.0

4 years ago

26.5.3

4 years ago

26.6.0

4 years ago

26.5.2

4 years ago

26.5.1

4 years ago

26.5.0

4 years ago

26.4.1

4 years ago

26.4.0

4 years ago

26.3.0

4 years ago

26.2.0

4 years ago

26.1.1

4 years ago

26.1.0

4 years ago

26.0.3

4 years ago

26.0.2

4 years ago

26.0.1

4 years ago

26.0.0

4 years ago

25.2.0

4 years ago

25.1.1

4 years ago

25.1.0

4 years ago

25.0.0

5 years ago

24.6.2

5 years ago

24.6.1

5 years ago

24.6.0

5 years ago

24.5.1

5 years ago

24.5.0

5 years ago

24.4.0

5 years ago

24.3.0

5 years ago

24.2.2

5 years ago

24.2.1

5 years ago

24.2.0

5 years ago

24.1.1

5 years ago

24.1.0

5 years ago

24.0.2

5 years ago

24.0.1

5 years ago

24.0.0

5 years ago

23.0.2

5 years ago

23.0.1

5 years ago

23.0.0

5 years ago

22.6.1

5 years ago

22.6.0

5 years ago

22.5.1

5 years ago

22.5.0

5 years ago

22.4.0

5 years ago

22.3.1

5 years ago

22.3.0

5 years ago

22.2.1

5 years ago

22.2.0

5 years ago