@fluid-topics/ft-button 0.1.0 → 0.1.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/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ A button component for all UI usage.
1
2
  ## Install
2
3
 
3
4
  ```shell
@@ -14,13 +14,12 @@ export interface FtButtonProperties {
14
14
  loading: boolean;
15
15
  }
16
16
  export interface FtButtonCssVariables {
17
- "--ft-button-icon-size"?: any;
17
+ "--ft-button-background-color"?: any;
18
+ "--ft-button-border-radius"?: any;
18
19
  "--ft-button-color"?: any;
20
+ "--ft-button-icon-size"?: any;
19
21
  "--ft-button-ripple-color"?: any;
20
- "--ft-button-background-color"?: any;
21
22
  "--ft-typography-button-font-size"?: any;
22
- "--ft-typography-button-line-height"?: any;
23
- "--ft-color-opacity-disabled"?: any;
24
23
  }
25
24
  export declare class FtButton extends FtLitElement implements FtButtonProperties {
26
25
  static elementDefinitions: ElementDefinitionsMap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-button",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A generic Fluid Topics tag",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-loader": "^0.1.0",
23
- "@fluid-topics/ft-ripple": "^0.1.0",
24
- "@fluid-topics/ft-tooltip": "^0.1.0",
25
- "@fluid-topics/ft-typography": "^0.1.0",
22
+ "@fluid-topics/ft-loader": "^0.1.1",
23
+ "@fluid-topics/ft-ripple": "^0.1.1",
24
+ "@fluid-topics/ft-tooltip": "^0.1.1",
25
+ "@fluid-topics/ft-typography": "^0.1.1",
26
26
  "@fluid-topics/ft-wc-utils": "^0.1.0",
27
27
  "@material/mwc-icon": "^0.25.3",
28
28
  "lit": "^2.0.2"
29
29
  },
30
- "gitHead": "8a87041408cbaccded5dc7c2a8f6a8aa6c92b9ee"
30
+ "gitHead": "4ca50a74e93ab7d8935fc06db38e924d58f55a88"
31
31
  }