1.3.3 • Published 4 months ago

ds-living-styleguide v1.3.3

Weekly downloads
-
License
doubleSlash Net-B...
Repository
-
Last release
4 months ago

Living Styleguide

This library provides components, colors and fonts according to the doubleslash style. The components are created by using storybook, angular and bootstrap.

A detailed documentation can be found here: https://doubleslash.style

Milestones

Version 1.3.3

  • Fix label of inputfields and textareas

Version 1.3.2

  • Fix outputevent of switch

Version 1.3.1

  • Add new "onBlur" event for input-field, textarea and searchbar

Version 1.3.0

  • Adjust relative spacings
  • Adjust fontweights
  • Fix contrast ratio of placeholder texts (input-field, textarea, searchbar)
  • Fix image not shown in user profile
  • Fix broken button styles in user profile
  • Fix spacing for long titles in the dialog component

Version 1.2.7

  • Change red, orange and green colors in all components

Version 1.2.6

  • Add Status Indicator Component

Version 1.2.5

  • Add autocomplete to input field and textarea
  • Add password option to input field
  • Unify spacings of components notifications, icon, textarea, user-profile, alert, cookie banner, dialog, footer
  • UI improvement for the sidebar component
  • Add Component Loading Indicator
  • Add Loading Indicator for List, Table and Button

Version 1.2.4

  • Hotfix missing webcomponents

Version 1.2.3

  • Change hover effects on Split Button Component
  • Change subButton card layout on Split Button Component

Version 1.2.2

  • Add Split Button Component

Version 1.2.1

  • Fix Dropdown label not taking full width

Version 1.2.0

  • Add Table Component
  • Fix double delete x in Search Component

Version 1.1.14

  • Remove box-shadow on hover for sencondary Icon Button

Version 1.1.13

  • Fix Switch Component

Version 1.1.11

  • Fix build

Version 1.1.10

  • Add User Profile Component
  • Bugfix remove link box on mouse use

Version 1.1.9

  • Bugfix outputevent fileupload

Version 1.1.8

  • Bugfix disabled link underline color
  • Add Tertiary Button style

Version 1.1.7

  • Bugfix Dropdown lazy loading with search criterias

Version 1.1.6

  • Bugfix Textarea min height

Version 1.1.5

  • Bugfix Textarea Input binding

Version 1.1.4

  • Bugfix Textarea

Version 1.1.3

  • Autoheight option for Textareas

Version 1.1.2

  • Tooltip for Fileupload Molecule

Version 1.1.1

  • Textarea Scrollbar Fix

Version 1.1

  • Copy-Field Molecule ✅
  • Error Page Molecule ✅
  • Accordions Molecule ✅
  • Icons ✅

Version 1.0.29

  • Dropdown Lazy Loading

Version 1.0.28

  • Textarea Height-Option added
  • Dropdown Bugfixes
  • Switch Secondary Design added
  • Buttons Scale Option added

Version 1.0.26

  • Bugfix Button

Version 1.0.25

  • Bugfix Dropdown

Version 1.0.24

  • Bugfixes
  • Tooltip Options added ✅

Version 1.0.21

  • Bugfixes

Version 1.0.20

  • Bugfixes

Version 1.0.19

  • Tooltip Atom ✅
  • Searchfield in Dropdown Molecule ✅

Version 1.0.17

  • Drag & Drop / Upload Molecule ✅

Version 1.0.16

  • Darkmode Colors ✅

Version 1.0.14

  • Fontsets: 2 Sets with different sizes for Webapps ✅

Version 1.0.13

  • Inputfield - Max, Min & Step & Required Inputs ✅

Version 1.0.11

  • Event Binding: changed names to avoid conflicts

Version 1.9

Atoms

  • Input fields with max, min and step

Molecules

  • Implementation of multiselect & resettable Dropdowns

Version 1.7

  • Release of new clickcolor ($ds-clickable: #00759e) to ensure a11y
  • New Category: Styles ✅

Styles

  • Color Palette update ✅
  • Elevations ✅
  • doubleSlash Icon Collection
  • Typography & List

Version 1.0

  • Migration to WebComponets

Atoms

  • Buttons
  • Checkboxes and Parent Checkbox, Radio Button
  • Images
  • Input Fields & Textareas
  • Jumpmarks & Scrollbars
  • Linkbox & Links, Infobox

Molecules

  • Dropdown
  • Switch

Organisms

  • Alert, - Dialog
  • Cookie Banner
  • Footer

Styles

  • Color Palette
  • doubleSlash Icon Collection
  • Typography & Lists

Web-Components

Utilize web components, including buttons, checkboxes, and many other elements, in your web applications.

Installation

`npm install ds-living-styleguide`

Import web-component.js and styles.scss in angular.json:

"assets": [
  "src/favicon.ico",
  "src/assets",
  {
    "glob": "**/*",
    "input": "node_modules/ds-living-styleguide/assets",
    "output": "assets"
  }
],
"styles": [
  "node_modules/ds-living-styleguide/styles/styles.scss",
  "node_modules/ds-living-styleguide/styles/fontset-standard.scss",
  "src/styles.scss"
],
"scripts": [
  "node_modules/ds-living-styleguide/lib/web-components.js"
]

To use fonts, import them from node_modules into your styles.scss:

`@font-face {
  font-family: 'Inter';
  src:
    url('../node_modules/ds-living-styleguide/assets/fonts/Inter-Regular.ttf') format('truetype'),
    url('../node_modules/ds-living-styleguide/assets/fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src:
    url('../node_modules/ds-living-styleguide/assets/fonts/Inter-SemiBold.ttf') format('truetype'),
    url('../node_modules/ds-living-styleguide/assets/fonts/Inter-SemiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}`

To use webcomponents import:

`schemas: [CUSTOM_ELEMENTS_SCHEMA]`

Example implementation of button as webcomponent:

<web-ds-button (buttonClicked)="yourMethod()" type="primary">Button

1.3.3

4 months ago

1.3.2

4 months ago

1.3.1

4 months ago

1.3.0

5 months ago

1.2.6

7 months ago

1.2.5

7 months ago

1.2.4

7 months ago

1.2.3

7 months ago

1.2.2

7 months ago

1.2.1

7 months ago

1.2.0

8 months ago

1.1.9

9 months ago

1.1.8

9 months ago

1.1.7

9 months ago

1.1.6

9 months ago

1.1.5

9 months ago

1.1.12

8 months ago

1.1.11

8 months ago

1.1.10

8 months ago

1.1.14

8 months ago

1.1.13

8 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.26

10 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.17

12 months ago

1.0.16

12 months ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.7

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago