@brightspace-ui/core 3.223.0 → 3.225.0

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.
@@ -843,6 +843,67 @@
843
843
  }
844
844
  ]
845
845
  },
846
+ {
847
+ "name": "d2l-button-subtle-copy",
848
+ "path": "./components/button/button-subtle-copy.js",
849
+ "description": "A button component that copies to the clipboard, using the \"subtle\" button style.",
850
+ "attributes": [
851
+ {
852
+ "name": "description",
853
+ "description": "ACCESSIBILITY: A description to be added to the button for accessibility when text on button does not provide enough context",
854
+ "type": "string"
855
+ },
856
+ {
857
+ "name": "text",
858
+ "description": "ACCESSIBILITY: REQUIRED: Text for the button",
859
+ "type": "string"
860
+ },
861
+ {
862
+ "name": "slim",
863
+ "description": "Whether to render the slimmer version of the button",
864
+ "type": "boolean"
865
+ },
866
+ {
867
+ "name": "disabled",
868
+ "description": "Disables the button",
869
+ "type": "boolean",
870
+ "default": "false"
871
+ }
872
+ ],
873
+ "properties": [
874
+ {
875
+ "name": "description",
876
+ "attribute": "description",
877
+ "description": "ACCESSIBILITY: A description to be added to the button for accessibility when text on button does not provide enough context",
878
+ "type": "string"
879
+ },
880
+ {
881
+ "name": "text",
882
+ "attribute": "text",
883
+ "description": "ACCESSIBILITY: REQUIRED: Text for the button",
884
+ "type": "string"
885
+ },
886
+ {
887
+ "name": "slim",
888
+ "attribute": "slim",
889
+ "description": "Whether to render the slimmer version of the button",
890
+ "type": "boolean"
891
+ },
892
+ {
893
+ "name": "disabled",
894
+ "attribute": "disabled",
895
+ "description": "Disables the button",
896
+ "type": "boolean",
897
+ "default": "false"
898
+ }
899
+ ],
900
+ "events": [
901
+ {
902
+ "name": "click",
903
+ "description": "Dispatched when button is clicked. Use the event detail's `writeTextToClipboard` to write to the clipboard."
904
+ }
905
+ ]
906
+ },
846
907
  {
847
908
  "name": "d2l-button-subtle",
848
909
  "path": "./components/button/button-subtle.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.223.0",
3
+ "version": "3.225.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",